]> git.sesse.net Git - vlc/blob - Makefile.am
Remove some silence hacks
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 # SUBDIRS stores the directories where a "make" is required when building
6 # something. DIST_SUBDIRS stores the directories where nothing is built but
7 # which have makefiles with distribution information.
8 #  - src (libvlc) is nedeed by modules, mozilla and bindings
9 #  - libs/* are needed by modules
10 BASE_SUBDIRS = po compat src bin modules share doc test
11 EXTRA_SUBDIRS = m4 extras/package/ipkg \
12         libs/loader libs/srtp libs/unzip \
13         projects/mozilla projects/activex
14 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
15
16 SUBDIRS = po compat src
17 if LOADER
18 SUBDIRS += libs/loader
19 endif
20 if HAVE_GCRYPT
21 SUBDIRS += libs/srtp
22 endif
23 if HAVE_ZLIB
24 if !HAVE_MINIZIP
25 SUBDIRS += libs/unzip
26 endif
27 endif
28 if BUILD_VLC
29 SUBDIRS += bin
30 endif
31 SUBDIRS += modules share doc test
32 if BUILD_MOZILLA
33 SUBDIRS += projects/mozilla
34 endif
35 if BUILD_ACTIVEX
36 SUBDIRS += projects/activex
37 endif
38
39 EXTRA_DIST = \
40         HACKING \
41         INSTALL.win32 \
42         INSTALL.wince \
43         extras/package/win32/vlc.exe.manifest \
44         extras/package/win32/libvlc.dll.manifest \
45         extras/package/macosx/README.MacOSX.rtf \
46         vlc-config.in.in \
47         extras/package/rpm/vlc.fedora.spec \
48         extras/package/rpm/vlc.altlinux.spec \
49         extras/package/win32/vlc.win32.nsi.in \
50         extras/package/win32/spad.nsi.in \
51         extras/package/win32/languages/declaration.nsh \
52         extras/package/win32/languages/english.nsh \
53         extras/package/win32/languages/french.nsh
54
55 dist_noinst_SCRIPTS = bootstrap toolbox
56 nodist_noinst_SCRIPTS = compile
57
58 BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
59 if HAVE_DARWIN
60 BUILT_SOURCES_clean = macosx-sdk
61 else
62 BUILT_SOURCES_clean =
63 endif
64
65 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
66
67 SUFFIXES = 
68
69 DISTCHECK_CONFIGURE_FLAGS = \
70         --enable-fast-install \
71         --disable-dbus \
72         --disable-dvd --disable-mad --disable-libmpeg2 \
73         --disable-ffmpeg --disable-faad --disable-skins2 \
74         --disable-live555 \
75         --disable-fribidi --disable-glx
76
77 ACLOCAL_AMFLAGS = -I m4
78 AUTOMAKE_OPTIONS = \
79         1.9 \
80         -Wall \
81         check-news \
82         dist-bzip2 \
83         no-dist-gzip
84 #       std-options
85
86 ChangeLog: Makefile.am
87         rm -f -- "$@"
88         cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
89         ln -sf doc/ChangeLog-2009 "$@"
90
91 ###############################################################################
92 # MacOS X project
93 ###############################################################################
94
95 EXTRA_DIST += \
96         extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib \
97         extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
98         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/designable.nib \
99         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
100         extras/package/macosx/Resources/English.lproj/About.nib/designable.nib \
101         extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
102         extras/package/macosx/Resources/English.lproj/Open.nib/designable.nib \
103         extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
104         extras/package/macosx/Resources/English.lproj/Preferences.nib/designable.nib \
105         extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
106         extras/package/macosx/Resources/English.lproj/Wizard.nib/designable.nib \
107         extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
108         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/designable.nib \
109         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
110         extras/package/macosx/Resources/English.lproj/Extended.nib/designable.nib \
111         extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
112         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/designable.nib \
113         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib \
114         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/designable.nib \
115         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/keyedobjects.nib \
116         extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \
117         extras/package/macosx/Resources/dsa_pub.pem \
118         extras/package/macosx/Resources/aiff.icns \
119         extras/package/macosx/Resources/audio.icns \
120         extras/package/macosx/Resources/avi.icns \
121         extras/package/macosx/Resources/flv.icns \
122         extras/package/macosx/Resources/generic.icns \
123         extras/package/macosx/Resources/m4a.icns \
124         extras/package/macosx/Resources/m4v.icns \
125         extras/package/macosx/Resources/mkv.icns \
126         extras/package/macosx/Resources/mov.icns \
127         extras/package/macosx/Resources/movie.icns \
128         extras/package/macosx/Resources/mp3.icns \
129         extras/package/macosx/Resources/mpeg.icns \
130         extras/package/macosx/Resources/ogg.icns \
131         extras/package/macosx/Resources/playlist.icns \
132         extras/package/macosx/Resources/rm.icns \
133         extras/package/macosx/Resources/subtitle.icns \
134         extras/package/macosx/Resources/vob.icns \
135         extras/package/macosx/Resources/wav.icns \
136         extras/package/macosx/Resources/vlc.icns \
137         extras/package/macosx/Resources/wma.icns \
138         extras/package/macosx/Resources/wmv.icns \
139         extras/package/macosx/Resources/pause.png \
140         extras/package/macosx/Resources/pause_blue.png \
141         extras/package/macosx/Resources/play.png \
142         extras/package/macosx/Resources/play_blue.png \
143         extras/package/macosx/Resources/stop.png \
144         extras/package/macosx/Resources/stop_blue.png \
145         extras/package/macosx/Resources/display_left.png \
146         extras/package/macosx/Resources/display_middle.png \
147         extras/package/macosx/Resources/display_right.png \
148         extras/package/macosx/Resources/display_slider.png \
149         extras/package/macosx/Resources/display_track.png \
150         extras/package/macosx/Resources/equalizerdrawer_active.png \
151         extras/package/macosx/Resources/equalizerdrawer_blue.png \
152         extras/package/macosx/Resources/fullscreen_active.png \
153         extras/package/macosx/Resources/fullscreen_blue.png \
154         extras/package/macosx/Resources/next_active.png \
155         extras/package/macosx/Resources/next_blue.png \
156         extras/package/macosx/Resources/playlistdrawer_active.png \
157         extras/package/macosx/Resources/playlistdrawer_blue.png \
158         extras/package/macosx/Resources/previous_active.png \
159         extras/package/macosx/Resources/previous_blue.png \
160         extras/package/macosx/Resources/skip_forward_active.png \
161         extras/package/macosx/Resources/skip_forward_blue.png \
162         extras/package/macosx/Resources/skip_previous_active.png \
163         extras/package/macosx/Resources/skip_previous_blue.png \
164         extras/package/macosx/Resources/volume_high.png \
165         extras/package/macosx/Resources/volume_low.png \
166         extras/package/macosx/Resources/volumeslider_blue.png \
167         extras/package/macosx/Resources/volumeslider_normal.png \
168         extras/package/macosx/Resources/volumetrack.png \
169         extras/package/macosx/Resources/about_bg.png \
170         extras/package/macosx/Resources/skip_forward_active_embedded.png \
171         extras/package/macosx/Resources/play_embedded.png \
172         extras/package/macosx/Resources/pause_embedded.png \
173         extras/package/macosx/Resources/skip_previous_active_embedded.png \
174         extras/package/macosx/Resources/pause_embedded_blue.png \
175         extras/package/macosx/Resources/play_embedded_blue.png \
176         extras/package/macosx/Resources/skip_forward_embedded_blue.png \
177         extras/package/macosx/Resources/skip_previous_embedded_blue.png \
178         extras/package/macosx/Resources/vlc.scriptSuite \
179         extras/package/macosx/Resources/vlc.scriptTerminology \
180         extras/package/macosx/Resources/README \
181         extras/package/macosx/Resources/add_embedded.png \
182         extras/package/macosx/Resources/add_embedded_blue.png \
183         extras/package/macosx/Resources/repeat_embedded.png \
184         extras/package/macosx/Resources/repeat_embedded_blue.png \
185         extras/package/macosx/Resources/repeat_single_embedded_blue.png \
186         extras/package/macosx/Resources/shuffle_embedded.png \
187         extras/package/macosx/Resources/shuffle_embedded_blue.png \
188         extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png \
189         extras/package/macosx/Resources/fs_volume_slider_knob.png \
190         extras/package/macosx/Resources/fs_volume_slider_bar.png \
191         extras/package/macosx/Resources/fs_volume_mute_highlight.png \
192         extras/package/macosx/Resources/fs_volume_mute.png \
193         extras/package/macosx/Resources/fs_volume_max_highlight.png \
194         extras/package/macosx/Resources/fs_volume_max.png \
195         extras/package/macosx/Resources/fs_time_slider_knob_highlight.png \
196         extras/package/macosx/Resources/fs_time_slider_knob.png \
197         extras/package/macosx/Resources/fs_time_slider.png \
198         extras/package/macosx/Resources/fs_stop_highlight.png \
199         extras/package/macosx/Resources/fs_stop.png \
200         extras/package/macosx/Resources/fs_skip_previous_highlight.png \
201         extras/package/macosx/Resources/fs_skip_previous.png \
202         extras/package/macosx/Resources/fs_skip_next_highlight.png \
203         extras/package/macosx/Resources/fs_skip_next.png \
204         extras/package/macosx/Resources/fs_rewind_highlight.png \
205         extras/package/macosx/Resources/fs_rewind.png \
206         extras/package/macosx/Resources/fs_play_highlight.png \
207         extras/package/macosx/Resources/fs_play.png \
208         extras/package/macosx/Resources/fs_pause_highlight.png \
209         extras/package/macosx/Resources/fs_pause.png \
210         extras/package/macosx/Resources/fs_forward_highlight.png \
211         extras/package/macosx/Resources/fs_forward.png \
212         extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png \
213         extras/package/macosx/Resources/fs_exit_fullscreen.png \
214         extras/package/macosx/Resources/fs_background.png \
215         extras/package/macosx/Resources/add_embedded_graphite.png \
216         extras/package/macosx/Resources/equalizerdrawer_graphite.png \
217         extras/package/macosx/Resources/fullscreen_graphite.png \
218         extras/package/macosx/Resources/next_graphite.png \
219         extras/package/macosx/Resources/pause_embedded_graphite.png \
220         extras/package/macosx/Resources/pause_graphite.png \
221         extras/package/macosx/Resources/play_embedded_graphite.png \
222         extras/package/macosx/Resources/play_graphite.png \
223         extras/package/macosx/Resources/playlistdrawer_graphite.png \
224         extras/package/macosx/Resources/previous_graphite.png \
225         extras/package/macosx/Resources/repeat_embedded_graphite.png \
226         extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
227         extras/package/macosx/Resources/shuffle_embedded_graphite.png \
228         extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
229         extras/package/macosx/Resources/skip_forward_graphite.png \
230         extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
231         extras/package/macosx/Resources/skip_previous_graphite.png \
232         extras/package/macosx/Resources/stop_graphite.png \
233         extras/package/macosx/Resources/volumeslider_graphite.png \
234         extras/package/macosx/Resources/backward_big_down.png \
235         extras/package/macosx/Resources/backward_big.png \
236         extras/package/macosx/Resources/eq_sm.pdf \
237         extras/package/macosx/Resources/forward_big_down.png \
238         extras/package/macosx/Resources/forward_big.png \
239         extras/package/macosx/Resources/fs_sm.pdf \
240         extras/package/macosx/Resources/list_sm.pdf \
241         extras/package/macosx/Resources/next_sm.pdf \
242         extras/package/macosx/Resources/pause_big_down.png \
243         extras/package/macosx/Resources/pause_big.png \
244         extras/package/macosx/Resources/play_big_down.png \
245         extras/package/macosx/Resources/play_big.png \
246         extras/package/macosx/Resources/prev_sm.pdf \
247         extras/package/macosx/Resources/sidebarAdd.png \
248         extras/package/macosx/Resources/sidebarRepeat.png \
249         extras/package/macosx/Resources/sidebarRepeatOn.png \
250         extras/package/macosx/Resources/sidebarRepeatOneOn.png \
251         extras/package/macosx/Resources/sidebarResizeWidget.png \
252         extras/package/macosx/Resources/sidebarShuffle.png \
253         extras/package/macosx/Resources/sidebarShuffleOn.png \
254         extras/package/macosx/Resources/sidebarStatusAreaBackground.png \
255         extras/package/macosx/Resources/stop_sm.pdf \
256         extras/package/macosx/Resources/noart.png \
257         extras/package/macosx/Resources/spref_cone_Audio_64.png \
258         extras/package/macosx/Resources/spref_cone_Hotkeys_64.png \
259         extras/package/macosx/Resources/spref_cone_Input_64.png \
260         extras/package/macosx/Resources/spref_cone_Interface_64.png \
261         extras/package/macosx/Resources/spref_cone_Subtitles_64.png \
262         extras/package/macosx/Resources/spref_cone_Video_64.png \
263         extras/package/macosx/fullscreen_panel.svg \
264         extras/package/macosx/ub.sh \
265         extras/package/macosx/vlc.xcodeproj/project.pbxproj \
266         extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
267         extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
268         extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
269         extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
270         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
271         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
272         extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
273         extras/package/macosx/plugin/Info.plist.in \
274         extras/package/macosx/plugin/InstallerInfo.plist.in \
275         extras/package/macosx/plugin/InstallerDescription.plist \
276         extras/package/macosx/plugin/pbdevelopment.plist \
277         extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
278         extras/package/macosx/eyetvplugin/Info.plist \
279         extras/package/macosx/eyetvplugin/eyetvplugin.c \
280         extras/package/macosx/eyetvplugin/eyetvplugin.h \
281         extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
282         extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
283         extras/package/macosx/README.MacOSX.rtf \
284         extras/package/macosx/Info.plist.in
285
286
287 ###############################################################################
288 # Various utilities ( editor syntax files, D-Bus controller ... )
289 ##############################################################################
290 EXTRA_DIST += \
291         extras/analyser/zsh_completion.sh \
292         extras/analyser/zsh.cpp \
293         extras/analyser/emacs.init \
294         extras/analyser/vlc.vim \
295         extras/analyser/valgrind.suppressions \
296         extras/buildsystem/make.pl \
297         extras/misc/mpris.py \
298         extras/misc/mpris.glade
299
300 dist-hook:
301         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
302
303 ###############################################################################
304 # Building libvlc
305 ###############################################################################
306
307 noinst_SCRIPTS = vlc-config
308 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
309         $(SHELL) ./config.status --file=$@
310         chmod 0755 $@
311         touch $@
312
313 vlc-config.in: vlc-config.in.in
314         ./config.status --recheck
315         touch $@
316
317 CLEANFILES = $(BUILT_SOURCES_clean)
318 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
319 MAINTAINERCLEANFILES = ChangeLog
320
321 # Shortcut for developers to rebuild the core (libvlc + vlc)
322 # Don't use it if you don't know what it is about.
323 # Don't complain if it doesn't work. -- Courmisch
324 libcompat:
325         cd compat && $(MAKE) $(AM_MAKEFLAGS)
326
327 libvlc: libcompat
328         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
329
330 core: libvlc
331         cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
332
333 doc:
334         cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
335
336 .PHONY: libvlc core doc
337
338 #To get some nice output
339 nice:
340         $(top_builddir)/compile
341
342 if HAVE_BEOS
343 noinst_DATA = vlc-bundle
344 vlc-bundle: vlc
345         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
346         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
347         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
348         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
349           if test -n "$$i" ; then \
350             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
351             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
352           fi ; \
353         done
354         if test -d $(CONTRIB_DIR)/vlc-lib ; then \
355           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
356           for i in $(CONTRIB_DIR)/vlc-lib/*.so ; do \
357             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
358           done ; \
359         fi
360         cat $(top_srcdir)/po/LINGUAS | while read i; do \
361           mkdir -p "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES" ; \
362           cp "$(top_builddir)/po/$$i.gmo" \
363             "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
364         done
365         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
366 endif
367
368 ###############################################################################
369 # Building aliases
370 ###############################################################################
371
372 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc mvlc
373 bin_SCRIPTS = $(ALIASES)
374 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
375 EXTRA_SCRIPTS = $(ALL_ALIASES)
376
377 dist_noinst_SCRIPTS += make-alias
378
379 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
380
381 cvlc: make-alias Makefile
382         $(AM_V_GEN)$(MKALIAS) dummy
383
384 rvlc: make-alias Makefile
385         $(AM_V_GEN)$(MKALIAS) rc
386
387 svlc: make-alias Makefile
388         $(AM_V_GEN)$(MKALIAS) skins2
389
390 qvlc: make-alias Makefile
391         $(AM_V_GEN)$(MKALIAS) qt4
392
393 nvlc: make-alias Makefile
394         $(AM_V_GEN)$(MKALIAS) ncurses
395
396 mvlc: make-alias Makefile
397         $(AM_V_GEN)$(MKALIAS) maemo
398
399 if BUILD_VLC
400 noinst_SCRIPTS += vlc$(EXEEXT)
401 endif
402
403 vlc$(EXEEXT):
404         $(AM_V_GEN)ln -sf bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
405
406 if HAVE_DARWIN
407 if BUILD_MACOSX_VLC_APP
408 # Create the MacOS X app
409 noinst_DATA = VLC.app
410 endif
411 endif
412
413 silentstd = $(silentstd_$(V))
414 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
415 silentstd_0 = 2>&1 >/dev/null
416
417 # VLC-release.app for packaging and giving it to your friends
418 # use package-macosx to get a nice dmg
419 VLC-release.app: vlc
420         ( cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd) )
421         rm -Rf "$(top_builddir)/tmp"
422         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
423         rm -Rf $(top_builddir)/VLC-release.app
424         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
425           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
426         done
427         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
428         cat $(top_builddir)/extras/package/macosx/Info.plist | \
429         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
430         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
431         for i in AUTHORS COPYING THANKS; do \
432           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
433         done
434         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
435         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
436         mkdir -p $(top_builddir)/tmp/modules/audio_output
437         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
438         for i in \
439             AppleRemote.h \
440             AppleRemote.m \
441             about.h \
442             about.m \
443             applescript.h \
444             applescript.m \
445             controls.h \
446             controls.m \
447             equalizer.h \
448             equalizer.m \
449             intf.h \
450             intf.m \
451             macosx.m \
452             misc.h \
453             misc.m \
454             open.h \
455             open.m \
456             output.h \
457             output.m \
458             playlist.h \
459             playlist.m \
460             playlistinfo.h \
461             playlistinfo.m \
462             prefs_widgets.h \
463             prefs_widgets.m \
464             prefs.h \
465             prefs.m \
466             simple_prefs.h \
467             simple_prefs.m \
468             vout.h \
469             voutgl.m \
470             wizard.h \
471             wizard.m \
472             extended.h \
473             extended.m \
474             bookmarks.h \
475             bookmarks.m \
476             coredialogs.h \
477             coredialogs.m \
478             embeddedwindow.h \
479             embeddedwindow.m \
480             fspanel.h \
481             fspanel.m \
482             vout.m; do \
483           cp "$(srcdir)/modules/gui/macosx/$$i" \
484              $(top_builddir)/tmp/modules/gui/macosx; \
485         done
486         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
487         xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
488         cd ../../../../ && \
489         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
490         rm -Rf $(top_builddir)/tmp
491         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
492         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
493         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
494         for i in $(srcdir)/share/lua/*.* ; do \
495           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
496         done ; \
497         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
498         for i in $(srcdir)/share/lua/playlist/*.* ; do \
499           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
500         done ; \
501         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
502         for i in $(srcdir)/share/lua/meta/*.* ; do \
503           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
504         done ; \
505         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
506         for i in $(srcdir)/share/lua/intf/*.* ; do \
507           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
508         done ; \
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
510         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
511           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
512         done ; \
513         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
514         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
515         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
516         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
517         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
518         for i in $(srcdir)/share/lua/http/*.* ; do \
519           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
520         done
521         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
522           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
523         done
524         for i in $(srcdir)/share/lua/http/js/*.* ; do \
525           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
526         done
527         for i in $(srcdir)/share/lua/http/images/*.* ; do \
528           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
529         done
530         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
531           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
532         done
533         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
534         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
535         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
536         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
537         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
538         $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
539         for i in $(srcdir)/share/http/*.* ; do \
540           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
541         done
542         for i in $(srcdir)/share/http/dialogs/* ; do \
543           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
544         done
545         for i in $(srcdir)/share/http/js/*.* ; do \
546           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
547         done
548         for i in $(srcdir)/share/http/images/*.* ; do \
549           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
550         done
551         for i in $(srcdir)/share/http/requests/*.* ; do \
552           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
553         done
554         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
555         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
556         cat $(top_srcdir)/po/LINGUAS | while read i; do \
557           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
558           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
559           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
560           ln -sf ../English.lproj/InfoPlist.strings \
561               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
562           ln -sf ../English.lproj/MainMenu.nib \
563               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
564         done
565         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
566         find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
567         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
568         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
569
570 # This is just for development purposes. 
571 # The resulting VLC.app will only run in this tree.
572 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
573         $(AM_V_GEN)(cd src && make install $(silentstd))
574         rm -Rf $(top_builddir)/tmp
575         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
576         rm -Rf $(top_builddir)/VLC.app
577         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
578           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
579         done
580         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
581         cat $(top_builddir)/extras/package/macosx/Info.plist | \
582         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
583         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
584         for i in AUTHORS COPYING THANKS; do \
585           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
586         done
587         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
588         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
589         mkdir -p $(top_builddir)/tmp/modules/audio_output
590         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
591         for i in \
592             AppleRemote.h \
593             AppleRemote.m \
594             about.h \
595             about.m \
596             applescript.h \
597             applescript.m \
598             controls.h \
599             controls.m \
600             equalizer.h \
601             equalizer.m \
602             intf.h \
603             intf.m \
604             macosx.m \
605             misc.h \
606             misc.m \
607             open.h \
608             open.m \
609             output.h \
610             output.m \
611             playlist.h \
612             playlist.m \
613             playlistinfo.h \
614             playlistinfo.m \
615             prefs_widgets.h \
616             prefs_widgets.m \
617             prefs.h \
618             prefs.m \
619             simple_prefs.h \
620             simple_prefs.m \
621             vout.h \
622             voutgl.m \
623             wizard.h \
624             wizard.m \
625             extended.h \
626             extended.m \
627             bookmarks.h \
628             bookmarks.m \
629             coredialogs.h \
630             coredialogs.m \
631             embeddedwindow.h \
632             embeddedwindow.m \
633             fspanel.h \
634             fspanel.m \
635             vout.m; do \
636           cp "$(srcdir)/modules/gui/macosx/$$i" \
637              $(top_builddir)/tmp/modules/gui/macosx; \
638         done
639         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
640         xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
641         cd ../../../../ && \
642         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
643         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
644         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
645         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
646         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
647         ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
648         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
649         for i in `ls $(srcdir)/share`; do \
650            ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
651         done
652         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
653         cat $(top_srcdir)/po/LINGUAS | while read i; do \
654           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
655           ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
656           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
657           ln -sf ../English.lproj/InfoPlist.strings \
658               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
659           ln -sf ../English.lproj/MainMenu.nib \
660               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
661         done
662         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
663
664 ###############################################################################
665 # Building architecture-specific binary packages
666 ###############################################################################
667
668 # XXX: this rule is probably only useful to you if you have exactly
669 # the same setup as the maintaner(s).
670 #
671
672 ############################################################################
673 ## Win                                                                    ##
674 ############################################################################
675 win32_destdir=$(top_builddir)/vlc-$(VERSION)
676 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
677 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
678 npvlc=vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)
679 axvlc=vlc-$(VERSION)/activex/axvlc$(LIBEXT)
680 win32_lua_destdir=$(win32_destdir)/lua
681 win32_http_destdir=$(win32_destdir)/http
682
683 #Win-common if for win32 and wince
684 package-win-common:
685 # Check that tmp isn't in the way
686         @if test -e "$(win32_destdir)"; then \
687           echo "Error: please remove $(win32_destdir), it is in the way"; \
688           false; \
689         else \
690           echo "OK."; mkdir -p "$(win32_destdir)"; \
691         fi
692 # Same for debug symbols dir
693         @if test -e "$(win32_debugdir)"; then \
694           echo "Error: please remove $(win32_debugdir), it is in the way"; \
695           false; \
696         else \
697           echo "OK."; mkdir -p "$(win32_debugdir)"; \
698         fi
699
700 # Copy relevant files
701 # Copy executables, major libs+manifests
702         cp "$(top_builddir)/bin/.libs/vlc$(EXEEXT)" "$(win32_destdir)/"
703         cp "$(top_builddir)/bin/.libs/vlc-cache-gen$(EXEEXT)" "$(win32_destdir)/"
704         cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win32_destdir)/"
705         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_destdir)/"
706         cp "$(top_builddir)/src/.libs/libvlccore$(LIBEXT)" "$(win32_destdir)/"
707         cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "$(win32_destdir)/"
708
709 # Copy Text files
710         for file in AUTHORS THANKS ; \
711           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
712         for file in NEWS COPYING README; \
713           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
714         unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
715
716 # Necessary icons
717         cp $(srcdir)/share/vlc.ico $(win32_destdir)/
718
719 # Copy the locales
720         mkdir -p $(win32_destdir)/locale
721         cat $(top_srcdir)/po/LINGUAS | while read i; do \
722           mkdir -p "$(win32_destdir)/locale/$${i}/LC_MESSAGES" ; \
723           cp "$(srcdir)/po/$${i}.gmo" \
724             "$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo" \
725             || true ; \
726         done
727         mkdir -p $(win32_destdir)/locale/qt4/
728         cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
729
730 #  Mozilla plugin
731 if BUILD_MOZILLA
732         mkdir -p "$(win32_destdir)/mozilla"
733         cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
734         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
735 endif
736
737 # ActiveX plugin
738 if BUILD_ACTIVEX
739         mkdir -p "$(win32_destdir)/activex"
740         cp $(srcdir)/projects/activex/README.TXT  $(win32_destdir)/activex/
741         cp $(srcdir)/projects/activex/test.html  $(win32_destdir)/activex/
742         unix2dos $(win32_destdir)/activex/*
743
744         cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
745         cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
746 endif
747
748 # Rebase all those DLLs to speed up loading (need cygwin rebase)
749         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
750                 find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
751         fi
752
753 package-win32-xpi: package-win-common-strip
754         mkdir -p "$(win32_xpi_destdir)/plugins"
755         cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
756         cp $(win32_destdir)/mozilla/npvlc$(LIBEXT) \
757                 "$(win32_xpi_destdir)/plugins"
758         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest \
759                 "$(win32_xpi_destdir)/plugins"
760         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" \
761                 "$(win32_xpi_destdir)/plugins"
762         cp "$(win32_destdir)/libvlccore$(LIBEXT)" \
763                 "$(win32_xpi_destdir)/plugins"
764         cp "$(win32_destdir)/libvlc$(LIBEXT)" \
765                 "$(win32_xpi_destdir)/plugins"
766         mkdir -p "$(win32_xpi_destdir)/plugins/plugins"
767         cp $(win32_destdir)/plugins/*$(LIBEXT) \
768                 "$(win32_xpi_destdir)/plugins/plugins"
769         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
770         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
771         cd $(win32_xpi_destdir) && zip -r vlc-$(VERSION).xpi install.rdf plugins
772
773 package-win32-base-debug: package-win-common
774 # Copy relevant files
775 # Script installer
776         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
777         cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
778         mkdir "$(win32_destdir)/languages"
779         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
780
781 # Plugins
782         mkdir -p "$(win32_destdir)/plugins"
783         find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
784           if test -n "$$i" ; then \
785             $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
786           fi ; done
787
788 #Enable DEP and ASLR for all the binaries
789 if USE_PEFLAGS
790         find $(win32_destdir) -type f -name '*.dll' -print -o -name '*.exe' -print | while read i; do \
791         $(PEFLAGS) --dynamicbase=true --nxcompat=true "$$i" ; \
792         done
793 endif
794
795 # Copy the lua scripts (HTTP)
796 if BUILD_LUA
797         mkdir -p "$(win32_lua_destdir)/http/images"
798         mkdir -p "$(win32_lua_destdir)/http/requests"
799         mkdir -p "$(win32_lua_destdir)/http/js"
800         mkdir -p "$(win32_lua_destdir)/http/dialogs"
801         cp $(srcdir)/share/lua/http/*.html $(win32_lua_destdir)/http/
802         unix2dos $(win32_lua_destdir)/http/*.html
803         cp $(srcdir)/share/lua/http/.hosts $(win32_lua_destdir)/http/
804         unix2dos $(win32_lua_destdir)/http/.hosts
805         cp $(srcdir)/share/lua/http/*.css $(win32_lua_destdir)/http/
806         unix2dos $(win32_lua_destdir)/http/*.css
807         cp $(srcdir)/share/lua/http/js/*.js $(win32_lua_destdir)/http/js/
808         unix2dos $(win32_lua_destdir)/http/js/*.js
809         cp $(srcdir)/share/lua/http/*.lua $(win32_lua_destdir)/http/
810         unix2dos $(win32_lua_destdir)/http/*.lua
811         cp $(srcdir)/share/lua/http/dialogs/* $(win32_lua_destdir)/http/dialogs/
812         unix2dos $(win32_lua_destdir)/http/dialogs/*
813         cp $(srcdir)/share/lua/http/dialogs/.hosts $(win32_lua_destdir)/http/dialogs/
814         unix2dos $(win32_lua_destdir)/http/dialogs/.hosts
815         cp $(srcdir)/share/lua/http/*.ico $(win32_lua_destdir)/http/
816         cp $(srcdir)/share/lua/http/images/*.png $(win32_lua_destdir)/http/images/
817         cp $(srcdir)/share/lua/http/requests/*.xml $(win32_lua_destdir)/http/requests/
818         unix2dos $(win32_lua_destdir)/http/requests/*.xml
819         cp $(srcdir)/share/lua/http/requests/readme $(win32_lua_destdir)/http/requests/readme.txt
820         unix2dos $(win32_lua_destdir)/http/requests/readme.txt
821 endif
822
823 if BUILD_LUA
824 #Lua Scripts
825         $(INSTALL) -d $(win32_lua_destdir)
826         for i in $(srcdir)/share/lua/*.* ; do \
827           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/`basename $${i}` ; \
828         done
829         $(INSTALL) -d $(win32_lua_destdir)/playlist
830         for i in $(srcdir)/share/lua/playlist/*.* ; do \
831           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/playlist/`basename $${i}` ; \
832         done
833         $(INSTALL) -d $(win32_lua_destdir)/meta/art
834         for i in $(srcdir)/share/lua/meta/art/*.lua ; do \
835           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/art/`basename $${i}` ; \
836         done
837         $(INSTALL) -d $(win32_lua_destdir)/meta/reader
838         for i in $(srcdir)/share/lua/meta/reader/*.lua ; do \
839           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/reader/`basename $${i}` ; \
840         done
841         $(INSTALL) -d $(win32_lua_destdir)/intf
842         for i in $(srcdir)/share/lua/intf/*.* ; do \
843           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/`basename $${i}` ; \
844         done
845         $(INSTALL) -d $(win32_lua_destdir)/intf/modules
846         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
847           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/modules/`basename $${i}` ; \
848         done
849 endif
850
851 # Copy the http files
852 if BUILD_HTTPD
853         mkdir -p "$(win32_http_destdir)/images"
854         mkdir -p "$(win32_http_destdir)/requests"
855         mkdir -p "$(win32_http_destdir)/js"
856         mkdir -p "$(win32_http_destdir)/dialogs"
857         cp $(srcdir)/share/http/*.html $(win32_http_destdir)/
858         unix2dos $(win32_http_destdir)/*.html
859         cp $(srcdir)/share/http/.hosts $(win32_http_destdir)/
860         unix2dos $(win32_http_destdir)/.hosts
861         cp $(srcdir)/share/http/*.css $(win32_http_destdir)/
862         unix2dos $(win32_http_destdir)/*.css
863         cp $(srcdir)/share/http/js/*.js $(win32_http_destdir)/js/
864         unix2dos $(win32_http_destdir)/js/*.js
865         cp $(srcdir)/share/http/dialogs/* $(win32_http_destdir)/dialogs/
866         unix2dos $(win32_http_destdir)/dialogs/*
867         cp $(srcdir)/share/http/dialogs/.hosts $(win32_http_destdir)/dialogs/
868         unix2dos $(win32_http_destdir)/dialogs/.hosts
869         cp $(srcdir)/share/http/*.ico $(win32_http_destdir)/
870         cp $(srcdir)/share/http/images/*.png $(win32_http_destdir)/images/
871         cp $(srcdir)/share/http/requests/*.xml $(win32_http_destdir)/requests/
872         unix2dos $(win32_http_destdir)/requests/*.xml
873         cp $(srcdir)/share/http/requests/readme $(win32_http_destdir)/requests/readme.txt
874         unix2dos $(win32_http_destdir)/requests/readme.txt
875
876 endif
877
878 if BUILD_SKINS
879 # Skins
880         mkdir -p $(win32_destdir)/skins/fonts
881         for i in $(srcdir)/share/skins2/fonts/*.*; do \
882           cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
883         done
884         for i in $(top_builddir)/share/skins2/*.*; do \
885           cp -- "$$i" $(win32_destdir)/skins/ || true ; \
886         done
887         cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
888         cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
889 endif
890
891 if BUILD_OSDMENU
892 #OSD Menu
893         mkdir -p "$(win32_destdir)/osdmenu"
894         cp $(srcdir)/share/osdmenu/*.* "$(win32_destdir)/osdmenu"
895         for dir in default default/selected default/selection default/volume ;do \
896                 mkdir -p "$(win32_destdir)/osdmenu/$$dir"; \
897                 for file in $(srcdir)/share/osdmenu/$${dir}/*.png;do \
898                          cp -- "$$file" "$(win32_destdir)/osdmenu/$$dir"; \
899                 done; \
900         done
901         unix2dos $(win32_destdir)/osdmenu/*.cfg;
902         for file in $(win32_destdir)/osdmenu/*.cfg; do \
903                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
904                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
905                 rm -f -- "$$file.tmp"; \
906         done
907 endif
908
909 # SDK
910         mkdir -p "$(win32_destdir)/sdk.tmp"
911         mkdir -p "$(win32_destdir)/sdk"
912         d=$$(pwd) && \
913         cd src && \
914         make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp"
915         cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/
916         find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir
917         rm -Rf vlc-$(VERSION)/sdk/bin
918
919 # Strip DLLs
920 package-win-common-strip: package-win32-base-debug
921         for i in "" $(win32_destdir)/*$(LIBEXT) \
922                     $(win32_destdir)/*$(EXEEXT) \
923                     $(win32_destdir)/activex/*$(LIBEXT) \
924                     $(win32_destdir)/mozilla/*$(LIBEXT) \
925                     $(win32_destdir)/plugins/*$(LIBEXT) \
926         ; do \
927           if test -n "$$i" ; then \
928             $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
929             $(OBJCOPY) --strip-all "$$i" ; \
930             $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
931             mv "$$i.dbg" "$(win32_debugdir)"; \
932           fi ; \
933         done
934
935 package-win32-base: package-win-common-strip
936
937 package-win32-base-exe: package-win32-base
938 # Create package
939         rm -Rf $(win32_destdir)/sdk
940         if makensis -VERSION >/dev/null 2>&1; then \
941             MAKENSIS="makensis"; \
942         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
943             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
944         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
945             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
946         elif wine --version >/dev/null 2>&1; then \
947             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
948         else \
949             echo 'Error: cannot locate makensis tool'; exit 1; \
950         fi; \
951         eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
952         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
953
954 package-win32-base-zip: package-win32-base
955 # Create package 
956         rm -f -- vlc-$(VERSION)-win32.zip
957         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
958
959 package-win32-base-debug-zip: package-win32-base-debug
960 # Create package
961         rm -f -- vlc-$(VERSION)-win32-debug.zip
962         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
963
964 package-win32-base-7zip: package-win32-base
965 # Create package 
966         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
967
968 package-win32-base-debug-7zip: package-win32-base-debug
969 # Create package
970         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
971
972 package-win32-cleanup:
973         rm -Rf $(win32_destdir)
974         rm -Rf $(win32_debugdir)
975
976 package-win32-exe: package-win32-base package-win32-base-exe package-win32-cleanup
977
978 package-win32-zip: package-win32-base-zip package-win32-cleanup
979
980 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
981
982 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
983
984 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
985
986 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe 
987
988 package-win32: package-win32-no-clean package-win32-cleanup
989
990 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
991
992 #######
993 # WinCE
994 #######
995 package-wince-base: package-win-common-strip
996
997 package-wince-base-zip: package-wince-base
998 # Create package 
999         rm -f -- vlc-$(VERSION)-wince.zip
1000         zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
1001
1002 package-wince: package-wince-base-zip package-win32-cleanup
1003
1004
1005 #####################################################################
1006 ##   BeOS                                                          ##
1007 #####################################################################
1008 package-beos:
1009 # Check that tmp isn't in the way
1010         @if test -e $(srcdir)/tmp; then \
1011           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
1012           false ; \
1013         else \
1014           echo "OK." ; mkdir $(srcdir)/tmp ; \
1015         fi
1016
1017 # Copy relevant files
1018         mkdir -p $(srcdir)/tmp/vlc
1019         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
1020           THANKS NEWS tmp/vlc/
1021
1022 # Create debug package
1023         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1024         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1025         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1026         (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
1027         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
1028         mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
1029
1030 # Create normal package
1031         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
1032         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
1033           --strip-debug --strip-unneeded "{}" \;
1034         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1035         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1036         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1037         (cd $(srcdir)/tmp &&  zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
1038         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
1039
1040 # Clean up
1041         rm -Rf $(srcdir)/tmp
1042
1043 #########################################################################
1044 ## MacOS X                                                             ##
1045 #########################################################################
1046 package-macosx: VLC-release.app ChangeLog
1047 # Check that the temporary location isn't in the way
1048         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
1049           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
1050         fi
1051
1052         echo "Create package directory: vlc-$(VERSION)/";
1053         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
1054
1055 # Copy relevant files 
1056         @if test -e "$(top_builddir)/VLC-release.app/"; then \
1057           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1058         else \
1059           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1060         fi
1061         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1062           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
1063           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1064           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
1065           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
1066           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
1067         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
1068
1069 # Place a link to the application folder
1070         ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
1071
1072 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
1073         echo "Creating disk image"
1074         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1075         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1076           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
1077         echo "Disk image creation completed:"
1078         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1079
1080 # Create disk image 
1081 #       echo "Creating disk image"
1082 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1083 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1084 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
1085 #         -scrub -imagekey zlib-level=9 -attach
1086
1087 # Make sure the root window of the dmg will pop up when the dmg is mounted.
1088 # Note: We dont mount in /Volumes to be sure we won't collide with an other
1089 # finder mounted dmg with the same name.
1090 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
1091 #       mkdir -p $(top_builddir)/vlcmnt
1092 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1093 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1094 #       sleep 1 # Make sure operation completes
1095 #       cd "$(srcdir)"
1096
1097 # Unmount the image now
1098 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1099 #       rm -R $(top_builddir)/vlcmnt
1100
1101 # Make sure the image is not writable
1102 # Note: We can't directly create a read only dmg as we do the bless stuff
1103         echo "Make the disk image read-only"
1104         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1105         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
1106         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1107
1108 # We are done
1109         echo "Disk image creation completed:"
1110         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1111
1112 # Clean up
1113         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1114
1115 package-macosx-zip: VLC-release.app
1116         rm -Rf $(top_builddir)/vlc-$(VERSION)
1117         mkdir -p $(top_builddir)/vlc-$(VERSION)
1118         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1119         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1120         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1121           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1122         done
1123         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1124              $(top_builddir)/vlc-$(VERSION)/Goodies
1125         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1126            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
1127         zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1128         rm -Rf $(top_builddir)/vlc-$(VERSION)
1129
1130 package-macosx-framework-zip:
1131         rm -Rf $(top_builddir)/vlckit-$(VERSION)
1132         mkdir -p $(top_builddir)/vlckit-$(VERSION)
1133         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1134           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1135         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1136         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1137           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1138         done
1139         zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1140         rm -Rf $(top_builddir)/vlc-$(VERSION)
1141
1142 package-macosx-plugin:
1143 if BUILD_MOZILLA
1144 # Create Installer
1145         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1146         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1147         rm -f "$(top_builddir)/projects/mozilla/VLC Plugin.plugin/Contents/MacOS/modules/libmacosx_plugin.dylib" 
1148         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1149         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1150         export PACKAGEMAKER=
1151         if test -x /Developer/Tools/packagemaker; then \
1152            export PACKAGEMAKER=/Developer/Tools/packagemaker; \
1153         fi; \
1154         if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
1155            export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
1156         fi; \
1157         $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1158         -f "$(top_builddir)/macosx-plugin-instdata" \
1159         -i "$(top_builddir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1160         -d "$(top_srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1161         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1162
1163 # Create disk image 
1164         rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1165         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1166         mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1167         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1168         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1169           "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \
1170           -scrub -imagekey zlib-level=9
1171         echo "Disk image creation completed:"
1172         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1173 endif
1174
1175 package-macosx-xpi:
1176 if BUILD_MOZILLA
1177         mkdir -p "$(top_builddir)/macosx-xpi/plugins"
1178         cp $(top_builddir)/projects/mozilla/install.rdf \
1179                 "$(top_builddir)/macosx-xpi/"
1180         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" \
1181                 "$(top_builddir)/macosx-xpi/plugins"
1182         cd "$(top_builddir)/macosx-xpi" && zip -r vlc-$(VERSION).xpi install.rdf plugins
1183 endif
1184
1185 package-translations:
1186         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1187           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1188           false; \
1189         else \
1190           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1191         fi
1192 # Copy translations
1193         cat $(top_srcdir)/po/LINGUAS | while read i; do \
1194           cp "$(srcdir)/po/$${i}.po" \
1195             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1196             || true ; \
1197         done
1198         cp "$(srcdir)/doc/translations.txt" \
1199           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1200
1201         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1202         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1203         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1204         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1205         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1206         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1207         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1208         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1209
1210         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1211           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1212
1213 ###############################################################################
1214 # PO translation files update
1215 ###############################################################################
1216 .PHONY: update-po
1217
1218 update-po:
1219         cd po && $(MAKE) POTFILES vlc.pot update-po
1220
1221
1222 ###############################################################################
1223 # Enforce Mac OS X deployment target environment variable
1224 ###############################################################################
1225 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1226         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)