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