1## Process this file with automake to produce Makefile.in
2
3AM_CPPFLAGS = @OGG_CFLAGS@ @VORBIS_CFLAGS@ @GLIB_CFLAGS@
4
5if SUBDIR_LIBMAD
6  MAYBE_LIBMAD = libmad-0.15.1b
7  AM_CPPFLAGS += -I@abs_top_srcdir@/libmad-0.15.1b
8endif
9
10# if SUBDIR_GLIB
11#   MAYBE_GLIB = glib-2.16.6
12#   AM_CPPFLAGS += -I@abs_top_srcdir@/glib-2.16.6/glib
13#   AM_CPPFLAGS += -I@abs_top_srcdir@/glib-2.16.6
14# endif
15
16#if SUBDIR_CDK
17#  MAYBE_CDK = cdk-5.0-20060507
18#endif
19
20AM_CPPFLAGS += -I@abs_top_srcdir@/lib
21
22# SUBDIRS = $(MAYBE_LIBMAD) $(MAYBE_CDK) $(MAYBE_GLIB) lib
23# SUBDIRS = $(MAYBE_LIBMAD) $(MAYBE_CDK) lib
24SUBDIRS = $(MAYBE_LIBMAD) lib
25
26bin_PROGRAMS = streamripper
27if WANT_CSTREAMRIPPER
28##    bin_PROGRAMS += cstreamripper
29endif
30
31EXTRA_PROGRAMS = streamripper ictest cstreamripper
32
33ictest_SOURCES = \
34	lib/ictest.c
35
36streamripper_SOURCES = \
37	console/streamripper.c
38
39cstreamripper_SOURCES = \
40	console/cstreamripper.c
41
42if USE_INCLUDED_ARGV
43streamripper_SOURCES += lib/argv.c
44endif
45
46libmad_manifest = \
47	libmad-0.15.1b/README \
48	libmad-0.15.1b/configure.ac \
49	libmad-0.15.1b/aclocal.m4 \
50	libmad-0.15.1b/mad.h \
51	libmad-0.15.1b/Makefile.am \
52	libmad-0.15.1b/Makefile.in \
53	libmad-0.15.1b/config.h.in \
54	libmad-0.15.1b/libmad.list.in \
55	libmad-0.15.1b/configure \
56	libmad-0.15.1b/COPYING \
57	libmad-0.15.1b/INSTALL \
58	libmad-0.15.1b/TODO \
59	libmad-0.15.1b/config.guess \
60	libmad-0.15.1b/config.sub \
61	libmad-0.15.1b/depcomp \
62	libmad-0.15.1b/install-sh \
63	libmad-0.15.1b/ltmain.sh \
64	libmad-0.15.1b/missing \
65	libmad-0.15.1b/mkinstalldirs \
66	libmad-0.15.1b/version.c \
67	libmad-0.15.1b/fixed.c \
68	libmad-0.15.1b/bit.c \
69	libmad-0.15.1b/timer.c \
70	libmad-0.15.1b/stream.c \
71	libmad-0.15.1b/frame.c \
72	libmad-0.15.1b/synth.c \
73	libmad-0.15.1b/decoder.c \
74	libmad-0.15.1b/layer12.c \
75	libmad-0.15.1b/layer3.c \
76	libmad-0.15.1b/huffman.c \
77	libmad-0.15.1b/version.h \
78	libmad-0.15.1b/fixed.h \
79	libmad-0.15.1b/bit.h \
80	libmad-0.15.1b/timer.h \
81	libmad-0.15.1b/stream.h \
82	libmad-0.15.1b/frame.h \
83	libmad-0.15.1b/synth.h \
84	libmad-0.15.1b/decoder.h \
85	libmad-0.15.1b/global.h \
86	libmad-0.15.1b/layer12.h \
87	libmad-0.15.1b/layer3.h \
88	libmad-0.15.1b/huffman.h \
89	libmad-0.15.1b/D.dat \
90	libmad-0.15.1b/imdct_s.dat \
91	libmad-0.15.1b/qc_table.dat \
92	libmad-0.15.1b/rq_table.dat \
93	libmad-0.15.1b/sf_table.dat \
94	libmad-0.15.1b/imdct_l_arm.S \
95	libmad-0.15.1b/minimad.c \
96	libmad-0.15.1b/mad.h.sed \
97	libmad-0.15.1b/CHANGES \
98	libmad-0.15.1b/COPYRIGHT \
99	libmad-0.15.1b/CREDITS \
100	libmad-0.15.1b/VERSION
101
102libmad_dont_need_these = \
103	libmad-0.15.1b/msvc++/Makefile.am \
104	libmad-0.15.1b/msvc++/Makefile.in \
105	libmad-0.15.1b/msvc++/mad.h \
106	libmad-0.15.1b/msvc++/config.h \
107	libmad-0.15.1b/msvc++/libmad.dsp
108
109tre072_manifest = \
110	tre-0.7.2/m4/tre_prog_cc_optimizations.m4 \
111	tre-0.7.2/m4/ax_check_sign.m4 \
112	tre-0.7.2/m4/Makefile.am \
113	tre-0.7.2/m4/Makefile.in \
114	tre-0.7.2/m4/vl_prog_cc_warnings.m4 \
115	tre-0.7.2/m4/ac_libtool_tags.m4 \
116	tre-0.7.2/m4/ax_decl_wchar_max.m4 \
117	tre-0.7.2/m4/ax_check_funcs_comp.m4 \
118	tre-0.7.2/po/Makevars \
119	tre-0.7.2/po/fi.po \
120	tre-0.7.2/po/LINGUAS \
121	tre-0.7.2/po/en@boldquot.header \
122	tre-0.7.2/po/en@quot.header \
123	tre-0.7.2/po/Rules-quot \
124	tre-0.7.2/po/remove-potcdate.sin \
125	tre-0.7.2/po/boldquot.sed \
126	tre-0.7.2/po/POTFILES.in \
127	tre-0.7.2/po/tre.pot \
128	tre-0.7.2/po/insert-header.sin \
129	tre-0.7.2/po/quot.sed \
130	tre-0.7.2/po/Makefile.in.in \
131	tre-0.7.2/doc/tre-api.html \
132	tre-0.7.2/doc/default.css \
133	tre-0.7.2/doc/Makefile.am \
134	tre-0.7.2/doc/Makefile.in \
135	tre-0.7.2/doc/agrep.1.in \
136	tre-0.7.2/doc/tre-syntax.html \
137	tre-0.7.2/lib/tre-config.h.in \
138	tre-0.7.2/lib/regex.h \
139	tre-0.7.2/lib/tre-filter.c \
140	tre-0.7.2/lib/tre-filter.h \
141	tre-0.7.2/lib/tre-match-approx.c \
142	tre-0.7.2/lib/README \
143	tre-0.7.2/lib/tre-match-utils.h \
144	tre-0.7.2/lib/xmalloc.c \
145	tre-0.7.2/lib/xmalloc.h \
146	tre-0.7.2/lib/tre-parse.c \
147	tre-0.7.2/lib/tre-parse.h \
148	tre-0.7.2/lib/tre-match-backtrack.c \
149	tre-0.7.2/lib/tre-internal.h \
150	tre-0.7.2/lib/regerror.c \
151	tre-0.7.2/lib/tre-compile.c \
152	tre-0.7.2/lib/tre-compile.h \
153	tre-0.7.2/lib/Makefile.am \
154	tre-0.7.2/lib/Makefile.in \
155	tre-0.7.2/lib/tre-match-parallel.c \
156	tre-0.7.2/lib/gettext.h \
157	tre-0.7.2/lib/tre-ast.c \
158	tre-0.7.2/lib/tre-ast.h \
159	tre-0.7.2/lib/tre-mem.c \
160	tre-0.7.2/lib/tre-mem.h \
161	tre-0.7.2/lib/regcomp.c \
162	tre-0.7.2/lib/regexec.c \
163	tre-0.7.2/lib/tre-stack.c \
164	tre-0.7.2/lib/tre-stack.h \
165	tre-0.7.2/src/Makefile.am \
166	tre-0.7.2/src/Makefile.in \
167	tre-0.7.2/src/agrep.c \
168	tre-0.7.2/NEWS \
169	tre-0.7.2/TODO \
170	tre-0.7.2/LICENSE \
171	tre-0.7.2/aclocal.m4 \
172	tre-0.7.2/tests/test-str-source.c \
173	tre-0.7.2/tests/randtest.c \
174	tre-0.7.2/tests/retest.c \
175	tre-0.7.2/tests/Makefile.am \
176	tre-0.7.2/tests/Makefile.in \
177	tre-0.7.2/tests/build-tests.sh \
178	tre-0.7.2/tests/bench.c \
179	tre-0.7.2/utils/compile \
180	tre-0.7.2/utils/depcomp \
181	tre-0.7.2/utils/build-rpm.sh \
182	tre-0.7.2/utils/ltmain.sh \
183	tre-0.7.2/utils/config.guess \
184	tre-0.7.2/utils/config.rpath \
185	tre-0.7.2/utils/install-sh \
186	tre-0.7.2/utils/autogen.sh \
187	tre-0.7.2/utils/config.sub \
188	tre-0.7.2/utils/missing \
189	tre-0.7.2/utils/mkinstalldirs \
190	tre-0.7.2/utils/Makefile.am \
191	tre-0.7.2/utils/Makefile.in \
192	tre-0.7.2/win32/tre-config.h \
193	tre-0.7.2/win32/retest.dsp \
194	tre-0.7.2/win32/config.h \
195	tre-0.7.2/win32/tre.def \
196	tre-0.7.2/win32/tre.dsp \
197	tre-0.7.2/win32/tre.dsw \
198	tre-0.7.2/README \
199	tre-0.7.2/THANKS \
200	tre-0.7.2/configure \
201	tre-0.7.2/configure.ac \
202	tre-0.7.2/tre.spec.in \
203	tre-0.7.2/Makefile.am \
204	tre-0.7.2/Makefile.in \
205	tre-0.7.2/config.h.in \
206	tre-0.7.2/python/example.py \
207	tre-0.7.2/python/tre-python.c \
208	tre-0.7.2/python/setup.py \
209	tre-0.7.2/AUTHORS \
210	tre-0.7.2/INSTALL \
211	tre-0.7.2/tre.pc.in \
212	tre-0.7.2/ABOUT-NLS \
213	tre-0.7.2/ChangeLog \
214	tre-0.7.2/COPYING
215
216tre070_manifest = \
217	tre-0.7.0/m4/tre_prog_cc_optimizations.m4 \
218	tre-0.7.0/m4/ax_check_sign.m4 \
219	tre-0.7.0/m4/Makefile.am \
220	tre-0.7.0/m4/Makefile.in \
221	tre-0.7.0/m4/vl_prog_cc_warnings.m4 \
222	tre-0.7.0/m4/ac_libtool_tags.m4 \
223	tre-0.7.0/m4/ax_decl_wchar_max.m4 \
224	tre-0.7.0/m4/ax_check_funcs_comp.m4 \
225	tre-0.7.0/po/Makevars \
226	tre-0.7.0/po/fi.po \
227	tre-0.7.0/po/LINGUAS \
228	tre-0.7.0/po/en@boldquot.header \
229	tre-0.7.0/po/en@quot.header \
230	tre-0.7.0/po/Rules-quot \
231	tre-0.7.0/po/remove-potcdate.sin \
232	tre-0.7.0/po/boldquot.sed \
233	tre-0.7.0/po/POTFILES.in \
234	tre-0.7.0/po/fi.gmo \
235	tre-0.7.0/po/tre.pot \
236	tre-0.7.0/po/insert-header.sin \
237	tre-0.7.0/po/stamp-po \
238	tre-0.7.0/po/quot.sed \
239	tre-0.7.0/po/Makefile.in.in \
240	tre-0.7.0/doc/tre-api.html \
241	tre-0.7.0/doc/tre-syntax.html \
242	tre-0.7.0/lib/tre-config.h.in \
243	tre-0.7.0/lib/regex.h \
244	tre-0.7.0/lib/tre-match-approx.c \
245	tre-0.7.0/lib/README \
246	tre-0.7.0/lib/tre-match-utils.h \
247	tre-0.7.0/lib/xmalloc.c \
248	tre-0.7.0/lib/xmalloc.h \
249	tre-0.7.0/lib/tre-match-backtrack.c \
250	tre-0.7.0/lib/tre-internal.h \
251	tre-0.7.0/lib/regerror.c \
252	tre-0.7.0/lib/tre-compile.c \
253	tre-0.7.0/lib/Makefile.am \
254	tre-0.7.0/lib/Makefile.in \
255	tre-0.7.0/lib/tre-match-parallel.c \
256	tre-0.7.0/lib/gettext.h \
257	tre-0.7.0/lib/tre-mem.c \
258	tre-0.7.0/lib/tre-mem.h \
259	tre-0.7.0/lib/regcomp.c \
260	tre-0.7.0/lib/regexec.c \
261	tre-0.7.0/src/Makefile.am \
262	tre-0.7.0/src/Makefile.in \
263	tre-0.7.0/src/agrep.c \
264	tre-0.7.0/NEWS \
265	tre-0.7.0/TODO \
266	tre-0.7.0/LICENSE \
267	tre-0.7.0/aclocal.m4 \
268	tre-0.7.0/tests/test-str-source.c \
269	tre-0.7.0/tests/randtest.c \
270	tre-0.7.0/tests/retest.c \
271	tre-0.7.0/tests/Makefile.am \
272	tre-0.7.0/tests/Makefile.in \
273	tre-0.7.0/tests/bench.c \
274	tre-0.7.0/tests/test-approx.c \
275	tre-0.7.0/utils/compile \
276	tre-0.7.0/utils/depcomp \
277	tre-0.7.0/utils/build-rpm.sh \
278	tre-0.7.0/utils/ltmain.sh \
279	tre-0.7.0/utils/config.guess \
280	tre-0.7.0/utils/config.rpath \
281	tre-0.7.0/utils/install-sh \
282	tre-0.7.0/utils/autogen.sh \
283	tre-0.7.0/utils/config.sub \
284	tre-0.7.0/utils/missing \
285	tre-0.7.0/utils/mkinstalldirs \
286	tre-0.7.0/utils/Makefile.am \
287	tre-0.7.0/utils/Makefile.in \
288	tre-0.7.0/win32/tre-config.h \
289	tre-0.7.0/win32/retest.dsp \
290	tre-0.7.0/win32/config.h \
291	tre-0.7.0/win32/tre.def \
292	tre-0.7.0/win32/tre.dsp \
293	tre-0.7.0/win32/tre.dsw \
294	tre-0.7.0/README \
295	tre-0.7.0/THANKS \
296	tre-0.7.0/configure \
297	tre-0.7.0/configure.ac \
298	tre-0.7.0/tre.spec.in \
299	tre-0.7.0/Makefile.am \
300	tre-0.7.0/Makefile.in \
301	tre-0.7.0/config.h.in \
302	tre-0.7.0/python \
303	tre-0.7.0/python/setup.py.in \
304	tre-0.7.0/AUTHORS \
305	tre-0.7.0/INSTALL \
306	tre-0.7.0/tre.pc.in \
307	tre-0.7.0/ABOUT-NLS \
308	tre-0.7.0/ChangeLog \
309	tre-0.7.0/COPYING
310
311man_MANS = \
312	streamripper.1
313
314lib_manifest = \
315	lib/Makefile.am \
316	lib/Makefile.in \
317	lib/config.h.in \
318	lib/argv.c \
319	lib/cbuf2.c \
320	lib/cbuf2.h \
321	lib/charmaps.h \
322	lib/charset.c \
323	lib/charset.h \
324	lib/compat.h \
325	lib/config.h \
326	lib/confw32.h \
327	lib/debug.c \
328	lib/debug.h \
329	lib/errors.c \
330	lib/errors.h \
331	lib/external.c \
332	lib/external.h \
333	lib/filelib.c \
334	lib/filelib.h \
335	lib/findsep2.c \
336	lib/findsep.c \
337	lib/findsep.h \
338	lib/http.c \
339	lib/http.h \
340	lib/iconvert.c \
341	lib/ictest.c \
342	lib/list.h \
343	lib/mchar.c \
344	lib/mchar.h \
345	lib/parse.c \
346	lib/parse.h \
347	lib/prefs.c \
348	lib/prefs.h \
349	lib/relaylib.c \
350	lib/relaylib.h \
351	lib/rip_manager.c \
352	lib/rip_manager.h \
353	lib/ripaac.c \
354	lib/ripogg.c \
355	lib/ripogg.h \
356	lib/ripstream.c \
357	lib/ripstream.h \
358	lib/socklib.c \
359	lib/socklib.h \
360	lib/srconfig.h \
361	lib/srtypes.h \
362	lib/threadlib.c \
363	lib/threadlib.h \
364	lib/uce_dirent.h \
365	lib/utf8.c \
366	lib/utf8.h
367
368EXTRA_DIST = \
369	config.rpath \
370	CHANGES \
371	parse_rules.txt \
372	fake_external_metadata.pl \
373	fetch_external_metadata.pl \
374	$(lib_manifest) \
375	$(libmad_manifest) \
376	$(man_MANS)
377
378DIST_SUBDIRS =
379
380streamripper_LDADD = \
381	lib/libstreamripper.a \
382	@FAAD_LIBS@ \
383	@LIBMAD@ \
384	@THREADLIBS@ \
385	@LTLIBICONV@ @LIBCHARSET@ \
386	@LIBIBERTY_LIBS@ \
387	@OGG_LIBS@ @VORBIS_LIBS@ \
388	@GLIB_LIBS@
389
390#        @CDK_LIBS@
391
392cstreamripper_LDADD = \
393	lib/libstreamripper.a \
394	@FAAD_LIBS@ \
395	@LIBMAD@ \
396	@THREADLIBS@ \
397	@LTLIBICONV@ @LIBCHARSET@ \
398	@LIBIBERTY_LIBS@ \
399	@OGG_LIBS@ @VORBIS_LIBS@ \
400	@GLIB_LIBS@
401
402#        @CDK_LIBS@
403
404ACLOCAL_AMFLAGS = -I m4
405