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