1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
5 AUTOMAKE_OPTIONS = subdir-objects
13 BUILT_SOURCES = $(nodist_pluginsinclude_HEADERS)
14 CLEANFILES = $(BUILT_SOURCES)
16 SUFFIXES = .pc.in .pc .rc.in .rc
18 ###############################################################################
20 ###############################################################################
22 pluginsincludedir = $(pkgincludedir)/plugins
24 pluginsinclude_HEADERS = \
25 ../include/vlc_access.h \
26 ../include/vlc_addons.h \
27 ../include/vlc_aout.h \
28 ../include/vlc_aout_volume.h \
29 ../include/vlc_arrays.h \
30 ../include/vlc_atomic.h \
31 ../include/vlc_avcodec.h \
32 ../include/vlc_bits.h \
33 ../include/vlc_block.h \
34 ../include/vlc_block_helper.h \
35 ../include/vlc_boxes.h \
36 ../include/vlc_charset.h \
37 ../include/vlc_codec.h \
38 ../include/vlc_common.h \
39 ../include/vlc_config.h \
40 ../include/vlc_config_cat.h \
41 ../include/vlc_configuration.h \
42 ../include/vlc_cpu.h \
43 ../include/vlc_dialog.h \
44 ../include/vlc_demux.h \
45 ../include/vlc_epg.h \
47 ../include/vlc_es_out.h \
48 ../include/vlc_events.h \
49 ../include/vlc_filter.h \
50 ../include/vlc_fourcc.h \
52 ../include/vlc_gcrypt.h \
53 ../include/vlc_opengl.h \
54 ../include/vlc_http.h \
55 ../include/vlc_httpd.h \
56 ../include/vlc_image.h \
57 ../include/vlc_inhibit.h \
58 ../include/vlc_input.h \
59 ../include/vlc_input_item.h \
60 ../include/vlc_interface.h \
61 ../include/vlc_keys.h \
62 ../include/vlc_keystore.h \
63 ../include/vlc_main.h \
64 ../include/vlc_md5.h \
65 ../include/vlc_messages.h \
66 ../include/vlc_meta.h \
67 ../include/vlc_meta_fetcher.h \
68 ../include/vlc_media_library.h \
69 ../include/vlc_memstream.h \
70 ../include/vlc_mime.h \
71 ../include/vlc_modules.h \
72 ../include/vlc_mouse.h \
73 ../include/vlc_mtime.h \
74 ../include/vlc_network.h \
75 ../include/vlc_objects.h \
76 ../include/vlc_picture.h \
77 ../include/vlc_picture_fifo.h \
78 ../include/vlc_picture_pool.h \
79 ../include/vlc_playlist.h \
80 ../include/vlc_plugin.h \
81 ../include/vlc_probe.h \
82 ../include/vlc_rand.h \
83 ../include/vlc_services_discovery.h \
84 ../include/vlc_fingerprinter.h \
85 ../include/vlc_interrupt.h \
86 ../include/vlc_renderer_discovery.h \
87 ../include/vlc_sout.h \
88 ../include/vlc_spu.h \
89 ../include/vlc_stream.h \
90 ../include/vlc_strings.h \
91 ../include/vlc_subpicture.h \
92 ../include/vlc_text_style.h \
93 ../include/vlc_threads.h \
94 ../include/vlc_tls.h \
95 ../include/vlc_url.h \
96 ../include/vlc_variables.h \
97 ../include/vlc_vlm.h \
98 ../include/vlc_video_splitter.h \
99 ../include/vlc_vout.h \
100 ../include/vlc_vout_display.h \
101 ../include/vlc_vout_osd.h \
102 ../include/vlc_vout_window.h \
103 ../include/vlc_xml.h \
104 ../include/vlc_xlib.h \
106 nodist_pluginsinclude_HEADERS = ../include/vlc_about.h
109 ../include/vlc_codec_synchro.h \
110 ../include/vlc_codecs.h \
111 ../include/vlc_extensions.h \
112 ../include/vlc_fixups.h \
113 ../include/vlc_intf_strings.h \
114 ../include/vlc_iso_lang.h \
115 ../include/vlc_memory.h \
116 ../include/vlc_pgpkey.h \
117 ../include/vlc_update.h \
118 ../include/vlc_vod.h \
119 ../include/vlc_vout_wrapper.h \
122 ../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS
123 $(AM_V_at)rm -f -- "$@.tmp"
124 $(AM_V_at)mkdir -p -- ../include
125 $(AM_V_GEN)(echo "/* Automatically generated file - DO NOT EDIT */" && \
126 echo "static const char psz_license[] =" && \
127 sed 's/"/\\"/g;s/^.*$$/\"&\\n\"/' "$(top_srcdir)/COPYING" && \
129 echo "static const char psz_thanks[] =" && \
130 sed '/\$$Id:/d;s/"/\\"/g;s/<.*.> //;s/^.*$$/\"&\\n\"/' \
131 "$(top_srcdir)/THANKS" && \
133 echo "static const char psz_authors[] =" && \
134 sed '/\$$Id:/d;s/"/\\"/g;s/<.*.> //;s/^.*$$/\"&\\n\"/' \
135 "$(top_srcdir)/AUTHORS" && \
136 echo ";") >> "$@.tmp"
137 $(AM_V_at)mv -f -- "$@.tmp" "$@"
139 ###############################################################################
140 # pkg-config integration
141 ###############################################################################
143 pkgconfigdir = $(libdir)/pkgconfig
144 pkgconfig_DATA = vlc-plugin.pc
145 CLEANFILES += $(pkgconfig_DATA)
147 .pc.in.pc: $(top_builddir)/config.status
148 $(AM_V_GEN)cd "$(top_builddir)" && \
149 $(SHELL) ./config.status --file="src/$@"
151 ##############################################################################
152 # Windows resource files
153 ##############################################################################
156 noinst_DATA = libvlc_win32_rc.rc
158 EXTRA_DIST += libvlc_win32_rc.rc.in
160 .rc.in.rc: $(top_builddir)/config.status
161 cd "$(top_builddir)" && \
162 $(SHELL) ./config.status --file="src/$@"
164 ###############################################################################
166 ###############################################################################
168 lib_LTLIBRARIES = libvlccore.la
170 AM_CPPFLAGS = $(INCICONV) $(IDN_CFLAGS) \
171 -DMODULE_STRING=\"core\" \
172 -DLOCALEDIR=\"$(localedir)\" \
173 -DPKGDATADIR=\"$(vlcdatadir)\" \
174 -DPKGLIBDIR=\"$(vlclibdir)\"
175 AM_CFLAGS = $(CFLAGS_libvlccore)
176 if HAVE_DYNAMIC_PLUGINS
177 AM_CPPFLAGS += -DHAVE_DYNAMIC_PLUGINS
180 AM_CPPFLAGS += -DHAVE_DBUS
181 AM_CFLAGS += $(DBUS_CFLAGS)
184 libvlccore_la_SOURCES = \
191 config/configuration.h \
200 config/vlc_getopt.h \
208 modules/textdomain.c \
210 interface/interface.c \
211 playlist/playlist_internal.h \
221 playlist/loadsave.c \
222 playlist/preparser.c \
223 playlist/preparser.h \
227 playlist/services_discovery.c \
233 input/decoder_synchro.c \
235 input/demux_chained.c \
237 input/es_out_timeshift.c \
246 input/es_out_timeshift.h \
250 input/input_internal.h \
251 input/input_interface.h \
252 input/vlm_internal.h \
258 input/stream_fifo.c \
259 input/stream_filter.c \
260 input/stream_memory.c \
263 audio_output/aout_internal.h \
264 audio_output/common.c \
266 audio_output/filters.c \
267 audio_output/output.c \
268 audio_output/volume.c \
269 video_output/chrono.h \
270 video_output/control.c \
271 video_output/control.h \
272 video_output/display.c \
273 video_output/display.h \
274 video_output/event.h \
275 video_output/inhibit.c \
276 video_output/inhibit.h \
277 video_output/interlacing.c \
278 video_output/interlacing.h \
279 video_output/snapshot.c \
280 video_output/snapshot.h \
281 video_output/statistic.h \
282 video_output/video_output.c \
283 video_output/video_text.c \
284 video_output/video_epg.c \
285 video_output/video_widgets.c \
286 video_output/vout_subpictures.c \
287 video_output/window.c \
288 video_output/window.h \
289 video_output/opengl.c \
290 video_output/vout_intf.c \
291 video_output/vout_internal.h \
292 video_output/vout_control.h \
293 video_output/vout_wrapper.c \
294 network/getaddrinfo.c \
295 network/http_auth.c \
320 misc/picture_fifo.c \
321 misc/picture_pool.c \
325 misc/renderer_discovery.c \
340 misc/update_crypto.c \
344 misc/filter_chain.c \
346 misc/fingerprinter.c \
352 libvlccore_la_SOURCES += \
363 libvlccore_la_SOURCES += posix/timer.c
365 libvlccore_la_SOURCES += win32/timer.c
369 libvlccore_la_SOURCES += \
380 libvlccore_la_SOURCES += \
386 libvlccore_la_SOURCES += \
392 libvlccore_la_SOURCES += \
399 libvlccore_la_SOURCES += \
410 libvlccore_la_SOURCES += \
417 libvlccore_la_SOURCES += network/httpd.c
421 libvlccore_la_SOURCES += \
422 stream_output/sap.c stream_output/sdp.c \
423 stream_output/stream_output.c stream_output/stream_output.h
425 libvlccore_la_SOURCES += input/vlm.c input/vlm_event.c input/vlmshell.c
429 libvlccore_la_LDFLAGS = \
430 $(LDFLAGS_libvlccore) \
432 -export-symbols $(srcdir)/libvlccore.sym \
434 libvlccore_la_LIBADD = $(LIBS_libvlccore) \
435 ../compat/libcompat.la \
436 $(LTLIBINTL) $(LTLIBICONV) \
437 $(IDN_LIBS) $(LIBPTHREAD) $(SOCKET_LIBS) $(LIBRT) $(LIBDL) $(LIBM)
438 libvlccore_la_DEPENDENCIES = libvlccore.sym
440 libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT)
441 libvlccore_la_LDFLAGS += -Wl,libvlc_win32_rc.$(OBJEXT) -avoid-version -Wc,-static
444 libvlccore_la_LDFLAGS += -avoid-version
447 libvlccore_la_LIBADD += $(DBUS_LIBS)
450 libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc
451 $(WINDRES) --include-dir $(top_srcdir)/share --include-dir $(top_srcdir)/extras/package/win32 -i $< -o $@
454 BUILT_SOURCES += fourcc_tables.h
455 EXTRA_DIST += misc/fourcc_gen.c
456 MOSTLYCLEANFILES = fourcc_gen$(BUILDEXEEXT)
458 fourcc_gen$(BUILDEXEEXT): misc/fourcc_gen.c misc/fourcc_list.h ../include/vlc_fourcc.h
459 $(AM_V_at)rm -f -- $@
460 $(AM_V_CC)$(BUILDCC) -I$(srcdir) -o $@ $<
462 fourcc_tables.h: fourcc_gen$(BUILDEXEEXT)
463 $(AM_V_at)rm -f -- $@.tmp
464 $(AM_V_GEN)$(builddir)/fourcc_gen > $@.tmp
465 $(AM_V_at)mv -f -- $@.tmp $@
467 # Unit/regression tests
482 TESTS = $(check_PROGRAMS) check_symbols
484 test_block_SOURCES = test/block_test.c
485 test_block_LDADD = $(LDADD) $(LIBS_libvlccore)
486 test_block_DEPENDENCIES =
488 test_dictionary_SOURCES = test/dictionary.c
489 test_i18n_atof_SOURCES = test/i18n_atof.c
490 test_interrupt_SOURCES = test/interrupt.c
491 test_interrupt_LDADD = $(LDADD) $(LIBS_libvlccore) $(LIBPTHREAD)
492 test_md5_SOURCES = test/md5.c
493 test_picture_pool_SOURCES = test/picture_pool.c
494 test_timer_SOURCES = test/timer.c
495 test_url_SOURCES = test/url.c
496 test_utf8_SOURCES = test/utf8.c
497 test_xmlent_SOURCES = test/xmlent.c
498 test_headers_SOURCES = test/headers.c
500 AM_LDFLAGS = -no-install
501 LDADD = libvlccore.la \
502 ../compat/libcompat.la
504 ###############################################################################
506 ###############################################################################
508 BUILT_SOURCES += stamp-revision
509 MAINTAINERCLEANFILES = $(srcdir)/revision.txt $(srcdir)/revision.c
511 $(srcdir)/revision.c: $(srcdir)/revision.txt
512 $(AM_V_at)rm -f -- $@
513 $(AM_V_GEN)echo "const char psz_vlc_changeset[] = \"$$(cat $<)\";" \
516 $(srcdir)/revision.txt:
517 $(AM_V_at)$(MAKE) stamp-revision
521 $(AM_V_at)rm -f -- revision.tmp
522 $(AM_V_GEN)if ! git \
523 --git-dir="$(top_srcdir)/.git/" describe \
524 --tags --long --match '?.*.*' --always; then \
525 cat $(srcdir)/revision.txt ; \
527 $(AM_V_at)if diff revision.tmp $(srcdir)/revision.txt >/dev/null 2>&1; then \
528 rm -f -- revision.tmp; \
530 mv -f -- revision.tmp $(srcdir)/revision.txt; \
534 ###############################################################################
535 # Unit/regression test
536 ###############################################################################
538 dist_check_SCRIPTS = check_headers check_symbols
541 for h in `echo $(pkginclude_HEADERS) | sed -e s,\.\./include/,,g`; \
543 echo grep - "#include <$$h>" $(srcdir)/test/headers.c ; \
544 if ! grep -- "#include <$$h>" $(srcdir)/test/headers.c ; \
546 echo "Header $$h not included in test/headers.c!"; \
550 $(SHELL) $(srcdir)/check_headers $(pluginsinclude_HEADERS)
553 @echo "Generated source cannot be phony. Go away." >&2