X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.am;h=fb0050c698541a8c2f21d56a34cb96f5f3b9eb56;hb=a14928fc505633d395e18db84ce7dbfd7386fa5f;hp=2c2554946584c30a1c162efdca7ffb0ebf3ea804;hpb=c90e3f21e02020232054f78029ef9071c7359cfb;p=freeglut diff --git a/Makefile.am b/Makefile.am index 2c25549..fb0050c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,30 @@ -## Process this file with automake to produce makefile.im +## Process this file with automake to produce Makefile.in -SUBDIRS = freeglut-1.3 include genfonts tests +SUBDIRS = src include progs doc AUTOMAKE_OPTIONS = gnu -EXTRA_DIST = AUTHORS COPYING ChangeLog INSTALL NEWS README TODO freeglut.lsm \ - freeglut.kdevprj +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