From: Monty Date: Wed, 14 Jun 2000 23:07:47 +0000 (+0000) Subject: first commit of Kenneth Arnold's vorbis-tools X-Git-Tag: v1.3.3~1209 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a8b4a1a24eff6bf70ad16f43efd9a856c9684561;p=platform%2Fupstream%2Flibvorbis.git first commit of Kenneth Arnold's vorbis-tools svn path=/trunk/vorbis/; revision=449 --- diff --git a/Makefile.in b/Makefile.in index 203038a..b8eb071 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.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 diff --git a/configure b/configure index 6581a09..7a3937f 100755 --- 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 <> $CONFIG_STATUS <> $CONFIG_STATUS <<\EOF for ac_file in .. $CONFIG_FILES; do if test "x$ac_file" != x..; then diff --git a/configure.in b/configure.in index cf81b8c..00f9cb9 100644 --- a/configure.in +++ b/configure.in @@ -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)