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