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