]> git.sesse.net Git - vlc/blob - src/Makefile.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 AUTOMAKE_OPTIONS = subdir-objects
6 SUBDIRS = . test
7
8 NULL =
9 EXTRA_DIST = extras/COPYING \
10         misc/beos_specific.cpp \
11         libvlc.pc.in \
12         vlc-plugin.pc.in \
13         libvlc.sym \
14         libvlccore.sym \
15         ../include/vlc/libvlc_version.h.in
16
17 BUILT_SOURCES = \
18         $(nodist_pkginclude_HEADERS) \
19         $(nodist_pluginsinclude_HEADERS)
20 CLEANFILES = $(BUILT_SOURCES)
21
22 SUFFIXES = .pc.in .pc .rc.in .rc
23
24 ###############################################################################
25 # Headers
26 ###############################################################################
27
28 pluginsincludedir = $(pkgincludedir)/plugins
29
30 pkginclude_HEADERS = \
31         ../include/vlc/vlc.h \
32         ../include/vlc/deprecated.h \
33         ../include/vlc/libvlc.h \
34         ../include/vlc/libvlc_events.h \
35         ../include/vlc/libvlc_media.h \
36         ../include/vlc/libvlc_media_discoverer.h \
37         ../include/vlc/libvlc_media_library.h \
38         ../include/vlc/libvlc_media_list.h \
39         ../include/vlc/libvlc_media_list_player.h \
40         ../include/vlc/libvlc_media_player.h \
41         ../include/vlc/libvlc_structures.h \
42         ../include/vlc/libvlc_vlm.h \
43         $(NULL)
44 nodist_pkginclude_HEADERS = ../include/vlc/libvlc_version.h
45
46 pluginsinclude_HEADERS = \
47         ../include/vlc_access.h \
48         ../include/vlc_acl.h \
49         ../include/vlc_aout.h \
50         ../include/vlc_aout_mixer.h \
51         ../include/vlc_arrays.h \
52         ../include/vlc_art_finder.h \
53         ../include/vlc_atomic.h \
54         ../include/vlc_avcodec.h \
55         ../include/vlc_bits.h \
56         ../include/vlc_block.h \
57         ../include/vlc_block_helper.h \
58         ../include/vlc_charset.h \
59         ../include/vlc_codec.h \
60         ../include/vlc_common.h \
61         ../include/vlc_config.h \
62         ../include/vlc_config_cat.h \
63         ../include/vlc_configuration.h \
64         ../include/vlc_cpu.h \
65         ../include/vlc_dialog.h \
66         ../include/vlc_demux.h \
67         ../include/vlc_epg.h \
68         ../include/vlc_es.h \
69         ../include/vlc_es_out.h \
70         ../include/vlc_events.h \
71         ../include/vlc_filter.h \
72         ../include/vlc_fourcc.h \
73         ../include/vlc_fs.h \
74         ../include/vlc_gcrypt.h \
75         ../include/vlc_http.h \
76         ../include/vlc_httpd.h \
77         ../include/vlc_image.h \
78         ../include/vlc_inhibit.h \
79         ../include/vlc_input.h \
80         ../include/vlc_input_item.h \
81         ../include/vlc_main.h \
82         ../include/vlc_md5.h \
83         ../include/vlc_messages.h \
84         ../include/vlc_meta.h \
85         ../include/vlc_media_library.h \
86         ../include/vlc_modules.h \
87         ../include/vlc_mouse.h \
88         ../include/vlc_mtime.h \
89         ../include/vlc_objects.h \
90         ../include/vlc_picture.h \
91         ../include/vlc_picture_fifo.h \
92         ../include/vlc_picture_pool.h \
93         ../include/vlc_playlist.h \
94         ../include/vlc_plugin.h \
95         ../include/vlc_probe.h \
96         ../include/vlc_rand.h \
97         ../include/vlc_services_discovery.h \
98         ../include/vlc_sql.h \
99         ../include/vlc_sout.h \
100         ../include/vlc_spu.h \
101         ../include/vlc_stream.h \
102         ../include/vlc_strings.h \
103         ../include/vlc_subpicture.h \
104         ../include/vlc_text_style.h \
105         ../include/vlc_threads.h \
106         ../include/vlc_url.h \
107         ../include/vlc_variables.h \
108         ../include/vlc_vlm.h \
109         ../include/vlc_video_splitter.h \
110         ../include/vlc_vout.h \
111         ../include/vlc_vout_display.h \
112         ../include/vlc_vout_opengl.h \
113         ../include/vlc_vout_osd.h \
114         ../include/vlc_vout_window.h \
115         ../include/vlc_xml.h \
116         ../include/vlc_xlib.h \
117         $(NULL)
118 nodist_pluginsinclude_HEADERS = ../include/vlc_about.h
119
120 noinst_HEADERS = \
121         ../include/vlc_codec_synchro.h \
122         ../include/vlc_codecs.h \
123         ../include/vlc_extensions.h \
124         ../include/vlc_fixups.h \
125         ../include/vlc_interface.h \
126         ../include/vlc_intf_strings.h \
127         ../include/vlc_iso_lang.h \
128         ../include/vlc_keys.h \
129         ../include/vlc_memory.h \
130         ../include/vlc_network.h \
131         ../include/vlc_osd.h \
132         ../include/vlc_pgpkey.h \
133         ../include/vlc_tls.h \
134         ../include/vlc_update.h \
135         ../include/vlc_vod.h \
136         ../include/vlc_vout_wrapper.h \
137         ../include/vlc_windows_interfaces.h \
138         $(NULL)
139
140 ../include/vlc/libvlc_version.h: ../include/vlc/libvlc_version.h.in $(top_builddir)/config.status
141         $(AM_V_GEN)cd "$(top_builddir)" && \
142         $(SHELL) ./config.status --file="src/$@"
143
144 ../include/vlc_about.h: Makefile.am $(top_srcdir)/COPYING $(top_srcdir)/THANKS $(top_srcdir)/AUTHORS
145         $(AM_V_at)rm -f -- "$@.tmp"
146         $(AM_V_at)mkdir -p -- ../include
147         $(AM_V_GEN)(echo "/* Automatically generated file - DO NOT EDIT */" && \
148         echo "static const char psz_license[] =" && \
149         sed 's/"/\\"/g;s/^.*$$/\"&\\n\"/' "$(top_srcdir)/COPYING" && \
150         echo ";" && \
151         echo "static const char psz_thanks[] =" && \
152         sed '/\$$Id:/d;s/"/\\"/g;s/<.*.> //;s/^.*$$/\"&\\n\"/' \
153                 "$(top_srcdir)/THANKS" && \
154         echo ";" && \
155         echo "static const char psz_authors[] =" && \
156         sed '/\$$Id:/d;s/"/\\"/g;s/<.*.> //;s/^.*$$/\"&\\n\"/' \
157                 "$(top_srcdir)/AUTHORS" && \
158         echo ";") >> "$@.tmp"
159         $(AM_V_at)mv -f -- "$@.tmp" "$@"
160
161 ###############################################################################
162 # pkg-config integration
163 ###############################################################################
164
165 pkgconfigdir = $(libdir)/pkgconfig
166 pkgconfig_DATA = libvlc.pc vlc-plugin.pc
167 CLEANFILES += $(pkgconfig_DATA)
168
169 .pc.in.pc: $(top_builddir)/config.status
170         $(AM_V_GEN)cd "$(top_builddir)" && \
171         $(SHELL) ./config.status --file="src/$@"
172
173 ##############################################################################
174 # Windows resource files
175 ##############################################################################
176
177 if HAVE_WIN32
178 noinst_DATA = libvlc_win32_rc.rc
179 endif
180 EXTRA_DIST += libvlc_win32_rc.rc.in
181
182 .rc.in.rc: $(top_builddir)/config.status
183         cd "$(top_builddir)" && \
184         $(SHELL) ./config.status --file="src/$@"
185
186 ###############################################################################
187 # Building libvlc
188 ###############################################################################
189
190 lib_LTLIBRARIES = libvlccore.la libvlc.la
191
192 AM_LDFLAGS = -no-undefined
193 if HAVE_WIN32
194 AM_LDFLAGS += -avoid-version
195 endif
196 if HAVE_WINCE
197 AM_LDFLAGS += -avoid-version
198 endif
199
200 libvlccore_la_SOURCES = $(SOURCES_libvlc)
201 nodist_libvlccore_la_SOURCES = revision.c
202 libvlccore_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlccore` \
203         -DMODULE_STRING=\"main\" \
204         -DLOCALEDIR=\"$(localedir)\" \
205         -DSYSCONFDIR=\"$(sysconfdir)\" \
206         -DDATA_PATH=\"$(vlcdatadir)\" \
207         -DPKGLIBDIR=\"$(vlclibdir)\"
208 libvlccore_la_LDFLAGS = `$(VLC_CONFIG) --ldflags libvlccore` $(AM_LDFLAGS) \
209         -no-undefined \
210         -export-symbols $(srcdir)/libvlccore.sym \
211         -version-info 5:0:0
212 libvlccore_la_LIBADD = `$(VLC_CONFIG) -libs libvlccore` $(AM_LIBADD) \
213         $(LTLIBINTL) ../compat/libcompat.la
214 libvlccore_la_DEPENDENCIES = libvlccore.sym
215 if HAVE_WIN32
216 libvlccore_la_DEPENDENCIES += libvlc_win32_rc.$(OBJEXT)
217 libvlccore_la_LDFLAGS += -Wl,libvlc_win32_rc.$(OBJEXT)
218 endif
219
220 libvlc_win32_rc.$(OBJEXT): libvlc_win32_rc.rc
221         $(WINDRES) --include-dir $(top_srcdir)/share -i $< -o $@
222
223 libvlc_la_SOURCES = $(SOURCES_libvlc_control)
224 nodist_libvlc_la_SOURCES = revision.c
225 libvlc_la_LIBADD = `$(VLC_CONFIG) -libs libvlc` \
226         libvlccore.la ../compat/libcompat.la
227 libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags libvlc`
228 libvlc_la_LDFLAGS = $(AM_LDFLAGS) `$(VLC_CONFIG) --ldflags libvlc` \
229         -version-info 6:0:1 \
230         -export-symbols $(srcdir)/libvlc.sym
231 libvlc_la_DEPENDENCIES = libvlc.sym libvlccore.la
232 if HAVE_WIN32
233 libvlc_la_DEPENDENCIES += $(DATA_win32_rc_lib)
234 libvlc_la_LDFLAGS += -Wl,$(DATA_win32_rc_lib)
235 endif
236
237
238 EXTRA_libvlccore_la_SOURCES = \
239         $(SOURCES_libvlc_beos) \
240         $(SOURCES_libvlc_darwin) \
241         $(SOURCES_libvlc_linux) \
242         $(SOURCES_libvlc_win32) \
243         $(SOURCES_libvlc_other) \
244         $(SOURCES_libvlc_httpd) \
245         $(SOURCES_libvlc_sout) \
246         $(SOURCES_libvlc_vlm) \
247         $(NULL)
248 if HAVE_BEOS
249 libvlccore_la_SOURCES += $(SOURCES_libvlc_beos)
250 else
251 if HAVE_DARWIN
252 libvlccore_la_SOURCES += $(SOURCES_libvlc_darwin)
253 else
254 if HAVE_LINUX
255 libvlccore_la_SOURCES += $(SOURCES_libvlc_linux)
256 else
257 if HAVE_WIN32
258 libvlccore_la_SOURCES += $(SOURCES_libvlc_win32)
259 else
260 if HAVE_WINCE
261 libvlccore_la_SOURCES += $(SOURCES_libvlc_win32)
262 else
263 libvlccore_la_SOURCES += $(SOURCES_libvlc_other)
264 endif
265 endif
266 endif
267 endif
268 endif
269 if BUILD_HTTPD
270 libvlccore_la_SOURCES += $(SOURCES_libvlc_httpd)
271 endif
272 if ENABLE_SOUT
273 libvlccore_la_SOURCES += $(SOURCES_libvlc_sout)
274 if ENABLE_VLM
275 libvlccore_la_SOURCES += $(SOURCES_libvlc_vlm)
276 endif
277 endif
278
279 SOURCES_libvlc_beos = \
280         misc/atomic.c \
281         misc/pthread.c \
282         $(NULL)
283
284 SOURCES_libvlc_darwin = \
285         config/dirs_macos.c \
286         misc/atomic.c \
287         misc/pthread.c \
288         misc/darwin_specific.c \
289         $(NULL)
290
291 SOURCES_libvlc_linux = \
292         config/dirs_xdg.c \
293         misc/atomic.c \
294         misc/pthread.c \
295         misc/linux_specific.c \
296         $(NULL)
297
298 SOURCES_libvlc_win32 = \
299         win32/dirs.c \
300         win32/specific.c \
301         win32/atomic.c \
302         win32/thread.c \
303         win32/winsock.c \
304         $(NULL)
305
306 SOURCES_libvlc_other = \
307         config/dirs_xdg.c \
308         misc/atomic.c \
309         misc/pthread.c \
310         misc/not_specific.c
311
312 SOURCES_libvlc_common = \
313         libvlc.c \
314         libvlc.h \
315         libvlc-module.c \
316         missing.c \
317         version.c \
318         interface/dialog.c \
319         interface/interface.c \
320         interface/intf_eject.c \
321         playlist/playlist_internal.h \
322         playlist/art.c \
323         playlist/art.h \
324         playlist/thread.c \
325         playlist/control.c \
326         playlist/engine.c \
327         playlist/fetcher.c \
328         playlist/fetcher.h \
329         playlist/sort.c \
330         playlist/loadsave.c \
331         playlist/preparser.c \
332         playlist/preparser.h \
333         playlist/tree.c \
334         playlist/item.c \
335         playlist/search.c \
336         playlist/services_discovery.c \
337         input/item.c \
338         input/access.c \
339         input/clock.c \
340         input/control.c \
341         input/decoder.c \
342         input/decoder_synchro.c \
343         input/demux.c \
344         input/es_out.c \
345         input/es_out_timeshift.c \
346         input/event.c \
347         input/input.c \
348         input/info.h \
349         input/meta.c \
350         input/access.h \
351         input/clock.h \
352         input/decoder.h \
353         input/demux.h \
354         input/es_out.h \
355         input/es_out_timeshift.h \
356         input/event.h \
357         input/item.h \
358         input/stream.h \
359         input/input_internal.h \
360         input/input_interface.h \
361         input/vlm_internal.h \
362         input/vlm_event.h \
363         input/resource.h \
364         input/resource.c \
365         input/stream.c \
366         input/stream_demux.c \
367         input/stream_filter.c \
368         input/stream_memory.c \
369         input/subtitles.c \
370         input/var.c \
371         video_output/chrono.h \
372         video_output/control.c \
373         video_output/control.h \
374         video_output/display.c \
375         video_output/display.h \
376         video_output/event.h \
377         video_output/inhibit.c \
378         video_output/inhibit.h \
379         video_output/interlacing.c \
380         video_output/interlacing.h \
381         video_output/snapshot.c \
382         video_output/snapshot.h \
383         video_output/statistic.h \
384         video_output/postprocessing.c \
385         video_output/postprocessing.h \
386         video_output/video_output.c \
387         video_output/vout_pictures.c \
388         video_output/video_text.c \
389         video_output/video_epg.c \
390         video_output/video_widgets.c \
391         video_output/vout_subpictures.c \
392         video_output/window.c \
393         video_output/vout_intf.c \
394         video_output/vout_internal.h \
395         video_output/vout_control.h \
396         video_output/vout_wrapper.c \
397         audio_output/aout_internal.h \
398         audio_output/common.c \
399         audio_output/dec.c \
400         audio_output/filters.c \
401         audio_output/input.c \
402         audio_output/mixer.c \
403         audio_output/output.c \
404         audio_output/intf.c \
405         osd/osd.c \
406         osd/osd_text.c \
407         network/acl.c \
408         network/getaddrinfo.c \
409         network/io.c \
410         network/tcp.c \
411         network/udp.c \
412         network/rootbind.c \
413         network/tls.c \
414         network/poll.c \
415         text/charset.c \
416         text/strings.c \
417         text/unicode.c \
418         text/filesystem.c \
419         text/iso_lang.c \
420         text/iso-639_def.h \
421         misc/md5.c \
422         misc/probe.c \
423         misc/rand.c \
424         misc/mtime.c \
425         misc/block.c \
426         misc/fourcc.c \
427         misc/es_format.c \
428         misc/picture_fifo.c \
429         misc/picture_pool.c \
430         modules/modules.h \
431         modules/modules.c \
432         modules/cache.c \
433         modules/entry.c \
434         modules/os.c \
435         modules/textdomain.c \
436         misc/threads.c \
437         misc/stats.c \
438         misc/cpu.c \
439         misc/action.c \
440         misc/epg.c \
441         misc/exit.c \
442         config/configuration.h \
443         config/core.c \
444         config/chain.c \
445         config/file.c \
446         config/intf.c \
447         config/keys.c \
448         config/cmdline.c \
449         config/dirs.c \
450         config/getopt.c \
451         config/vlc_getopt.h \
452         misc/events.c \
453         misc/image.c \
454         misc/messages.c \
455         misc/objects.c \
456         misc/variables.h \
457         misc/variables.c \
458         misc/error.c \
459         misc/update.h \
460         misc/update.c \
461         misc/update_crypto.c \
462         misc/xml.c \
463         misc/media_library.c \
464         extras/libc.c \
465         extras/tdestroy.c \
466         misc/filter.c \
467         misc/filter_chain.c \
468         misc/http_auth.c \
469         misc/sql.c \
470         misc/text_style.c \
471         misc/subpicture.c \
472         misc/subpicture.h \
473         $(NULL)
474
475 SOURCES_libvlc_httpd = \
476         network/httpd.c \
477         $(NULL)
478
479 SOURCES_libvlc_sout = \
480         stream_output/stream_output.c \
481         stream_output/stream_output.h \
482         stream_output/announce.c \
483         stream_output/sap.c \
484         stream_output/sdp.c \
485         $(NULL)
486
487 SOURCES_libvlc_vlm = \
488         input/vlm.c \
489         input/vlm_event.c \
490         input/vlmshell.c \
491         $(NULL)
492
493 SOURCES_libvlc = \
494         $(SOURCES_libvlc_common) \
495         $(OPT_SOURCES_libvlc_beos) \
496         $(OPT_SOURCES_libvlc_darwin) \
497         $(OPT_SOURCES_libvlc_win32) \
498         $(NULL)
499
500 SOURCES_libvlc_control = \
501         control/libvlc_internal.h \
502         control/event_internal.h \
503         control/media_internal.h \
504         control/media_list_internal.h \
505         control/media_player_internal.h \
506         control/core.c \
507         control/error.c \
508         control/log.c \
509         control/playlist.c \
510         control/vlm.c \
511         control/video.c \
512         control/audio.c \
513         control/event.c \
514         control/event_async.c \
515         control/media.c \
516         control/media_player.c \
517         control/media_list.c \
518         control/media_list_path.h \
519         control/media_list_player.c \
520         control/media_library.c \
521         control/media_discoverer.c
522
523 ###############################################################################
524 # GIT revision
525 ###############################################################################
526
527 BUILT_SOURCES += stamp-revision
528 CLEANFILES += revision.txt revision.c
529
530 revision.c: revision.txt
531         $(AM_V_at)rm -f -- revision.c
532         $(AM_V_GEN)echo "const char psz_vlc_changeset[] = \"$$(cat revision.txt)\";" \
533                 > revision.c
534
535 revision.txt: Makefile.am
536         $(AM_V_at)$(MAKE) stamp-revision
537         $(AM_V_GEN)touch revision.txt
538
539 stamp-revision:
540         $(AM_V_at)rm -f -- revision.tmp
541         $(AM_V_GEN)(git --git-dir="$(top_srcdir)/.git/" describe --tags --long \
542                 --match '?.*.*' --always || echo exported) > revision.tmp
543         $(AM_V_at)if diff revision.tmp revision.txt >/dev/null 2>&1; then \
544                 rm -f -- revision.tmp; \
545         else \
546                 mv -f -- revision.tmp revision.txt; \
547         fi 2>&1
548
549 ###############################################################################
550 # Unit/regression test
551 ###############################################################################
552
553 dist_check_SCRIPTS = check_symbols check_headers
554 TESTS = check_symbols
555
556 check_DATA = libvlc-headers.sym libvlc-sorted.sym
557 CLEANFILES += $(check_DATA)
558
559 libvlc-sorted.sym: libvlccore.sym
560         rm -f libvlc-sorted.sym
561         sort -fdu < "$(srcdir)/libvlccore.sym" > libvlc-sorted.sym
562
563 libvlc-headers.sym:
564         rm -f libvlc-headers.sym
565         cat ${srcdir}/../include/vlc_*.h ${srcdir}/control/*.h | \
566         sed -n -e 's/^[ ]*VLC_EXPORT[ ]*([^,]*,\([^,]*\),.*/\1/p' | \
567         sed -e 's/[^a-zA-Z0-9_]*//' | \
568         sort -fdu > libvlc-headers.sym
569
570 .PHONY: libvlc-headers.sym
571
572 check-local:
573         for h in `echo $(pkginclude_HEADERS) | sed -e s,\.\./include/,,g`; \
574         do \
575                 echo grep - "#include <$$h>" $(srcdir)/test/headers.c ; \
576                 if ! grep -- "#include <$$h>" $(srcdir)/test/headers.c ; \
577                 then \
578                         echo "Header $$h not included in test/headers.c!"; \
579                         exit 1; \
580                 fi ; \
581         done
582         $(srcdir)/check_headers $(pkginclude_HEADERS)
583         $(srcdir)/check_headers $(pluginsinclude_HEADERS)
584
585 FORCE:
586         @echo "Generated source cannot be phony. Go away." >&2
587         @exit 1
588
589 .PHONY: FORCE