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