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