Update of /cvsroot/plib/plib/examples/src/ssg/tween_test
In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/ssg/tween_test
Modified Files:
Makefile.am
Log Message:
Support for building only certain examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/ssg/tween_test/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am 7 Jul 2002 18:07:14 -0000 1.2
+++ Makefile.am 1 Sep 2002 05:22:26 -0000 1.3
@@ -1,9 +1,13 @@
+if BUILD_SSG
+
noinst_PROGRAMS = tween_test
tween_test_SOURCES = tween_test.cxx
tween_test_LDADD = -lplibssgaux -lplibssg -lplibsg -lplibul $(GLUT_LIBS) \
$(OGL_LIBS)
+
+endif
EXTRA_DIST = tween_test.dsp
|