1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-12 23:55:50 +01:00

Move library tree where it belongs

This commit is contained in:
ra
2010-01-24 09:19:39 +00:00
parent e74978ba77
commit 58caf78a86
6020 changed files with 2790154 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
## Process this file with automake to produce Makefile.in
INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
EXTRA_PROGRAMS = latticebuild latticepare latticehint\
latticetune huffbuild distribution
CLEANFILES = $(EXTRA_PROGRAMS)
AM_LDFLAGS = -static
LDADD = ../lib/libvorbis.la
latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
vqgen.h bookutil.h localcodebook.h
latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
vqgen.h vqsplit.h bookutil.h localcodebook.h
latticehint_SOURCES = latticehint.c bookutil.c\
vqsplit.h bookutil.h localcodebook.h
latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
vqgen.h bookutil.h localcodebook.h
huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
vqgen.h bookutil.h localcodebook.h
distribution_SOURCES = distribution.c bookutil.c\
bookutil.h localcodebook.h
EXTRA_DIST = residue_entropy auxpartition.pl
debugvq:
$(MAKE) vq CFLAGS="@DEBUG@"
profilevq:
$(MAKE) vq CFLAGS="@PROFILE@"
vq:
$(MAKE) $(EXTRA_PROGRAMS)