]> git.sesse.net Git - vlc/blob - Makefile.am
Distribute lithuanian.nsh
[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         rm -Rf "$(top_builddir)/tmp"
430         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
431         rm -Rf $(top_builddir)/VLC-release.app
432         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
433           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
434         done
435         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
436         cat $(top_builddir)/extras/package/macosx/Info.plist | \
437         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
438         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
439         for i in AUTHORS COPYING THANKS; do \
440           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
441         done
442         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
443         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
444         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
445         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
446         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
447         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
448         mkdir -p $(top_builddir)/tmp/modules/audio_output
449         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
450         for i in \
451             AppleRemote.h \
452             AppleRemote.m \
453             about.h \
454             about.m \
455             applescript.h \
456             applescript.m \
457             controls.h \
458             controls.m \
459             intf.h \
460             intf.m \
461             macosx.m \
462             misc.h \
463             misc.m \
464             open.h \
465             open.m \
466             output.h \
467             output.m \
468             playlist.h \
469             playlist.m \
470             playlistinfo.h \
471             playlistinfo.m \
472             prefs_widgets.h \
473             prefs_widgets.m \
474             prefs.h \
475             prefs.m \
476             simple_prefs.h \
477             simple_prefs.m \
478             vout.h \
479             voutgl.m \
480             wizard.h \
481             wizard.m \
482             bookmarks.h \
483             bookmarks.m \
484             coredialogs.h \
485             coredialogs.m \
486             embeddedwindow.h \
487             embeddedwindow.m \
488             fspanel.h \
489             fspanel.m \
490             vout.m; do \
491           cp "$(srcdir)/modules/gui/macosx/$$i" \
492              $(top_builddir)/tmp/modules/gui/macosx; \
493         done
494         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
495         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
496         cd ../../../../ && \
497         cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
498         rm -Rf $(top_builddir)/tmp
499         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
500         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
501         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
502         for i in $(srcdir)/share/lua/*.* ; do \
503           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
504         done ; \
505         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
506         for i in $(srcdir)/share/lua/playlist/*.* ; do \
507           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
508         done ; \
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
510         for i in $(srcdir)/share/lua/meta/*.* ; do \
511           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
512         done ; \
513         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
514         for i in $(srcdir)/share/lua/intf/*.* ; do \
515           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
516         done ; \
517         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
518         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
519           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
520         done ; \
521         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
522         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
523         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
524         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
525         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
526         for i in $(srcdir)/share/lua/http/*.* ; do \
527           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
528         done
529         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
530           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
531         done
532         for i in $(srcdir)/share/lua/http/js/*.* ; do \
533           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
534         done
535         for i in $(srcdir)/share/lua/http/images/*.* ; do \
536           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
537         done
538         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
539           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
540         done
541         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/README.txt $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/README.txt
542         $(INSTALL) -m 644 $(srcdir)/share/vlc512x512.png $(top_builddir)/VLC-release.app/Contents/MacOS/share/vlc512x512.png
543         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
544         cat $(top_srcdir)/po/LINGUAS | while read i; do \
545           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
546           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
547           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
548           $(LN_S) -f ../English.lproj/InfoPlist.strings \
549               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
550           $(LN_S) -f ../English.lproj/MainMenu.xib \
551               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
552         done
553         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
554         rm -Rf $(top_builddir)/VLC-release.app/Contents/Frameworks/BGHUDAppKit.framework/Resources/
555         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
556         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
557
558 # This is just for development purposes. 
559 # The resulting VLC.app will only run in this tree.
560 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/lib/.libs/libvlc.dylib
561         $(AM_V_GEN)(cd src && make install $(silentstd))
562         rm -Rf $(top_builddir)/tmp
563         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
564         rm -Rf $(top_builddir)/VLC.app
565         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
566           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
567         done
568         REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
569         cat $(top_builddir)/extras/package/macosx/Info.plist | \
570         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
571         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
572         for i in AUTHORS COPYING THANKS; do \
573           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
574         done
575         mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
576         cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
577         mkdir -p $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
578         cp -R $(CONTRIB_DIR)/BGHUDAppKit/BGHUDAppKit.framework $(top_builddir)/tmp/extras/contrib/BGHUDAppKit
579         mkdir -p $(top_builddir)/tmp/extras/contrib/Growl
580         cp -R $(CONTRIB_DIR)/Growl/Growl.framework $(top_builddir)/tmp/extras/contrib/Growl
581         mkdir -p $(top_builddir)/tmp/modules/audio_output
582         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
583         for i in \
584             AppleRemote.h \
585             AppleRemote.m \
586             about.h \
587             about.m \
588             applescript.h \
589             applescript.m \
590             controls.h \
591             controls.m \
592             intf.h \
593             intf.m \
594             macosx.m \
595             misc.h \
596             misc.m \
597             open.h \
598             open.m \
599             output.h \
600             output.m \
601             playlist.h \
602             playlist.m \
603             playlistinfo.h \
604             playlistinfo.m \
605             prefs_widgets.h \
606             prefs_widgets.m \
607             prefs.h \
608             prefs.m \
609             simple_prefs.h \
610             simple_prefs.m \
611             vout.h \
612             voutgl.m \
613             wizard.h \
614             wizard.m \
615             bookmarks.h \
616             bookmarks.m \
617             coredialogs.h \
618             coredialogs.m \
619             embeddedwindow.h \
620             embeddedwindow.m \
621             fspanel.h \
622             fspanel.m \
623             vout.m; do \
624           cp "$(srcdir)/modules/gui/macosx/$$i" \
625              $(top_builddir)/tmp/modules/gui/macosx; \
626         done
627         $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
628         xcodebuild -target vlc SYMROOT=../../../build DSTROOT=../../../build $(silentstd) && \
629         cd ../../../../ && \
630         cp -R -L $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
631         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
632         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
633         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
634         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
635         $(LN_S) -f ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/plugins
636         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
637         for i in `ls $(srcdir)/share`; do \
638            $(LN_S) -f `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
639         done
640         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
641         cat $(top_srcdir)/po/LINGUAS | while read i; do \
642           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
643           $(LN_S) -f `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
644           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
645           $(LN_S) -f ../English.lproj/InfoPlist.strings \
646               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
647           $(LN_S) -f ../English.lproj/MainMenu.xib \
648               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
649         done
650         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
651
652 ###############################################################################
653 # Building architecture-specific binary packages
654 ###############################################################################
655
656 # XXX: this rule is probably only useful to you if you have exactly
657 # the same setup as the maintaner(s).
658 #
659
660 ############################################################################
661 ## Win                                                                    ##
662 ############################################################################
663 destdir=$(prefix)
664 win32_destdir=$(top_builddir)/vlc-$(VERSION)
665 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
666 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
667
668 if HAVE_WIN64
669 build-npapi:
670         touch $@
671
672 build-activex:
673         touch $@
674 else
675 if HAVE_WINCE
676 build-npapi:
677         touch $@
678
679 build-activex:
680         touch $@
681 else
682 if HAVE_WIN32
683 include extras/package/npapi.am
684 include extras/package/activex.am
685 endif
686 endif
687 endif
688
689 #Win-common is for win32 and wince
690 package-win-common: install build-npapi build-activex
691 # Check that tmp isn't in the way
692         @if test -e "$(win32_destdir)"; then \
693             echo "Error: please remove $(win32_destdir), it is in the way"; \
694             false; \
695         elif test -e "$(win32_debugdir)"; then \
696             echo "Error: please remove $(win32_debugdir), it is in the way"; \
697             false; \
698         else \
699             echo "Debug dir OK."; mkdir -p "$(win32_debugdir)"; \
700             echo "Dest dir OK."; mkdir -p "$(win32_destdir)"; \
701         fi
702
703 # Executables, major libs+manifests
704         find $(destdir) -maxdepth 4 \( -name "*$(LIBEXT)" -o -name "*$(EXEEXT)" \) -exec cp {} "$(win32_destdir)/" \;
705         for file in $(top_srcdir)/extras/package/win32/vlc$(EXEEXT).manifest \
706                 $(top_srcdir)/extras/package/win32/libvlc$(LIBEXT).manifest; \
707             do cp $$file "$(win32_destdir)/" ; done;
708
709 # Text files and clean them
710         for file in AUTHORS THANKS ; \
711           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
712         for file in NEWS COPYING README; \
713           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
714
715 # Necessary icon
716         cp $(srcdir)/share/icons/vlc.ico $(win32_destdir)
717
718 # Locales
719         -cp -r $(destdir)/share/locale $(win32_destdir)
720
721 # Plugins
722         cp -r $(destdir)/lib/vlc/plugins $(win32_destdir)
723
724 if BUILD_LUA
725         mkdir -p $(win32_destdir)/lua
726         cp -r $(destdir)/lib/vlc/lua/* $(win32_destdir)/lua
727         cp -r $(destdir)/share/vlc/lua/* $(win32_destdir)/lua
728 endif
729
730 if BUILD_SKINS
731         cp -r $(destdir)/share/vlc/skins2 $(win32_destdir)/skins
732 endif
733 if BUILD_OSDMENU
734         cp -r $(destdir)/share/vlc/osdmenu "$(win32_destdir)/osdmenu"
735         for file in $(win32_destdir)/osdmenu/*.cfg; do \
736                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
737                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
738                 rm -f -- "$$file.tmp"; \
739         done
740 endif
741 if !HAVE_WIN64
742 if !HAVE_WINCE
743         cp "$(top_builddir)/activex-vlc/src/axvlc.dll.manifest" "$(win32_destdir)/"
744         cp "$(top_builddir)/activex-vlc/installed/lib/axvlc.dll" "$(win32_destdir)/"
745         cp "$(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest" "$(win32_destdir)/"
746         cp "$(top_builddir)/npapi-vlc/installed/lib/npvlc.dll" "$(win32_destdir)/"
747 endif
748 endif
749
750 # SDK
751         mkdir -p "$(win32_destdir)/sdk/lib"
752         cp -r $(destdir)/include "$(win32_destdir)/sdk"
753         cp -r $(destdir)/lib/pkgconfig "$(win32_destdir)/sdk/lib"
754         for file in libvlc.dll.a libvlc.la libvlccore.dll.a libvlccore.la; do \
755         cp -rv $(destdir)/lib/$$file "$(win32_destdir)/sdk/lib"; done
756 if !HAVE_WIN64
757 if !HAVE_WINCE
758         mkdir -p "$(win32_destdir)/sdk/activex"
759         cp $(top_builddir)/activex-vlc/README $(win32_destdir)/sdk/activex/README.TXT
760         cp $(top_builddir)/activex-vlc/src/test.html $(win32_destdir)/sdk/activex/
761 endif
762 endif
763
764         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) {} \;
765
766 #Enable DEP and ASLR for all the binaries
767 if USE_PEFLAGS
768         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -print -o -name '*$(EXEEXT)' -print \) -exec $(PEFLAGS) --dynamicbase=true --nxcompat=true {} \;
769 endif
770         find $(win32_destdir)/plugins/ -type f \( -name '*.a' -or -name '*.la' \) -exec rm -rvf {} \;
771
772 package-win-base: package-win-common
773         find $(win32_destdir) -type f \( -name '*$(LIBEXT)' -or -name '*$(EXEEXT)' \) | while read i; \
774         do if test -n "$$i" ; then \
775             $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
776             $(OBJCOPY) --strip-all "$$i" ; \
777             $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
778             mv "$$i.dbg" "$(win32_debugdir)"; \
779           fi ; \
780         done
781
782 package-win32-webplugin-common: package-win-base
783         mkdir -p "$(win32_xpi_destdir)/plugins"
784         find $(destdir) -maxdepth 4 -name "*$(LIBEXT)" -exec cp {} "$(win32_xpi_destdir)/" \;
785 if !HAVE_WIN64
786         cp $(top_builddir)/npapi-vlc/npapi/npvlc.dll.manifest "$(win32_xpi_destdir)/plugins"
787 endif
788         cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_xpi_destdir)/plugins"
789         cp -r $(win32_destdir)/plugins/ "$(win32_xpi_destdir)/plugins"
790         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
791         rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
792
793 package-win32-xpi: package-win32-webplugin-common
794 if !HAVE_WIN64
795         cp $(top_builddir)/npapi-vlc/npapi/install.rdf "$(win32_xpi_destdir)"
796         cd $(win32_xpi_destdir) && zip -r "../vlc-$(VERSION).xpi" install.rdf plugins
797 endif
798
799 package-win32-crx: package-win32-webplugin-common
800 if !HAVE_WIN64
801         cp $(top_builddir)/npapi-vlc/npapi/manifest.json "$(win32_xpi_destdir)"
802         crxmake --pack-extension "$(win32_xpi_destdir)" \
803                 --extension-output "$(win32_destdir)/vlc-$(VERSION).crx" --ignore-file install.rdf
804 endif
805
806 package-win32-base-exe: package-win-base
807 # Script installer
808         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
809         cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
810         mkdir "$(win32_destdir)/languages"
811         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
812 # Copy the UAC NSIS plugin
813         mkdir -p "$(win32_destdir)/NSIS"
814         cp "$(top_srcdir)/extras/package/win32/UAC.nsh" "$(win32_destdir)/NSIS"
815         cp "$(top_srcdir)/extras/package/win32/UAC.dll" "$(win32_destdir)/NSIS"
816
817 # Create package
818         if makensis -VERSION >/dev/null 2>&1; then \
819             MAKENSIS="makensis"; \
820         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
821             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
822         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
823             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
824         elif wine --version >/dev/null 2>&1; then \
825             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
826         else \
827             echo 'Error: cannot locate makensis tool'; exit 1; \
828         fi; \
829         eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
830         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
831
832 package-win32-base-zip: package-win-base
833 # Create package
834         rm -f -- vlc-$(VERSION)-win32.zip
835         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
836
837 package-win32-base-debug-zip: package-win-common
838 # Create package
839         rm -f -- vlc-$(VERSION)-win32-debug.zip
840         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
841
842 package-win32-base-7zip: package-win-base
843 # Create package
844         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
845
846 package-win32-base-debug-7zip: package-win-common
847 # Create package
848         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
849
850 package-win32-cleanup:
851         rm -Rf $(win32_destdir) $(win32_debugdir)
852
853 package-win32-exe: package-win-base package-win32-base-exe package-win32-cleanup
854
855 package-win32-zip: package-win32-base-zip package-win32-cleanup
856
857 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
858
859 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
860
861 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
862
863 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe package-win32-xpi
864
865 package-win32: package-win32-no-clean package-win32-cleanup
866
867 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
868
869
870 #######
871 # WinCE
872 #######
873 package-wince-base: package-win-base
874
875 package-wince-base-zip: package-wince-base
876 # Create package
877         rm -f -- vlc-$(VERSION)-wince.zip
878         zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
879
880 package-wince: package-wince-base-zip package-win32-cleanup
881
882
883 #########################################################################
884 ## MacOS X                                                             ##
885 #########################################################################
886 package-macosx: VLC-release.app ChangeLog
887 # Check that the temporary location isn't in the way
888         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
889           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
890         fi
891
892         echo "Create package directory: vlc-$(VERSION)/";
893         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
894
895 # Copy relevant files 
896         @if test -e "$(top_builddir)/VLC-release.app/"; then \
897           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
898         else \
899           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
900         fi
901         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
902           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
903           cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
904           cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
905           cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
906           cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
907         cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
908
909 # Place a link to the application folder
910         $(LN_S) /Applications $(top_builddir)/vlc-$(VERSION)/Applications
911
912 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
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" -scrub
917         echo "Disk image creation completed:"
918         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
919
920 # Create disk image 
921 #       echo "Creating disk image"
922 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
923 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
924 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
925 #         -scrub -imagekey zlib-level=9 -attach
926
927 # Make sure the root window of the dmg will pop up when the dmg is mounted.
928 # Note: We dont mount in /Volumes to be sure we won't collide with an other
929 # finder mounted dmg with the same name.
930 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
931 #       mkdir -p $(top_builddir)/vlcmnt
932 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
933 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
934 #       sleep 1 # Make sure operation completes
935 #       cd "$(srcdir)"
936
937 # Unmount the image now
938 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
939 #       rm -R $(top_builddir)/vlcmnt
940
941 # Make sure the image is not writable
942 # Note: We can't directly create a read only dmg as we do the bless stuff
943         echo "Make the disk image read-only"
944         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
945         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
946         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
947
948 # We are done
949         echo "Disk image creation completed:"
950         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
951
952 # Clean up
953         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
954
955 package-macosx-zip: VLC-release.app
956         rm -Rf $(top_builddir)/vlc-$(VERSION)
957         mkdir -p $(top_builddir)/vlc-$(VERSION)
958         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
959         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
960         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
961           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
962         done
963         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
964              $(top_builddir)/vlc-$(VERSION)/Goodies
965         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
966            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
967         zip -r -y -9 $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
968         rm -Rf $(top_builddir)/vlc-$(VERSION)
969
970 package-macosx-framework-zip:
971         rm -Rf $(top_builddir)/vlckit-$(VERSION)
972         mkdir -p $(top_builddir)/vlckit-$(VERSION)
973         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
974           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
975         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
976         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
977           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
978         done
979         zip -r -y -9 $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
980         rm -Rf $(top_builddir)/vlc-$(VERSION)
981
982 package-translations:
983         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
984           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
985           false; \
986         else \
987           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
988         fi
989 # Copy translations
990         cat $(top_srcdir)/po/LINGUAS | while read i; do \
991           cp "$(srcdir)/po/$${i}.po" \
992             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
993             || true ; \
994         done
995         cp "$(srcdir)/doc/translations.txt" \
996           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
997
998         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
999         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1000         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1001         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1002         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1003         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1004         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1005         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1006
1007         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1008           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1009
1010 ###############################################################################
1011 # PO translation files update
1012 ###############################################################################
1013 .PHONY: update-po
1014
1015 update-po:
1016         cd po && $(MAKE) POTFILES vlc.pot update-po
1017
1018
1019 ###############################################################################
1020 # Enforce Mac OS X deployment target environment variable
1021 ###############################################################################
1022 macosx-sdk: Makefile.in $(HEADERS_include)
1023         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)