This repository has been archived on 2024-06-25. You can view files and clone it, but cannot push or open issues or pull requests.
FreeGLUT-Vita/freeglut/freeglut/Makefile.am
spanne f8d3ddc18a Remove wrong "execute" bits when creating a distribution. This fixes
bug #961938 (Executable bit set on non exe files).


git-svn-id: https://svn.code.sf.net/p/freeglut/code/trunk@659 7f0cb862-5218-0410-a997-914c9d46530a
2005-07-02 12:58:07 +00:00

31 lines
868 B
Makefile

## Process this file with automake to produce Makefile.in
SUBDIRS = src include progs doc
AUTOMAKE_OPTIONS = gnu
EXTRA_DIST = \
README.win32 LISEZ_MOI \
freeglut.lsm autogen.sh \
freeglut.kdevprj freeglut.kdevelop \
freeglut.dsp freeglut.dsw \
freeglut_static.dsp \
freeglut_evc4.vcp freeglut_evc4.vcw
# Thanks to WinDoze, some files in CVS have the "execute" bit set when they
# shoudn't. We could fix this if we had direct access to the CVS repository,
# but we are not that lucky. Instead we fix this at distribution creation time.
dist-hook:
find $(distdir) -type f \( \
-name "*.c" -o \
-name "*.dsp" -o \
-name "*.dsw" -o \
-name "*.h" -o \
-name "*.html" -o \
-name "*.png" -o \
-name "LISEZ_MOI" -o \
-name "README*" \
\) -exec chmod -x {} \;
libtool: $(LIBTOOL_DEPS)
$(SHELL) ./config.status --recheck