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