Makefile.in - distclean fix
authoromnic <omnic@xiph.org>
Sat, 19 Aug 2000 09:41:04 +0000 (09:41 +0000)
committeromnic <omnic@xiph.org>
Sat, 19 Aug 2000 09:41:04 +0000 (09:41 +0000)
others, libao fix to configure stuff.. disable output types, and allow
setting of default.

svn path=/trunk/vorbis/; revision=595

Makefile.in

index a78f520..32c6537 100644 (file)
@@ -1,6 +1,6 @@
 # vorbis makefile configured for use with gcc on any platform
 
-# $Id: Makefile.in,v 1.9 2000/06/26 11:25:32 omnic Exp $
+# $Id: Makefile.in,v 1.10 2000/08/19 09:41:04 omnic Exp $
 
 ###############################################################################
 #                                                                             #
 
 SUBDIRS =      lib examples # vorbis-tools cmdline xmms vq huff kmpg
 
+# configure changes items in these, so get distclean to remove them.
+DCLEAN_DIRS =  vorbis-tools cmdline xmms vq huff kmpg
+
 all debug profile selftest target clean:
        echo $(MAKECMDGOALS)
        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done
        -rm -f *~
 
-distclean:     clean
+distclean:
+       @for dir in $(SUBDIRS) $(DCLEAN_DIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $(MAKECMDGOALS)) || exit 1; done
        -rm -f Makefile config.*