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