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