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