Minor adjustments to fix up the clean and distclean targets.
authoromnic <omnic@xiph.org>
Mon, 26 Jun 2000 11:25:32 +0000 (11:25 +0000)
committeromnic <omnic@xiph.org>
Mon, 26 Jun 2000 11:25:32 +0000 (11:25 +0000)
svn path=/trunk/vorbis/; revision=507

Makefile.in
examples/Makefile.in
lib/Makefile.in

index e93658e..a78f520 100644 (file)
@@ -1,6 +1,6 @@
 # vorbis makefile configured for use with gcc on any platform
 
-# $Id: Makefile.in,v 1.8 2000/06/19 11:59:21 xiphmont Exp $
+# $Id: Makefile.in,v 1.9 2000/06/26 11:25:32 omnic Exp $
 
 ###############################################################################
 #                                                                             #
 
 @SET_MAKE@
 
-SUBDIRS =      lib examples # vorbis-tools cmdline xmms vq huff 
+SUBDIRS =      lib examples # vorbis-tools cmdline xmms vq huff kmpg
 
 all debug profile selftest target clean:
-       @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done
+       echo $(MAKECMDGOALS)
+       @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done
        -rm -f *~
 
 distclean:     clean
index 2204b1b..01d3f7c 100644 (file)
@@ -1,6 +1,6 @@
 # vorbis makefile configured for use with gcc on any platform
 
-# $Id: Makefile.in,v 1.10 2000/06/19 15:14:15 xiphmont Exp $
+# $Id: Makefile.in,v 1.11 2000/06/26 11:25:32 omnic Exp $
 
 ###############################################################################
 #                                                                             #
@@ -77,7 +77,8 @@ $(OFILES):    $(HFILES)
 
 clean:
        -rm -f *.o *.a test* *~ *.out ogg config.* \
-               encoder_example decoder_example chaining_example
+               encoder_example decoder_example chaining_example \
+               vorbisfile_example seeking_test
 
 distclean:     clean
        -rm -f Makefile
index 9181673..a8c9ef0 100644 (file)
@@ -1,5 +1,5 @@
 # vorbis makefile configured for use with gcc on any platform
-# $Id: Makefile.in,v 1.31 2000/06/19 15:14:16 xiphmont Exp $
+# $Id: Makefile.in,v 1.32 2000/06/26 11:25:32 omnic Exp $
 
 ###############################################################################
 #                                                                             #
@@ -93,7 +93,7 @@ $(VF_LFILES):         $(VF_HFILES)
        $(CC) $(CFLAGS) -c $<
 
 clean:
-       -rm -f *.o *.a test* *~ *.out ogg config.* tone 
+       -rm -f *.o *.a test* *~ *.out ogg config.* tone psytune
 
 distclean:     clean
        -rm -f Makefile