summaryrefslogtreecommitdiff
path: root/src/libfaad/Makefile.am
blob: dc9863aad5f186742f013adbe3b2c91350a6e5c8 (plain)
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
##
## Process this file with automake to produce Makefile.in
##

SUBDIRS = codebook

LIBTOOL = $(SHELL) $(top_builddir)/libtool-nofpic
XINE_LIB = $(top_builddir)/src/xine-engine/libxine.la

libdir = $(XINE_PLUGINDIR)

if BUILD_FAAD
faad_module = xineplug_decode_faad.la
endif

lib_LTLIBRARIES = $(faad_module)

VPATH = @srcdir@:@srcdir@/codebook:

xineplug_decode_faad_la_SOURCES = \
	bits.c \
	cfft.c \
	common.c \
	data.c \
	decoder.c \
	dither.c \
	drc.c \
	error.c \
	filtbank.c \
	codebook/hcb_1.c \
	codebook/hcb_2.c \
	codebook/hcb_3.c \
	codebook/hcb_4.c \
	codebook/hcb_5.c \
	codebook/hcb_6.c \
	codebook/hcb_7.c \
	codebook/hcb_8.c \
	codebook/hcb_9.c \
	codebook/hcb_10.c \
	codebook/hcb_11.c \
	codebook/hcb_sf.c \
	hcr.c \
	ic_predict.c \
	is.c \
	lt_predict.c \
	mdct.c \
	mp4.c \
	ms.c \
	output.c \
	pns.c \
	pulse.c \
	rvlc.c \
	specrec.c \
	ssr.c \
	ssr_fb.c \
	ssr_ipqf.c \
	syntax.c \
	tns.c \
	xine_decoder.c

xineplug_decode_faad_la_LDFLAGS = -avoid-version -module @XINE_PLUGIN_MIN_SYMS@
xineplug_decode_faad_la_LIBADD = $(XINE_LIB)

noinst_HEADERS = \
	analysis.h \
	bits.h \
	cfft.h \
	cfft_tab.h \
	common.h \
	data.h \
	decoder.h \
	dither.h \
	drc.h \
	error.h \
	faad.h  \
	filtbank.h \
	fixed.h \
	huffman.h \
	ic_predict.h \
	is.h \
	iq_table.h \
	kbd_win.h \
	lt_predict.h \
	mdct.h \
	mp4.h \
	ms.h \
	output.h \
	pns.h \
	pulse.h \
	rvlc.h \
	sine_win.h \
	specrec.h \
	ssr.h \
	ssr_fb.h \
	ssr_ipqf.h \
	ssr_win.h \
	structs.h \
	syntax.h \
	tns.h 

$(XINE_LIB):
	@cd $(top_builddir)/src/xine-engine && $(MAKE)

debug:
	@$(MAKE) CFLAGS="$(DEBUG_CFLAGS)"

install-debug: debug
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am

mostlyclean-generic:
	-rm -f *~ \#* .*~ .\#*

maintainer-clean-generic:
	-@echo "This command is intended for maintainers to use;"
	-@echo "it deletes files that may require special tools to rebuild."
	-rm -f Makefile.in