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