add missing files
[platform/upstream/libvorbis.git] / vq / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
4
5 EXTRA_PROGRAMS = latticebuild latticepare latticehint\
6         latticetune huffbuild distribution
7 CLEANFILES = $(EXTRA_PROGRAMS)
8
9 LDFLAGS = -static
10 LDADD = ../lib/libvorbis.la
11
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
24
25 EXTRA_DIST = residue_entropy auxpartition.pl
26
27 debugvq:
28         $(MAKE) vq CFLAGS="@DEBUG@"
29
30 profilevq:
31         $(MAKE) vq CFLAGS="@PROFILE@"
32
33 vq: 
34         $(MAKE) $(EXTRA_PROGRAMS)