Update of /cvsroot/plib/plib/examples/src/sl
In directory usw-pr-cvs1:/tmp/cvs-serv24796/src/sl
Modified Files:
Makefile.am
Log Message:
Support for building only certain examples
Index: Makefile.am
===================================================================
RCS file: /cvsroot/plib/plib/examples/src/sl/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile.am 7 Jul 2002 18:07:13 -0000 1.5
+++ Makefile.am 1 Sep 2002 05:22:25 -0000 1.6
@@ -1,3 +1,5 @@
+if BUILD_SL
+
noinst_PROGRAMS = example mod_demo
example_SOURCES = example.cxx
@@ -5,6 +7,8 @@
example_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS)
mod_demo_LDADD = -lplibsm -lplibsl -lplibul $(SND_LIBS)
+
+endif
EXTRA_DIST = cuckoo.au scream.ub wheeee.ub zzap.wav tuxr.mod \
mod_demo.dsp example.dsp
|