Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/libvorbis-1.2.0/vq/Makefile.am @ 16

Last change on this file since 16 was 16, checked in by landauf, 16 years ago

added libvorbis

File size: 1002 bytes
Line 
1## Process this file with automake to produce Makefile.in
2
3INCLUDES = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
4
5EXTRA_PROGRAMS = latticebuild latticepare latticehint\
6        latticetune huffbuild distribution
7CLEANFILES = $(EXTRA_PROGRAMS)
8
9AM_LDFLAGS = -static
10LDADD = ../lib/libvorbis.la
11
12latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
13        vqgen.h bookutil.h localcodebook.h
14latticepare_SOURCES = latticepare.c vqgen.c bookutil.c vqsplit.c\
15        vqgen.h vqsplit.h bookutil.h localcodebook.h
16latticehint_SOURCES = latticehint.c bookutil.c\
17        vqsplit.h bookutil.h localcodebook.h
18latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
19        vqgen.h bookutil.h localcodebook.h
20huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
21        vqgen.h bookutil.h localcodebook.h
22distribution_SOURCES = distribution.c bookutil.c\
23        bookutil.h localcodebook.h
24
25EXTRA_DIST = residue_entropy auxpartition.pl
26
27debugvq:
28        $(MAKE) vq CFLAGS="@DEBUG@"
29
30profilevq:
31        $(MAKE) vq CFLAGS="@PROFILE@"
32
33vq:
34        $(MAKE) $(EXTRA_PROGRAMS)
Note: See TracBrowser for help on using the repository browser.