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