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