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