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