X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=Makefile.am;h=6b3cbe5dc911ed560678ab83dd814f650fcd7568;hb=1e8083fc365a6e05ed3b6b3be467af41d13085d0;hp=8f93db5c49b6a1e9b1f2ecebfbdb884127e1abdf;hpb=1973a39f8b8f327578b71ca1f74d57fbdd1a9420;p=freeglut diff --git a/Makefile.am b/Makefile.am index 8f93db5..6b3cbe5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = src src/Common src/x11 include progs doc +SUBDIRS = src include progs doc AUTOMAKE_OPTIONS = gnu EXTRA_DIST = \ @@ -17,39 +17,50 @@ EXTRA_DIST = \ freeglut.mak \ freeglut.rc \ freeglut.spec \ - freeglut.tgt \ - freeglut.wpj \ freeglut_evc4.vcp \ freeglut_evc4.vcw \ freeglut_static.dep \ freeglut_static.dsp \ freeglut_static.mak \ - freeglut_static.tgt \ - freeglut_static_vs2008.vcproj \ - freeglut_vs2008.sln \ - freeglut_vs2008.vcproj \ + VisualStudio/2010/freeglut.vcxproj.filters \ + VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj.filters \ + VisualStudio/2010/smooth_opengl3/smooth_opengl3.vcxproj \ + VisualStudio/2010/One/One.vcxproj \ + VisualStudio/2010/One/One.vcxproj.filters \ + VisualStudio/2010/Fractals_random/Fractals_random.vcxproj \ + VisualStudio/2010/Fractals_random/Fractals_random.vcxproj.filters \ + VisualStudio/2010/Resizer/Resizer.vcxproj \ + VisualStudio/2010/Resizer/Resizer.vcxproj.filters \ + VisualStudio/2010/freeglut.sln \ + VisualStudio/2010/Lorenz/Lorenz.vcxproj.filters \ + VisualStudio/2010/Lorenz/Lorenz.vcxproj \ + VisualStudio/2010/shapes/shapes.vcxproj.filters \ + VisualStudio/2010/shapes/shapes.vcxproj \ + VisualStudio/2010/Fractals/Fractals.vcxproj.filters \ + VisualStudio/2010/Fractals/Fractals.vcxproj \ + VisualStudio/2010/freeglut.vcxproj \ + VisualStudio/2010/subwin/subwin.vcxproj.filters \ + VisualStudio/2010/subwin/subwin.vcxproj \ + VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj \ + VisualStudio/2010/CallbackMaker/CallbackMaker.vcxproj.filters \ + VisualStudio/2008/smooth_opengl3/smooth_opengl3.vcproj \ + VisualStudio/2008/One/One.vcproj \ + VisualStudio/2008/Fractals_random/Fractals_random.vcproj \ + VisualStudio/2008/Resizer/Resizer.vcproj \ + VisualStudio/2008/freeglut.sln \ + VisualStudio/2008/Lorenz/Lorenz.vcproj \ + VisualStudio/2008/shapes/shapes.vcproj \ + VisualStudio/2008/Fractals/Fractals.vcproj \ + VisualStudio/2008/subwin/subwin.vcproj \ + VisualStudio/2008/CallbackMaker/CallbackMaker.vcproj \ + VisualStudio/2008/freeglut.vcproj \ progs/demos/CallbackMaker/CallbackMakerStatic.dsp \ - progs/demos/CallbackMaker/CallbackMakerStatic_vs2008.vcproj \ - progs/demos/CallbackMaker/CallbackMaker_vs2008.vcproj \ progs/demos/Fractals/FractalsStatic.dsp \ - progs/demos/Fractals/FractalsStatic_vs2008.vcproj \ - progs/demos/Fractals/Fractals_vs2008.vcproj \ progs/demos/Fractals_random/Fractals_randomStatic.dsp \ - progs/demos/Fractals_random/Fractals_randomStatic_vs2008.vcproj \ - progs/demos/Fractals_random/Fractals_random_vs2008.vcproj \ progs/demos/Lorenz/lorenzStatic.dsp \ - progs/demos/Lorenz/lorenzStatic_vs2008.vcproj \ - progs/demos/Lorenz/lorenz_vs2008.vcproj \ progs/demos/One/oneStatic.dsp \ - progs/demos/One/oneStatic_vs2008.vcproj \ - progs/demos/One/one_vs2008.vcproj \ - progs/demos/demos_vs2008.sln \ progs/demos/shapes/shapesStatic.dsp \ - progs/demos/shapes/shapesStatic_vs2008.vcproj \ - progs/demos/shapes/shapes_vs2008.vcproj \ - progs/demos/smooth_opengl3/smooth_opengl3Static.dsp \ - progs/demos/smooth_opengl3/smooth_opengl3Static_vs2008.vcproj \ - progs/demos/smooth_opengl3/smooth_opengl3_vs2008.vcproj + progs/demos/smooth_opengl3/smooth_opengl3Static.dsp # Thanks to WinDoze, some files in CVS have the "execute" bit set when they # shouldn't. We could fix this if we had direct access to the CVS repository,