Build script now builds an oggenc binary with flac support.
[vorbis-lancer-gcc.git] / aotuv-b5_20061024 / vq / Makefile.am
blob52012d1f07c7c5c9778f63ef68fec17f71408f3f
1 ## Process this file with automake to produce Makefile.in
3 INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
5 EXTRA_PROGRAMS = latticebuild latticepare latticehint\
6         latticetune huffbuild distribution
7 CLEANFILES = $(EXTRA_PROGRAMS)
9 AM_LDFLAGS = -static
10 LDADD = ../lib/libvorbis.la
12 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
13         vqgen.h bookutil.h
14 latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
15         vqgen.h bookutil.h
16 latticehint_SOURCES = latticehint.c bookutil.c\
17         bookutil.h
18 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
19         vqgen.h bookutil.h
20 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
21         vqgen.h bookutil.h
22 distribution_SOURCES = distribution.c bookutil.c\
23         bookutil.h
25 EXTRA_DIST = residue_entropy auxpartition.pl
27 debugvq:
28         $(MAKE) vq CFLAGS="@DEBUG@"
30 profilevq:
31         $(MAKE) vq CFLAGS="@PROFILE@"
33 vq: 
34         $(MAKE) $(EXTRA_PROGRAMS)