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 |
|
---|
3 | EXTRA_PROGRAMS = latticebuild latticetune huffbuild distribution
|
---|
4 | CLEANFILES = $(EXTRA_PROGRAMS)
|
---|
5 |
|
---|
6 | AM_CPPFLAGS = -I../lib -I$(top_srcdir)/include @OGG_CFLAGS@
|
---|
7 | AM_LDFLAGS = -static
|
---|
8 | LDADD = ../lib/libvorbis.la
|
---|
9 |
|
---|
10 | latticebuild_SOURCES = latticebuild.c vqgen.c bookutil.c\
|
---|
11 | vqgen.h bookutil.h localcodebook.h
|
---|
12 | latticetune_SOURCES = latticetune.c vqgen.c bookutil.c\
|
---|
13 | vqgen.h bookutil.h localcodebook.h
|
---|
14 | huffbuild_SOURCES = huffbuild.c vqgen.c bookutil.c\
|
---|
15 | vqgen.h bookutil.h localcodebook.h
|
---|
16 | distribution_SOURCES = distribution.c bookutil.c\
|
---|
17 | bookutil.h localcodebook.h
|
---|
18 |
|
---|
19 | vqs_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 |
|
---|
26 | EXTRA_DIST = $(vqs_files) make_floor_books.pl make_residue_books.pl \
|
---|
27 | metrics.c
|
---|
28 |
|
---|
29 | debugvq:
|
---|
30 | $(MAKE) vq CFLAGS="@DEBUG@"
|
---|
31 |
|
---|
32 | profilevq:
|
---|
33 | $(MAKE) vq CFLAGS="@PROFILE@"
|
---|
34 |
|
---|
35 | vq:
|
---|
36 | $(MAKE) $(EXTRA_PROGRAMS)
|
---|
Note:
See
TracBrowser
for help on using the repository browser.