1 ## Process this file with automake to produce Makefile.in
3 AUTOMAKE_OPTIONS = foreign
5 INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
7 EXTRA_PROGRAMS = latticebuild latticepare latticehint\
8 latticetune huffbuild distribution
9 CLEANFILES = $(EXTRA_PROGRAMS)
12 LDADD = ../lib/libvorbis.la
14 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
16 latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
18 latticehint_SOURCES = latticehint.c bookutil.c\
20 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
22 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
24 distribution_SOURCES = distribution.c bookutil.c\
27 EXTRA_DIST = residue_entropy auxpartition.pl
30 $(MAKE) vq CFLAGS="@DEBUG@"
33 $(MAKE) vq CFLAGS="@PROFILE@"
36 $(MAKE) $(EXTRA_PROGRAMS)