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