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