]> git.sesse.net Git - vlc/blob - src/Makefile.am
Reset playlist status to STOPPED after stop
[vlc] / src / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 AUTOMAKE_OPTIONS = subdir-objects
6
7 NULL =
8 SUBDIRS =
9
10 EXTRA_DIST = extras/COPYING misc/modules_builtin.h.in
11
12 BUILT_SOURCES = $(DISTCLEANFILES) $(CLEANFILES)
13 DISTCLEANFILES = stamp-api
14 CLEANFILES = misc/modules_builtin.h
15 MOSTLYCLEANFILES = $(DATA_noinst_libvlc) stamp-builtins
16
17 TOOLBOX = srcdir=$(top_srcdir) builddir=$(top_builddir) $(top_srcdir)/toolbox
18
19 ###############################################################################
20 # Headers
21 ###############################################################################
22
23 pkgincludedir = $(includedir)/vlc
24
25 dist_pkginclude_HEADERS = \
26         ../include/vlc/vlc.h \
27         ../include/vlc/libvlc.h \
28         ../include/vlc/aout.h \
29         ../include/vlc/vout.h \
30         ../include/vlc/sout.h \
31         ../include/vlc/decoder.h \
32         ../include/vlc/input.h \
33         ../include/vlc/intf.h \
34         ../include/vlc/mediacontrol.h \
35         ../include/vlc/mediacontrol_structures.h \
36         $(NULL)
37
38 noinst_HEADERS = $(HEADERS_include)
39 noinst_DATA = $(DATA_noinst_libvlc)
40
41 HEADERS_include = \
42         ../include/aout_internal.h \
43         ../include/audio_output.h \
44         ../include/beos_specific.h \
45         ../include/charset.h \
46         ../include/codecs.h \
47         ../include/configuration.h \
48         ../include/darwin_specific.h \
49         ../include/intf_eject.h \
50         ../include/iso_lang.h \
51         ../include/main.h \
52         ../include/mmx.h \
53         ../include/modules.h \
54         ../include/modules_inner.h \
55         ../include/mtime.h \
56         ../include/network.h \
57         ../include/os_specific.h \
58         ../include/snapshot.h \
59         ../include/stream_output.h \
60         ../include/vlc_streaming.h \
61         ../include/variables.h \
62         ../include/video_output.h \
63         ../include/vlc_access.h \
64         ../include/vlc_arrays.h \
65         ../include/vlc_acl.h \
66         ../include/vlc_bits.h \
67         ../include/vlc_block.h \
68         ../include/vlc_block_helper.h \
69         ../include/vlc_codec.h \
70         ../include/vlc_common.h \
71         ../include/vlc_config.h \
72         ../include/vlc_cpu.h \
73         ../include/vlc_demux.h \
74         ../include/vlc_error.h \
75         ../include/vlc_es.h \
76         ../include/vlc_es_out.h \
77         ../include/vlc_filter.h \
78         ../include/vlc_config_cat.h \
79         ../include/vlc_httpd.h \
80         ../include/vlc_tls.h \
81         ../include/vlc_md5.h \
82         ../include/vlc_devices.h \
83         ../include/vlc_image.h \
84         ../include/vlc_input.h \
85         ../include/vlc_interaction.h \
86         ../include/vlc_interface.h \
87         ../include/vlc_intf_strings.h \
88         ../include/vlc_keys.h \
89         ../include/vlc_messages.h \
90         ../include/vlc_meta.h \
91         ../include/vlc_objects.h \
92         ../include/vlc_osd.h \
93         ../include/vlc_playlist.h \
94         ../include/vlc_spu.h \
95         ../include/vlc_stream.h \
96         ../include/vlc_strings.h \
97         ../include/vlc_symbols.h \
98         ../include/vlc_threads_funcs.h \
99         ../include/vlc_threads.h \
100         ../include/vlc_update.h \
101         ../include/vlc_url.h \
102         ../include/vlc_video.h \
103         ../include/vlc_vlm.h \
104         ../include/vlc_vod.h \
105         ../include/vlc_xml.h \
106         ../include/vout_synchro.h \
107         ../include/win32_specific.h \
108         ../include/libvlc_internal.h \
109         ../include/mediacontrol_internal.h
110         $(NULL)
111
112 misc/modules_builtin.h: Makefile misc/modules_builtin.h.in ../vlc-config
113         $(TOOLBOX) --update-includes
114         touch $@
115
116 misc/modules.c: misc/modules_builtin.h
117
118 ###############################################################################
119 # Building builtin modules
120 ###############################################################################
121 #
122 # As long as we use builtins with a shared libvlc, we must build them before
123 # we build libvlc. Maybe one day, libvlc will handle multiple modules per
124 # shared object, which will make builtins fairly redumdant. Until then, we
125 # need this workaround.
126
127 stamp-builtins: Makefile ../vlc-config ../config.status
128 if BUILD_SHARED
129         @for c in `$(VLC_CONFIG) --libs builtin`; do \
130                 case $$c in \
131                         ../modules/*.a) echo $$c ;; \
132                 esac ; \
133         done | \
134         sed -e 's,^\(.*\)/\([^/]*\)\.a$$,cd \1 \&\& $(MAKE) \2,g' | \
135         while read cmd; do echo $$cmd.a; eval "($$cmd.a)" || exit $$? ; done
136 endif
137         touch $@
138
139 ###############################################################################
140 # Building libvlc
141 ###############################################################################
142
143 libvlc_a_SOURCES = $(SOURCES_libvlc)
144 libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic` -DUSE_BUILTINS
145 libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
146 libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc pic`
147
148 libvlc_la_SOURCES = $(SOURCES_libvlc)
149 libvlc_la_LIBADD = $(INCLUDED_LIBINTL)
150 libvlc_la_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
151 libvlc_la_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
152 libvlc_la_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
153 libvlc_la_LDFLAGS = `$(VLC_CONFIG) --libs vlc` \
154         -no-undefined -export-symbols libvlc.sym -version-info 0:0:0
155 libvlc_la_DEPENDENCIES = stamp-builtins stamp-api
156
157
158 if HAVE_BEOS
159 OPT_SOURCES_libvlc_beos = $(SOURCES_libvlc_beos)
160 endif
161 if HAVE_DARWIN
162 OPT_SOURCES_libvlc_darwin = $(SOURCES_libvlc_darwin)
163 endif
164 if HAVE_WIN32
165 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
166 endif
167 if HAVE_WINCE
168 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
169 endif
170 if BUILD_DIRENT
171 OPT_SOURCES_libvlc_dirent = $(SOURCES_libvlc_dirent)
172 endif
173 if BUILD_GETOPT
174 OPT_SOURCES_libvlc_getopt = $(SOURCES_libvlc_getopt)
175 endif
176
177 # Build libvlc as a shared library
178 if USE_LIBTOOL
179 lib_LTLIBRARIES = libvlc.la
180 else
181 lib_LIBRARIES = libvlc.a
182 endif
183
184 if HAVE_WIN32
185 pic =
186 else
187 pic = pic
188 endif
189
190 if HAVE_WIN32
191 if BUILD_SHARED
192 DATA_noinst_libvlc = libvlc$(LIBEXT) libvlc$(LIBEXT).a
193 endif
194
195 libvlc.dll.a: libvlc$(LIBEXT)
196         $(DLLTOOL) --export-all-symbols -l $@ -D $< $(libvlc_a_OBJECTS)
197
198 libvlc$(LIBEXT): $(OBJECTS_libvlc_so) stamp-builtins
199         @ldfl="`$(VLC_CONFIG) --libs plugin vlc builtin pic` $(INCLUDED_LIBINTL)" ; \
200         case `$(VLC_CONFIG) --linkage vlc builtin` in \
201           c++)  ld="$(CXXLINK)" ;; \
202           objc) ld="$(OBJCLINK)" ;; \
203           c|*)  ld="$(LINK)" ;; \
204         esac ; \
205         echo $$ld $(OBJECTS_libvlc_so) $(LDFLAGS_libvlc_so) $$ldfl; \
206         $$ld $(libvlc_a_OBJECTS) \
207                 $$ldfl
208 # It sucks big time, but we have to do that to link vlc properly
209 # on non-PIC OSes, otherwise ld will favor builtins-less libvlc.a over
210 # libvlc$(LIBEXT)
211         rm -f libvlc.a
212 # Cygwin libtool work-around
213         @if test -f "$@.exe"; then mv -f "$@.exe" "$@"; fi
214 endif
215
216 EXTRA_DIST += \
217         $(SOURCES_libvlc_beos) \
218         $(SOURCES_libvlc_darwin) \
219         $(SOURCES_libvlc_win32) \
220         $(SOURCES_libvlc_dirent) \
221         $(SOURCES_libvlc_getopt) \
222         $(NULL)
223
224 SOURCES_libvlc_beos = \
225         misc/beos_specific.cpp \
226         $(NULL)
227
228 SOURCES_libvlc_darwin = \
229         misc/darwin_specific.m \
230         $(NULL)
231
232 SOURCES_libvlc_win32 = \
233         misc/win32_specific.c \
234         $(NULL)
235
236 SOURCES_libvlc_dirent = \
237         extras/dirent.c \
238         $(NULL)
239
240 SOURCES_libvlc_getopt = \
241         extras/getopt.c \
242         extras/getopt.h \
243         extras/getopt1.c \
244         $(NULL)
245
246 SOURCES_libvlc_common = \
247         libvlc.c \
248         libvlc-common.c \
249         libvlc.h \
250         interface/interface.c \
251         interface/intf_eject.c \
252         interface/interaction.c \
253         playlist/playlist_internal.h \
254         playlist/thread.c \
255         playlist/control.c \
256         playlist/engine.c \
257         playlist/sort.c \
258         playlist/loadsave.c \
259         playlist/tree.c \
260         playlist/item.c \
261         playlist/search.c \
262         playlist/services_discovery.c \
263         input/item.c \
264         input/access.c \
265         input/clock.c \
266         input/control.c \
267         input/decoder.c \
268         input/demux.c \
269         input/es_out.c \
270         input/input.c \
271         input/meta.c \
272         input/input_internal.h \
273         input/stream.c \
274         input/mem_stream.c \
275         input/subtitles.c \
276         input/var.c \
277         video_output/video_output.c \
278         video_output/vout_pictures.c \
279         video_output/vout_pictures.h \
280         video_output/video_text.c \
281         video_output/video_widgets.c \
282         video_output/vout_subpictures.c \
283         video_output/vout_synchro.c \
284         video_output/vout_intf.c \
285         audio_output/common.c \
286         audio_output/dec.c \
287         audio_output/filters.c \
288         audio_output/input.c \
289         audio_output/mixer.c \
290         audio_output/output.c \
291         audio_output/intf.c \
292         stream_output/stream_output.c \
293         stream_output/announce.c \
294         stream_output/profiles.c \
295         stream_output/sap.c \
296         osd/osd.c \
297         osd/osd_parser.c \
298         osd/osd_text.c \
299         osd/osd_widgets.c \
300         network/acl.c \
301         network/getaddrinfo.c \
302         network/io.c \
303         network/error.c \
304         network/tcp.c \
305         network/udp.c \
306         network/httpd.c \
307         network/rootwrap.c \
308         network/tls.c \
309         misc/charset.c \
310         misc/md5.c \
311         misc/mtime.c \
312         misc/block.c \
313         misc/modules.c \
314         misc/threads.c \
315         misc/stats.c \
316         misc/strings.c \
317         misc/unicode.c \
318         misc/cpu.c \
319         misc/configuration.c \
320         misc/configuration_chain.c \
321         misc/image.c \
322         misc/iso_lang.c \
323         misc/iso-639_def.h \
324         misc/messages.c \
325         misc/objects.c \
326         misc/variables.c \
327         misc/error.c \
328         misc/update.c \
329         misc/vlm.c \
330         misc/xml.c \
331         misc/dict.c \
332         misc/devices.c \
333         extras/libc.c \
334         control/core.c \
335         control/playlist.c \
336         control/vlm.c \
337         control/input.c \
338         control/video.c \
339         control/audio.c \
340         control/mediacontrol_core.c \
341         control/mediacontrol_util.c \
342         control/mediacontrol_audio_video.c \
343         $(NULL)
344
345 SOURCES_libvlc = \
346         $(SOURCES_libvlc_common) \
347         $(OPT_SOURCES_libvlc_beos) \
348         $(OPT_SOURCES_libvlc_darwin) \
349         $(OPT_SOURCES_libvlc_win32) \
350         $(OPT_SOURCES_libvlc_dirent) \
351         $(OPT_SOURCES_libvlc_getopt) \
352         $(NULL)
353
354 if !USE_LIBTOOL
355 if !BUILD_SHARED
356 SOURCES_libvlc += misc/version.c
357 CLEANFILES += misc/version.c
358 endif
359
360 # Install shared libvlc
361 install-exec-local:
362         test -z "$(DATA_noinst_libvlc)" || $(INSTALL_PROGRAM) "$(DATA_noinst_libvlc)" "$(DESTDIR)$(libdir)"
363
364 # the opposite of install-{data,exec}-local
365 uninstall-local:
366         test -z "$(DATA_noinst_libvlc)" || rm -f "$(DESTDIR)$(libdir)/$(DATA_noinst_libvlc)"
367 endif
368
369 misc/version.c: FORCE
370         $(TOOLBOX) --update-version
371
372 ###############################################################################
373 # Stamp rules
374 ###############################################################################
375 stamp-api: Makefile.in $(HEADERS_include) ../vlc-api.pl
376         ( cd $(srcdir) && cat $(HEADERS_include) ) | \
377           top_srcdir="$(top_srcdir)" perl $(top_srcdir)/vlc-api.pl
378         touch stamp-api
379
380 libvlc.sym:
381         rm -f stamp-api
382         $(MAKE) stamp-api
383
384 ###############################################################################
385 # Unit/regression test
386 ###############################################################################
387 if USE_LIBTOOL
388 check_PROGRAMS = test_i18n_atof test_url
389 TESTS = $(check_PROGRAMS)
390
391 CFLAGS_tests = `$(VLC_CONFIG) --cflags vlc`
392
393 test_i18n_atof_SOURCES = test/i18n_atof.c
394 test_i18n_atof_LDADD = libvlc.la
395 test_i18n_atof_CFLAGS = $(CFLAGS_tests)
396
397 test_url_SOURCES = test/url.c
398 test_url_LDADD = libvlc.la
399 test_url_CFLAGS = $(CFLAGS_tests)
400 endif
401
402 FORCE: