first commit of Kenneth Arnold's vorbis-tools
authorMonty <xiphmont@xiph.org>
Wed, 14 Jun 2000 23:07:47 +0000 (23:07 +0000)
committerMonty <xiphmont@xiph.org>
Wed, 14 Jun 2000 23:07:47 +0000 (23:07 +0000)
svn path=/trunk/vorbis/; revision=449

Makefile.in
configure
configure.in

index 203038a..b8eb071 100644 (file)
@@ -1,6 +1,6 @@
 # vorbis makefile configured for use with gcc on any platform
 
-# $Id: Makefile.in,v 1.6 2000/05/08 20:49:14 xiphmont Exp $
+# $Id: Makefile.in,v 1.7 2000/06/14 23:07:47 xiphmont Exp $
 
 ###############################################################################
 #                                                                             #
@@ -17,7 +17,7 @@
 
 @SET_MAKE@
 
-SUBDIRS =      lib examples # cmdline xmms vq huff 
+SUBDIRS =      lib examples vorbis-tools # cmdline xmms vq huff 
 
 all debug profile selftest target clean:
        @for dir in $(SUBDIRS); do (cd $$dir && $(MAKE) $(MFLAGS) $@) || exit 1; done
index 6581a09..7a3937f 100755 (executable)
--- a/configure
+++ b/configure
@@ -2117,8 +2117,8 @@ done
 
 ac_given_srcdir=$srcdir
 
-trap 'rm -fr `echo "Makefile lib/Makefile examples/Makefile vq/Makefile \
-       huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
+trap 'rm -fr `echo "Makefile lib/Makefile examples/Makefile vorbis-tools/Makefile\
+       vq/Makefile huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile" | sed "s/:[^ ]*//g"` conftest*; exit 1' 1 2 15
 EOF
 cat >> $CONFIG_STATUS <<EOF
 
@@ -2207,8 +2207,8 @@ EOF
 
 cat >> $CONFIG_STATUS <<EOF
 
-CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile examples/Makefile vq/Makefile \
-       huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile"}
+CONFIG_FILES=\${CONFIG_FILES-"Makefile lib/Makefile examples/Makefile vorbis-tools/Makefile\
+       vq/Makefile huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile"}
 EOF
 cat >> $CONFIG_STATUS <<\EOF
 for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then
index cf81b8c..00f9cb9 100644 (file)
@@ -1,4 +1,4 @@
-# $Id: configure.in,v 1.11 2000/04/10 00:12:14 xiphmont Exp $
+# $Id: configure.in,v 1.12 2000/06/14 23:07:47 xiphmont Exp $
 
 AC_INIT(lib/mdct.c)
 #AC_CONFIG_HEADER(config.h)
@@ -180,5 +180,5 @@ AC_SUBST(RANLIB)
 #AC_SUBST(LIBGTKDIR)
 AC_SUBST(pthread_lib)
 
-AC_OUTPUT(Makefile lib/Makefile examples/Makefile vq/Makefile \
-       huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile)
+AC_OUTPUT(Makefile lib/Makefile examples/Makefile vorbis-tools/Makefile\
+       vq/Makefile huff/Makefile cmdline/Makefile xmms/Makefile kmpg/Makefile)