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