]> git.sesse.net Git - vlc/blob - Makefile.am
am: Pass --quiet to 'make' when automake verbose mode is off.
[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
10 # SUBDIRS stores the directories where a "make" is required when building
11 # something. DIST_SUBDIRS stores the directories where nothing is built but
12 # which have makefiles with distribution information.
13 #  - src (libvlc) is nedeed by modules, mozilla and bindings
14 #  - libs/* are needed by modules
15 BASE_SUBDIRS = po compat src bin modules share doc test
16 EXTRA_SUBDIRS = m4 extras/package/ipkg \
17         libs/loader libs/srtp libs/unzip \
18         projects/mozilla projects/activex
19 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
20
21 SUBDIRS = po compat src
22 if LOADER
23 SUBDIRS += libs/loader
24 endif
25 if HAVE_LIBGCRYPT
26 SUBDIRS += libs/srtp
27 endif
28 if HAVE_ZLIB
29 if !HAVE_MINIZIP
30 SUBDIRS += libs/unzip
31 endif
32 endif
33 if BUILD_VLC
34 SUBDIRS += bin
35 endif
36 SUBDIRS += modules share doc test
37 if BUILD_MOZILLA
38 SUBDIRS += projects/mozilla
39 endif
40 if BUILD_ACTIVEX
41 SUBDIRS += projects/activex
42 endif
43
44 EXTRA_DIST = \
45         HACKING \
46         INSTALL.win32 \
47         INSTALL.wince \
48         extras/package/win32/vlc.exe.manifest \
49         extras/package/win32/libvlc.dll.manifest \
50         MAINTAINERS \
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/languages/declaration.nsh \
57         extras/package/win32/languages/english.nsh \
58         extras/package/win32/languages/french.nsh
59
60 dist_noinst_SCRIPTS = bootstrap toolbox
61 nodist_noinst_SCRIPTS = compile
62
63 BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi
64 if HAVE_DARWIN
65 BUILT_SOURCES_clean = macosx-sdk
66 else
67 BUILT_SOURCES_clean =
68 endif
69
70 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
71
72 SUFFIXES = 
73
74 DISTCHECK_CONFIGURE_FLAGS = \
75         --enable-fast-install \
76         --disable-dbus \
77         --disable-dvd --disable-mad --disable-libmpeg2 \
78         --disable-ffmpeg --disable-faad --disable-skins2 \
79         --disable-live555 \
80         --disable-fribidi --disable-glx
81
82 ACLOCAL_AMFLAGS = -I m4
83 AUTOMAKE_OPTIONS = \
84         1.9 \
85         -Wall \
86         check-news \
87         dist-bzip2 \
88         no-dist-gzip
89 #       std-options
90
91 ChangeLog: Makefile.am
92         rm -f -- "$@"
93         cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
94         ln -sf doc/ChangeLog-2009 "$@"
95
96 ###############################################################################
97 # MacOS X project
98 ###############################################################################
99
100 EXTRA_DIST += \
101         extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib \
102         extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
103         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/designable.nib \
104         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
105         extras/package/macosx/Resources/English.lproj/About.nib/designable.nib \
106         extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
107         extras/package/macosx/Resources/English.lproj/Open.nib/designable.nib \
108         extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
109         extras/package/macosx/Resources/English.lproj/Preferences.nib/designable.nib \
110         extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
111         extras/package/macosx/Resources/English.lproj/Wizard.nib/designable.nib \
112         extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
113         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/designable.nib \
114         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
115         extras/package/macosx/Resources/English.lproj/Extended.nib/designable.nib \
116         extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
117         extras/package/macosx/Resources/English.lproj/Update.nib/designable.nib \
118         extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib \
119         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/designable.nib \
120         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib \
121         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/designable.nib \
122         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/keyedobjects.nib \
123         extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \
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 $(top_builddir)/extras/contrib/vlc-lib ; then \
361           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
362           for i in $(top_builddir)/extras/contrib/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_VLC
414 # Create the MacOS X app
415 noinst_DATA = VLC.app
416 endif
417 endif
418
419 # VLC-release.app for packaging and giving it to your friends
420 # use package-macosx to get a nice dmg
421 VLC-release.app: vlc
422         ( cd src && make install )
423         rm -Rf "$(top_builddir)/tmp"
424         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
425         rm -Rf $(top_builddir)/VLC-release.app
426         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
427           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
428         done
429         REVISION=`git describe --always` && \
430         cat $(top_builddir)/extras/package/macosx/Info.plist | \
431         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
432         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
433         for i in AUTHORS COPYING THANKS; do \
434           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
435         done
436         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
437         cp -R $(top_srcdir)/extras/contrib/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
438         mkdir -p $(top_builddir)/tmp/modules/audio_output
439         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
440         for i in \
441             AppleRemote.h \
442             AppleRemote.m \
443             about.h \
444             about.m \
445             applescript.h \
446             applescript.m \
447             controls.h \
448             controls.m \
449             equalizer.h \
450             equalizer.m \
451             intf.h \
452             intf.m \
453             macosx.m \
454             misc.h \
455             misc.m \
456             open.h \
457             open.m \
458             output.h \
459             output.m \
460             playlist.h \
461             playlist.m \
462             playlistinfo.h \
463             playlistinfo.m \
464             prefs_widgets.h \
465             prefs_widgets.m \
466             prefs.h \
467             prefs.m \
468             simple_prefs.h \
469             simple_prefs.m \
470             vout.h \
471             voutgl.m \
472             wizard.h \
473             wizard.m \
474             extended.h \
475             extended.m \
476             bookmarks.h \
477             bookmarks.m \
478             update.h \
479             update.m \
480             coredialogs.h \
481             coredialogs.m \
482             embeddedwindow.h \
483             embeddedwindow.m \
484             fspanel.h \
485             fspanel.m \
486             vout.m; do \
487           cp "$(srcdir)/modules/gui/macosx/$$i" \
488              $(top_builddir)/tmp/modules/gui/macosx; \
489         done
490         cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
491             cd ../../../../ && \
492             cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
493                   $(top_builddir)/VLC-release.app; \
494         rm -Rf $(top_builddir)/tmp
495         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
496         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
497         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
498         for i in $(srcdir)/share/lua/*.* ; do \
499           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
500         done ; \
501         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
502         for i in $(srcdir)/share/lua/playlist/*.* ; do \
503           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
504         done ; \
505         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
506         for i in $(srcdir)/share/lua/meta/*.* ; do \
507           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
508         done ; \
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
510         for i in $(srcdir)/share/lua/intf/*.* ; do \
511           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
512         done ; \
513         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
514         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
515           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
516         done ; \
517         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
518         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
519         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
520         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
521         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
522         for i in $(srcdir)/share/lua/http/*.* ; do \
523           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
524         done
525         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
526           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
527         done
528         for i in $(srcdir)/share/lua/http/js/*.* ; do \
529           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
530         done
531         for i in $(srcdir)/share/lua/http/images/*.* ; do \
532           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
533         done
534         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
535           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
536         done
537         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
538         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
539         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
540         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
541         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
542         $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
543         for i in $(srcdir)/share/http/*.* ; do \
544           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
545         done
546         for i in $(srcdir)/share/http/dialogs/* ; do \
547           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
548         done
549         for i in $(srcdir)/share/http/js/*.* ; do \
550           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
551         done
552         for i in $(srcdir)/share/http/images/*.* ; do \
553           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
554         done
555         for i in $(srcdir)/share/http/requests/*.* ; do \
556           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
557         done
558         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
559         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
560         cat $(top_srcdir)/po/LINGUAS | while read i; do \
561           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
562           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
563           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
564           ln -sf ../English.lproj/InfoPlist.strings \
565               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
566           ln -sf ../English.lproj/MainMenu.nib \
567               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
568         done
569         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
570         find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
571         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
572         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
573
574 # This is just for development purposes. 
575 # The resulting VLC.app will only run in this tree.
576 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
577         (cd src && make install)
578         rm -Rf $(top_builddir)/tmp
579         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
580         rm -Rf $(top_builddir)/VLC.app
581         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
582           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
583         done
584         REVISION=`git describe --always` && \
585         cat $(top_builddir)/extras/package/macosx/Info.plist | \
586         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
587         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
588         for i in AUTHORS COPYING THANKS; do \
589           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
590         done
591         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
592         cp -R $(top_srcdir)/extras/contrib/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
593         mkdir -p $(top_builddir)/tmp/modules/audio_output
594         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
595         for i in \
596             AppleRemote.h \
597             AppleRemote.m \
598             about.h \
599             about.m \
600             applescript.h \
601             applescript.m \
602             controls.h \
603             controls.m \
604             equalizer.h \
605             equalizer.m \
606             intf.h \
607             intf.m \
608             macosx.m \
609             misc.h \
610             misc.m \
611             open.h \
612             open.m \
613             output.h \
614             output.m \
615             playlist.h \
616             playlist.m \
617             playlistinfo.h \
618             playlistinfo.m \
619             prefs_widgets.h \
620             prefs_widgets.m \
621             prefs.h \
622             prefs.m \
623             simple_prefs.h \
624             simple_prefs.m \
625             vout.h \
626             voutgl.m \
627             wizard.h \
628             wizard.m \
629             extended.h \
630             extended.m \
631             bookmarks.h \
632             bookmarks.m \
633             update.h \
634             update.m \
635             coredialogs.h \
636             coredialogs.m \
637             embeddedwindow.h \
638             embeddedwindow.m \
639             fspanel.h \
640             fspanel.m \
641             vout.m; do \
642           cp "$(srcdir)/modules/gui/macosx/$$i" \
643              $(top_builddir)/tmp/modules/gui/macosx; \
644         done
645         cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
646             cd ../../../../ && \
647             cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
648                   $(top_builddir)/VLC.app
649         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
650         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
651         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
652         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
653         ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
654         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
655         for i in `ls $(srcdir)/share`; do \
656            ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
657         done
658         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
659         cat $(top_srcdir)/po/LINGUAS | while read i; do \
660           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
661           ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
662           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
663           ln -sf ../English.lproj/InfoPlist.strings \
664               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
665           ln -sf ../English.lproj/MainMenu.nib \
666               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
667         done
668         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
669
670 ###############################################################################
671 # Building architecture-specific binary packages
672 ###############################################################################
673
674 # XXX: this rule is probably only useful to you if you have exactly
675 # the same setup as the maintaner(s).
676 #
677
678 ############################################################################
679 ## Win                                                                    ##
680 ############################################################################
681 win32_destdir=$(top_builddir)/vlc-$(VERSION)
682 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
683 npvlc=vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)
684 axvlc=vlc-$(VERSION)/activex/axvlc$(LIBEXT)
685 win32_lua_destdir=$(win32_destdir)/lua
686 win32_http_destdir=$(win32_destdir)/http
687
688 #Win-common if for win32 and wince
689 package-win-common:
690 # Check that tmp isn't in the way
691         @if test -e "$(win32_destdir)"; then \
692           echo "Error: please remove $(win32_destdir), it is in the way"; \
693           false; \
694         else \
695           echo "OK."; mkdir -p "$(win32_destdir)"; \
696         fi
697
698 # Copy relevant files
699 # Copy executables and libs
700         cp "$(top_builddir)/bin/.libs/vlc$(EXEEXT)" "$(win32_destdir)/"
701         cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win32_destdir)/"
702                 cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_destdir)/"
703         cp "$(top_builddir)/src/.libs/libvlccore$(LIBEXT)" "$(win32_destdir)/"
704         cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "$(win32_destdir)/"
705
706 # Copy Text files
707         for file in AUTHORS MAINTAINERS THANKS ; \
708           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
709         for file in NEWS COPYING README; \
710           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
711         unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
712
713 # Necessary icons
714         cp $(srcdir)/share/vlc.ico $(win32_destdir)/
715
716 # Copy the locales
717         mkdir -p $(win32_destdir)/locale
718         cat $(top_srcdir)/po/LINGUAS | while read i; do \
719           mkdir -p "$(win32_destdir)/locale/$${i}/LC_MESSAGES" ; \
720           cp "$(srcdir)/po/$${i}.gmo" \
721             "$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo" \
722             || true ; \
723         done
724         mkdir -p $(win32_destdir)/locale/qt4/
725         cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
726
727 #  Mozilla plugin
728 if BUILD_MOZILLA
729         mkdir -p "$(win32_destdir)/mozilla"
730         cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
731         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
732 endif
733
734 # ActiveX plugin
735 if BUILD_ACTIVEX
736         mkdir -p "$(win32_destdir)/activex"
737         cp $(srcdir)/projects/activex/README.TXT  $(win32_destdir)/activex/
738         cp $(srcdir)/projects/activex/test.html  $(win32_destdir)/activex/
739         unix2dos $(win32_destdir)/activex/*
740
741         cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
742         cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
743 endif
744
745 # Rebase all those DLLs to speed up loading (need cygwin rebase)
746         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
747                 find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
748         fi
749
750 package-win32-base-debug: package-win-common
751 # Copy relevant files
752 # Script installer
753         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
754         mkdir "$(win32_destdir)/languages"
755         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
756
757 # Plugins
758         mkdir -p "$(win32_destdir)/plugins"
759         find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
760           if test -n "$$i" ; then \
761             $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
762           fi ; done
763
764 # Contrib *.dll's
765         cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
766
767 # Copy the lua scripts (HTTP)
768 if BUILD_LUA
769         mkdir -p "$(win32_lua_destdir)/http/images"
770         mkdir -p "$(win32_lua_destdir)/http/requests"
771         mkdir -p "$(win32_lua_destdir)/http/js"
772         mkdir -p "$(win32_lua_destdir)/http/dialogs"
773         cp $(srcdir)/share/lua/http/*.html $(win32_lua_destdir)/http/
774         unix2dos $(win32_lua_destdir)/http/*.html
775         cp $(srcdir)/share/lua/http/.hosts $(win32_lua_destdir)/http/
776         unix2dos $(win32_lua_destdir)/http/.hosts
777         cp $(srcdir)/share/lua/http/*.css $(win32_lua_destdir)/http/
778         unix2dos $(win32_lua_destdir)/http/*.css
779         cp $(srcdir)/share/lua/http/js/*.js $(win32_lua_destdir)/http/js/
780         unix2dos $(win32_lua_destdir)/http/js/*.js
781         cp $(srcdir)/share/lua/http/dialogs/* $(win32_lua_destdir)/http/dialogs/
782         unix2dos $(win32_lua_destdir)/http/dialogs/*
783         cp $(srcdir)/share/lua/http/dialogs/.hosts $(win32_lua_destdir)/http/dialogs/
784         unix2dos $(win32_lua_destdir)/http/dialogs/.hosts
785         cp $(srcdir)/share/lua/http/*.ico $(win32_lua_destdir)/http/
786         cp $(srcdir)/share/lua/http/images/*.png $(win32_lua_destdir)/http/images/
787         cp $(srcdir)/share/lua/http/requests/*.xml $(win32_lua_destdir)/http/requests/
788         unix2dos $(win32_lua_destdir)/http/requests/*.xml
789         cp $(srcdir)/share/lua/http/requests/readme $(win32_lua_destdir)/http/requests/readme.txt
790         unix2dos $(win32_lua_destdir)/http/requests/readme.txt
791 endif
792
793 if BUILD_LUA
794 #Lua Scripts
795         $(INSTALL) -d $(win32_lua_destdir)
796         for i in $(srcdir)/share/lua/*.* ; do \
797           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/`basename $${i}` ; \
798         done
799         $(INSTALL) -d $(win32_lua_destdir)/playlist
800         for i in $(srcdir)/share/lua/playlist/*.* ; do \
801           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/playlist/`basename $${i}` ; \
802         done
803         $(INSTALL) -d $(win32_lua_destdir)/meta
804         for i in $(srcdir)/share/lua/meta/*.* ; do \
805           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/`basename $${i}` ; \
806         done
807         $(INSTALL) -d $(win32_lua_destdir)/intf
808         for i in $(srcdir)/share/lua/intf/*.* ; do \
809           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/`basename $${i}` ; \
810         done
811         $(INSTALL) -d $(win32_lua_destdir)/intf/modules
812         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
813           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/modules/`basename $${i}` ; \
814         done
815 endif
816
817 # Copy the http files
818 if BUILD_HTTPD
819         mkdir -p "$(win32_http_destdir)/images"
820         mkdir -p "$(win32_http_destdir)/requests"
821         mkdir -p "$(win32_http_destdir)/js"
822         mkdir -p "$(win32_http_destdir)/dialogs"
823         cp $(srcdir)/share/http/*.html $(win32_http_destdir)/
824         unix2dos $(win32_http_destdir)/*.html
825         cp $(srcdir)/share/http/.hosts $(win32_http_destdir)/
826         unix2dos $(win32_http_destdir)/.hosts
827         cp $(srcdir)/share/http/*.css $(win32_http_destdir)/
828         unix2dos $(win32_http_destdir)/*.css
829         cp $(srcdir)/share/http/js/*.js $(win32_http_destdir)/js/
830         unix2dos $(win32_http_destdir)/js/*.js
831         cp $(srcdir)/share/http/dialogs/* $(win32_http_destdir)/dialogs/
832         unix2dos $(win32_http_destdir)/dialogs/*
833         cp $(srcdir)/share/http/dialogs/.hosts $(win32_http_destdir)/dialogs/
834         unix2dos $(win32_http_destdir)/dialogs/.hosts
835         cp $(srcdir)/share/http/*.ico $(win32_http_destdir)/
836         cp $(srcdir)/share/http/images/*.png $(win32_http_destdir)/images/
837         cp $(srcdir)/share/http/requests/*.xml $(win32_http_destdir)/requests/
838         unix2dos $(win32_http_destdir)/requests/*.xml
839         cp $(srcdir)/share/http/requests/readme $(win32_http_destdir)/requests/readme.txt
840         unix2dos $(win32_http_destdir)/requests/readme.txt
841
842 endif
843
844 if BUILD_SKINS
845 # Skins
846         mkdir -p $(win32_destdir)/skins/fonts
847         for i in $(srcdir)/share/skins2/fonts/*.*; do \
848           cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
849         done
850         for i in $(top_builddir)/share/skins2/*.*; do \
851           cp -- "$$i" $(win32_destdir)/skins/ || true ; \
852         done
853         cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
854         cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
855 endif
856
857 if BUILD_OSDMENU
858 #OSD Menu
859         mkdir -p "$(win32_destdir)/osdmenu"
860         cp $(srcdir)/share/osdmenu/*.* "$(win32_destdir)/osdmenu"
861         for dir in default default/selected default/selection default/volume ;do \
862                 mkdir -p "$(win32_destdir)/osdmenu/$$dir"; \
863                 for file in $(srcdir)/share/osdmenu/$${dir}/*.png;do \
864                          cp -- "$$file" "$(win32_destdir)/osdmenu/$$dir"; \
865                 done; \
866         done
867         unix2dos $(win32_destdir)/osdmenu/*.cfg;
868         for file in $(win32_destdir)/osdmenu/*.cfg; do \
869                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
870                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
871                 rm -f -- "$$file.tmp"; \
872         done
873 endif
874
875 # SDK
876         mkdir -p "$(win32_destdir)/sdk.tmp"
877         mkdir -p "$(win32_destdir)/sdk"
878         d=$$(pwd) && \
879         cd src && \
880         make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp"
881         cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/
882         find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir
883         rm -Rf vlc-$(VERSION)/sdk/bin
884
885 #strip exe and main dll
886 package-win-common-strip: package-win32-base-debug
887         @if test -e "$(win32_debugdir)"; then \
888           echo "Error: please remove $(win32_debugdir), it is in the way"; \
889           false; \
890         else \
891           echo "OK."; mkdir -p "$(win32_debugdir)"; \
892         fi
893         for i in "" vlc-$(VERSION)/*$(LIBEXT) ; \
894       do if test -n "$$i" ; then \
895       $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
896       $(OBJCOPY) --strip-all "$$i" ; \
897       $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
898           mv "$$i.dbg" "$(win32_debugdir)"; \
899     fi; done
900
901 #strip all plugins dll
902 package-win32-base: package-win-common-strip
903         for i in "" $(win32_destdir)/plugins/*$(LIBEXT) ; \
904           do if test -n "$$i" ; then \
905           $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
906           $(OBJCOPY) --strip-all "$$i" ; \
907           $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
908           mv "$$i.dbg" "$(win32_debugdir)"; \
909         fi ; done
910
911 package-win32-base-exe: package-win32-base
912 # Create package
913         rm -Rf $(win32_destdir)/sdk
914         if makensis -VERSION >/dev/null 2>&1; then \
915             MAKENSIS="makensis"; \
916         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
917             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
918         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
919             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
920         elif wine --version >/dev/null 2>&1; then \
921             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
922         else \
923             echo 'Error: cannot locate makensis tool'; exit 1; \
924         fi; \
925         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
926
927 package-win32-base-zip: package-win32-base
928 # Create package 
929         rm -f -- vlc-$(VERSION)-win32.zip
930         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
931
932 package-win32-base-debug-zip: package-win32-base-debug
933 # Create package
934         rm -f -- vlc-$(VERSION)-win32-debug.zip
935         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
936
937 package-win32-base-7zip: package-win32-base
938 # Create package 
939         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
940
941 package-win32-base-debug-7zip: package-win32-base-debug
942 # Create package
943         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
944
945 package-win32-exe: package-win32-base package-win32-base-exe
946 # Clean up
947         rm -Rf $(win32_destdir)
948
949 package-win32-zip: package-win32-base-zip
950 # Clean up
951         rm -Rf $(win32_destdir)
952
953 package-win32-debug-zip: package-win32-base-debug-zip
954 # Clean up
955         rm -Rf $(win32_destdir)
956
957 package-win32-7zip: package-win32-base-7zip
958 # Clean up
959         rm -Rf $(win32_destdir)
960
961 package-win32-debug-7zip: package-win32-base-debug-7zip
962 # Clean up
963         rm -Rf $(win32_destdir)
964
965 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe 
966
967 package-win32: package-win32-no-clean
968 # Clean up
969         rm -Rf $(win32_destdir)
970
971 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip
972 # Clean up
973         rm -Rf $(win32_destdir)
974
975 package-wince-base: package-win-common package-win-common-strip
976
977 package-wince-base-zip:
978 # Create package 
979         zip -r vlc-$(VERSION)-wince.zip vlc-$(VERSION)
980
981 package-wince: package-wince-base  package-wince-base-zip
982 # Clean up
983         rm -Rf $(win32_destdir)
984
985
986 #####################################################################
987 ##   BeOS                                                          ##
988 #####################################################################
989 package-beos:
990 # Check that tmp isn't in the way
991         @if test -e $(srcdir)/tmp; then \
992           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
993           false ; \
994         else \
995           echo "OK." ; mkdir $(srcdir)/tmp ; \
996         fi
997
998 # Copy relevant files
999         mkdir -p $(srcdir)/tmp/vlc
1000         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
1001           THANKS NEWS tmp/vlc/
1002
1003 # Create debug package
1004         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1005         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1006         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1007         (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
1008         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
1009         mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
1010
1011 # Create normal package
1012         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
1013         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
1014           --strip-debug --strip-unneeded "{}" \;
1015         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1016         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1017         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1018         (cd $(srcdir)/tmp &&  zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
1019         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
1020
1021 # Clean up
1022         rm -Rf $(srcdir)/tmp
1023
1024 #########################################################################
1025 ## MacOS X                                                             ##
1026 #########################################################################
1027 package-macosx: VLC-release.app ChangeLog
1028 # Check that the temporary location isn't in the way
1029         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
1030           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
1031         fi
1032
1033         echo "Create package directory: vlc-$(VERSION)/";
1034         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
1035
1036 # Copy relevant files 
1037         @if test -e "$(top_builddir)/VLC-release.app/"; then \
1038           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1039         else \
1040           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1041         fi
1042         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1043           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
1044           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1045           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
1046           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
1047           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
1048         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
1049
1050 # Place a link to the application folder
1051         ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
1052
1053 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
1054         echo "Creating disk image"
1055         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1056         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1057           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
1058         echo "Disk image creation completed:"
1059         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1060
1061 # Create disk image 
1062 #       echo "Creating disk image"
1063 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1064 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1065 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
1066 #         -scrub -imagekey zlib-level=9 -attach
1067
1068 # Make sure the root window of the dmg will pop up when the dmg is mounted.
1069 # Note: We dont mount in /Volumes to be sure we won't collide with an other
1070 # finder mounted dmg with the same name.
1071 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
1072 #       mkdir -p $(top_builddir)/vlcmnt
1073 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1074 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1075 #       sleep 1 # Make sure operation completes
1076 #       cd "$(srcdir)"
1077
1078 # Unmount the image now
1079 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1080 #       rm -R $(top_builddir)/vlcmnt
1081
1082 # Make sure the image is not writable
1083 # Note: We can't directly create a read only dmg as we do the bless stuff
1084         echo "Make the disk image read-only"
1085         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1086         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
1087         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1088
1089 # We are done
1090         echo "Disk image creation completed:"
1091         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1092
1093 # Clean up
1094         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1095
1096 package-macosx-zip: VLC-release.app
1097         rm -Rf $(top_builddir)/vlc-$(VERSION)
1098         mkdir -p $(top_builddir)/vlc-$(VERSION)
1099         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1100         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1101         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1102           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1103         done
1104         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1105              $(top_builddir)/vlc-$(VERSION)/Goodies
1106         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1107            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
1108         zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1109         rm -Rf $(top_builddir)/vlc-$(VERSION)
1110
1111 package-macosx-framework-zip:
1112         rm -Rf $(top_builddir)/vlckit-$(VERSION)
1113         mkdir -p $(top_builddir)/vlckit-$(VERSION)
1114         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1115           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1116         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1117         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1118           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1119         done
1120         zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1121         rm -Rf $(top_builddir)/vlc-$(VERSION)
1122
1123 package-macosx-plugin:
1124 if BUILD_MOZILLA
1125 # Create Installer
1126         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1127         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1128         rm -f "$(top_builddir)/projects/mozilla/VLC Plugin.plugin/Contents/MacOS/modules/libmacosx_plugin.dylib" 
1129         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1130         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1131         export PACKAGEMAKER=
1132         if test -x /Developer/Tools/packagemaker; then \
1133            export PACKAGEMAKER=/Developer/Tools/packagemaker; \
1134         fi; \
1135         if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
1136            export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
1137         fi; \
1138         $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1139         -f "$(top_builddir)/macosx-plugin-instdata" \
1140         -i "$(top_builddir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1141         -d "$(top_srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1142         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1143
1144 # Create disk image 
1145         rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1146         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1147         mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1148         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1149         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1150           "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \
1151           -scrub -imagekey zlib-level=9
1152         echo "Disk image creation completed:"
1153         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1154 endif
1155
1156 package-translations:
1157         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1158           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1159           false; \
1160         else \
1161           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1162         fi
1163 # Copy translations
1164         cat $(top_srcdir)/po/LINGUAS | while read i; do \
1165           cp "$(srcdir)/po/$${i}.po" \
1166             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1167             || true ; \
1168         done
1169         cp "$(srcdir)/doc/translations.txt" \
1170           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1171
1172         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1173         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1174         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1175         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1176         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1177         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1178         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1179         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1180
1181         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1182           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1183
1184 ###############################################################################
1185 # PO translation files update
1186 ###############################################################################
1187 .PHONY: update-po
1188
1189 update-po:
1190         cd po && $(MAKE) POTFILES vlc.pot update-po
1191
1192
1193 ###############################################################################
1194 # Enforce Mac OS X deployment target environment variable
1195 ###############################################################################
1196 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1197         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)