File: Makefile.am

package info (click to toggle)
twolame 0.3.13-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,800 kB
  • sloc: sh: 11,099; ansic: 9,332; perl: 286; makefile: 171
file content (50 lines) | stat: -rw-r--r-- 832 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
AM_CFLAGS = -I ../build/ $(WARNING_CFLAGS)

lib_LTLIBRARIES = libtwolame.la
include_HEADERS = twolame.h

libtwolame_la_LDFLAGS  = -export-dynamic -version-info @TWOLAME_SO_VERSION@
libtwolame_la_LDFLAGS += -export-symbols-regex '^twolame_|get_twolame'
libtwolame_la_SOURCES = \
	ath.c \
	ath.h \
	availbits.c \
	availbits.h \
	bitbuffer.c \
	bitbuffer.h \
	bitbuffer_inline.h \
	common.h \
	crc.c \
	crc.h \
	dab.c \
	dab.h \
	encode.c \
	encode.h \
	energy.c \
	energy.h \
	enwindow.h \
	fft.c \
	fft.h \
	get_set.c \
	mem.c \
	mem.h \
	psycho_0.c \
	psycho_0.h \
	psycho_1.c \
	psycho_1.h \
	psycho_1_critband.h \
	psycho_1_freqtable.h \
	psycho_2.c \
	psycho_2.h \
	psycho_2_absthr.h \
	psycho_3.c \
	psycho_3.h \
	psycho_4.c \
	psycho_4.h \
	psycho_n1.c \
	psycho_n1.h \
	subband.c \
	subband.h \
	twolame.c \
	util.c \
	util.h