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