Update of /cvsroot/plib/plib/examples/src/ssg/load_save
In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/ssg/load_save
Modified Files:
Makefile.am
Log Message:
Support for building only certain examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/ssg/load_save/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,3 +1,5 @@
+if BUILD_SSG
+
noinst_PROGRAMS = load save
load_SOURCES = load.cxx
@@ -5,4 +7,8 @@
load_LDADD = -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS)
save_LDADD = -lplibssg -lplibsg -lplibul $(GLUT_LIBS) $(OGL_LIBS)
+
+endif
+
+EXTRA_DIST = load.dsp save.dsp
|