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