]> git.jsancho.org Git - lugaru.git/blob - Dependencies/libvorbis/vq/Makefile.am
CMake: Purge all the bundled dependencies
[lugaru.git] / Dependencies / libvorbis / 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 latticetune huffbuild distribution
6 CLEANFILES = $(EXTRA_PROGRAMS)
7
8 AM_LDFLAGS = -static
9 LDADD = ../lib/libvorbis.la
10
11 latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
12         vqgen.h bookutil.h localcodebook.h
13 latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
14         vqgen.h bookutil.h localcodebook.h
15 huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
16         vqgen.h bookutil.h localcodebook.h
17 distribution_SOURCES = distribution.c bookutil.c\
18         bookutil.h localcodebook.h
19
20 vqs_files = 16.vqs 16u.vqs 44c-1.vqs 44c0.vqs 44c1.vqs 44c2.vqs \
21         44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
22         44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
23         44u7.vqs 44u8.vqs 44u9.vqs 8.vqs 8u.vqs floor_11.vqs floor_22.vqs \
24         floor_44.vqs 44p-1.vqs 44p0.vqs 44p1.vqs 44p2.vqs 44p3.vqs 44p4.vqs \
25         44p5.vqs 44p6.vqs 44p7.vqs 44p8.vqs 44p9.vqs  
26
27 EXTRA_DIST = $(vqs_files) make_floor_books.pl make_residue_books.pl \
28         metrics.c
29
30 debugvq:
31         $(MAKE) vq CFLAGS="@DEBUG@"
32
33 profilevq:
34         $(MAKE) vq CFLAGS="@PROFILE@"
35
36 vq: 
37         $(MAKE) $(EXTRA_PROGRAMS)