]> git.sesse.net Git - vlc/blob - Makefile.am
* Fix make dist, which was broken due to ebuild removal
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 NULL =
6
7 # SUBDIRS stores the directories where a "make" is required when building
8 # something. DIST_SUBDIRS stores the directories where nothing is built but
9 # which have makefiles with distribution information.
10 #  - intl should come before modules and . because all the code uses gettext
11 #  - modules should come before . because vlc needs the builtins
12 #  - . should come before mozilla because the plugin needs libvlc_pic.a
13 #  - po should come before . because VLC.app needs the pofiles
14 SUBDIRS = intl modules po . mozilla activex share m4 doc
15 DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib
16
17 EXTRA_DIST = \
18         HACKING \
19         INSTALL.win32 \
20         vlc.exe.manifest \
21         MAINTAINERS \
22         README.MacOSX.rtf \
23         bootstrap \
24         src/extras/COPYING \
25         toolbox \
26         vlc-config.in.in \
27         vlc.spec \
28         vlc.spec.mdk \
29         vlc.win32.nsi \
30         $(NULL)
31
32 BUILT_SOURCES =
33 SUFFIXES = 
34
35 # Tell aclocal to use -I m4. Wonder if it really works.
36 ACLOCAL_AMFLAGS = -I m4
37
38 # XXX: these flags could be set in configure.ac, but we set them here
39 # because old versions of automake don't support them in configure.ac.
40 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
41
42 ###############################################################################
43 # Headers
44 ###############################################################################
45
46 BUILT_SOURCES += \
47         include/vlc_symbols.h \
48         src/misc/modules_builtin.h \
49         src/misc/modules_plugin.h \
50         $(NULL)
51
52 pkgincludedir = $(includedir)/vlc
53
54 dist_pkginclude_HEADERS = \
55         include/vlc/vlc.h \
56         include/vlc/aout.h \
57         include/vlc/vout.h \
58         include/vlc/sout.h \
59         include/vlc/decoder.h \
60         include/vlc/input.h \
61         include/vlc/intf.h \
62         $(NULL)
63
64 noinst_HEADERS = $(HEADERS_include) $(HEADERS_include_built)
65
66 HEADERS_include = \
67         include/aout_internal.h \
68         include/audio_output.h \
69         include/beos_specific.h \
70         include/charset.h \
71         include/codecs.h \
72         include/configuration.h \
73         include/darwin_specific.h \
74         include/intf_eject.h \
75         include/iso_lang.h \
76         include/main.h \
77         include/mmx.h \
78         include/modules.h \
79         include/modules_inner.h \
80         include/mtime.h \
81         include/network.h \
82         include/osd.h \
83         include/os_specific.h \
84         include/snapshot.h \
85         include/stream_output.h \
86         include/variables.h \
87         include/video_output.h \
88         include/vlc_access.h \
89         include/vlc_bits.h \
90         include/vlc_block.h \
91         include/vlc_block_helper.h \
92         include/vlc_codec.h \
93         include/vlc_common.h \
94         include/vlc_config.h \
95         include/vlc_cpu.h \
96         include/vlc_demux.h \
97         include/vlc_error.h \
98         include/vlc_es.h \
99         include/vlc_es_out.h \
100         include/vlc_filter.h \
101         include/vlc_config_cat.h \
102         include/vlc_httpd.h \
103         include/vlc_tls.h \
104         include/vlc_image.h \
105         include/vlc_input.h \
106         include/vlc_interface.h \
107         include/vlc_keys.h \
108         include/vlc_messages.h \
109         include/vlc_meta.h \
110         include/vlc_objects.h \
111         include/vlc_playlist.h \
112         include/vlc_spu.h \
113         include/vlc_stream.h \
114         include/vlc_threads_funcs.h \
115         include/vlc_threads.h \
116         include/vlc_video.h \
117         include/vlc_vlm.h \
118         include/vlc_vod.h \
119         include/vlc_xml.h \
120         include/vout_synchro.h \
121         include/win32_specific.h \
122         $(NULL)
123
124 HEADERS_include_built = \
125         include/vlc_symbols.h \
126         $(NULL)
127
128 include/vlc_symbols.h: Makefile $(HEADERS_include) vlc-config
129         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
130
131 src/misc/modules_plugin.h: Makefile src/misc/modules_plugin.h.in $(HEADERS_include) vlc-config
132         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
133
134 src/misc/modules_builtin.h: Makefile src/misc/modules_builtin.h.in vlc-config
135         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
136
137 # These dependencies are mandatory
138 $(SOURCES): include/vlc_symbols.h
139 $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_intl)
140
141 ###############################################################################
142 # Optional libintl - FIXME, bad dependencies
143 ###############################################################################
144
145 intl/libintl.a: FORCE
146         cd $(top_builddir)/intl && $(MAKE) $(AM_MAKEFLAGS)
147
148 if BUILD_INTL
149 LIB_intl = intl/libintl.a
150 endif
151
152 ###############################################################################
153 # MacOS X project
154 ###############################################################################
155
156 EXTRA_DIST += \
157         extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
158         extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
159         extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib \
160         extras/MacOSX/Resources/English.lproj/About.nib/classes.nib \
161         extras/MacOSX/Resources/English.lproj/About.nib/info.nib \
162         extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib \
163         extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib \
164         extras/MacOSX/Resources/English.lproj/Open.nib/info.nib \
165         extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib \
166         extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib \
167         extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib \
168         extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
169         extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
170         extras/MacOSX/Resources/a52.icns \
171         extras/MacOSX/Resources/aac.icns \
172         extras/MacOSX/Resources/asf.icns \
173         extras/MacOSX/Resources/asx.icns \
174         extras/MacOSX/Resources/avi.icns \
175         extras/MacOSX/Resources/bin.icns \
176         extras/MacOSX/Resources/cue.icns \
177         extras/MacOSX/Resources/dat.icns \
178         extras/MacOSX/Resources/divx.icns \
179         extras/MacOSX/Resources/dv.icns \
180         extras/MacOSX/Resources/generic.icns \
181         extras/MacOSX/Resources/m3u.icns \
182         extras/MacOSX/Resources/mov.icns \
183         extras/MacOSX/Resources/mp3.icns \
184         extras/MacOSX/Resources/mp4.icns \
185         extras/MacOSX/Resources/mpeg.icns \
186         extras/MacOSX/Resources/mpeg1.icns \
187         extras/MacOSX/Resources/mpeg2.icns \
188         extras/MacOSX/Resources/mpeg4.icns \
189         extras/MacOSX/Resources/mpg.icns \
190         extras/MacOSX/Resources/ogg.icns \
191         extras/MacOSX/Resources/ogm.icns \
192         extras/MacOSX/Resources/pls.icns \
193         extras/MacOSX/Resources/srt.icns \
194         extras/MacOSX/Resources/sub.icns \
195         extras/MacOSX/Resources/vlc.icns \
196         extras/MacOSX/Resources/vob.icns \
197         extras/MacOSX/Resources/wma.icns \
198         extras/MacOSX/Resources/wmv.icns \
199         extras/MacOSX/Resources/pause.png \
200         extras/MacOSX/Resources/pause_blue.png \
201         extras/MacOSX/Resources/play.png \
202         extras/MacOSX/Resources/play_blue.png \
203         extras/MacOSX/Resources/stop.png \
204         extras/MacOSX/Resources/stop_blue.png \
205         extras/MacOSX/Resources/display.png \
206         extras/MacOSX/Resources/display_slider.png \
207         extras/MacOSX/Resources/display_track.png \
208         extras/MacOSX/Resources/equalizerdrawer_active.png \
209         extras/MacOSX/Resources/equalizerdrawer_blue.png \
210         extras/MacOSX/Resources/fullscreen_active.png \
211         extras/MacOSX/Resources/fullscreen_blue.png \
212         extras/MacOSX/Resources/next_active.png \
213         extras/MacOSX/Resources/next_blue.png \
214         extras/MacOSX/Resources/playlistdrawer_active.png \
215         extras/MacOSX/Resources/playlistdrawer_blue.png \
216         extras/MacOSX/Resources/previous_active.png \
217         extras/MacOSX/Resources/previous_blue.png \
218         extras/MacOSX/Resources/skip_forward_active.png \
219         extras/MacOSX/Resources/skip_forward_blue.png \
220         extras/MacOSX/Resources/skip_previous_active.png \
221         extras/MacOSX/Resources/skip_previous_blue.png \
222         extras/MacOSX/Resources/volume_high.png \
223         extras/MacOSX/Resources/volume_low.png \
224         extras/MacOSX/Resources/volumeslider_blue.png \
225         extras/MacOSX/Resources/volumeslider_normal.png \
226         extras/MacOSX/Resources/volumetrack.png \
227         extras/MacOSX/Resources/about_bg.png \
228         extras/MacOSX/Resources/vlc.scriptSuite \
229         extras/MacOSX/Resources/vlc.scriptTerminology \
230         extras/MacOSX/Resources/README \
231         extras/MacOSX/vlc.pbproj/project.pbxproj \
232         extras/MacOSX/macosx-dmg \
233         $(NULL)
234
235 ###############################################################################
236 # MS Visual Studio and eMbedded Visual Studio projects
237 ###############################################################################
238
239 EXTRA_DIST += \
240         msvc/vlc.dsw \
241         msvc/libvlc.dsp.in \
242         msvc/plugins.dsp.in \
243         msvc/vlc.dsp.in \
244         msvc/config.h.in \
245         msvc/modules_builtin_msvc.h \
246         evc/vlc.vcw \
247         evc/libvlc.vcp.in \
248         evc/vlc.vcp.in \
249         evc/plugins.vcp.in \
250         evc/errno.h \
251         evc/config.h.in \
252         evc/modules_builtin_evc.h \
253         $(NULL)
254
255 dist-hook:
256         cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc
257         distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib
258
259 ###############################################################################
260 # Building libvlc
261 ###############################################################################
262
263 bin_SCRIPTS = vlc-config
264 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
265         cd $(top_builddir) && $(SHELL) ./config.status --file=$@
266         -cd $(top_builddir) && chmod 0755 $@
267
268 $(SOURCES): vlc-config
269
270 CLEANFILES = $(BUILT_SOURCES)
271
272 lib_LIBRARIES = lib/libvlc.a $(LIBRARIES_libvlc_pic)
273
274 lib_libvlc_a_SOURCES = $(SOURCES_libvlc)
275 dist_lib_libvlc_a_SOURCES = src/misc/modules_plugin.h
276 lib_libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
277 lib_libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
278 lib_libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
279
280 lib_libvlc_pic_a_SOURCES = $(SOURCES_libvlc)
281 lib_libvlc_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic`
282 lib_libvlc_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
283 lib_libvlc_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc pic`
284
285 if HAVE_BEOS
286 OPT_SOURCES_libvlc_beos = $(SOURCES_libvlc_beos)
287 endif
288 if HAVE_DARWIN
289 OPT_SOURCES_libvlc_darwin = $(SOURCES_libvlc_darwin)
290 endif
291 if HAVE_WIN32
292 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
293 endif
294 if HAVE_WINCE
295 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
296 endif
297 if BUILD_DIRENT
298 OPT_SOURCES_libvlc_dirent = $(SOURCES_libvlc_dirent)
299 endif
300 if BUILD_GETOPT
301 OPT_SOURCES_libvlc_getopt = $(SOURCES_libvlc_getopt)
302 endif
303 if BUILD_MOZILLA
304 if !HAVE_WIN32
305 LIBRARIES_libvlc_pic = lib/libvlc_pic.a
306 endif
307 endif
308
309 EXTRA_DIST += \
310         $(SOURCES_libvlc_beos) \
311         $(SOURCES_libvlc_darwin) \
312         $(SOURCES_libvlc_win32) \
313         $(SOURCES_libvlc_dirent) \
314         $(SOURCES_libvlc_getopt) \
315         $(NULL)
316
317 SOURCES_libvlc_beos = \
318         src/misc/beos_specific.cpp \
319         $(NULL)
320
321 SOURCES_libvlc_darwin = \
322         src/misc/darwin_specific.m \
323         $(NULL)
324
325 SOURCES_libvlc_win32 = \
326         src/misc/win32_specific.c \
327         $(NULL)
328
329 SOURCES_libvlc_dirent = \
330         src/extras/dirent.c \
331         $(NULL)
332
333 SOURCES_libvlc_getopt = \
334         src/extras/getopt.c \
335         src/extras/getopt.h \
336         src/extras/getopt1.c \
337         $(NULL)
338
339 SOURCES_libvlc_common = \
340         src/libvlc.c \
341         src/libvlc.h \
342         src/interface/interface.c \
343         src/interface/intf_eject.c \
344         src/playlist/playlist.c \
345         src/playlist/sort.c \
346         src/playlist/loadsave.c \
347         src/playlist/view.c \
348         src/playlist/item.c \
349         src/playlist/item-ext.c \
350         src/playlist/services_discovery.c \
351         src/input/access.c \
352         src/input/clock.c \
353         src/input/control.c \
354         src/input/decoder.c \
355         src/input/demux.c \
356         src/input/es_out.c \
357         src/input/input.c \
358         src/input/input_internal.h \
359         src/input/stream.c \
360         src/input/mem_stream.c \
361         src/input/subtitles.c \
362         src/input/var.c \
363         src/video_output/video_output.c \
364         src/video_output/vout_pictures.c \
365         src/video_output/vout_pictures.h \
366         src/video_output/video_text.c \
367         src/video_output/video_widgets.c \
368         src/video_output/vout_subpictures.c \
369         src/video_output/vout_synchro.c \
370         src/video_output/vout_intf.c \
371         src/audio_output/common.c \
372         src/audio_output/dec.c \
373         src/audio_output/filters.c \
374         src/audio_output/input.c \
375         src/audio_output/mixer.c \
376         src/audio_output/output.c \
377         src/audio_output/intf.c \
378         src/stream_output/stream_output.c \
379         src/stream_output/announce.c \
380         src/stream_output/sap.c \
381         src/misc/charset.c \
382         src/misc/httpd.c \
383         src/misc/tls.c \
384         src/misc/mtime.c \
385         src/misc/block.c \
386         src/misc/modules.c \
387         src/misc/threads.c \
388         src/misc/cpu.c \
389         src/misc/configuration.c \
390         src/misc/image.c \
391         src/misc/iso_lang.c \
392         src/misc/iso-639_def.h \
393         src/misc/messages.c \
394         src/misc/objects.c \
395         src/misc/variables.c \
396         src/misc/error.c \
397         src/misc/net.c \
398         src/misc/vlm.c \
399         src/misc/xml.c \
400         src/extras/libc.c \
401         $(NULL)
402
403 SOURCES_libvlc = \
404         $(SOURCES_libvlc_common) \
405         $(OPT_SOURCES_libvlc_beos) \
406         $(OPT_SOURCES_libvlc_darwin) \
407         $(OPT_SOURCES_libvlc_win32) \
408         $(OPT_SOURCES_libvlc_dirent) \
409         $(OPT_SOURCES_libvlc_getopt) \
410         $(NULL)
411
412 ###############################################################################
413 # Building vlc
414 ###############################################################################
415
416 bin_PROGRAMS = vlc
417
418 vlc_SOURCES = src/vlc.c
419
420 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin`
421 vlc_LDADD = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
422 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
423
424 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
425 # old automake-1.5 bug (automake/279).
426 DEPENDENCIES_vlc = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
427
428 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
429         @rm -f $(top_builddir)/vlc$(EXEEXT)
430         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
431           c++) echo $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
432           objc) echo $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
433           c|*) echo $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
434         esac
435
436 if HAVE_BEOS
437 noinst_DATA = vlc-bundle
438 vlc-bundle: vlc
439         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
440         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
441         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
442         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
443           if test -n "$$i" ; then \
444             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
445             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
446           fi ; \
447         done
448         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
449           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
450           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
451             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
452           done ; \
453         fi
454         for i in $(ALL_LINGUAS); do \
455           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
456           cp "$(top_builddir)/po/$$i.gmo" \
457             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
458         done
459         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
460 endif
461
462 # Install the modules and the symlinks
463 install-exec-local:
464         for i in "" `$(VLC_CONFIG) --target plugin` ; do if test -n "$$i" ; then \
465           echo $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
466           $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
467         fi ; done
468         for i in "" `$(VLC_CONFIG) --target builtin` ; do if test -n "$$i" ; then \
469           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
470           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
471         fi ; done
472 if BUILD_MOZILLA
473         for i in "" `$(VLC_CONFIG) --target builtin pic` ; do if test -n "$$i" ; then \
474           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
475           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
476         fi ; done
477 endif
478         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
479           rm -f "$(DESTDIR)$(bindir)/$$i" && \
480           ln -s vlc "$(DESTDIR)$(bindir)/$$i" ; \
481         fi ; done
482
483 if HAVE_DARWIN
484 # Create the MacOS X app
485 vlc_app_DATA = VLC.app
486 vlc_appdir = $(bindir)
487 VLC.app: vlc
488         @if test -e "$(top_builddir)/tmp"; then \
489           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
490           false; \
491         else \
492           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
493         fi
494         rm -Rf $(top_builddir)/VLC.app
495         cp -r $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
496         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
497           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
498         done
499         mkdir -p $(top_builddir)/tmp/modules/audio_output
500         cp $(srcdir)/modules/audio_output/coreaudio.c \
501            $(top_builddir)/tmp/modules/audio_output/coreaudio.c
502         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
503         for i in \
504             about.h \
505             about.m \
506             applescript.h \
507             applescript.m \
508             controls.h \
509             controls.m \
510             equalizer.h \
511             equalizer.m \
512             intf.h \
513             intf.m \
514             macosx.m \
515             misc.h \
516             misc.m \
517             open.h \
518             open.m \
519             output.h \
520             output.m \
521             playlist.h \
522             playlist.m \
523             playlistinfo.h \
524             playlistinfo.m \
525             prefs_widgets.h \
526             prefs_widgets.m \
527             prefs.h \
528             prefs.m \
529             vout.h \
530             voutqt.m \
531             voutgl.m \
532             vout.m; do \
533           cp "$(srcdir)/modules/gui/macosx/$$i" \
534              $(top_builddir)/tmp/modules/gui/macosx; \
535         done
536         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
537         cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
538               $(top_builddir)/VLC.app
539         rm -Rf $(top_builddir)/tmp
540         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
541         $(INSTALL) $(top_builddir)/vlc \
542                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
543         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
544         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
545         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
546           if test -n "$$i" ; \
547             then $(INSTALL) "$$i$(LIBEXT)" \
548                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
549           fi ; done
550         if test -d $(top_builddir)/extras/contrib/vlc-lib; then \
551           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
552           for i in $(top_builddir)/extras/contrib/vlc-lib/*.dylib ; do \
553             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
554           done ; \
555         fi
556         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share
557         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http
558         for i in $(srcdir)/share/http/* ; do \
559           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/`basename $${i}` ; \
560         done ; \
561         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm
562         for i in $(srcdir)/share/http/vlm/* ; do \
563           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm/`basename $${i}` ; \
564         done ; \
565         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin
566         for i in $(srcdir)/share/http/admin/* ; do \
567           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/`basename $${i}` ; \
568         done ; \
569         $(INSTALL) -m 644 $(srcdir)/share/http/admin/.access $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/.access
570         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
571         for i in $(ALL_LINGUAS); do \
572           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
573           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
574           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
575           ln -sf ../English.lproj/InfoPlist.strings \
576               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
577           ln -sf ../English.lproj/MainMenu.nib \
578               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
579         done
580         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
581 endif
582
583 if HAVE_WIN32
584 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
585 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
586 noinst_share_vlc_win32_rcdir = $(libdir)
587 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
588         $(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir)/share -i $< -o $@
589 endif
590
591 ###############################################################################
592 # Building specific source packages
593 ###############################################################################
594
595 dist-woody: distdir
596         $(remove_distdir_woody)
597         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
598         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
599         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
600           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
601         $(remove_distdir_woody)
602
603 remove_distdir_woody = \
604   { test ! -d $(PACKAGE)-woody-$(VERSION) \
605     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
606            -exec chmod u+w {} ';' \
607          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
608
609 ###############################################################################
610 # Building architecture-specific binary packages
611 ###############################################################################
612
613 # XXX: this rule is probably only useful to you if you have exactly
614 # the same setup as me. Contact sam@zoy.org if you need to use it.
615 #
616 package-win32-base:
617 # Check that tmp isn't in the way
618         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
619           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
620           false; \
621         else \
622           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
623         fi
624
625 # Copy relevant files
626         cp "$(srcdir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
627         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
628         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
629         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
630
631         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
632           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
633           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
634
635         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
636         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
637           if test -n "$$i" ; then \
638             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
639             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
640           fi ; done
641
642         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
643           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
644
645         mkdir $(top_builddir)/vlc-${VERSION}/locale
646         for i in $(ALL_LINGUAS); do \
647           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
648           cp "$(srcdir)/po/$${i}.gmo" \
649             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
650             || true ; \
651         done
652
653         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
654         for i in $(srcdir)/share/skins2/fonts/*.*; do \
655           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
656         done
657         for i in $(srcdir)/share/skins2/*.*; do \
658           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
659         done
660
661         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/admin"
662         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/vlm"
663         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
664         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
665         cp $(srcdir)/share/http/admin/*.html \
666            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
667         cp $(srcdir)/share/http/admin/.access \
668            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
669         cp $(srcdir)/share/http/vlm/*.html \
670            $(top_builddir)/vlc-${VERSION}/http/vlm/ ;
671
672         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
673
674         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
675 if BUILD_MOZILLA
676         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
677         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
678         cp $(top_builddir)/mozilla/vlcintf.xpt  $(top_builddir)/vlc-${VERSION}/mozilla/ ;
679 endif
680
681         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
682 if BUILD_ACTIVEX
683         cp $(top_builddir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
684         cp $(top_builddir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
685         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
686
687         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
688         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
689 endif
690
691 package-win32-base-exe:
692 # Create package
693         wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \
694              /DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
695
696 package-win32-base-exe-cygwin:
697 # Create package
698         C:/Program\ Files/NSIS/makensis.exe \
699              /DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
700
701 package-win32-base-exe-linux:
702 # Create package
703         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
704
705 package-win32-base-zip:
706 # Create package 
707         zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
708
709 package-win32-exe: package-win32-base package-win32-base-exe
710 # Clean up
711         rm -Rf $(top_builddir)/vlc-${VERSION}
712
713 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
714 # Clean up
715         rm -Rf $(top_builddir)/vlc-${VERSION}
716
717 package-win32-zip: package-win32-base package-win32-base-zip
718 # Clean up
719         rm -Rf $(top_builddir)/vlc-${VERSION}
720
721 package-win32: package-win32-base package-win32-base-exe package-win32-base-zip
722 # Clean up
723         rm -Rf $(top_builddir)/vlc-${VERSION}
724
725 package-beos:
726 # Check that tmp isn't in the way
727         @if test -e $(srcdir)/tmp; then \
728           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
729           false ; \
730         else \
731           echo "OK." ; mkdir $(srcdir)/tmp ; \
732         fi
733
734 # Copy relevant files
735         mkdir -p $(srcdir)/tmp/vlc ;
736         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
737           THANKS NEWS tmp/vlc/ ;
738
739 # Create debug package
740         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
741         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
742         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
743         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
744         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
745         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
746
747 # Create normal package
748         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
749         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
750           --strip-debug --strip-unneeded "{}" \; ;
751         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
752         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
753         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
754         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
755         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
756
757 # Clean up
758         rm -Rf $(srcdir)/tmp ;
759
760 package-macosx:
761 # Check that tmp isn't in the way
762         @if test -e "$(top_builddir)/tmp"; then \
763           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
764           false; \
765         else \
766           echo "OK."; mkdir -p "$(top_builddir)/tmp"; \
767         fi
768
769 # Copy relevant files 
770         cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/tmp/"
771         cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/tmp/
772
773 # Create disk image 
774         $(srcdir)/extras/MacOSX/macosx-dmg "vlc-${VERSION}" $(top_builddir)/tmp
775
776 # Clean up
777         rm -Rf $(top_builddir)/tmp
778
779 package-translations:
780         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
781           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
782           false; \
783         else \
784           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
785         fi
786 # Copy translations
787         for i in $(ALL_LINGUAS); do \
788           cp "$(srcdir)/po/$${i}.po" \
789             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
790             || true ; \
791         done
792         cp "$(srcdir)/doc/translations.txt" \
793           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
794
795         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
796         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
797         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
798         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
799         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
800         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
801         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
802         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
803
804         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
805           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
806
807 ###############################################################################
808 # Stamp rules
809 ###############################################################################
810 clean: clean-stamp clean-recursive
811 clean-stamp:
812         rm -f stamp-builtin
813
814 stamp-builtin: FORCE
815         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
816           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
817             rm -f $@; \
818             break; \
819           fi; \
820         done
821         @if test ! -f $@; then printf "" > $@; fi
822
823 ###############################################################################
824 # Force rule
825 ###############################################################################
826 FORCE: