From 9773bc44e21f8c2d3bf90760d3e85f3cb226c57d Mon Sep 17 00:00:00 2001 From: omnic Date: Mon, 26 Jun 2000 11:25:32 +0000 Subject: [PATCH] Minor adjustments to fix up the clean and distclean targets. svn path=/trunk/vorbis/; revision=507 --- Makefile.in | 7 ++++--- examples/Makefile.in | 5 +++-- lib/Makefile.in | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Makefile.in b/Makefile.in index e93658e..a78f520 100644 --- a/Makefile.in +++ b/Makefile.in @@ -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 $ ############################################################################### # # @@ -17,10 +17,11 @@ @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 diff --git a/examples/Makefile.in b/examples/Makefile.in index 2204b1b..01d3f7c 100644 --- a/examples/Makefile.in +++ b/examples/Makefile.in @@ -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 diff --git a/lib/Makefile.in b/lib/Makefile.in index 9181673..a8c9ef0 100644 --- a/lib/Makefile.in +++ b/lib/Makefile.in @@ -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 -- 2.7.4