Update of /cvsroot/plib/plib/examples/src/ssg/water
In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/ssg/water
Modified Files:
Makefile.am
Log Message:
Support for building only certain examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/ssg/water/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 10 Aug 2002 08:57:36 -0000 1.3
+++ Makefile.am 1 Sep 2002 05:22:26 -0000 1.4
@@ -1,8 +1,12 @@
+if BUILD_SSG
+
noinst_PROGRAMS = water
water_SOURCES = water.cxx
water_LDADD = -lplibpu -lplibfnt -lplibssgaux -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS)
+
+endif
EXTRA_DIST = water.dsp README
|