[xiph-cvs] cvs commit: vorbis/vq .cvsignore Makefile.am Makefile

Jack Moffitt jack at xiph.org
Fri Nov 17 21:02:35 PST 2000



jack        00/11/17 21:02:35

  Modified:    .        Makefile.am configure.in
  Added:       vq       .cvsignore Makefile.am
  Removed:     vq       Makefile
  Log:
  made vq for new build system

Revision  Changes    Path
1.6       +3 -2      vorbis/Makefile.am

Index: Makefile.am
===================================================================
RCS file: /usr/local/cvsroot/vorbis/Makefile.am,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Makefile.am	2000/11/18 04:24:29	1.5
+++ Makefile.am	2000/11/18 05:02:34	1.6
@@ -2,12 +2,13 @@
 
 AUTOMAKE_OPTIONS = foreign dist-zip
 
-SUBDIRS = lib include doc examples win32 debian
+SUBDIRS = lib include doc examples win32 debian vq
 
 m4datadir = $(datadir)/aclocal
 m4data_DATA = vorbis.m4
 
-EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4
+EXTRA_DIST = README AUTHORS COPYING libvorbis.spec vorbis.m4 acinclude.m4\
+	todo.txt
 
 debug:
         $(MAKE) all CFLAGS="@DEBUG@"

1.31      +1 -1      vorbis/configure.in

Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/vorbis/configure.in,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- configure.in	2000/11/18 04:24:29	1.30
+++ configure.in	2000/11/18 05:02:34	1.31
@@ -166,4 +166,4 @@
 AC_SUBST(PROFILE)
 AC_SUBST(pthread_lib)
 
-AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile win32/Makefile debian/Makefile)
+AC_OUTPUT(Makefile lib/Makefile lib/modes/Makefile lib/books/Makefile doc/Makefile doc/vorbisfile/Makefile doc/vorbisenc/Makefile include/Makefile include/vorbis/Makefile examples/Makefile win32/Makefile debian/Makefile vq/Makefile)

1.1                  vorbis/vq/.cvsignore

Index: .cvsignore
===================================================================
Makefile
Makefile.in

1.1                  vorbis/vq/Makefile.am

Index: Makefile.am
===================================================================
## Process this file with automake to produce Makefile.in

AUTOMAKE_OPTIONS = foreign

INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@

EXTRA_PROGRAMS = lspvqtrain genericvqtrain residuevqtrain vqbuild\
        vqcascade vqmetrics latticebuild latticepare latticehint\
        latticetune huffbuild residuesplit
CLEANFILES = $(EXTRA_PROGRAMS)

LDFLAGS = -static
LDADD = ../lib/libvorbis.la

lspvqtrain_SOURCES = lspdata.c train.c vqgen.c bookutil.c\
         vqgen.h bookutil.h vqext.h
genericvqtrain_SOURCES = genericdata.c train.c vqgen.c bookutil.c\
        vqgen.h bookutil.h vqext.h
residuevqtrain_SOURCES = residuedata.c train.c vqgen.c bookutil.c\
        vqgen.h bookutil.h vqext.h
vqbuild_SOURCES = build.c vqgen.c bookutil.c vqsplit.c\
        vqgen.h bookutil.h vqext.h
vqcascade_SOURCES = run.c cascade.c vqgen.c bookutil.c\
        vqgen.h bookutil.h
vqmetrics_SOURCES = run.c metrics.c vqgen.c bookutil.c\
        vqgen.h bookutil.h
latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
        vqgen.h bookutil.h
latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
        vqgen.h bookutil.h
latticehint_SOURCES = latticehint.c bookutil.c\
        bookutil.h
latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
        vqgen.h bookutil.h
huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
        vqgen.h bookutil.h
residuesplit_SOURCES = residuesplit.c vqgen.c bookutil.c\
        vqgen.h bookutil.h

EXTRA_DIST = residue_entropy auxpartition.pl

debug:
        $(MAKE) all CFLAGS="@DEBUG@"

profile:
        $(MAKE) all CFLAGS="@PROFILE@"

--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list