File: Makefile.am

package info (click to toggle)
ezstream 1.0.2-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,832 kB
  • sloc: ansic: 9,693; sh: 4,967; xml: 398; makefile: 230
file content (128 lines) | stat: -rw-r--r-- 3,947 bytes parent folder | download | duplicates (3)
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
117
118
119
120
121
122
123
124
125
126
127
128
AUTOMAKE_OPTIONS = 1.10 foreign subdir-objects

TESTS		 = \
	check_cfg \
	check_cfg_decoder \
	check_cfg_encoder \
	check_cfg_intake \
	check_cfg_server \
	check_cfg_stream \
	check_cfgfile_xml \
	check_cmdline \
	check_log \
	check_mdata \
	check_playlist \
	check_stream \
	check_util \
	check_xalloc
check_PROGRAMS	 = $(TESTS)

noinst_HEADERS = check_cfg.h

check_cfg_SOURCES = check_cfg.c
check_cfg_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_LDADD  = $(check_cfg_DEPENDENCIES) @CHECK_LIBS@

check_cfg_decoder_SOURCES = check_cfg_decoder.c
check_cfg_decoder_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_decoder_LDADD = $(check_cfg_decoder_DEPENDENCIES) @CHECK_LIBS@

check_cfg_encoder_SOURCES = check_cfg_encoder.c
check_cfg_encoder_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_encoder_LDADD = $(check_cfg_encoder_DEPENDENCIES) @CHECK_LIBS@

check_cfg_intake_SOURCES = check_cfg_intake.c
check_cfg_intake_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_intake_LDADD = $(check_cfg_intake_DEPENDENCIES) @CHECK_LIBS@

check_cfg_server_SOURCES = check_cfg_server.c
check_cfg_server_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_server_LDADD = $(check_cfg_server_DEPENDENCIES) @CHECK_LIBS@

check_cfg_stream_SOURCES = check_cfg_stream.c
check_cfg_stream_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfg_stream_LDADD = $(check_cfg_stream_DEPENDENCIES) @CHECK_LIBS@

check_cfgfile_xml_SOURCES = check_cfgfile_xml.c
check_cfgfile_xml_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cfgfile_xml_LDADD = $(check_cfgfile_xml_DEPENDENCIES) @CHECK_LIBS@

check_cmdline_SOURCES = check_cmdline.c
check_cmdline_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_cmdline_LDADD = $(check_cmdline_DEPENDENCIES) @CHECK_LIBS@

check_log_SOURCES = check_log.c
check_log_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_log_LDADD	 = $(check_log_DEPENDENCIES) @CHECK_LIBS@

check_mdata_SOURCES = check_mdata.c
check_mdata_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_mdata_LDADD = $(check_mdata_DEPENDENCIES) @CHECK_LIBS@

check_playlist_SOURCES = check_playlist.c
check_playlist_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_playlist_LDADD = $(check_playlist_DEPENDENCIES) @CHECK_LIBS@

check_stream_SOURCES = check_stream.c
check_stream_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_stream_LDADD = $(check_stream_DEPENDENCIES) @CHECK_LIBS@

check_util_SOURCES = check_util.c
check_util_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_util_LDADD = $(check_util_DEPENDENCIES) @CHECK_LIBS@

check_xalloc_SOURCES = check_xalloc.c
check_xalloc_DEPENDENCIES = $(top_builddir)/src/libezstream.la
check_xalloc_LDADD = $(check_xalloc_DEPENDENCIES) @CHECK_LIBS@

AM_CPPFLAGS	 = @EZ_CPPFLAGS@ \
	-I$(top_srcdir)/compat \
	-I$(top_srcdir)/src \
	-I$(top_builddir)/src
AM_CFLAGS	 = @EZ_CFLAGS@ @CHECK_CFLAGS@ \
	-DSRCDIR="\"$(srcdir)\"" \
	-DBUILDDIR="\"$(builddir)\"" \
	-DEXAMPLESDIR="\"$(top_srcdir)/examples\""
AM_LDFLAGS	 = @EZ_LDFLAGS@

EXTRA_DIST	 = \
	bad-executable.sh \
	config-bad.xml \
	config-bad2.xml \
	config-bad3.xml \
	config-bad4.xml \
	config-bad5.xml \
	config-bad6.xml \
	play-bad.sh \
	play-bad2.sh \
	play-bad3.sh \
	playlist-bad.txt \
	playlist-bad2.txt \
	playlist.txt \
	null.raw \
	test01-artist+album+title.ogg \
	test02-whitespace.ogg \
	test03-apostrophe.ogg \
	test04-backticks.ogg \
	test05-spawnshell.ogg \
	test06-shellvar.ogg \
	test07-japanese.ogg \
	test08-arabic.ogg \
	test09-apostrophe+spawnshell.ogg \
	test10-apostrophe+backticks.ogg \
	test11-artist+album.ogg \
	test12-artist.ogg \
	test13-album+title.ogg \
	test14-album.ogg \
	test15-title.ogg \
	test16-nometa.ogg \
	.test17ogg \
	test18-emptymeta.ogg \
	test19-onlywhitespace.ogg \
	test-meta01.sh \
	test-meta02-error.sh \
	test-meta03-huge.sh \
	test-meta04-kill.sh \
	test-meta05-empty.sh

CLEANFILES	 = *~ *.core core *.gcno *.gcda