]> git.sesse.net Git - vlc/blob - Makefile.am
INSTALL.wince is gone.
[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 dist-hook:
331         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
332
333 ###############################################################################
334 # Building libvlc
335 ###############################################################################
336
337 noinst_SCRIPTS = vlc-config
338 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
339         $(SHELL) ./config.status --file=$@
340         chmod 0755 $@
341         touch $@
342
343 vlc-config.in: vlc-config.in.in
344         ./config.status --recheck
345         touch $@
346
347 CLEANFILES = $(BUILT_SOURCES_clean)
348 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
349 MAINTAINERCLEANFILES = ChangeLog
350
351 # Shortcut for developers to rebuild the core (libvlc + vlc)
352 # Don't use it if you don't know what it is about.
353 # Don't complain if it doesn't work. -- Courmisch
354 libcompat:
355         cd compat && $(MAKE) $(AM_MAKEFLAGS)
356
357 libvlc: libcompat
358         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
359
360 core: libvlc vlc
361         cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT)
362
363 doc:
364         cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
365
366 .PHONY: libvlc core doc
367
368 if HAVE_BEOS
369 noinst_DATA = vlc-bundle
370 vlc-bundle: vlc
371         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
372         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
373         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
374         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
375           if test -n "$$i" ; then \
376             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
377             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
378           fi ; \
379         done
380         if test -d $(CONTRIB_DIR)/vlc-lib ; then \
381           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
382           for i in $(CONTRIB_DIR)/vlc-lib/*.so ; do \
383             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
384           done ; \
385         fi
386         cat $(top_srcdir)/po/LINGUAS | while read i; do \
387           mkdir -p "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES" ; \
388           cp "$(top_builddir)/po/$$i.gmo" \
389             "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
390         done
391         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
392 endif
393
394 ###############################################################################
395 # Building aliases
396 ###############################################################################
397
398 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc mvlc
399 bin_SCRIPTS = $(ALIASES)
400 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
401 EXTRA_SCRIPTS = $(ALL_ALIASES)
402
403 dist_noinst_SCRIPTS += make-alias
404
405 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
406
407 cvlc: make-alias Makefile
408         $(AM_V_GEN)$(MKALIAS) dummy
409
410 rvlc: make-alias Makefile
411         $(AM_V_GEN)$(MKALIAS) rc
412
413 svlc: make-alias Makefile
414         $(AM_V_GEN)$(MKALIAS) skins2
415
416 qvlc: make-alias Makefile
417         $(AM_V_GEN)$(MKALIAS) qt4
418
419 nvlc: make-alias Makefile
420         $(AM_V_GEN)$(MKALIAS) ncurses
421
422 mvlc: make-alias Makefile
423         $(AM_V_GEN)$(MKALIAS) maemo
424
425 if BUILD_VLC
426 noinst_SCRIPTS += vlc$(EXEEXT)
427 endif
428
429 vlc$(EXEEXT):
430         $(AM_V_GEN)ln -sf bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
431
432 if HAVE_DARWIN
433 if BUILD_MACOSX_VLC_APP
434 # Create the MacOS X app
435 noinst_DATA = VLC.app
436 endif
437 endif
438
439 silentstd = $(silentstd_$(V))
440 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
441 silentstd_0 = 2>&1 >/dev/null
442
443 # VLC-release.app for packaging and giving it to your friends
444 # use package-macosx to get a nice dmg
445 VLC-release.app: vlc
446         ( cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd) )
447         rm -Rf "$(top_builddir)/tmp"
448         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
449         rm -Rf $(top_builddir)/VLC-release.app
450         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
451           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
452         done
453         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
454         cat $(top_builddir)/extras/package/macosx/Info.plist | \
455         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
456         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
457         for i in AUTHORS COPYING THANKS; do \
458           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
459         done
460         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
461         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
462         mkdir -p $(top_builddir)/tmp/modules/audio_output
463         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
464         for i in \
465             AppleRemote.h \
466             AppleRemote.m \
467             about.h \
468             about.m \
469             applescript.h \
470             applescript.m \
471             controls.h \
472             controls.m \
473             equalizer.h \
474             equalizer.m \
475             intf.h \
476             intf.m \
477             macosx.m \
478             misc.h \
479             misc.m \
480             open.h \
481             open.m \
482             output.h \
483             output.m \
484             playlist.h \
485             playlist.m \
486             playlistinfo.h \
487             playlistinfo.m \
488             prefs_widgets.h \
489             prefs_widgets.m \
490             prefs.h \
491             prefs.m \
492             simple_prefs.h \
493             simple_prefs.m \
494             vout.h \
495             voutgl.m \
496             wizard.h \
497             wizard.m \
498             extended.h \
499             extended.m \
500             bookmarks.h \
501             bookmarks.m \
502             coredialogs.h \
503             coredialogs.m \
504             embeddedwindow.h \
505             embeddedwindow.m \
506             fspanel.h \
507             fspanel.m \
508             vout.m; do \
509           cp "$(srcdir)/modules/gui/macosx/$$i" \
510              $(top_builddir)/tmp/modules/gui/macosx; \
511         done
512         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
513         xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
514         cd ../../../../ && \
515         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
516         rm -Rf $(top_builddir)/tmp
517         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
518         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
519         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
520         for i in $(srcdir)/share/lua/*.* ; do \
521           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
522         done ; \
523         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
524         for i in $(srcdir)/share/lua/playlist/*.* ; do \
525           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
526         done ; \
527         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
528         for i in $(srcdir)/share/lua/meta/*.* ; do \
529           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
530         done ; \
531         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
532         for i in $(srcdir)/share/lua/intf/*.* ; do \
533           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
534         done ; \
535         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
536         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
537           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
538         done ; \
539         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
540         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
541         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
542         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
543         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
544         for i in $(srcdir)/share/lua/http/*.* ; do \
545           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
546         done
547         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
548           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
549         done
550         for i in $(srcdir)/share/lua/http/js/*.* ; do \
551           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
552         done
553         for i in $(srcdir)/share/lua/http/images/*.* ; do \
554           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
555         done
556         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
557           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
558         done
559         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/README.txt $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/README.txt
560         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
561         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
562         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
563         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
564         $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
565         for i in $(srcdir)/share/http/*.* ; do \
566           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
567         done
568         for i in $(srcdir)/share/http/dialogs/* ; do \
569           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
570         done
571         for i in $(srcdir)/share/http/js/*.* ; do \
572           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
573         done
574         for i in $(srcdir)/share/http/images/*.* ; do \
575           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
576         done
577         for i in $(srcdir)/share/http/requests/*.* ; do \
578           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
579         done
580         $(INSTALL) -m 644 $(srcdir)/share/http/requests/README.txt $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/README.txt
581         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
582         cat $(top_srcdir)/po/LINGUAS | while read i; do \
583           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
584           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
585           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
586           ln -sf ../English.lproj/InfoPlist.strings \
587               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
588           ln -sf ../English.lproj/MainMenu.nib \
589               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
590         done
591         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
592         find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
593         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
594         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
595
596 # This is just for development purposes. 
597 # The resulting VLC.app will only run in this tree.
598 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
599         $(AM_V_GEN)(cd src && make install $(silentstd))
600         rm -Rf $(top_builddir)/tmp
601         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
602         rm -Rf $(top_builddir)/VLC.app
603         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
604           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
605         done
606         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
607         cat $(top_builddir)/extras/package/macosx/Info.plist | \
608         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
609         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
610         for i in AUTHORS COPYING THANKS; do \
611           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
612         done
613         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
614         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
615         mkdir -p $(top_builddir)/tmp/modules/audio_output
616         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
617         for i in \
618             AppleRemote.h \
619             AppleRemote.m \
620             about.h \
621             about.m \
622             applescript.h \
623             applescript.m \
624             controls.h \
625             controls.m \
626             equalizer.h \
627             equalizer.m \
628             intf.h \
629             intf.m \
630             macosx.m \
631             misc.h \
632             misc.m \
633             open.h \
634             open.m \
635             output.h \
636             output.m \
637             playlist.h \
638             playlist.m \
639             playlistinfo.h \
640             playlistinfo.m \
641             prefs_widgets.h \
642             prefs_widgets.m \
643             prefs.h \
644             prefs.m \
645             simple_prefs.h \
646             simple_prefs.m \
647             vout.h \
648             voutgl.m \
649             wizard.h \
650             wizard.m \
651             extended.h \
652             extended.m \
653             bookmarks.h \
654             bookmarks.m \
655             coredialogs.h \
656             coredialogs.m \
657             embeddedwindow.h \
658             embeddedwindow.m \
659             fspanel.h \
660             fspanel.m \
661             vout.m; do \
662           cp "$(srcdir)/modules/gui/macosx/$$i" \
663              $(top_builddir)/tmp/modules/gui/macosx; \
664         done
665         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
666         xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
667         cd ../../../../ && \
668         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
669         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
670         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
671         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
672         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
673         ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
674         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
675         for i in `ls $(srcdir)/share`; do \
676            ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
677         done
678         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
679         cat $(top_srcdir)/po/LINGUAS | while read i; do \
680           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
681           ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
682           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
683           ln -sf ../English.lproj/InfoPlist.strings \
684               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
685           ln -sf ../English.lproj/MainMenu.nib \
686               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
687         done
688         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
689
690 ###############################################################################
691 # Building architecture-specific binary packages
692 ###############################################################################
693
694 # XXX: this rule is probably only useful to you if you have exactly
695 # the same setup as the maintaner(s).
696 #
697
698 ############################################################################
699 ## Win                                                                    ##
700 ############################################################################
701 destdir=$(prefix)
702 win32_destdir=$(top_builddir)/vlc-$(VERSION)
703 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
704 win32_lua_destdir=$(win32_destdir)/lua
705 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
706
707 #Win-common is for win32 and wince
708 package-win-common: install
709 # Check that tmp isn't in the way
710         @if test -e "$(win32_destdir)"; then \
711             echo "Error: please remove $(win32_destdir), it is in the way"; \
712             false; \
713         elif test -e "$(win32_debugdir)"; then \
714             echo "Error: please remove $(win32_debugdir), it is in the way"; \
715             false; \
716         else \
717             echo "Debug dir OK."; mkdir -p "$(win32_debugdir)"; \
718             echo "Dest dir OK."; mkdir -p "$(win32_destdir)"; \
719         fi
720
721 # Executables, major libs+manifests
722         find $(destdir) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;
723         for file in $(top_srcdir)/extras/package/win32/vlc$(EXEEXT).manifest \
724                 $(top_srcdir)/extras/package/win32/libvlc$(LIBEXT).manifest; \
725             do cp $$file "$(win32_destdir)/" ; done;
726
727 # Text files and clean them
728         for file in AUTHORS THANKS ; \
729           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
730         for file in NEWS COPYING README; \
731           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
732
733 # Necessary icon
734         cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
735
736 # Locales
737         -cp -r $(destdir)/share/locale $(win32_destdir)
738
739 # Plugins
740         cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
741
742 if BUILD_LUA
743 # Copy the lua scripts (HTTP)
744         mkdir -p $(win32_lua_destdir)
745         cp -r $(destdir)/share/vlc/lua/http "$(win32_lua_destdir)/http"
746
747 # Lua Scripts - cannot be simplified yet, because make install doesn't install READMEs
748         $(INSTALL) -d $(win32_lua_destdir)
749         for i in $(srcdir)/share/lua/*.* ; do \
750           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/`basename $${i}` ; \
751         done
752         $(INSTALL) -d $(win32_lua_destdir)/modules
753         for i in $(srcdir)/share/lua/modules/*.* ; do \
754           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/modules/`basename $${i}` ; \
755         done
756         $(INSTALL) -d $(win32_lua_destdir)/extensions
757         for i in $(srcdir)/share/lua/extensions/*.* ; do \
758           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/extensions/`basename $${i}` ; \
759         done
760         $(INSTALL) -d $(win32_lua_destdir)/intf
761         for i in $(srcdir)/share/lua/intf/*.* ; do \
762           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/`basename $${i}` ; \
763         done
764         $(INSTALL) -d $(win32_lua_destdir)/intf/modules
765         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
766           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/modules/`basename $${i}` ; \
767         done
768         $(INSTALL) -d $(win32_lua_destdir)/meta/art
769         for i in $(srcdir)/share/lua/meta/art/*.* ; do \
770           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/art/`basename $${i}` ; \
771         done
772         $(INSTALL) -d $(win32_lua_destdir)/meta/fetcher
773         for i in $(srcdir)/share/lua/meta/fetcher/*.* ; do \
774           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/fetcher/`basename $${i}` ; \
775         done
776         $(INSTALL) -d $(win32_lua_destdir)/meta/reader
777         for i in $(srcdir)/share/lua/meta/reader/*.* ; do \
778           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/reader/`basename $${i}` ; \
779         done
780         $(INSTALL) -d $(win32_lua_destdir)/playlist
781         for i in $(srcdir)/share/lua/playlist/*.* ; do \
782           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/playlist/`basename $${i}` ; \
783         done
784         $(INSTALL) -d $(win32_lua_destdir)/sd
785         for i in $(srcdir)/share/lua/sd/*.* ; do \
786           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/sd/`basename $${i}` ; \
787         done
788 endif
789
790 if BUILD_HTTPD
791         cp -r $(destdir)/share/vlc/http $(win32_destdir)
792 endif
793 if BUILD_SKINS
794         cp -r $(destdir)/share/vlc/skins2 $(win32_destdir)/skins
795 endif
796 if BUILD_OSDMENU
797         cp -r $(destdir)/share/vlc/osdmenu "$(win32_destdir)/osdmenu"
798         for file in $(win32_destdir)/osdmenu/*.cfg; do \
799                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
800                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
801                 rm -f -- "$$file.tmp"; \
802         done
803 endif
804 if BUILD_MOZILLA
805         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)
806 endif
807 if BUILD_ACTIVEX
808         cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)
809 endif
810
811 # SDK
812         mkdir -p "$(win32_destdir)/sdk/lib"
813         cp -r $(destdir)/include "$(win32_destdir)/sdk"
814         cp -r $(destdir)/lib/pkgconfig "$(win32_destdir)/sdk/lib"
815         for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
816         cp -r $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; done
817 if BUILD_ACTIVEX
818         mkdir -p "$(win32_destdir)/sdk/activex"
819         cp $(srcdir)/projects/activex/README.TXT $(win32_destdir)/sdk/activex/
820         cp $(srcdir)/projects/activex/test.html $(win32_destdir)/sdk/activex/
821 endif
822
823         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) {} \;
824
825 #Enable DEP and ASLR for all the binaries
826 if USE_PEFLAGS
827         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print \) -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
828 endif
829
830 # Strip DLLs
831 package-win-base: package-win-common
832         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
833         do if test -n "$$i" ; then \
834             $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
835             $(OBJCOPY) --strip-all "$$i" ; \
836             $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
837             mv "$$i.dbg" "$(win32_debugdir)"; \
838           fi ; \
839         done
840
841 package-win32-webplugin-common: package-win-base
842         mkdir -p "$(win32_xpi_destdir)/plugins"
843         find $(destdir) -maxdepth 4 -name "*$(LIBEXT)" -exec cp {} "$(win32_xpi_destdir)/" \;
844         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins"
845         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins"
846         cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins"
847         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
848         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
849
850 package-win32-xpi: package-win32-webplugin-common
851         cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
852         cd $(win32_xpi_destdir) && zip -r "../vlc-$(VERSION).xpi" install.rdf plugins
853
854 package-win32-crx: package-win32-webplugin-common
855         cp $(top_builddir)/projects/mozilla/manifest.json "$(win32_xpi_destdir)"
856         crxmake --pack-extension "$(win32_xpi_destdir)" \
857                 --extension-output "$(win32_destdir)/vlc-$(VERSION).crx" --ignore-file install.rdf
858
859 package-win32-base-exe: package-win-base
860 # Script installer
861         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
862         cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
863         mkdir "$(win32_destdir)/languages"
864         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
865 # Copy the UAC NSIS plugin
866         mkdir -p "$(win32_destdir)/NSIS"
867         cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
868         cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
869
870 # Create package
871         if makensis -VERSION >/dev/null 2>&1; then \
872             MAKENSIS="makensis"; \
873         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
874             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
875         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
876             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
877         elif wine --version >/dev/null 2>&1; then \
878             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
879         else \
880             echo 'Error: cannot locate makensis tool'; exit 1; \
881         fi; \
882         eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
883         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
884
885 package-win32-base-zip: package-win-base
886 # Create package
887         rm -f -- vlc-$(VERSION)-win32.zip
888         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
889
890 package-win32-base-debug-zip: package-win-common
891 # Create package
892         rm -f -- vlc-$(VERSION)-win32-debug.zip
893         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
894
895 package-win32-base-7zip: package-win-base
896 # Create package
897         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
898
899 package-win32-base-debug-7zip: package-win-common
900 # Create package
901         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
902
903 package-win32-cleanup:
904         rm -Rf $(win32_destdir) $(win32_debugdir)
905
906 package-win32-exe: package-win-base package-win32-base-exe package-win32-cleanup
907
908 package-win32-zip: package-win32-base-zip package-win32-cleanup
909
910 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
911
912 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
913
914 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
915
916 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe package-win32-xpi
917
918 package-win32: package-win32-no-clean package-win32-cleanup
919
920 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
921
922
923 #######
924 # WinCE
925 #######
926 package-wince-base: package-win-base
927
928 package-wince-base-zip: package-wince-base
929 # Create package
930         rm -f -- vlc-$(VERSION)-wince.zip
931         zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
932
933 package-wince: package-wince-base-zip package-win32-cleanup
934
935
936 #########################################################################
937 ## MacOS X                                                             ##
938 #########################################################################
939 package-macosx: VLC-release.app ChangeLog
940 # Check that the temporary location isn't in the way
941         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
942           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
943         fi
944
945         echo "Create package directory: vlc-$(VERSION)/";
946         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
947
948 # Copy relevant files 
949         @if test -e "$(top_builddir)/VLC-release.app/"; then \
950           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
951         else \
952           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
953         fi
954         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
955           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
956           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
957           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
958           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
959           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
960         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
961
962 # Place a link to the application folder
963         ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
964
965 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
966         echo "Creating disk image"
967         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
968         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
969           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
970         echo "Disk image creation completed:"
971         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
972
973 # Create disk image 
974 #       echo "Creating disk image"
975 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
976 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
977 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
978 #         -scrub -imagekey zlib-level=9 -attach
979
980 # Make sure the root window of the dmg will pop up when the dmg is mounted.
981 # Note: We dont mount in /Volumes to be sure we won't collide with an other
982 # finder mounted dmg with the same name.
983 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
984 #       mkdir -p $(top_builddir)/vlcmnt
985 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
986 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
987 #       sleep 1 # Make sure operation completes
988 #       cd "$(srcdir)"
989
990 # Unmount the image now
991 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
992 #       rm -R $(top_builddir)/vlcmnt
993
994 # Make sure the image is not writable
995 # Note: We can't directly create a read only dmg as we do the bless stuff
996         echo "Make the disk image read-only"
997         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
998         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
999         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1000
1001 # We are done
1002         echo "Disk image creation completed:"
1003         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1004
1005 # Clean up
1006         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1007
1008 package-macosx-zip: VLC-release.app
1009         rm -Rf $(top_builddir)/vlc-$(VERSION)
1010         mkdir -p $(top_builddir)/vlc-$(VERSION)
1011         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1012         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1013         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1014           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1015         done
1016         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1017              $(top_builddir)/vlc-$(VERSION)/Goodies
1018         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1019            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
1020         zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1021         rm -Rf $(top_builddir)/vlc-$(VERSION)
1022
1023 package-macosx-framework-zip:
1024         rm -Rf $(top_builddir)/vlckit-$(VERSION)
1025         mkdir -p $(top_builddir)/vlckit-$(VERSION)
1026         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1027           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1028         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1029         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1030           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1031         done
1032         zip -r -y -9 $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1033         rm -Rf $(top_builddir)/vlc-$(VERSION)
1034
1035 package-macosx-plugin:
1036 if BUILD_MOZILLA
1037 # Create Installer
1038         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1039         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1040         rm -f "$(top_builddir)/projects/mozilla/VLC Plugin.plugin/Contents/MacOS/modules/libmacosx_plugin.dylib" 
1041         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1042         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1043         export PACKAGEMAKER=
1044         if test -x /Developer/Tools/packagemaker; then \
1045            export PACKAGEMAKER=/Developer/Tools/packagemaker; \
1046         fi; \
1047         if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
1048            export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
1049         fi; \
1050         $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1051         -f "$(top_builddir)/macosx-plugin-instdata" \
1052         -i "$(top_builddir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1053         -d "$(top_srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1054         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1055
1056 # Create disk image 
1057         rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1058         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1059         mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1060         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1061         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1062           "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \
1063           -scrub -imagekey zlib-level=9
1064         echo "Disk image creation completed:"
1065         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1066 endif
1067
1068 package-macosx-xpi:
1069 if BUILD_MOZILLA
1070         mkdir -p "$(top_builddir)/macosx-xpi/plugins"
1071         cp $(top_builddir)/projects/mozilla/install.rdf \
1072                 "$(top_builddir)/macosx-xpi/"
1073         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" \
1074                 "$(top_builddir)/macosx-xpi/plugins"
1075         cd "$(top_builddir)/macosx-xpi" && zip -r vlc-$(VERSION).xpi install.rdf plugins
1076 endif
1077
1078 package-translations:
1079         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1080           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1081           false; \
1082         else \
1083           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1084         fi
1085 # Copy translations
1086         cat $(top_srcdir)/po/LINGUAS | while read i; do \
1087           cp "$(srcdir)/po/$${i}.po" \
1088             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1089             || true ; \
1090         done
1091         cp "$(srcdir)/doc/translations.txt" \
1092           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1093
1094         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1095         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1096         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1097         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1098         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1099         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1100         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1101         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1102
1103         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1104           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1105
1106 ###############################################################################
1107 # PO translation files update
1108 ###############################################################################
1109 .PHONY: update-po
1110
1111 update-po:
1112         cd po && $(MAKE) POTFILES vlc.pot update-po
1113
1114
1115 ###############################################################################
1116 # Enforce Mac OS X deployment target environment variable
1117 ###############################################################################
1118 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1119         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)