1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
5 AUTOMAKE_OPTIONS = subdir-objects
7 extra_check_verbose = $(extra_check_verbose_$(V))
8 extra_check_verbose_ = $(extra_check_flags__$(AM_DEFAULT_VERBOSITY))
9 extra_check_verbose_0 = @echo TEST $@
10 extra_check_verbose__0 = $(extra_check_verbose_0)
12 ###############################################################################
13 # Unit/regression test
14 ###############################################################################
17 test_libvlc_equalizer \
19 test_libvlc_media_list \
20 test_libvlc_media_player \
21 test_libvlc_media_discoverer \
22 test_libvlc_renderer_discoverer \
24 test_src_config_chain \
25 test_src_misc_variables \
26 test_src_input_stream \
27 test_src_input_stream_fifo \
28 test_src_interface_dialog \
31 test_src_misc_keystore \
32 test_modules_packetizer_hxxx \
35 check_PROGRAMS += test_modules_tls
38 check_PROGRAMS += test_src_crypto_update
42 modules/lua/telnet.sh \
46 # meta: No suitable test file
49 test_libvlc_media_list_player \
50 test_src_input_stream_net \
53 #check_DATA = samples/test.sample samples/meta.sample
55 samples/certs/certkey.pem \
62 check_HEADERS = libvlc/test.h libvlc/libvlc_additions.h
64 TESTS = $(check_PROGRAMS) check_POTFILES.sh
66 DISTCLEANFILES = samples/test.sample samples/meta.sample
69 SAMPLES_SERVER=http://streams.videolan.org/streams-videolan/reference
73 curl $(SAMPLES_SERVER)/avi/Hero-Div3.avi > $@
77 curl $(SAMPLES_SERVER)/metadata/id3tag/Wesh-Bonneville.mp3 > $@
79 AM_CFLAGS = -DSRCDIR=\"$(srcdir)\"
80 AM_LDFLAGS = -no-install
81 LIBVLCCORE = -L../src/ -lvlccore
82 LIBVLC = -L../lib -lvlc
84 test_libvlc_core_SOURCES = libvlc/core.c
85 test_libvlc_core_LDADD = $(LIBVLC)
86 test_libvlc_equalizer_SOURCES = libvlc/equalizer.c
87 test_libvlc_equalizer_LDADD = $(LIBVLC)
88 test_libvlc_media_SOURCES = libvlc/media.c
89 test_libvlc_media_LDADD = $(LIBVLCCORE) $(LIBVLC)
90 test_libvlc_media_list_player_SOURCES = libvlc/media_list_player.c
91 test_libvlc_media_list_player_LDADD = $(LIBVLC)
92 test_libvlc_media_list_SOURCES = libvlc/media_list.c
93 test_libvlc_media_list_LDADD = $(LIBVLC)
94 test_libvlc_media_player_SOURCES = libvlc/media_player.c
95 test_libvlc_media_player_LDADD = $(LIBVLC)
96 test_libvlc_media_discoverer_SOURCES = libvlc/media_discoverer.c
97 test_libvlc_media_discoverer_LDADD = $(LIBVLC)
98 test_libvlc_renderer_discoverer_SOURCES = libvlc/renderer_discoverer.c
99 test_libvlc_renderer_discoverer_LDADD = $(LIBVLC)
100 test_libvlc_slaves_SOURCES = libvlc/slaves.c
101 test_libvlc_slaves_LDADD = $(LIBVLCCORE) $(LIBVLC)
102 test_libvlc_meta_SOURCES = libvlc/meta.c
103 test_libvlc_meta_LDADD = $(LIBVLC)
104 test_src_misc_variables_SOURCES = src/misc/variables.c
105 test_src_misc_variables_LDADD = $(LIBVLCCORE) $(LIBVLC)
106 test_src_config_chain_SOURCES = src/config/chain.c
107 test_src_config_chain_LDADD = $(LIBVLCCORE)
108 test_src_crypto_update_SOURCES = src/crypto/update.c
109 test_src_crypto_update_LDADD = $(LIBVLCCORE) $(GCRYPT_LIBS)
110 test_src_input_stream_SOURCES = src/input/stream.c
111 test_src_input_stream_LDADD = $(LIBVLCCORE) $(LIBVLC)
112 test_src_input_stream_net_SOURCES = src/input/stream.c
113 test_src_input_stream_net_CFLAGS = $(AM_CFLAGS) -DTEST_NET
114 test_src_input_stream_net_LDADD = $(LIBVLCCORE) $(LIBVLC)
115 test_src_input_stream_fifo_SOURCES = src/input/stream_fifo.c
116 test_src_input_stream_fifo_LDADD = $(LIBVLCCORE) $(LIBVLC)
117 test_src_misc_bits_SOURCES = src/misc/bits.c
118 test_src_misc_bits_LDADD = $(LIBVLC)
119 test_src_misc_epg_SOURCES = src/misc/epg.c
120 test_src_misc_epg_LDADD = $(LIBVLCCORE) $(LIBVLC)
121 test_src_misc_keystore_SOURCES = src/misc/keystore.c
122 test_src_misc_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
123 test_src_interface_dialog_SOURCES = src/interface/dialog.c
124 test_src_interface_dialog_LDADD = $(LIBVLCCORE) $(LIBVLC)
125 test_modules_packetizer_hxxx_SOURCES = modules/packetizer/hxxx.c
126 test_modules_packetizer_hxxx_LDADD = $(LIBVLCCORE) $(LIBVLC)
127 test_modules_keystore_SOURCES = modules/keystore/test.c
128 test_modules_keystore_LDADD = $(LIBVLCCORE) $(LIBVLC)
129 test_modules_tls_SOURCES = modules/misc/tls.c
130 test_modules_tls_LDADD = $(LIBVLCCORE) $(LIBVLC)
133 $(MAKE) check_PROGRAMS="$(check_PROGRAMS) $(EXTRA_PROGRAMS)" check
136 @echo "Generated source cannot be phony. Go away." >&2
141 libvlc_demux_run_la_SOURCES = src/input/demux-run.c src/input/demux-run.h
142 libvlc_demux_run_la_CPPFLAGS = $(AM_CPPFLAGS) \
143 -DTOP_BUILDDIR=\"$$(cd "$(top_builddir)"; pwd)\" \
144 -DTOP_SRCDIR=\"$$(cd "$(top_srcdir)"; pwd)\"
145 libvlc_demux_run_la_LDFLAGS = -no-install -static
146 libvlc_demux_run_la_LIBADD = \
147 ../lib/libvlc.la ../src/libvlccore.la ../compat/libcompat.la
148 if !HAVE_DYNAMIC_PLUGINS
149 libvlc_demux_run_la_CPPFLAGS += -DHAVE_STATIC_MODULES
150 libvlc_demux_run_la_LIBADD += \
151 ../modules/libaiff_plugin.la \
152 ../modules/libasf_plugin.la \
153 ../modules/libau_plugin.la \
154 ../modules/libavi_plugin.la \
155 ../modules/libcaf_plugin.la \
156 ../modules/libdiracsys_plugin.la \
157 ../modules/libes_plugin.la \
158 ../modules/libflacsys_plugin.la \
159 ../modules/libh26x_plugin.la \
160 ../modules/libmjpeg_plugin.la \
161 ../modules/libmkv_plugin.la \
162 ../modules/libmp4_plugin.la \
163 ../modules/libnsc_plugin.la \
164 ../modules/libnsv_plugin.la \
165 ../modules/libnuv_plugin.la \
166 ../modules/libps_plugin.la \
167 ../modules/libpva_plugin.la \
168 ../modules/libsap_plugin.la \
169 ../modules/libsmf_plugin.la \
170 ../modules/libsubtitle_plugin.la \
171 ../modules/libtta_plugin.la \
172 ../modules/libttml_plugin.la \
173 ../modules/libty_plugin.la \
174 ../modules/libvoc_plugin.la \
175 ../modules/libwav_plugin.la \
176 ../modules/libxa_plugin.la \
177 ../modules/libpacketizer_a52_plugin.la \
178 ../modules/libpacketizer_dts_plugin.la \
179 ../modules/libpacketizer_dirac_plugin.la \
180 ../modules/libpacketizer_flac_plugin.la \
181 ../modules/libpacketizer_h264_plugin.la \
182 ../modules/libpacketizer_hevc_plugin.la \
183 ../modules/libpacketizer_mlp_plugin.la \
184 ../modules/libpacketizer_mpeg4audio_plugin.la \
185 ../modules/libpacketizer_mpeg4video_plugin.la \
186 ../modules/libpacketizer_mpegaudio_plugin.la \
187 ../modules/libpacketizer_mpegvideo_plugin.la \
188 ../modules/libpacketizer_vc1_plugin.la \
189 ../modules/libfilesystem_plugin.la \
190 ../modules/libxml_plugin.la \
193 libvlc_demux_run_la_CPPFLAGS += -DHAVE_DVBPSI
194 libvlc_demux_run_la_LIBADD += ../modules/libts_plugin.la
197 EXTRA_LTLIBRARIES = libvlc_demux_run.la
202 vlc_demux_run_LDFLAGS = -no-install -static
203 vlc_demux_run_LDADD = libvlc_demux_run.la
204 EXTRA_PROGRAMS += vlc-demux-run
206 vlc_demux_libfuzzer_CPPFLAGS = $(vlc_static_CPPFLAGS)
207 vlc_demux_libfuzzer_LDADD = -lFuzzer libvlc_demux_run.la
208 EXTRA_PROGRAMS += vlc-demux-libfuzzer