]> git.jsancho.org Git - lugaru.git/blob - libvorbis-1.0.1/vq/Makefile.am
Changed data dir mentioned in makefile.
[lugaru.git] / libvorbis-1.0.1 / vq / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AUTOMAKE_OPTIONS = foreign
4
5 INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
6
7 EXTRA_PROGRAMS = latticebuild latticepare latticehint\
8         latticetune huffbuild distribution
9 CLEANFILES = $(EXTRA_PROGRAMS)
10
11 LDFLAGS = -static
12 LDADD = ../lib/libvorbis.la
13
14 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
15         vqgen.h bookutil.h
16 latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
17         vqgen.h bookutil.h
18 latticehint_SOURCES = latticehint.c bookutil.c\
19         bookutil.h
20 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
21         vqgen.h bookutil.h
22 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
23         vqgen.h bookutil.h
24 distribution_SOURCES = distribution.c bookutil.c\
25         bookutil.h
26
27 EXTRA_DIST = residue_entropy auxpartition.pl
28
29 debugvq:
30         $(MAKE) vq CFLAGS="@DEBUG@"
31
32 profilevq:
33         $(MAKE) vq CFLAGS="@PROFILE@"
34
35 vq: 
36         $(MAKE) $(EXTRA_PROGRAMS)