]> git.sesse.net Git - vlc/blob - Makefile.am
Rework directory order
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 # SUBDIRS stores the directories where a "make" is required when building
6 # something. DIST_SUBDIRS stores the directories where nothing is built but
7 # which have makefiles with distribution information.
8 #  - src (libvlc) is nedeed by modules
9 #  - libs/* are needed by modules
10 DIST_SUBDIRS = \
11         m4 compat doc po share src \
12         bin modules test
13 SUBDIRS = compat doc po share src
14 if BUILD_VLC
15 SUBDIRS += bin
16 endif
17 SUBDIRS += modules test
18
19 EXTRA_DIST = \
20         HACKING \
21         INSTALL.win32 \
22         extras/package/win32/vlc.exe.manifest \
23         extras/package/win32/libvlc.dll.manifest \
24         extras/package/macosx/README.MacOSX.rtf \
25         extras/package/rpm/vlc.fedora.spec \
26         extras/package/rpm/vlc.altlinux.spec \
27         extras/package/win32/vlc.win32.nsi.in \
28         extras/package/win32/spad.nsi.in \
29         extras/package/win32/UAC.nsh \
30         extras/package/win32/UAC.dll \
31         extras/package/win32/languages/declaration.nsh \
32         extras/package/win32/languages/bengali.nsh \
33         extras/package/win32/languages/brazilian_portuguese.nsh \
34         extras/package/win32/languages/bulgarian.nsh \
35         extras/package/win32/languages/catalan.nsh \
36         extras/package/win32/languages/danish.nsh \
37         extras/package/win32/languages/dutch.nsh \
38         extras/package/win32/languages/english.nsh \
39         extras/package/win32/languages/estonian.nsh \
40         extras/package/win32/languages/finnish.nsh \
41         extras/package/win32/languages/french.nsh \
42         extras/package/win32/languages/german.nsh \
43         extras/package/win32/languages/hungarian.nsh \
44         extras/package/win32/languages/italian.nsh \
45         extras/package/win32/languages/japanese.nsh \
46         extras/package/win32/languages/occitan.nsh \
47         extras/package/win32/languages/polish.nsh \
48         extras/package/win32/languages/punjabi.nsh \
49         extras/package/win32/languages/romanian.nsh \
50         extras/package/win32/languages/schinese.nsh \
51         extras/package/win32/languages/slovak.nsh \
52         extras/package/win32/languages/slovenian.nsh \
53         extras/package/win32/languages/sorani.nsh \
54         extras/package/win32/languages/spanish.nsh
55
56 dist_noinst_SCRIPTS = bootstrap
57 nodist_noinst_SCRIPTS = compile
58
59 BUILT_SOURCES_distclean =
60 if HAVE_WIN32
61 BUILT_SOURCES_distclean += \
62         extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
63 endif
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-a52 \
77         --disable-avcodec --disable-avformat \
78         --disable-postproc --disable-swscale \
79         --disable-dbus \
80         --disable-mad --disable-libmpeg2 \
81         --disable-faad --disable-skins2 \
82         --disable-live555 \
83         --disable-fribidi --disable-glx \
84         --disable-mkv \
85         --with-kde-solid='$${datadir}/kde4/apps'
86
87 ACLOCAL_AMFLAGS = -I m4
88 AUTOMAKE_OPTIONS = \
89         1.11 \
90         -Wall \
91         check-news \
92         dist-xz \
93         no-dist-gzip
94 #       std-options
95
96 ChangeLog: Makefile.am
97         rm -f -- "$@"
98         cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
99         $(LN_S) -f doc/ChangeLog-2009 "$@"
100
101 ###############################################################################
102 # MacOS X project
103 ###############################################################################
104
105 EXTRA_DIST += \
106         extras/package/macosx/Resources/about_bg.png \
107         extras/package/macosx/Resources/add_embedded.png \
108         extras/package/macosx/Resources/add_embedded_graphite.png \
109         extras/package/macosx/Resources/dsa_pub.pem \
110         extras/package/macosx/Resources/embedded_vout.png \
111         extras/package/macosx/Resources/English.lproj/About.xib \
112         extras/package/macosx/Resources/English.lproj/AudioEffects.xib \
113         extras/package/macosx/Resources/English.lproj/Bookmarks.xib \
114         extras/package/macosx/Resources/English.lproj/CoreDialogs.xib \
115         extras/package/macosx/Resources/English.lproj/ErrorPanel.xib \
116         extras/package/macosx/Resources/English.lproj/MainMenu.xib \
117         extras/package/macosx/Resources/English.lproj/MediaInfo.xib \
118         extras/package/macosx/Resources/English.lproj/Open.xib \
119         extras/package/macosx/Resources/English.lproj/Preferences.xib \
120         extras/package/macosx/Resources/English.lproj/SyncTracks.xib \
121         extras/package/macosx/Resources/English.lproj/VideoEffects.xib \
122         extras/package/macosx/Resources/English.lproj/Wizard.xib \
123         extras/package/macosx/Resources/fspanel/fs_background.png \
124         extras/package/macosx/Resources/fspanel/fs_exit_fullscreen.png \
125         extras/package/macosx/Resources/fspanel/fs_exit_fullscreen_highlight.png \
126         extras/package/macosx/Resources/fspanel/fs_forward.png \
127         extras/package/macosx/Resources/fspanel/fs_forward_highlight.png \
128         extras/package/macosx/Resources/fspanel/fs_pause.png \
129         extras/package/macosx/Resources/fspanel/fs_pause_highlight.png \
130         extras/package/macosx/Resources/fspanel/fs_play.png \
131         extras/package/macosx/Resources/fspanel/fs_play_highlight.png \
132         extras/package/macosx/Resources/fspanel/fs_rewind.png \
133         extras/package/macosx/Resources/fspanel/fs_rewind_highlight.png \
134         extras/package/macosx/Resources/fspanel/fs_skip_next.png \
135         extras/package/macosx/Resources/fspanel/fs_skip_next_highlight.png \
136         extras/package/macosx/Resources/fspanel/fs_skip_previous.png \
137         extras/package/macosx/Resources/fspanel/fs_skip_previous_highlight.png \
138         extras/package/macosx/Resources/fspanel/fs_stop.png \
139         extras/package/macosx/Resources/fspanel/fs_stop_highlight.png \
140         extras/package/macosx/Resources/fspanel/fs_time_slider.png \
141         extras/package/macosx/Resources/fspanel/fs_time_slider_knob.png \
142         extras/package/macosx/Resources/fspanel/fs_time_slider_knob_highlight.png \
143         extras/package/macosx/Resources/fspanel/fs_volume_max.png \
144         extras/package/macosx/Resources/fspanel/fs_volume_max_highlight.png \
145         extras/package/macosx/Resources/fspanel/fs_volume_mute.png \
146         extras/package/macosx/Resources/fspanel/fs_volume_mute_highlight.png \
147         extras/package/macosx/Resources/fspanel/fs_volume_slider_bar.png \
148         extras/package/macosx/Resources/fspanel/fs_volume_slider_knob.png \
149         extras/package/macosx/Resources/fspanel/fs_volume_slider_knob_highlight.png \
150         extras/package/macosx/Resources/icons/aiff.icns \
151         extras/package/macosx/Resources/icons/audio.icns \
152         extras/package/macosx/Resources/icons/avi.icns \
153         extras/package/macosx/Resources/icons/flv.icns \
154         extras/package/macosx/Resources/icons/generic.icns \
155         extras/package/macosx/Resources/icons/m4a.icns \
156         extras/package/macosx/Resources/icons/m4v.icns \
157         extras/package/macosx/Resources/icons/mkv.icns \
158         extras/package/macosx/Resources/icons/mov.icns \
159         extras/package/macosx/Resources/icons/movie.icns \
160         extras/package/macosx/Resources/icons/mp3.icns \
161         extras/package/macosx/Resources/icons/mpeg.icns \
162         extras/package/macosx/Resources/icons/ogg.icns \
163         extras/package/macosx/Resources/icons/playlist.icns \
164         extras/package/macosx/Resources/icons/rm.icns \
165         extras/package/macosx/Resources/icons/subtitle.icns \
166         extras/package/macosx/Resources/icons/vlc.icns \
167         extras/package/macosx/Resources/icons/vob.icns \
168         extras/package/macosx/Resources/icons/wav.icns \
169         extras/package/macosx/Resources/icons/wma.icns \
170         extras/package/macosx/Resources/icons/wmv.icns \
171         extras/package/macosx/Resources/mainwindow/back-pressed.png \
172         extras/package/macosx/Resources/mainwindow/back.png \
173         extras/package/macosx/Resources/mainwindow/bottom-background.png \
174         extras/package/macosx/Resources/mainwindow/bottom-bar-mini.png \
175         extras/package/macosx/Resources/mainwindow/dropzone-background.png \
176         extras/package/macosx/Resources/mainwindow/dropzone.png \
177         extras/package/macosx/Resources/mainwindow/effects-double-buttons-blue.png \
178         extras/package/macosx/Resources/mainwindow/effects-double-buttons-pressed.png \
179         extras/package/macosx/Resources/mainwindow/effects-double-buttons.png \
180         extras/package/macosx/Resources/mainwindow/effects-one-button-blue.png \
181         extras/package/macosx/Resources/mainwindow/effects-one-button.png \
182         extras/package/macosx/Resources/mainwindow/forward-pressed.png \
183         extras/package/macosx/Resources/mainwindow/forward.png \
184         extras/package/macosx/Resources/mainwindow/fullscreen-double-buttons-pressed.png \
185         extras/package/macosx/Resources/mainwindow/fullscreen-double-buttons.png \
186         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-left.png \
187         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-middle.png \
188         extras/package/macosx/Resources/mainwindow/mini-progressbar-fill-right.png \
189         extras/package/macosx/Resources/mainwindow/mini-progressbar-knob.png \
190         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-left.png \
191         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-middle.png \
192         extras/package/macosx/Resources/mainwindow/mini-progressbar-wrapper-right.png \
193         extras/package/macosx/Resources/mainwindow/pause-pressed.png \
194         extras/package/macosx/Resources/mainwindow/pause.png \
195         extras/package/macosx/Resources/mainwindow/play-pressed.png \
196         extras/package/macosx/Resources/mainwindow/play.png \
197         extras/package/macosx/Resources/mainwindow/playlist-blue.png \
198         extras/package/macosx/Resources/mainwindow/playlist-pressed.png \
199         extras/package/macosx/Resources/mainwindow/playlist.png \
200         extras/package/macosx/Resources/mainwindow/progression-fill-left.png \
201         extras/package/macosx/Resources/mainwindow/progression-fill-middle.png \
202         extras/package/macosx/Resources/mainwindow/progression-fill-right.png \
203         extras/package/macosx/Resources/mainwindow/progression-knob.png \
204         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-left.png \
205         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-middle.png \
206         extras/package/macosx/Resources/mainwindow/progression-track-wrapper-right.png \
207         extras/package/macosx/Resources/mainwindow/repeat-all-pressed.png \
208         extras/package/macosx/Resources/mainwindow/repeat-all.png \
209         extras/package/macosx/Resources/mainwindow/repeat-one-pressed.png \
210         extras/package/macosx/Resources/mainwindow/repeat-one.png \
211         extras/package/macosx/Resources/mainwindow/repeat-pressed.png \
212         extras/package/macosx/Resources/mainwindow/repeat.png \
213         extras/package/macosx/Resources/mainwindow/shuffle-blue-pressed.png \
214         extras/package/macosx/Resources/mainwindow/shuffle-on.png \
215         extras/package/macosx/Resources/mainwindow/shuffle-pressed.png \
216         extras/package/macosx/Resources/mainwindow/shuffle.png \
217         extras/package/macosx/Resources/mainwindow/stop-pressed.png \
218         extras/package/macosx/Resources/mainwindow/stop.png \
219         extras/package/macosx/Resources/mainwindow/volume-high.png \
220         extras/package/macosx/Resources/mainwindow/volume-low.png \
221         extras/package/macosx/Resources/mainwindow/volume-slider-knob.png \
222         extras/package/macosx/Resources/mainwindow/volume-slider-track.png \
223         extras/package/macosx/Resources/mainwindow_dark/back-pressed_dark.png \
224         extras/package/macosx/Resources/mainwindow_dark/back_dark.png \
225         extras/package/macosx/Resources/mainwindow_dark/bottom-background_dark.png \
226         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons-blue_dark.png \
227         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons-pressed_dark.png \
228         extras/package/macosx/Resources/mainwindow_dark/effects-double-buttons_dark.png \
229         extras/package/macosx/Resources/mainwindow_dark/effects-one-button-blue_dark.png \
230         extras/package/macosx/Resources/mainwindow_dark/effects-one-button_dark.png \
231         extras/package/macosx/Resources/mainwindow_dark/forward-pressed_dark.png \
232         extras/package/macosx/Resources/mainwindow_dark/forward_dark.png \
233         extras/package/macosx/Resources/mainwindow_dark/fullscreen-double-buttons-pressed_dark.png \
234         extras/package/macosx/Resources/mainwindow_dark/fullscreen-double-buttons_dark.png \
235         extras/package/macosx/Resources/mainwindow_dark/pause-pressed_dark.png \
236         extras/package/macosx/Resources/mainwindow_dark/pause_dark.png \
237         extras/package/macosx/Resources/mainwindow_dark/play-pressed_dark.png \
238         extras/package/macosx/Resources/mainwindow_dark/play_dark.png \
239         extras/package/macosx/Resources/mainwindow_dark/playlist-blue-pressed_dark.png \
240         extras/package/macosx/Resources/mainwindow_dark/playlist-blue_dark.png \
241         extras/package/macosx/Resources/mainwindow_dark/playlist-pressed_dark.png \
242         extras/package/macosx/Resources/mainwindow_dark/playlist_dark.png \
243         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-left_dark.png \
244         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-middle_dark.png \
245         extras/package/macosx/Resources/mainwindow_dark/progressbar-fill-right_dark.png \
246         extras/package/macosx/Resources/mainwindow_dark/progression-knob_dark.png \
247         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-left_dark.png \
248         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-middle_dark.png \
249         extras/package/macosx/Resources/mainwindow_dark/progression-track-wrapper-right_dark.png \
250         extras/package/macosx/Resources/mainwindow_dark/repeat-all-blue-pressed_dark.png \
251         extras/package/macosx/Resources/mainwindow_dark/repeat-all-blue_dark.png \
252         extras/package/macosx/Resources/mainwindow_dark/repeat-one-blue-pressed_dark.png \
253         extras/package/macosx/Resources/mainwindow_dark/repeat-one-blue_dark.png \
254         extras/package/macosx/Resources/mainwindow_dark/repeat-pressed_dark.png \
255         extras/package/macosx/Resources/mainwindow_dark/repeat_dark.png \
256         extras/package/macosx/Resources/mainwindow_dark/shuffle-blue-pressed_dark.png \
257         extras/package/macosx/Resources/mainwindow_dark/shuffle-blue_dark.png \
258         extras/package/macosx/Resources/mainwindow_dark/shuffle-pressed_dark.png \
259         extras/package/macosx/Resources/mainwindow_dark/shuffle_dark.png \
260         extras/package/macosx/Resources/mainwindow_dark/stop-pressed_dark.png \
261         extras/package/macosx/Resources/mainwindow_dark/stop_dark.png \
262         extras/package/macosx/Resources/mainwindow_dark/volume-high_dark.png \
263         extras/package/macosx/Resources/mainwindow_dark/volume-low_dark.png \
264         extras/package/macosx/Resources/mainwindow_dark/volume-slider-knob_dark.png \
265         extras/package/macosx/Resources/mainwindow_dark/volume-slider-track_dark.png \
266         extras/package/macosx/Resources/noart.png \
267         extras/package/macosx/Resources/pause_embedded.png \
268         extras/package/macosx/Resources/pause_embedded_graphite.png \
269         extras/package/macosx/Resources/play_embedded.png \
270         extras/package/macosx/Resources/play_embedded_graphite.png \
271         extras/package/macosx/Resources/prefs/spref_cone_Audio_64.png \
272         extras/package/macosx/Resources/prefs/spref_cone_Hotkeys_64.png \
273         extras/package/macosx/Resources/prefs/spref_cone_Input_64.png \
274         extras/package/macosx/Resources/prefs/spref_cone_Interface_64.png \
275         extras/package/macosx/Resources/prefs/spref_cone_Subtitles_64.png \
276         extras/package/macosx/Resources/prefs/spref_cone_Video_64.png \
277         extras/package/macosx/Resources/README \
278         extras/package/macosx/Resources/repeat_embedded.png \
279         extras/package/macosx/Resources/repeat_embedded_graphite.png \
280         extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
281         extras/package/macosx/Resources/shuffle_embedded.png \
282         extras/package/macosx/Resources/shuffle_embedded_graphite.png \
283         extras/package/macosx/Resources/sidebar-icons/document-music-playlist.png \
284         extras/package/macosx/Resources/sidebar-icons/film-cast.png \
285         extras/package/macosx/Resources/sidebar-icons/film.png \
286         extras/package/macosx/Resources/sidebar-icons/music-beam.png \
287         extras/package/macosx/Resources/sidebar-icons/network-cloud.png \
288         extras/package/macosx/Resources/sidebar-icons/picture.png \
289         extras/package/macosx/Resources/sidebar-icons/README \
290         extras/package/macosx/Resources/skip_forward_active_embedded.png \
291         extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
292         extras/package/macosx/Resources/skip_previous_active_embedded.png \
293         extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
294         extras/package/macosx/Resources/vlc.scriptSuite \
295         extras/package/macosx/Resources/vlc.scriptTerminology \
296         extras/package/macosx/fullscreen_panel.svg \
297         extras/package/macosx/ub.sh \
298         extras/package/macosx/vlc.xcodeproj/project.pbxproj \
299         extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
300         extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
301         extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
302         extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
303         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
304         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
305         extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
306         extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
307         extras/package/macosx/eyetvplugin/Info.plist \
308         extras/package/macosx/eyetvplugin/eyetvplugin.c \
309         extras/package/macosx/eyetvplugin/eyetvplugin.h \
310         extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
311         extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
312         extras/package/macosx/README.MacOSX.rtf \
313         extras/package/macosx/Info.plist.in
314
315
316 ###############################################################################
317 # Various utilities ( editor syntax files, D-Bus controller ... )
318 ##############################################################################
319 EXTRA_DIST += \
320         extras/analyser/zsh_completion.sh \
321         extras/analyser/zsh.cpp \
322         extras/analyser/emacs.init \
323         extras/analyser/vlc.vim \
324         extras/analyser/valgrind.suppressions \
325         extras/buildsystem/make.pl \
326         extras/misc/mpris.py \
327         extras/misc/mpris.xml
328
329 ###############################################################################
330 # Scripts for building dependencies.
331 ##############################################################################
332 EXTRA_DIST += \
333         contrib/bootstrap \
334         contrib/src/
335
336 ###############################################################################
337 # Building libvlc
338 ###############################################################################
339
340 CLEANFILES = $(BUILT_SOURCES_clean)
341 DISTCLEANFILES = $(BUILT_SOURCES_distclean) compile
342 MAINTAINERCLEANFILES = ChangeLog
343
344 # Shortcut for developers to rebuild the core (libvlc + vlc)
345 # Don't use it if you don't know what it is about.
346 # Don't complain if it doesn't work. -- Courmisch
347 libcompat:
348         cd compat && $(MAKE) $(AM_MAKEFLAGS)
349
350 libvlc: libcompat
351         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
352
353 core: libvlc vlc$(EXEEXT)
354         cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT) vlc-static$(EXEEXT)
355
356 doc:
357         cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
358
359 .PHONY: libvlc core doc
360
361 ###############################################################################
362 # Building aliases
363 ###############################################################################
364
365 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc mvlc
366 bin_SCRIPTS = $(ALIASES)
367 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
368 EXTRA_SCRIPTS = $(ALL_ALIASES)
369
370 dist_noinst_SCRIPTS += make-alias
371
372 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
373
374 cvlc: make-alias Makefile
375         $(AM_V_GEN)$(MKALIAS) dummy
376
377 rvlc: make-alias Makefile
378         $(AM_V_GEN)$(MKALIAS) rc
379
380 svlc: make-alias Makefile
381         $(AM_V_GEN)$(MKALIAS) skins2
382
383 qvlc: make-alias Makefile
384         $(AM_V_GEN)$(MKALIAS) qt4
385
386 nvlc: make-alias Makefile
387         $(AM_V_GEN)$(MKALIAS) ncurses
388
389 mvlc: make-alias Makefile
390         $(AM_V_GEN)$(MKALIAS) maemo
391
392 if BUILD_VLC
393 noinst_SCRIPTS = vlc$(EXEEXT)
394 endif
395
396 vlc$(EXEEXT):
397         $(AM_V_GEN)$(LN_S) -f bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
398
399 if HAVE_DARWIN
400 if BUILD_MACOSX_VLC_APP
401 # Create the MacOS X app
402 noinst_DATA = VLC.app
403 endif
404 endif
405
406 silentstd = $(silentstd_$(V))
407 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
408 silentstd_0 = 2>&1 >/dev/null
409
410 # VLC-release.app for packaging and giving it to your friends
411 # use package-macosx to get a nice dmg
412 VLC-release.app: vlc
413         ( cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd) )
414         rm -Rf "$(top_builddir)/tmp"
415         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
416         rm -Rf $(top_builddir)/VLC-release.app
417         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
418           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
419         done
420         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
421         cat $(top_builddir)/extras/package/macosx/Info.plist | \
422         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
423         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
424         for i in AUTHORS COPYING THANKS; do \
425           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
426         done
427         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
428         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
429         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
430         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
431         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
432         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
433         mkdir -p $(top_builddir)/tmp/modules/audio_output
434         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
435         for i in \
436             AppleRemote.h \
437             AppleRemote.m \
438             about.h \
439             about.m \
440             applescript.h \
441             applescript.m \
442             controls.h \
443             controls.m \
444             intf.h \
445             intf.m \
446             macosx.m \
447             misc.h \
448             misc.m \
449             open.h \
450             open.m \
451             output.h \
452             output.m \
453             playlist.h \
454             playlist.m \
455             playlistinfo.h \
456             playlistinfo.m \
457             prefs_widgets.h \
458             prefs_widgets.m \
459             prefs.h \
460             prefs.m \
461             simple_prefs.h \
462             simple_prefs.m \
463             vout.h \
464             voutgl.m \
465             wizard.h \
466             wizard.m \
467             bookmarks.h \
468             bookmarks.m \
469             coredialogs.h \
470             coredialogs.m \
471             embeddedwindow.h \
472             embeddedwindow.m \
473             fspanel.h \
474             fspanel.m \
475             vout.m; do \
476           cp "$(srcdir)/modules/gui/macosx/$$i" \
477              $(top_builddir)/tmp/modules/gui/macosx; \
478         done
479         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
480         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
481         cd ../../../../ && \
482         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
483         rm -Rf $(top_builddir)/tmp
484         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
485         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
486         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
487         for i in $(srcdir)/share/lua/*.* ; do \
488           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
489         done ; \
490         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
491         for i in $(srcdir)/share/lua/playlist/*.* ; do \
492           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
493         done ; \
494         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
495         for i in $(srcdir)/share/lua/meta/*.* ; do \
496           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
497         done ; \
498         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
499         for i in $(srcdir)/share/lua/intf/*.* ; do \
500           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
501         done ; \
502         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
503         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
504           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
505         done ; \
506         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
507         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
508         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
510         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
511         for i in $(srcdir)/share/lua/http/*.* ; do \
512           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
513         done
514         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
515           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
516         done
517         for i in $(srcdir)/share/lua/http/js/*.* ; do \
518           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
519         done
520         for i in $(srcdir)/share/lua/http/images/*.* ; do \
521           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
522         done
523         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
524           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
525         done
526         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/README.txt $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/README.txt
527         $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $(top_builddir)/VLC-release.app/Contents/MacOS/share/vlc512x512.png
528         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
529         cat $(top_srcdir)/po/LINGUAS | while read i; do \
530           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
531           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
532           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
533           $(LN_S) -f ../English.lproj/InfoPlist.strings \
534               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
535           $(LN_S) -f ../English.lproj/MainMenu.xib \
536               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
537         done
538         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
539         rm -Rf $(top_builddir)/VLC-release.app/Contents/Frameworks/BGHUDAppKit.framework/Resources/
540         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
541         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
542
543 # This is just for development purposes. 
544 # The resulting VLC.app will only run in this tree.
545 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
546         $(AM_V_GEN)(cd src && make install $(silentstd))
547         rm -Rf $(top_builddir)/tmp
548         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
549         rm -Rf $(top_builddir)/VLC.app
550         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
551           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
552         done
553         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
554         cat $(top_builddir)/extras/package/macosx/Info.plist | \
555         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
556         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
557         for i in AUTHORS COPYING THANKS; do \
558           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
559         done
560         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
561         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
562         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
563         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
564         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
565         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
566         mkdir -p $(top_builddir)/tmp/modules/audio_output
567         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
568         for i in \
569             AppleRemote.h \
570             AppleRemote.m \
571             about.h \
572             about.m \
573             applescript.h \
574             applescript.m \
575             controls.h \
576             controls.m \
577             intf.h \
578             intf.m \
579             macosx.m \
580             misc.h \
581             misc.m \
582             open.h \
583             open.m \
584             output.h \
585             output.m \
586             playlist.h \
587             playlist.m \
588             playlistinfo.h \
589             playlistinfo.m \
590             prefs_widgets.h \
591             prefs_widgets.m \
592             prefs.h \
593             prefs.m \
594             simple_prefs.h \
595             simple_prefs.m \
596             vout.h \
597             voutgl.m \
598             wizard.h \
599             wizard.m \
600             bookmarks.h \
601             bookmarks.m \
602             coredialogs.h \
603             coredialogs.m \
604             embeddedwindow.h \
605             embeddedwindow.m \
606             fspanel.h \
607             fspanel.m \
608             vout.m; do \
609           cp "$(srcdir)/modules/gui/macosx/$$i" \
610              $(top_builddir)/tmp/modules/gui/macosx; \
611         done
612         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
613         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
614         cd ../../../../ && \
615         cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
616         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
617         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
618         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
619         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
620         $(LN_S) -f ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
621         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
622         for i in `ls $(srcdir)/share`; do \
623            $(LN_S) -f `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
624         done
625         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
626         cat $(top_srcdir)/po/LINGUAS | while read i; do \
627           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
628           $(LN_S) -f `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
629           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
630           $(LN_S) -f ../English.lproj/InfoPlist.strings \
631               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
632           $(LN_S) -f ../English.lproj/MainMenu.xib \
633               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
634         done
635         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
636
637 ###############################################################################
638 # Building architecture-specific binary packages
639 ###############################################################################
640
641 # XXX: this rule is probably only useful to you if you have exactly
642 # the same setup as the maintaner(s).
643 #
644
645 ############################################################################
646 ## Win                                                                    ##
647 ############################################################################
648 destdir=$(prefix)
649 win32_destdir=$(top_builddir)/vlc-$(VERSION)
650 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
651 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
652
653 if HAVE_WIN64
654 build-npapi:
655         touch $@
656
657 build-activex:
658         touch $@
659 else
660 if HAVE_WINCE
661 build-npapi:
662         touch $@
663
664 build-activex:
665         touch $@
666 else
667 if HAVE_WIN32
668 include extras/package/npapi.am
669 include extras/package/activex.am
670 endif
671 endif
672 endif
673
674 #Win-common is for win32 and wince
675 package-win-common: install build-npapi build-activex
676 # Check that tmp isn't in the way
677         @if test -e "$(win32_destdir)"; then \
678             echo "Error: please remove $(win32_destdir), it is in the way"; \
679             false; \
680         elif test -e "$(win32_debugdir)"; then \
681             echo "Error: please remove $(win32_debugdir), it is in the way"; \
682             false; \
683         else \
684             echo "Debug dir OK."; mkdir -p "$(win32_debugdir)"; \
685             echo "Dest dir OK."; mkdir -p "$(win32_destdir)"; \
686         fi
687
688 # Executables, major libs+manifests
689         find $(destdir) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;
690         for file in $(top_srcdir)/extras/package/win32/vlc$(EXEEXT).manifest \
691                 $(top_srcdir)/extras/package/win32/libvlc$(LIBEXT).manifest; \
692             do cp $$file "$(win32_destdir)/" ; done;
693
694 # Text files and clean them
695         for file in AUTHORS THANKS ; \
696           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
697         for file in NEWS COPYING README; \
698           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
699
700 # Necessary icon
701         cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
702
703 # Locales
704         -cp -r $(destdir)/share/locale $(win32_destdir)
705
706 # Plugins
707         cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
708
709 if BUILD_LUA
710         mkdir -p $(win32_destdir)/lua
711         cp -r $(destdir)/lib/vlc/lua/* $(win32_destdir)/lua
712         cp -r $(destdir)/share/vlc/lua/* $(win32_destdir)/lua
713 endif
714
715 if BUILD_SKINS
716         cp -r $(destdir)/share/vlc/skins2 $(win32_destdir)/skins
717 endif
718 if BUILD_OSDMENU
719         cp -r $(destdir)/share/vlc/osdmenu "$(win32_destdir)/osdmenu"
720         for file in $(win32_destdir)/osdmenu/*.cfg; do \
721                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
722                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
723                 rm -f -- "$$file.tmp"; \
724         done
725 endif
726 if !HAVE_WIN64
727 if !HAVE_WINCE
728         cp "$(top_builddir)/activex-vlc/src/axvlc.dll.manifest" "$(win32_destdir)/"
729         cp "$(top_builddir)/activex-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
730         cp "$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest" "$(win32_destdir)/"
731         cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
732 endif
733 endif
734
735 # SDK
736         mkdir -p "$(win32_destdir)/sdk/lib"
737         cp -r $(destdir)/include "$(win32_destdir)/sdk"
738         cp -r $(destdir)/lib/pkgconfig "$(win32_destdir)/sdk/lib"
739         for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
740         cp -rv $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; done
741 if !HAVE_WIN64
742 if !HAVE_WINCE
743         mkdir -p "$(win32_destdir)/sdk/activex"
744         cp $(top_builddir)/activex-vlc/README $(win32_destdir)/sdk/activex/README.TXT
745         cp $(top_builddir)/activex-vlc/src/test.html $(win32_destdir)/sdk/activex/
746 endif
747 endif
748
749         find $(win32_destdir) -type f \( -name "*xml" -or -name "*html" -or -name '*js' -or -name '*css' -or -name '*hosts' -or -iname '*txt' -or -name '*.cfg' -or -name '*.lua' \) -exec $(U2D) {} \;
750
751 #Enable DEP and ASLR for all the binaries
752 if USE_PEFLAGS
753         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print \) -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
754 endif
755         find $(win32_destdir)/plugins/ -type f \( -name '*.a' -or -name '*.la' \) -exec rm -rvf {} \;
756
757 package-win-base: package-win-common
758         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
759         do if test -n "$$i" ; then \
760             $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
761             $(OBJCOPY) --strip-all "$$i" ; \
762             $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
763             mv "$$i.dbg" "$(win32_debugdir)"; \
764           fi ; \
765         done
766
767 package-win32-webplugin-common: package-win-base
768         mkdir -p "$(win32_xpi_destdir)/plugins"
769         find $(destdir) -maxdepth 4 -name "*$(LIBEXT)" -exec cp {} "$(win32_xpi_destdir)/" \;
770 if !HAVE_WIN64
771         cp $(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins"
772 endif
773         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins"
774         cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins"
775         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
776         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
777
778 package-win32-xpi: package-win32-webplugin-common
779 if !HAVE_WIN64
780         cp $(top_builddir)/npapi-vlc/npapi/install.rdf "$(win32_xpi_destdir)"
781         cd $(win32_xpi_destdir) && zip -r "../vlc-$(VERSION).xpi" install.rdf plugins
782 endif
783
784 package-win32-crx: package-win32-webplugin-common
785 if !HAVE_WIN64
786         cp $(top_builddir)/npapi-vlc/npapi/manifest.json "$(win32_xpi_destdir)"
787         crxmake --pack-extension "$(win32_xpi_destdir)" \
788                 --extension-output "$(win32_destdir)/vlc-$(VERSION).crx" --ignore-file install.rdf
789 endif
790
791 package-win32-base-exe: package-win-base
792 # Script installer
793         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
794         cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
795         mkdir "$(win32_destdir)/languages"
796         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
797 # Copy the UAC NSIS plugin
798         mkdir -p "$(win32_destdir)/NSIS"
799         cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
800         cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
801
802 # Create package
803         if makensis -VERSION >/dev/null 2>&1; then \
804             MAKENSIS="makensis"; \
805         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
806             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
807         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
808             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
809         elif wine --version >/dev/null 2>&1; then \
810             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
811         else \
812             echo 'Error: cannot locate makensis tool'; exit 1; \
813         fi; \
814         eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
815         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
816
817 package-win32-base-zip: package-win-base
818 # Create package
819         rm -f -- vlc-$(VERSION)-win32.zip
820         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
821
822 package-win32-base-debug-zip: package-win-common
823 # Create package
824         rm -f -- vlc-$(VERSION)-win32-debug.zip
825         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
826
827 package-win32-base-7zip: package-win-base
828 # Create package
829         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
830
831 package-win32-base-debug-7zip: package-win-common
832 # Create package
833         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
834
835 package-win32-cleanup:
836         rm -Rf $(win32_destdir) $(win32_debugdir)
837
838 package-win32-exe: package-win-base package-win32-base-exe package-win32-cleanup
839
840 package-win32-zip: package-win32-base-zip package-win32-cleanup
841
842 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
843
844 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
845
846 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
847
848 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe package-win32-xpi
849
850 package-win32: package-win32-no-clean package-win32-cleanup
851
852 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
853
854
855 #######
856 # WinCE
857 #######
858 package-wince-base: package-win-base
859
860 package-wince-base-zip: package-wince-base
861 # Create package
862         rm -f -- vlc-$(VERSION)-wince.zip
863         zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
864
865 package-wince: package-wince-base-zip package-win32-cleanup
866
867
868 #########################################################################
869 ## MacOS X                                                             ##
870 #########################################################################
871 package-macosx: VLC-release.app ChangeLog
872 # Check that the temporary location isn't in the way
873         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
874           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
875         fi
876
877         echo "Create package directory: vlc-$(VERSION)/";
878         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
879
880 # Copy relevant files 
881         @if test -e "$(top_builddir)/VLC-release.app/"; then \
882           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
883         else \
884           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
885         fi
886         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
887           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
888           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
889           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
890           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
891           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
892         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
893
894 # Place a link to the application folder
895         $(LN_S) /Applications $(top_builddir)/vlc-$(VERSION)/Applications
896
897 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
898         echo "Creating disk image"
899         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
900         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
901           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
902         echo "Disk image creation completed:"
903         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
904
905 # Create disk image 
906 #       echo "Creating disk image"
907 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
908 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
909 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
910 #         -scrub -imagekey zlib-level=9 -attach
911
912 # Make sure the root window of the dmg will pop up when the dmg is mounted.
913 # Note: We dont mount in /Volumes to be sure we won't collide with an other
914 # finder mounted dmg with the same name.
915 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
916 #       mkdir -p $(top_builddir)/vlcmnt
917 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
918 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
919 #       sleep 1 # Make sure operation completes
920 #       cd "$(srcdir)"
921
922 # Unmount the image now
923 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
924 #       rm -R $(top_builddir)/vlcmnt
925
926 # Make sure the image is not writable
927 # Note: We can't directly create a read only dmg as we do the bless stuff
928         echo "Make the disk image read-only"
929         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
930         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
931         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
932
933 # We are done
934         echo "Disk image creation completed:"
935         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
936
937 # Clean up
938         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
939
940 package-macosx-zip: VLC-release.app
941         rm -Rf $(top_builddir)/vlc-$(VERSION)
942         mkdir -p $(top_builddir)/vlc-$(VERSION)
943         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
944         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
945         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
946           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
947         done
948         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
949              $(top_builddir)/vlc-$(VERSION)/Goodies
950         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
951            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
952         zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
953         rm -Rf $(top_builddir)/vlc-$(VERSION)
954
955 package-macosx-framework-zip:
956         rm -Rf $(top_builddir)/vlckit-$(VERSION)
957         mkdir -p $(top_builddir)/vlckit-$(VERSION)
958         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
959           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
960         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
961         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
962           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
963         done
964         zip -r -y -9 $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
965         rm -Rf $(top_builddir)/vlc-$(VERSION)
966
967 package-translations:
968         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
969           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
970           false; \
971         else \
972           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
973         fi
974 # Copy translations
975         cat $(top_srcdir)/po/LINGUAS | while read i; do \
976           cp "$(srcdir)/po/$${i}.po" \
977             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
978             || true ; \
979         done
980         cp "$(srcdir)/doc/translations.txt" \
981           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
982
983         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
984         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
985         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
986         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
987         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
988         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
989         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
990         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
991
992         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
993           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
994
995 ###############################################################################
996 # PO translation files update
997 ###############################################################################
998 .PHONY: update-po
999
1000 update-po:
1001         cd po && $(MAKE) POTFILES vlc.pot update-po
1002
1003
1004 ###############################################################################
1005 # Enforce Mac OS X deployment target environment variable
1006 ###############################################################################
1007 macosx-sdk: Makefile.in $(HEADERS_include)
1008         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)