VirtualBox

source: vbox/trunk/src/libs/libvorbis-1.3.7/vq/Makefile.am@ 103382

Last change on this file since 103382 was 96468, checked in by vboxsync, 2 years ago

libs/libvorbis-1.3.7: Re-exporting, hopefully this time everything is there. bugref:10275

File size: 1.2 KB
Line 
1## Process this file with automake to produce Makefile.in
2
3EXTRA_PROGRAMS = latticebuild latticetune huffbuild distribution
4CLEANFILES = $(EXTRA_PROGRAMS)
5
6AM_CPPFLAGS = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
7AM_LDFLAGS = -static
8LDADD = ../lib/libvorbis.la
9
10latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
11 vqgen.h bookutil.h localcodebook.h
12latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
13 vqgen.h bookutil.h localcodebook.h
14huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
15 vqgen.h bookutil.h localcodebook.h
16distribution_SOURCES = distribution.c bookutil.c\
17 bookutil.h localcodebook.h
18
19vqs_files = 16.vqs 16u.vqs 44c-1.vqs 44c0.vqs 44c1.vqs 44c2.vqs \
20 44c3.vqs 44c4.vqs 44c5.vqs 44c6.vqs 44c7.vqs 44c8.vqs 44c9.vqs \
21 44u0.vqs 44u1.vqs 44u2.vqs 44u3.vqs 44u4.vqs 44u5.vqs 44u6.vqs \
22 44u7.vqs 44u8.vqs 44u9.vqs 8.vqs 8u.vqs floor_11.vqs floor_22.vqs \
23 floor_44.vqs 44p-1.vqs 44p0.vqs 44p1.vqs 44p2.vqs 44p3.vqs 44p4.vqs \
24 44p5.vqs 44p6.vqs 44p7.vqs 44p8.vqs 44p9.vqs
25
26EXTRA_DIST = $(vqs_files) make_floor_books.pl make_residue_books.pl \
27 metrics.c
28
29debugvq:
30 $(MAKE) vq CFLAGS="@DEBUG@"
31
32profilevq:
33 $(MAKE) vq CFLAGS="@PROFILE@"
34
35vq:
36 $(MAKE) $(EXTRA_PROGRAMS)
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette