Update of /cvsroot/plib/plib/examples/src/sg
In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/sg
Modified Files:
Makefile.am
Log Message:
Support for building only certain examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/sg/Makefile.am,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- Makefile.am 7 Jul 2002 18:07:13 -0000 1.3
+++ Makefile.am 1 Sep 2002 05:22:25 -0000 1.4
@@ -1,8 +1,12 @@
+if BUILD_SG
+
noinst_PROGRAMS = sg_quat_test
sg_quat_test_SOURCES = sg_quat_test.cxx
sg_quat_test_LDADD = -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS)
+
+endif
EXTRA_DIST = sg_quat_test.dsp
|