]> git.sesse.net Git - vlc/blob - Makefile.am
Fix race between installation and execution of vlc-cache-gen
[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
9 #  - libs/* are needed by modules
10 DIST_SUBDIRS = m4 compat doc po share src modules lib bin test
11 SUBDIRS = compat doc po share src modules lib
12 if BUILD_VLC
13 SUBDIRS += bin
14 endif
15 SUBDIRS += test
16
17 EXTRA_DIST = \
18         HACKING \
19         INSTALL.win32 \
20         extras/package/win32/vlc.exe.manifest \
21         extras/package/win32/libvlc.dll.manifest \
22         extras/package/macosx/README.MacOSX.rtf \
23         extras/package/rpm/vlc.fedora.spec \
24         extras/package/rpm/vlc.altlinux.spec \
25         extras/package/win32/vlc.win32.nsi.in \
26         extras/package/win32/spad.nsi.in \
27         extras/package/win32/UAC.nsh \
28         extras/package/win32/UAC.dll \
29         extras/package/win32/languages/declaration.nsh \
30         extras/package/win32/languages/bengali.nsh \
31         extras/package/win32/languages/brazilian_portuguese.nsh \
32         extras/package/win32/languages/bulgarian.nsh \
33         extras/package/win32/languages/catalan.nsh \
34         extras/package/win32/languages/danish.nsh \
35         extras/package/win32/languages/dutch.nsh \
36         extras/package/win32/languages/english.nsh \
37         extras/package/win32/languages/estonian.nsh \
38         extras/package/win32/languages/finnish.nsh \
39         extras/package/win32/languages/french.nsh \
40         extras/package/win32/languages/german.nsh \
41         extras/package/win32/languages/hungarian.nsh \
42         extras/package/win32/languages/italian.nsh \
43         extras/package/win32/languages/japanese.nsh \
44         extras/package/win32/languages/occitan.nsh \
45         extras/package/win32/languages/polish.nsh \
46         extras/package/win32/languages/punjabi.nsh \
47         extras/package/win32/languages/romanian.nsh \
48         extras/package/win32/languages/schinese.nsh \
49         extras/package/win32/languages/slovak.nsh \
50         extras/package/win32/languages/slovenian.nsh \
51         extras/package/win32/languages/sorani.nsh \
52         extras/package/win32/languages/spanish.nsh
53
54 dist_noinst_SCRIPTS = bootstrap
55 nodist_noinst_SCRIPTS = compile
56
57 BUILT_SOURCES_distclean =
58 if HAVE_WIN32
59 BUILT_SOURCES_distclean += \
60         extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
61 endif
62 if HAVE_DARWIN
63 BUILT_SOURCES_clean = macosx-sdk
64 else
65 BUILT_SOURCES_clean =
66 endif
67
68 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
69
70 SUFFIXES = 
71
72 DISTCHECK_CONFIGURE_FLAGS = \
73         --enable-fast-install \
74         --disable-a52 \
75         --disable-avcodec --disable-avformat \
76         --disable-postproc --disable-swscale \
77         --disable-dbus \
78         --disable-mad --disable-libmpeg2 \
79         --disable-faad --disable-skins2 \
80         --disable-live555 \
81         --disable-fribidi --disable-glx \
82         --disable-mkv \
83         --with-kde-solid='$${datadir}/kde4/apps'
84
85 ACLOCAL_AMFLAGS = -I m4
86 AUTOMAKE_OPTIONS = \
87         1.11 \
88         -Wall \
89         check-news \
90         dist-xz \
91         no-dist-gzip
92 #       std-options
93
94 ChangeLog: Makefile.am
95         rm -f -- "$@"
96         cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
97         $(LN_S) -f doc/ChangeLog-2009 "$@"
98
99 ###############################################################################
100 # MacOS X project
101 ###############################################################################
102
103 EXTRA_DIST += \
104         extras/package/macosx/Resources/about_bg.png \
105         extras/package/macosx/Resources/add_embedded.png \
106         extras/package/macosx/Resources/add_embedded_graphite.png \
107         extras/package/macosx/Resources/dsa_pub.pem \
108         extras/package/macosx/Resources/embedded_vout.png \
109         extras/package/macosx/Resources/English.lproj/About.xib \
110         extras/package/macosx/Resources/English.lproj/AudioEffects.xib \
111         extras/package/macosx/Resources/English.lproj/Bookmarks.xib \
112         extras/package/macosx/Resources/English.lproj/CoreDialogs.xib \
113         extras/package/macosx/Resources/English.lproj/ErrorPanel.xib \
114         extras/package/macosx/Resources/English.lproj/MainMenu.xib \
115         extras/package/macosx/Resources/English.lproj/MediaInfo.xib \
116         extras/package/macosx/Resources/English.lproj/Open.xib \
117         extras/package/macosx/Resources/English.lproj/Preferences.xib \
118         extras/package/macosx/Resources/English.lproj/SyncTracks.xib \
119         extras/package/macosx/Resources/English.lproj/VideoEffects.xib \
120         extras/package/macosx/Resources/English.lproj/Wizard.xib \
121         extras/package/macosx/Resources/fspanel/fs_background.png \
122         extras/package/macosx/Resources/fspanel/fs_exit_fullscreen.png \
123         extras/package/macosx/Resources/fspanel/fs_exit_fullscreen_highlight.png \
124         extras/package/macosx/Resources/fspanel/fs_forward.png \
125         extras/package/macosx/Resources/fspanel/fs_forward_highlight.png \
126         extras/package/macosx/Resources/fspanel/fs_pause.png \
127         extras/package/macosx/Resources/fspanel/fs_pause_highlight.png \
128         extras/package/macosx/Resources/fspanel/fs_play.png \
129         extras/package/macosx/Resources/fspanel/fs_play_highlight.png \
130         extras/package/macosx/Resources/fspanel/fs_rewind.png \
131         extras/package/macosx/Resources/fspanel/fs_rewind_highlight.png \
132         extras/package/macosx/Resources/fspanel/fs_skip_next.png \
133         extras/package/macosx/Resources/fspanel/fs_skip_next_highlight.png \
134         extras/package/macosx/Resources/fspanel/fs_skip_previous.png \
135         extras/package/macosx/Resources/fspanel/fs_skip_previous_highlight.png \
136         extras/package/macosx/Resources/fspanel/fs_stop.png \
137         extras/package/macosx/Resources/fspanel/fs_stop_highlight.png \
138         extras/package/macosx/Resources/fspanel/fs_time_slider.png \
139         extras/package/macosx/Resources/fspanel/fs_time_slider_knob.png \
140         extras/package/macosx/Resources/fspanel/fs_time_slider_knob_highlight.png \
141         extras/package/macosx/Resources/fspanel/fs_volume_max.png \
142         extras/package/macosx/Resources/fspanel/fs_volume_max_highlight.png \
143         extras/package/macosx/Resources/fspanel/fs_volume_mute.png \
144         extras/package/macosx/Resources/fspanel/fs_volume_mute_highlight.png \
145         extras/package/macosx/Resources/fspanel/fs_volume_slider_bar.png \
146         extras/package/macosx/Resources/fspanel/fs_volume_slider_knob.png \
147         extras/package/macosx/Resources/fspanel/fs_volume_slider_knob_highlight.png \
148         extras/package/macosx/Resources/icons/aiff.icns \
149         extras/package/macosx/Resources/icons/audio.icns \
150         extras/package/macosx/Resources/icons/avi.icns \
151         extras/package/macosx/Resources/icons/flv.icns \
152         extras/package/macosx/Resources/icons/generic.icns \
153         extras/package/macosx/Resources/icons/m4a.icns \
154         extras/package/macosx/Resources/icons/m4v.icns \
155         extras/package/macosx/Resources/icons/mkv.icns \
156         extras/package/macosx/Resources/icons/mov.icns \
157         extras/package/macosx/Resources/icons/movie.icns \
158         extras/package/macosx/Resources/icons/mp3.icns \
159         extras/package/macosx/Resources/icons/mpeg.icns \
160         extras/package/macosx/Resources/icons/ogg.icns \
161         extras/package/macosx/Resources/icons/playlist.icns \
162         extras/package/macosx/Resources/icons/rm.icns \
163         extras/package/macosx/Resources/icons/subtitle.icns \
164         extras/package/macosx/Resources/icons/vlc.icns \
165         extras/package/macosx/Resources/icons/vob.icns \
166         extras/package/macosx/Resources/icons/wav.icns \
167         extras/package/macosx/Resources/icons/wma.icns \
168         extras/package/macosx/Resources/icons/wmv.icns \
169         extras/package/macosx/Resources/mainwindow/back-pressed.png \
170         extras/package/macosx/Resources/mainwindow/back.png \
171         extras/package/macosx/Resources/mainwindow/bottom-background.png \
172         extras/package/macosx/Resources/mainwindow/bottom-bar-mini.png \
173         extras/package/macosx/Resources/mainwindow/dropzone-background.png \
174         extras/package/macosx/Resources/mainwindow/dropzone.png \
175         extras/package/macosx/Resources/mainwindow/effects-double-buttons-blue.png \
176         extras/package/macosx/Resources/mainwindow/effects-double-buttons-pressed.png \
177         extras/package/macosx/Resources/mainwindow/effects-double-buttons.png \
178         extras/package/macosx/Resources/mainwindow/effects-one-button-blue.png \
179         extras/package/macosx/Resources/mainwindow/effects-one-button.png \
180         extras/package/macosx/Resources/mainwindow/forward-pressed.png \
181         extras/package/macosx/Resources/mainwindow/forward.png \
182         extras/package/macosx/Resources/mainwindow/fullscreen-double-buttons-pressed.png \
183         extras/package/macosx/Resources/mainwindow/fullscreen-double-buttons.png \
184         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-left.png \
185         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-middle.png \
186         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-right.png \
187         extras/package/macosx/Resources/mainwindow/mini-progressbar-knob.png \
188         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-left.png \
189         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-middle.png \
190         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-right.png \
191         extras/package/macosx/Resources/mainwindow/pause-pressed.png \
192         extras/package/macosx/Resources/mainwindow/pause.png \
193         extras/package/macosx/Resources/mainwindow/play-pressed.png \
194         extras/package/macosx/Resources/mainwindow/play.png \
195         extras/package/macosx/Resources/mainwindow/playlist-blue.png \
196         extras/package/macosx/Resources/mainwindow/playlist-pressed.png \
197         extras/package/macosx/Resources/mainwindow/playlist.png \
198         extras/package/macosx/Resources/mainwindow/progression-fill-left.png \
199         extras/package/macosx/Resources/mainwindow/progression-fill-middle.png \
200         extras/package/macosx/Resources/mainwindow/progression-fill-right.png \
201         extras/package/macosx/Resources/mainwindow/progression-knob.png \
202         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-left.png \
203         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-middle.png \
204         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-right.png \
205         extras/package/macosx/Resources/mainwindow/repeat-all-pressed.png \
206         extras/package/macosx/Resources/mainwindow/repeat-all.png \
207         extras/package/macosx/Resources/mainwindow/repeat-one-pressed.png \
208         extras/package/macosx/Resources/mainwindow/repeat-one.png \
209         extras/package/macosx/Resources/mainwindow/repeat-pressed.png \
210         extras/package/macosx/Resources/mainwindow/repeat.png \
211         extras/package/macosx/Resources/mainwindow/shuffle-blue-pressed.png \
212         extras/package/macosx/Resources/mainwindow/shuffle-on.png \
213         extras/package/macosx/Resources/mainwindow/shuffle-pressed.png \
214         extras/package/macosx/Resources/mainwindow/shuffle.png \
215         extras/package/macosx/Resources/mainwindow/stop-pressed.png \
216         extras/package/macosx/Resources/mainwindow/stop.png \
217         extras/package/macosx/Resources/mainwindow/volume-high.png \
218         extras/package/macosx/Resources/mainwindow/volume-low.png \
219         extras/package/macosx/Resources/mainwindow/volume-slider-knob.png \
220         extras/package/macosx/Resources/mainwindow/volume-slider-track.png \
221         extras/package/macosx/Resources/mainwindow_dark/back-pressed_dark.png \
222         extras/package/macosx/Resources/mainwindow_dark/back_dark.png \
223         extras/package/macosx/Resources/mainwindow_dark/bottom-background_dark.png \
224         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons-blue_dark.png \
225         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons-pressed_dark.png \
226         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons_dark.png \
227         extras/package/macosx/Resources/mainwindow_dark/effects-one-button-blue_dark.png \
228         extras/package/macosx/Resources/mainwindow_dark/effects-one-button_dark.png \
229         extras/package/macosx/Resources/mainwindow_dark/forward-pressed_dark.png \
230         extras/package/macosx/Resources/mainwindow_dark/forward_dark.png \
231         extras/package/macosx/Resources/mainwindow_dark/fullscreen-double-buttons-pressed_dark.png \
232         extras/package/macosx/Resources/mainwindow_dark/fullscreen-double-buttons_dark.png \
233         extras/package/macosx/Resources/mainwindow_dark/pause-pressed_dark.png \
234         extras/package/macosx/Resources/mainwindow_dark/pause_dark.png \
235         extras/package/macosx/Resources/mainwindow_dark/play-pressed_dark.png \
236         extras/package/macosx/Resources/mainwindow_dark/play_dark.png \
237         extras/package/macosx/Resources/mainwindow_dark/playlist-blue-pressed_dark.png \
238         extras/package/macosx/Resources/mainwindow_dark/playlist-blue_dark.png \
239         extras/package/macosx/Resources/mainwindow_dark/playlist-pressed_dark.png \
240         extras/package/macosx/Resources/mainwindow_dark/playlist_dark.png \
241         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-left_dark.png \
242         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-middle_dark.png \
243         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-right_dark.png \
244         extras/package/macosx/Resources/mainwindow_dark/progression-knob_dark.png \
245         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-left_dark.png \
246         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-middle_dark.png \
247         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-right_dark.png \
248         extras/package/macosx/Resources/mainwindow_dark/repeat-all-blue-pressed_dark.png \
249         extras/package/macosx/Resources/mainwindow_dark/repeat-all-blue_dark.png \
250         extras/package/macosx/Resources/mainwindow_dark/repeat-one-blue-pressed_dark.png \
251         extras/package/macosx/Resources/mainwindow_dark/repeat-one-blue_dark.png \
252         extras/package/macosx/Resources/mainwindow_dark/repeat-pressed_dark.png \
253         extras/package/macosx/Resources/mainwindow_dark/repeat_dark.png \
254         extras/package/macosx/Resources/mainwindow_dark/shuffle-blue-pressed_dark.png \
255         extras/package/macosx/Resources/mainwindow_dark/shuffle-blue_dark.png \
256         extras/package/macosx/Resources/mainwindow_dark/shuffle-pressed_dark.png \
257         extras/package/macosx/Resources/mainwindow_dark/shuffle_dark.png \
258         extras/package/macosx/Resources/mainwindow_dark/stop-pressed_dark.png \
259         extras/package/macosx/Resources/mainwindow_dark/stop_dark.png \
260         extras/package/macosx/Resources/mainwindow_dark/volume-high_dark.png \
261         extras/package/macosx/Resources/mainwindow_dark/volume-low_dark.png \
262         extras/package/macosx/Resources/mainwindow_dark/volume-slider-knob_dark.png \
263         extras/package/macosx/Resources/mainwindow_dark/volume-slider-track_dark.png \
264         extras/package/macosx/Resources/noart.png \
265         extras/package/macosx/Resources/pause_embedded.png \
266         extras/package/macosx/Resources/pause_embedded_graphite.png \
267         extras/package/macosx/Resources/play_embedded.png \
268         extras/package/macosx/Resources/play_embedded_graphite.png \
269         extras/package/macosx/Resources/prefs/spref_cone_Audio_64.png \
270         extras/package/macosx/Resources/prefs/spref_cone_Hotkeys_64.png \
271         extras/package/macosx/Resources/prefs/spref_cone_Input_64.png \
272         extras/package/macosx/Resources/prefs/spref_cone_Interface_64.png \
273         extras/package/macosx/Resources/prefs/spref_cone_Subtitles_64.png \
274         extras/package/macosx/Resources/prefs/spref_cone_Video_64.png \
275         extras/package/macosx/Resources/README \
276         extras/package/macosx/Resources/repeat_embedded.png \
277         extras/package/macosx/Resources/repeat_embedded_graphite.png \
278         extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
279         extras/package/macosx/Resources/shuffle_embedded.png \
280         extras/package/macosx/Resources/shuffle_embedded_graphite.png \
281         extras/package/macosx/Resources/sidebar-icons/document-music-playlist.png \
282         extras/package/macosx/Resources/sidebar-icons/film-cast.png \
283         extras/package/macosx/Resources/sidebar-icons/film.png \
284         extras/package/macosx/Resources/sidebar-icons/music-beam.png \
285         extras/package/macosx/Resources/sidebar-icons/network-cloud.png \
286         extras/package/macosx/Resources/sidebar-icons/picture.png \
287         extras/package/macosx/Resources/sidebar-icons/README \
288         extras/package/macosx/Resources/skip_forward_active_embedded.png \
289         extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
290         extras/package/macosx/Resources/skip_previous_active_embedded.png \
291         extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
292         extras/package/macosx/Resources/vlc.scriptSuite \
293         extras/package/macosx/Resources/vlc.scriptTerminology \
294         extras/package/macosx/fullscreen_panel.svg \
295         extras/package/macosx/ub.sh \
296         extras/package/macosx/vlc.xcodeproj/project.pbxproj \
297         extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
298         extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
299         extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
300         extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
301         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
302         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
303         extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
304         extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
305         extras/package/macosx/eyetvplugin/Info.plist \
306         extras/package/macosx/eyetvplugin/eyetvplugin.c \
307         extras/package/macosx/eyetvplugin/eyetvplugin.h \
308         extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
309         extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
310         extras/package/macosx/README.MacOSX.rtf \
311         extras/package/macosx/Info.plist.in
312
313
314 ###############################################################################
315 # Various utilities ( editor syntax files, D-Bus controller ... )
316 ##############################################################################
317 EXTRA_DIST += \
318         extras/analyser/zsh_completion.sh \
319         extras/analyser/zsh.cpp \
320         extras/analyser/emacs.init \
321         extras/analyser/vlc.vim \
322         extras/analyser/valgrind.suppressions \
323         extras/buildsystem/make.pl \
324         extras/misc/mpris.py \
325         extras/misc/mpris.xml
326
327 ###############################################################################
328 # Scripts for building dependencies.
329 ##############################################################################
330 EXTRA_DIST += \
331         contrib/bootstrap \
332         contrib/src/
333
334 ###############################################################################
335 # Building libvlc
336 ###############################################################################
337
338 CLEANFILES = $(BUILT_SOURCES_clean)
339 DISTCLEANFILES = $(BUILT_SOURCES_distclean) compile
340 MAINTAINERCLEANFILES = ChangeLog
341
342 # Shortcut for developers to rebuild the core (libvlc + vlc)
343 # Don't use it if you don't know what it is about.
344 # Don't complain if it doesn't work. -- Courmisch
345 libcompat:
346         cd compat && $(MAKE) $(AM_MAKEFLAGS)
347
348 libvlccore: libcompat
349         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la
350
351 libvlc: libvlccore
352         cd lib && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
353
354 core: libvlc vlc$(EXEEXT)
355         cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT)
356
357 doc:
358         cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
359
360 .PHONY: libvlc core doc
361
362 ###############################################################################
363 # Building aliases
364 ###############################################################################
365
366 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc mvlc
367 bin_SCRIPTS = $(ALIASES)
368 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
369 EXTRA_SCRIPTS = $(ALL_ALIASES)
370
371 dist_noinst_SCRIPTS += make-alias
372
373 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
374
375 cvlc: make-alias Makefile
376         $(AM_V_GEN)$(MKALIAS) dummy
377
378 rvlc: make-alias Makefile
379         $(AM_V_GEN)$(MKALIAS) rc
380
381 svlc: make-alias Makefile
382         $(AM_V_GEN)$(MKALIAS) skins2
383
384 qvlc: make-alias Makefile
385         $(AM_V_GEN)$(MKALIAS) qt4
386
387 nvlc: make-alias Makefile
388         $(AM_V_GEN)$(MKALIAS) ncurses
389
390 mvlc: make-alias Makefile
391         $(AM_V_GEN)$(MKALIAS) maemo
392
393 if BUILD_VLC
394 noinst_SCRIPTS = vlc$(EXEEXT)
395 endif
396
397 vlc$(EXEEXT):
398         $(AM_V_GEN)$(LN_S) -f bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
399
400 if HAVE_DARWIN
401 if BUILD_MACOSX_VLC_APP
402 # Create the MacOS X app
403 noinst_DATA = VLC.app
404 endif
405 endif
406
407 ###############################################################################
408 # Installing plugins cache
409 ###############################################################################
410 install-exec-hook:
411         if test "$(build)" = "$(host)"; then \
412                 LD_LIBRARY_PATH="$(DESTDIR)$(libdir):$$LD_LIBRARY_PATH" \
413                 "$(DESTDIR)$(vlclibdir)/vlc-cache-gen$(EXEEXT)" \
414                          "$(DESTDIR)$(vlclibdir)/plugins" ; \
415         else \
416                 echo "Cross-compilation: cache generation skipped!" ; \
417         fi
418
419 silentstd = $(silentstd_$(V))
420 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
421 silentstd_0 = 2>&1 >/dev/null
422
423 # VLC-release.app for packaging and giving it to your friends
424 # use package-macosx to get a nice dmg
425 VLC-release.app: vlc
426         ( cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd) )
427         rm -Rf "$(top_builddir)/tmp"
428         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
429         rm -Rf $(top_builddir)/VLC-release.app
430         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
431           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
432         done
433         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
434         cat $(top_builddir)/extras/package/macosx/Info.plist | \
435         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
436         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
437         for i in AUTHORS COPYING THANKS; do \
438           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
439         done
440         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
441         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
442         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
443         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
444         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
445         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
446         mkdir -p $(top_builddir)/tmp/modules/audio_output
447         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
448         for i in \
449             AppleRemote.h \
450             AppleRemote.m \
451             about.h \
452             about.m \
453             applescript.h \
454             applescript.m \
455             controls.h \
456             controls.m \
457             intf.h \
458             intf.m \
459             macosx.m \
460             misc.h \
461             misc.m \
462             open.h \
463             open.m \
464             output.h \
465             output.m \
466             playlist.h \
467             playlist.m \
468             playlistinfo.h \
469             playlistinfo.m \
470             prefs_widgets.h \
471             prefs_widgets.m \
472             prefs.h \
473             prefs.m \
474             simple_prefs.h \
475             simple_prefs.m \
476             vout.h \
477             voutgl.m \
478             wizard.h \
479             wizard.m \
480             bookmarks.h \
481             bookmarks.m \
482             coredialogs.h \
483             coredialogs.m \
484             embeddedwindow.h \
485             embeddedwindow.m \
486             fspanel.h \
487             fspanel.m \
488             vout.m; do \
489           cp "$(srcdir)/modules/gui/macosx/$$i" \
490              $(top_builddir)/tmp/modules/gui/macosx; \
491         done
492         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
493         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
494         cd ../../../../ && \
495         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
496         rm -Rf $(top_builddir)/tmp
497         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
498         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
499         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
500         for i in $(srcdir)/share/lua/*.* ; do \
501           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
502         done ; \
503         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
504         for i in $(srcdir)/share/lua/playlist/*.* ; do \
505           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
506         done ; \
507         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
508         for i in $(srcdir)/share/lua/meta/*.* ; do \
509           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
510         done ; \
511         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
512         for i in $(srcdir)/share/lua/intf/*.* ; do \
513           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
514         done ; \
515         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
516         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
517           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
518         done ; \
519         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
520         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
521         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
522         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
523         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
524         for i in $(srcdir)/share/lua/http/*.* ; do \
525           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
526         done
527         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
528           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
529         done
530         for i in $(srcdir)/share/lua/http/js/*.* ; do \
531           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
532         done
533         for i in $(srcdir)/share/lua/http/images/*.* ; do \
534           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
535         done
536         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
537           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
538         done
539         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/README.txt $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/README.txt
540         $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $(top_builddir)/VLC-release.app/Contents/MacOS/share/vlc512x512.png
541         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
542         cat $(top_srcdir)/po/LINGUAS | while read i; do \
543           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
544           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
545           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
546           $(LN_S) -f ../English.lproj/InfoPlist.strings \
547               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
548           $(LN_S) -f ../English.lproj/MainMenu.xib \
549               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
550         done
551         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
552         rm -Rf $(top_builddir)/VLC-release.app/Contents/Frameworks/BGHUDAppKit.framework/Resources/
553         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
554         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
555
556 # This is just for development purposes. 
557 # The resulting VLC.app will only run in this tree.
558 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
559         $(AM_V_GEN)(cd src && make install $(silentstd))
560         rm -Rf $(top_builddir)/tmp
561         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
562         rm -Rf $(top_builddir)/VLC.app
563         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
564           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
565         done
566         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
567         cat $(top_builddir)/extras/package/macosx/Info.plist | \
568         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
569         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
570         for i in AUTHORS COPYING THANKS; do \
571           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
572         done
573         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
574         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
575         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
576         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
577         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
578         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
579         mkdir -p $(top_builddir)/tmp/modules/audio_output
580         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
581         for i in \
582             AppleRemote.h \
583             AppleRemote.m \
584             about.h \
585             about.m \
586             applescript.h \
587             applescript.m \
588             controls.h \
589             controls.m \
590             intf.h \
591             intf.m \
592             macosx.m \
593             misc.h \
594             misc.m \
595             open.h \
596             open.m \
597             output.h \
598             output.m \
599             playlist.h \
600             playlist.m \
601             playlistinfo.h \
602             playlistinfo.m \
603             prefs_widgets.h \
604             prefs_widgets.m \
605             prefs.h \
606             prefs.m \
607             simple_prefs.h \
608             simple_prefs.m \
609             vout.h \
610             voutgl.m \
611             wizard.h \
612             wizard.m \
613             bookmarks.h \
614             bookmarks.m \
615             coredialogs.h \
616             coredialogs.m \
617             embeddedwindow.h \
618             embeddedwindow.m \
619             fspanel.h \
620             fspanel.m \
621             vout.m; do \
622           cp "$(srcdir)/modules/gui/macosx/$$i" \
623              $(top_builddir)/tmp/modules/gui/macosx; \
624         done
625         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
626         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
627         cd ../../../../ && \
628         cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
629         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
630         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
631         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
632         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
633         $(LN_S) -f ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
634         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
635         for i in `ls $(srcdir)/share`; do \
636            $(LN_S) -f `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
637         done
638         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
639         cat $(top_srcdir)/po/LINGUAS | while read i; do \
640           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
641           $(LN_S) -f `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
642           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
643           $(LN_S) -f ../English.lproj/InfoPlist.strings \
644               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
645           $(LN_S) -f ../English.lproj/MainMenu.xib \
646               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
647         done
648         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
649
650 ###############################################################################
651 # Building architecture-specific binary packages
652 ###############################################################################
653
654 # XXX: this rule is probably only useful to you if you have exactly
655 # the same setup as the maintaner(s).
656 #
657
658 ############################################################################
659 ## Win                                                                    ##
660 ############################################################################
661 destdir=$(prefix)
662 win32_destdir=$(top_builddir)/vlc-$(VERSION)
663 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
664 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
665
666 if HAVE_WIN64
667 build-npapi:
668         touch $@
669
670 build-activex:
671         touch $@
672 else
673 if HAVE_WINCE
674 build-npapi:
675         touch $@
676
677 build-activex:
678         touch $@
679 else
680 if HAVE_WIN32
681 include extras/package/npapi.am
682 include extras/package/activex.am
683 endif
684 endif
685 endif
686
687 #Win-common is for win32 and wince
688 package-win-common: install build-npapi build-activex
689 # Check that tmp isn't in the way
690         @if test -e "$(win32_destdir)"; then \
691             echo "Error: please remove $(win32_destdir), it is in the way"; \
692             false; \
693         elif test -e "$(win32_debugdir)"; then \
694             echo "Error: please remove $(win32_debugdir), it is in the way"; \
695             false; \
696         else \
697             echo "Debug dir OK."; mkdir -p "$(win32_debugdir)"; \
698             echo "Dest dir OK."; mkdir -p "$(win32_destdir)"; \
699         fi
700
701 # Executables, major libs+manifests
702         find $(destdir) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;
703         for file in $(top_srcdir)/extras/package/win32/vlc$(EXEEXT).manifest \
704                 $(top_srcdir)/extras/package/win32/libvlc$(LIBEXT).manifest; \
705             do cp $$file "$(win32_destdir)/" ; done;
706
707 # Text files and clean them
708         for file in AUTHORS THANKS ; \
709           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
710         for file in NEWS COPYING README; \
711           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
712
713 # Necessary icon
714         cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
715
716 # Locales
717         -cp -r $(destdir)/share/locale $(win32_destdir)
718
719 # Plugins
720         cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
721
722 if BUILD_LUA
723         mkdir -p $(win32_destdir)/lua
724         cp -r $(destdir)/lib/vlc/lua/* $(win32_destdir)/lua
725         cp -r $(destdir)/share/vlc/lua/* $(win32_destdir)/lua
726 endif
727
728 if BUILD_SKINS
729         cp -r $(destdir)/share/vlc/skins2 $(win32_destdir)/skins
730 endif
731 if BUILD_OSDMENU
732         cp -r $(destdir)/share/vlc/osdmenu "$(win32_destdir)/osdmenu"
733         for file in $(win32_destdir)/osdmenu/*.cfg; do \
734                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
735                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
736                 rm -f -- "$$file.tmp"; \
737         done
738 endif
739 if !HAVE_WIN64
740 if !HAVE_WINCE
741         cp "$(top_builddir)/activex-vlc/src/axvlc.dll.manifest" "$(win32_destdir)/"
742         cp "$(top_builddir)/activex-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
743         cp "$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest" "$(win32_destdir)/"
744         cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
745 endif
746 endif
747
748 # SDK
749         mkdir -p "$(win32_destdir)/sdk/lib"
750         cp -r $(destdir)/include "$(win32_destdir)/sdk"
751         cp -r $(destdir)/lib/pkgconfig "$(win32_destdir)/sdk/lib"
752         for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
753         cp -rv $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; done
754 if !HAVE_WIN64
755 if !HAVE_WINCE
756         mkdir -p "$(win32_destdir)/sdk/activex"
757         cp $(top_builddir)/activex-vlc/README $(win32_destdir)/sdk/activex/README.TXT
758         cp $(top_builddir)/activex-vlc/src/test.html $(win32_destdir)/sdk/activex/
759 endif
760 endif
761
762         find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) {} \;
763
764 #Enable DEP and ASLR for all the binaries
765 if USE_PEFLAGS
766         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print \) -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
767 endif
768         find $(win32_destdir)/plugins/ -type f \( -name '*.a' -or -name '*.la' \) -exec rm -rvf {} \;
769
770 package-win-base: package-win-common
771         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
772         do if test -n "$$i" ; then \
773             $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
774             $(OBJCOPY) --strip-all "$$i" ; \
775             $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
776             mv "$$i.dbg" "$(win32_debugdir)"; \
777           fi ; \
778         done
779
780 package-win32-webplugin-common: package-win-base
781         mkdir -p "$(win32_xpi_destdir)/plugins"
782         find $(destdir) -maxdepth 4 -name "*$(LIBEXT)" -exec cp {} "$(win32_xpi_destdir)/" \;
783 if !HAVE_WIN64
784         cp $(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins"
785 endif
786         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins"
787         cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins"
788         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
789         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
790
791 package-win32-xpi: package-win32-webplugin-common
792 if !HAVE_WIN64
793         cp $(top_builddir)/npapi-vlc/npapi/install.rdf "$(win32_xpi_destdir)"
794         cd $(win32_xpi_destdir) && zip -r "../vlc-$(VERSION).xpi" install.rdf plugins
795 endif
796
797 package-win32-crx: package-win32-webplugin-common
798 if !HAVE_WIN64
799         cp $(top_builddir)/npapi-vlc/npapi/manifest.json "$(win32_xpi_destdir)"
800         crxmake --pack-extension "$(win32_xpi_destdir)" \
801                 --extension-output "$(win32_destdir)/vlc-$(VERSION).crx" --ignore-file install.rdf
802 endif
803
804 package-win32-base-exe: package-win-base
805 # Script installer
806         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
807         cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
808         mkdir "$(win32_destdir)/languages"
809         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
810 # Copy the UAC NSIS plugin
811         mkdir -p "$(win32_destdir)/NSIS"
812         cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
813         cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
814
815 # Create package
816         if makensis -VERSION >/dev/null 2>&1; then \
817             MAKENSIS="makensis"; \
818         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
819             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
820         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
821             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
822         elif wine --version >/dev/null 2>&1; then \
823             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
824         else \
825             echo 'Error: cannot locate makensis tool'; exit 1; \
826         fi; \
827         eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
828         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
829
830 package-win32-base-zip: package-win-base
831 # Create package
832         rm -f -- vlc-$(VERSION)-win32.zip
833         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
834
835 package-win32-base-debug-zip: package-win-common
836 # Create package
837         rm -f -- vlc-$(VERSION)-win32-debug.zip
838         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
839
840 package-win32-base-7zip: package-win-base
841 # Create package
842         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
843
844 package-win32-base-debug-7zip: package-win-common
845 # Create package
846         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
847
848 package-win32-cleanup:
849         rm -Rf $(win32_destdir) $(win32_debugdir)
850
851 package-win32-exe: package-win-base package-win32-base-exe package-win32-cleanup
852
853 package-win32-zip: package-win32-base-zip package-win32-cleanup
854
855 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
856
857 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
858
859 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
860
861 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe package-win32-xpi
862
863 package-win32: package-win32-no-clean package-win32-cleanup
864
865 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
866
867
868 #######
869 # WinCE
870 #######
871 package-wince-base: package-win-base
872
873 package-wince-base-zip: package-wince-base
874 # Create package
875         rm -f -- vlc-$(VERSION)-wince.zip
876         zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
877
878 package-wince: package-wince-base-zip package-win32-cleanup
879
880
881 #########################################################################
882 ## MacOS X                                                             ##
883 #########################################################################
884 package-macosx: VLC-release.app ChangeLog
885 # Check that the temporary location isn't in the way
886         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
887           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
888         fi
889
890         echo "Create package directory: vlc-$(VERSION)/";
891         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
892
893 # Copy relevant files 
894         @if test -e "$(top_builddir)/VLC-release.app/"; then \
895           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
896         else \
897           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
898         fi
899         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
900           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
901           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
902           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
903           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
904           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
905         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
906
907 # Place a link to the application folder
908         $(LN_S) /Applications $(top_builddir)/vlc-$(VERSION)/Applications
909
910 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
911         echo "Creating disk image"
912         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
913         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
914           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
915         echo "Disk image creation completed:"
916         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
917
918 # Create disk image 
919 #       echo "Creating disk image"
920 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
921 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
922 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
923 #         -scrub -imagekey zlib-level=9 -attach
924
925 # Make sure the root window of the dmg will pop up when the dmg is mounted.
926 # Note: We dont mount in /Volumes to be sure we won't collide with an other
927 # finder mounted dmg with the same name.
928 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
929 #       mkdir -p $(top_builddir)/vlcmnt
930 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
931 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
932 #       sleep 1 # Make sure operation completes
933 #       cd "$(srcdir)"
934
935 # Unmount the image now
936 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
937 #       rm -R $(top_builddir)/vlcmnt
938
939 # Make sure the image is not writable
940 # Note: We can't directly create a read only dmg as we do the bless stuff
941         echo "Make the disk image read-only"
942         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
943         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
944         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
945
946 # We are done
947         echo "Disk image creation completed:"
948         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
949
950 # Clean up
951         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
952
953 package-macosx-zip: VLC-release.app
954         rm -Rf $(top_builddir)/vlc-$(VERSION)
955         mkdir -p $(top_builddir)/vlc-$(VERSION)
956         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
957         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
958         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
959           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
960         done
961         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
962              $(top_builddir)/vlc-$(VERSION)/Goodies
963         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
964            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
965         zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
966         rm -Rf $(top_builddir)/vlc-$(VERSION)
967
968 package-macosx-framework-zip:
969         rm -Rf $(top_builddir)/vlckit-$(VERSION)
970         mkdir -p $(top_builddir)/vlckit-$(VERSION)
971         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
972           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
973         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
974         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
975           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
976         done
977         zip -r -y -9 $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
978         rm -Rf $(top_builddir)/vlc-$(VERSION)
979
980 package-translations:
981         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
982           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
983           false; \
984         else \
985           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
986         fi
987 # Copy translations
988         cat $(top_srcdir)/po/LINGUAS | while read i; do \
989           cp "$(srcdir)/po/$${i}.po" \
990             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
991             || true ; \
992         done
993         cp "$(srcdir)/doc/translations.txt" \
994           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
995
996         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
997         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
998         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
999         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1000         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1001         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1002         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1003         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1004
1005         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1006           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1007
1008 ###############################################################################
1009 # PO translation files update
1010 ###############################################################################
1011 .PHONY: update-po
1012
1013 update-po:
1014         cd po && $(MAKE) POTFILES vlc.pot update-po
1015
1016
1017 ###############################################################################
1018 # Enforce Mac OS X deployment target environment variable
1019 ###############################################################################
1020 macosx-sdk: Makefile.in $(HEADERS_include)
1021         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)