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