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