]> git.sesse.net Git - vlc/blob - Makefile.am
Move the Changelogs to maintainer-clean.
[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, mozilla and bindings
9 #  - libs/* are needed by modules
10 BASE_SUBDIRS = po compat src bin modules share doc test
11 EXTRA_SUBDIRS = m4 extras/package/ipkg \
12         libs/loader libs/srtp libs/unzip \
13         projects/mozilla projects/activex
14 DIST_SUBDIRS = $(BASE_SUBDIRS) $(EXTRA_SUBDIRS)
15
16 SUBDIRS = po compat src
17 if LOADER
18 SUBDIRS += libs/loader
19 endif
20 if HAVE_LIBGCRYPT
21 SUBDIRS += libs/srtp
22 endif
23 if HAVE_ZLIB
24 if !HAVE_MINIZIP
25 SUBDIRS += libs/unzip
26 endif
27 endif
28 if BUILD_VLC
29 SUBDIRS += bin
30 endif
31 SUBDIRS += modules share doc test
32 if BUILD_MOZILLA
33 SUBDIRS += projects/mozilla
34 endif
35 if BUILD_ACTIVEX
36 SUBDIRS += projects/activex
37 endif
38
39 EXTRA_DIST = \
40         HACKING \
41         INSTALL.win32 \
42         INSTALL.wince \
43         extras/package/win32/vlc.exe.manifest \
44         extras/package/win32/libvlc.dll.manifest \
45         MAINTAINERS \
46         extras/package/macosx/README.MacOSX.rtf \
47         vlc-config.in.in \
48         extras/package/rpm/vlc.fedora.spec \
49         extras/package/rpm/vlc.altlinux.spec \
50         extras/package/win32/vlc.win32.nsi.in \
51         extras/package/win32/languages/declaration.nsh \
52         extras/package/win32/languages/english.nsh \
53         extras/package/win32/languages/french.nsh
54
55 dist_noinst_SCRIPTS = bootstrap toolbox
56 nodist_noinst_SCRIPTS = compile
57
58 BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi
59 if HAVE_DARWIN
60 BUILT_SOURCES_clean = macosx-sdk
61 else
62 BUILT_SOURCES_clean =
63 endif
64
65 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
66
67 SUFFIXES = 
68
69 DISTCHECK_CONFIGURE_FLAGS = \
70         --enable-fast-install \
71         --disable-dbus \
72         --disable-dvd --disable-mad --disable-libmpeg2 \
73         --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 \
74         --disable-live555 \
75         --disable-fribidi --disable-glx
76
77 ACLOCAL_AMFLAGS = -I m4
78 AUTOMAKE_OPTIONS = \
79         1.9 \
80         -Wall \
81         check-news \
82         dist-bzip2 \
83         no-dist-gzip
84 #       std-options
85
86 ChangeLog: Makefile.am
87         rm -f -- "$@"
88         cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
89         ln -sf doc/ChangeLog-2009 "$@"
90
91 ###############################################################################
92 # MacOS X project
93 ###############################################################################
94
95 EXTRA_DIST += \
96         extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib \
97         extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib \
98         extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
99         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/classes.nib \
100         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/info.nib \
101         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
102         extras/package/macosx/Resources/English.lproj/About.nib/classes.nib \
103         extras/package/macosx/Resources/English.lproj/About.nib/info.nib \
104         extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
105         extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib \
106         extras/package/macosx/Resources/English.lproj/Open.nib/info.nib \
107         extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
108         extras/package/macosx/Resources/English.lproj/Preferences.nib/classes.nib \
109         extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib \
110         extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
111         extras/package/macosx/Resources/English.lproj/Wizard.nib/classes.nib \
112         extras/package/macosx/Resources/English.lproj/Wizard.nib/info.nib \
113         extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
114         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/classes.nib \
115         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/info.nib \
116         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
117         extras/package/macosx/Resources/English.lproj/Extended.nib/classes.nib \
118         extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib \
119         extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
120         extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib \
121         extras/package/macosx/Resources/English.lproj/Update.nib/info.nib \
122         extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib \
123         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/classes.nib \
124         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/info.nib \
125         extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib \
126         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/classes.nib \
127         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/info.nib \
128         extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/keyedobjects.nib \
129         extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \
130         extras/package/macosx/Resources/a52.icns \
131         extras/package/macosx/Resources/aac.icns \
132         extras/package/macosx/Resources/asf.icns \
133         extras/package/macosx/Resources/asx.icns \
134         extras/package/macosx/Resources/avi.icns \
135         extras/package/macosx/Resources/bin.icns \
136         extras/package/macosx/Resources/cue.icns \
137         extras/package/macosx/Resources/dat.icns \
138         extras/package/macosx/Resources/divx.icns \
139         extras/package/macosx/Resources/dv.icns \
140         extras/package/macosx/Resources/generic.icns \
141         extras/package/macosx/Resources/m3u.icns \
142         extras/package/macosx/Resources/mov.icns \
143         extras/package/macosx/Resources/mp3.icns \
144         extras/package/macosx/Resources/mp4.icns \
145         extras/package/macosx/Resources/mpeg.icns \
146         extras/package/macosx/Resources/mpeg1.icns \
147         extras/package/macosx/Resources/mpeg2.icns \
148         extras/package/macosx/Resources/mpeg4.icns \
149         extras/package/macosx/Resources/mpg.icns \
150         extras/package/macosx/Resources/ogg.icns \
151         extras/package/macosx/Resources/ogm.icns \
152         extras/package/macosx/Resources/pls.icns \
153         extras/package/macosx/Resources/srt.icns \
154         extras/package/macosx/Resources/sub.icns \
155         extras/package/macosx/Resources/vlc.icns \
156         extras/package/macosx/Resources/vob.icns \
157         extras/package/macosx/Resources/wma.icns \
158         extras/package/macosx/Resources/wmv.icns \
159         extras/package/macosx/Resources/pause.png \
160         extras/package/macosx/Resources/pause_blue.png \
161         extras/package/macosx/Resources/play.png \
162         extras/package/macosx/Resources/play_blue.png \
163         extras/package/macosx/Resources/stop.png \
164         extras/package/macosx/Resources/stop_blue.png \
165         extras/package/macosx/Resources/display_left.png \
166         extras/package/macosx/Resources/display_middle.png \
167         extras/package/macosx/Resources/display_right.png \
168         extras/package/macosx/Resources/display_slider.png \
169         extras/package/macosx/Resources/display_track.png \
170         extras/package/macosx/Resources/equalizerdrawer_active.png \
171         extras/package/macosx/Resources/equalizerdrawer_blue.png \
172         extras/package/macosx/Resources/fullscreen_active.png \
173         extras/package/macosx/Resources/fullscreen_blue.png \
174         extras/package/macosx/Resources/next_active.png \
175         extras/package/macosx/Resources/next_blue.png \
176         extras/package/macosx/Resources/playlistdrawer_active.png \
177         extras/package/macosx/Resources/playlistdrawer_blue.png \
178         extras/package/macosx/Resources/previous_active.png \
179         extras/package/macosx/Resources/previous_blue.png \
180         extras/package/macosx/Resources/skip_forward_active.png \
181         extras/package/macosx/Resources/skip_forward_blue.png \
182         extras/package/macosx/Resources/skip_previous_active.png \
183         extras/package/macosx/Resources/skip_previous_blue.png \
184         extras/package/macosx/Resources/volume_high.png \
185         extras/package/macosx/Resources/volume_low.png \
186         extras/package/macosx/Resources/volumeslider_blue.png \
187         extras/package/macosx/Resources/volumeslider_normal.png \
188         extras/package/macosx/Resources/volumetrack.png \
189         extras/package/macosx/Resources/about_bg.png \
190         extras/package/macosx/Resources/skip_forward_active_embedded.png \
191         extras/package/macosx/Resources/play_embedded.png \
192         extras/package/macosx/Resources/pause_embedded.png \
193         extras/package/macosx/Resources/skip_previous_active_embedded.png \
194         extras/package/macosx/Resources/pause_embedded_blue.png \
195         extras/package/macosx/Resources/play_embedded_blue.png \
196         extras/package/macosx/Resources/skip_forward_embedded_blue.png \
197         extras/package/macosx/Resources/skip_previous_embedded_blue.png \
198         extras/package/macosx/Resources/vlc.scriptSuite \
199         extras/package/macosx/Resources/vlc.scriptTerminology \
200         extras/package/macosx/Resources/README \
201         extras/package/macosx/Resources/add_embedded.png \
202         extras/package/macosx/Resources/add_embedded_blue.png \
203         extras/package/macosx/Resources/repeat_embedded.png \
204         extras/package/macosx/Resources/repeat_embedded_blue.png \
205         extras/package/macosx/Resources/repeat_single_embedded_blue.png \
206         extras/package/macosx/Resources/shuffle_embedded.png \
207         extras/package/macosx/Resources/shuffle_embedded_blue.png \
208         extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png \
209         extras/package/macosx/Resources/fs_volume_slider_knob.png \
210         extras/package/macosx/Resources/fs_volume_slider_bar.png \
211         extras/package/macosx/Resources/fs_volume_mute_highlight.png \
212         extras/package/macosx/Resources/fs_volume_mute.png \
213         extras/package/macosx/Resources/fs_volume_max_highlight.png \
214         extras/package/macosx/Resources/fs_volume_max.png \
215         extras/package/macosx/Resources/fs_time_slider_knob_highlight.png \
216         extras/package/macosx/Resources/fs_time_slider_knob.png \
217         extras/package/macosx/Resources/fs_time_slider.png \
218         extras/package/macosx/Resources/fs_stop_highlight.png \
219         extras/package/macosx/Resources/fs_stop.png \
220         extras/package/macosx/Resources/fs_skip_previous_highlight.png \
221         extras/package/macosx/Resources/fs_skip_previous.png \
222         extras/package/macosx/Resources/fs_skip_next_highlight.png \
223         extras/package/macosx/Resources/fs_skip_next.png \
224         extras/package/macosx/Resources/fs_rewind_highlight.png \
225         extras/package/macosx/Resources/fs_rewind.png \
226         extras/package/macosx/Resources/fs_play_highlight.png \
227         extras/package/macosx/Resources/fs_play.png \
228         extras/package/macosx/Resources/fs_pause_highlight.png \
229         extras/package/macosx/Resources/fs_pause.png \
230         extras/package/macosx/Resources/fs_forward_highlight.png \
231         extras/package/macosx/Resources/fs_forward.png \
232         extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png \
233         extras/package/macosx/Resources/fs_exit_fullscreen.png \
234         extras/package/macosx/Resources/fs_background.png \
235         extras/package/macosx/Resources/add_embedded_graphite.png \
236         extras/package/macosx/Resources/equalizerdrawer_graphite.png \
237         extras/package/macosx/Resources/fullscreen_graphite.png \
238         extras/package/macosx/Resources/next_graphite.png \
239         extras/package/macosx/Resources/pause_embedded_graphite.png \
240         extras/package/macosx/Resources/pause_graphite.png \
241         extras/package/macosx/Resources/play_embedded_graphite.png \
242         extras/package/macosx/Resources/play_graphite.png \
243         extras/package/macosx/Resources/playlistdrawer_graphite.png \
244         extras/package/macosx/Resources/previous_graphite.png \
245         extras/package/macosx/Resources/repeat_embedded_graphite.png \
246         extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
247         extras/package/macosx/Resources/shuffle_embedded_graphite.png \
248         extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
249         extras/package/macosx/Resources/skip_forward_graphite.png \
250         extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
251         extras/package/macosx/Resources/skip_previous_graphite.png \
252         extras/package/macosx/Resources/stop_graphite.png \
253         extras/package/macosx/Resources/volumeslider_graphite.png \
254         extras/package/macosx/Resources/noart.png \
255         extras/package/macosx/Resources/spref_cone_Audio_64.png \
256         extras/package/macosx/Resources/spref_cone_Hotkeys_64.png \
257         extras/package/macosx/Resources/spref_cone_Input_64.png \
258         extras/package/macosx/Resources/spref_cone_Interface_64.png \
259         extras/package/macosx/Resources/spref_cone_Subtitles_64.png \
260         extras/package/macosx/Resources/spref_cone_Video_64.png \
261         extras/package/macosx/fullscreen_panel.svg \
262         extras/package/macosx/ub.sh \
263         extras/package/macosx/vlc.xcodeproj/project.pbxproj \
264         extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
265         extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
266         extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
267         extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
268         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
269         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
270         extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
271         extras/package/macosx/plugin/Info.plist.in \
272         extras/package/macosx/plugin/InstallerInfo.plist.in \
273         extras/package/macosx/plugin/InstallerDescription.plist \
274         extras/package/macosx/plugin/pbdevelopment.plist \
275         extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
276         extras/package/macosx/eyetvplugin/Info.plist \
277         extras/package/macosx/eyetvplugin/eyetvplugin.c \
278         extras/package/macosx/eyetvplugin/eyetvplugin.h \
279         extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
280         extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
281         extras/package/macosx/README.MacOSX.rtf \
282         extras/package/macosx/Info.plist.in
283
284
285 ###############################################################################
286 # Various utilities ( editor syntax files, D-Bus controller ... )
287 ##############################################################################
288 EXTRA_DIST += \
289         extras/analyser/zsh_completion.sh \
290         extras/analyser/zsh.cpp \
291         extras/analyser/emacs.init \
292         extras/analyser/vlc.vim \
293         extras/analyser/valgrind.suppressions \
294         extras/buildsystem/make.pl \
295         extras/misc/mpris.py \
296         extras/misc/mpris.glade
297
298 dist-hook:
299         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
300
301 ###############################################################################
302 # Building libvlc
303 ###############################################################################
304
305 noinst_SCRIPTS = vlc-config
306 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
307         $(SHELL) ./config.status --file=$@
308         chmod 0755 $@
309         touch $@
310
311 vlc-config.in: vlc-config.in.in
312         ./config.status --recheck
313         touch $@
314
315 CLEANFILES = $(BUILT_SOURCES_clean)
316 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
317 MAINTAINERCLEANFILES = ChangeLog
318
319 # Shortcut for developpers to rebuild the core (libvlc + vlc)
320 # Don't use it if you don't know what it is about.
321 # Don't complain if it doesn't work. -- Courmisch
322 libvlc:
323         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
324
325 core: libvlc
326         cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
327
328 doc:
329         cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
330
331 .PHONY: libvlc core doc
332
333 #To get some nice output
334 nice:
335         $(top_builddir)/compile
336
337 if HAVE_BEOS
338 noinst_DATA = vlc-bundle
339 vlc-bundle: vlc
340         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
341         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
342         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
343         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
344           if test -n "$$i" ; then \
345             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
346             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
347           fi ; \
348         done
349         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
350           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
351           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
352             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
353           done ; \
354         fi
355         cat $(top_srcdir)/po/LINGUAS | while read i; do \
356           mkdir -p "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES" ; \
357           cp "$(top_builddir)/po/$$i.gmo" \
358             "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
359         done
360         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
361 endif
362
363 ###############################################################################
364 # Building aliases
365 ###############################################################################
366
367 ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc mvlc
368 bin_SCRIPTS = $(ALIASES)
369 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
370 EXTRA_SCRIPTS = $(ALL_ALIASES)
371
372 dist_noinst_SCRIPTS += make-alias
373
374 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
375
376 cvlc: make-alias Makefile
377         $(MKALIAS) dummy
378
379 rvlc: make-alias Makefile
380         $(MKALIAS) rc
381
382 svlc: make-alias Makefile
383         $(MKALIAS) skins2
384
385 wxvlc: make-alias Makefile
386         $(MKALIAS) wx
387
388 qvlc: make-alias Makefile
389         $(MKALIAS) qt4
390
391 nvlc: make-alias Makefile
392         $(MKALIAS) ncurses
393
394 mvlc: make-alias Makefile
395         $(MKALIAS) maemo
396
397 if BUILD_VLC
398 noinst_SCRIPTS += vlc$(EXEEXT)
399 endif
400
401 vlc$(EXEEXT):
402         ln -sf bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
403
404 if HAVE_DARWIN
405 if BUILD_VLC
406 # Create the MacOS X app
407 noinst_DATA = VLC.app
408 endif
409 endif
410
411 # VLC-release.app for packaging and giving it to your friends
412 # use package-macosx to get a nice dmg
413 VLC-release.app: vlc
414         ( cd src && make install )
415         rm -Rf "$(top_builddir)/tmp"
416         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
417         rm -Rf $(top_builddir)/VLC-release.app
418         for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
419           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
420         done
421         REVISION=`git describe --always` && \
422         cat $(top_builddir)/extras/package/macosx/Info.plist | \
423         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
424         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
425         for i in AUTHORS COPYING THANKS; do \
426           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
427         done
428         mkdir -p $(top_builddir)/tmp/modules/audio_output
429         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
430         for i in \
431             AppleRemote.h \
432             AppleRemote.m \
433             about.h \
434             about.m \
435             applescript.h \
436             applescript.m \
437             controls.h \
438             controls.m \
439             equalizer.h \
440             equalizer.m \
441             intf.h \
442             intf.m \
443             macosx.m \
444             misc.h \
445             misc.m \
446             open.h \
447             open.m \
448             output.h \
449             output.m \
450             playlist.h \
451             playlist.m \
452             playlistinfo.h \
453             playlistinfo.m \
454             prefs_widgets.h \
455             prefs_widgets.m \
456             prefs.h \
457             prefs.m \
458             simple_prefs.h \
459             simple_prefs.m \
460             vout.h \
461             voutgl.m \
462             wizard.h \
463             wizard.m \
464             extended.h \
465             extended.m \
466             bookmarks.h \
467             bookmarks.m \
468             update.h \
469             update.m \
470             coredialogs.h \
471             coredialogs.m \
472             embeddedwindow.h \
473             embeddedwindow.m \
474             fspanel.h \
475             fspanel.m \
476             vout.m; do \
477           cp "$(srcdir)/modules/gui/macosx/$$i" \
478              $(top_builddir)/tmp/modules/gui/macosx; \
479         done
480         cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
481             cd ../../../../ && \
482             cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
483                   $(top_builddir)/VLC-release.app; \
484         rm -Rf $(top_builddir)/tmp
485         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
486         PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
487         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
488         for i in $(srcdir)/share/lua/*.* ; do \
489           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
490         done ; \
491         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
492         for i in $(srcdir)/share/lua/playlist/*.* ; do \
493           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
494         done ; \
495         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
496         for i in $(srcdir)/share/lua/meta/*.* ; do \
497           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
498         done ; \
499         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
500         for i in $(srcdir)/share/lua/intf/*.* ; do \
501           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
502         done ; \
503         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
504         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
505           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
506         done ; \
507         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
508         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
510         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
511         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
512         for i in $(srcdir)/share/lua/http/*.* ; do \
513           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
514         done
515         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
516           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
517         done
518         for i in $(srcdir)/share/lua/http/js/*.* ; do \
519           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
520         done
521         for i in $(srcdir)/share/lua/http/images/*.* ; do \
522           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
523         done
524         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
525           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
526         done
527         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
528         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
529         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
530         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
531         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
532         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
533         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
534         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
535         $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
536         $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts
537         for i in $(srcdir)/share/http/*.* ; do \
538           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
539         done
540         for i in $(srcdir)/share/http/dialogs/* ; do \
541           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
542         done
543         for i in $(srcdir)/share/http/js/*.* ; do \
544           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
545         done
546         for i in $(srcdir)/share/http/old/*.* ; do \
547           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
548         done
549         for i in $(srcdir)/share/http/old/admin/*.* ; do \
550           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
551         done
552         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
553           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
554         done
555         for i in $(srcdir)/share/http/images/*.* ; do \
556           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
557         done
558         for i in $(srcdir)/share/http/requests/*.* ; do \
559           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
560         done
561         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
562         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
563         cat $(top_srcdir)/po/LINGUAS | while read i; do \
564           $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
565           $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
566           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
567           ln -sf ../English.lproj/InfoPlist.strings \
568               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
569           ln -sf ../English.lproj/MainMenu.nib \
570               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
571         done
572         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
573         find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name classes.nib -delete;
574         find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name info.nib -delete;
575         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
576         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
577
578 # This is just for development purposes. 
579 # The resulting VLC.app will only run in this tree.
580 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
581         (cd src && make install)
582         rm -Rf $(top_builddir)/tmp
583         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
584         rm -Rf $(top_builddir)/VLC.app
585         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
586           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
587         done
588         REVISION=`git describe --always` && \
589         cat $(top_builddir)/extras/package/macosx/Info.plist | \
590         sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
591         cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
592         for i in AUTHORS COPYING THANKS; do \
593           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
594         done
595         mkdir -p $(top_builddir)/tmp/modules/audio_output
596         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
597         for i in \
598             AppleRemote.h \
599             AppleRemote.m \
600             about.h \
601             about.m \
602             applescript.h \
603             applescript.m \
604             controls.h \
605             controls.m \
606             equalizer.h \
607             equalizer.m \
608             intf.h \
609             intf.m \
610             macosx.m \
611             misc.h \
612             misc.m \
613             open.h \
614             open.m \
615             output.h \
616             output.m \
617             playlist.h \
618             playlist.m \
619             playlistinfo.h \
620             playlistinfo.m \
621             prefs_widgets.h \
622             prefs_widgets.m \
623             prefs.h \
624             prefs.m \
625             simple_prefs.h \
626             simple_prefs.m \
627             vout.h \
628             voutgl.m \
629             wizard.h \
630             wizard.m \
631             extended.h \
632             extended.m \
633             bookmarks.h \
634             bookmarks.m \
635             update.h \
636             update.m \
637             coredialogs.h \
638             coredialogs.m \
639             embeddedwindow.h \
640             embeddedwindow.m \
641             fspanel.h \
642             fspanel.m \
643             vout.m; do \
644           cp "$(srcdir)/modules/gui/macosx/$$i" \
645              $(top_builddir)/tmp/modules/gui/macosx; \
646         done
647         cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
648             cd ../../../../ && \
649             cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
650                   $(top_builddir)/VLC.app
651         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
652         touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
653         chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
654         $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
655         ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
656         install -d $(top_builddir)/VLC.app/Contents/MacOS/share
657         for i in `ls $(srcdir)/share`; do \
658            ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
659         done
660         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
661         cat $(top_srcdir)/po/LINGUAS | while read i; do \
662           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
663           ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
664           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
665           ln -sf ../English.lproj/InfoPlist.strings \
666               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
667           ln -sf ../English.lproj/MainMenu.nib \
668               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
669         done
670         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
671
672 ###############################################################################
673 # Building architecture-specific binary packages
674 ###############################################################################
675
676 # XXX: this rule is probably only useful to you if you have exactly
677 # the same setup as the maintaner(s).
678 #
679
680 ############################################################################
681 ## Win                                                                    ##
682 ############################################################################
683 win32_destdir=$(top_builddir)/vlc-$(VERSION)
684 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
685 npvlc=vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)
686 axvlc=vlc-$(VERSION)/activex/axvlc$(LIBEXT)
687 win32_lua_destdir=$(win32_destdir)/lua
688 win32_http_destdir=$(win32_destdir)/http
689
690 #Win-common if for win32 and wince
691 package-win-common:
692 # Check that tmp isn't in the way
693         @if test -e "$(win32_destdir)"; then \
694           echo "Error: please remove $(win32_destdir), it is in the way"; \
695           false; \
696         else \
697           echo "OK."; mkdir -p "$(win32_destdir)"; \
698         fi
699
700 # Copy relevant files
701 # Copy executables and libs
702         cp "$(top_builddir)/bin/.libs/vlc$(EXEEXT)" "$(win32_destdir)/"
703         cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win32_destdir)/"
704                 cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_destdir)/"
705         cp "$(top_builddir)/src/.libs/libvlccore$(LIBEXT)" "$(win32_destdir)/"
706         cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "$(win32_destdir)/"
707
708 # Copy Text files
709         for file in AUTHORS MAINTAINERS THANKS ; \
710           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
711         for file in NEWS COPYING README; \
712           do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
713         unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
714
715 # Necessary icons
716         cp $(srcdir)/share/vlc.ico $(win32_destdir)/
717
718 # Copy the locales
719         mkdir -p $(win32_destdir)/locale
720         cat $(top_srcdir)/po/LINGUAS | while read i; do \
721           mkdir -p "$(win32_destdir)/locale/$${i}/LC_MESSAGES" ; \
722           cp "$(srcdir)/po/$${i}.gmo" \
723             "$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo" \
724             || true ; \
725         done
726         mkdir -p $(win32_destdir)/locale/qt4/
727         cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
728
729 #  Mozilla plugin
730 if BUILD_MOZILLA
731         mkdir -p "$(win32_destdir)/mozilla"
732         cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
733         cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
734 endif
735
736 # ActiveX plugin
737 if BUILD_ACTIVEX
738         mkdir -p "$(win32_destdir)/activex"
739         cp $(srcdir)/projects/activex/README.TXT  $(win32_destdir)/activex/
740         cp $(srcdir)/projects/activex/test.html  $(win32_destdir)/activex/
741         unix2dos $(win32_destdir)/activex/*
742
743         cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
744         cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
745 endif
746
747 # Rebase all those DLLs to speed up loading (need cygwin rebase)
748         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
749                 find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
750         fi
751
752 package-win32-base-debug: package-win-common
753 # Copy relevant files
754 # Script installer
755         cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
756         mkdir "$(win32_destdir)/languages"
757         cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
758
759 # Plugins
760         mkdir -p "$(win32_destdir)/plugins"
761         find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
762           if test -n "$$i" ; then \
763             $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
764           fi ; done
765
766 # Contrib *.dll's
767         cp $(srcdir)/extras/contrib/lib/*.dll "vlc-$(VERSION)/" || true
768
769 # Copy the lua scripts (HTTP)
770 if BUILD_LUA
771         mkdir -p "$(win32_lua_destdir)/http/images"
772         mkdir -p "$(win32_lua_destdir)/http/requests"
773         mkdir -p "$(win32_lua_destdir)/http/js"
774         mkdir -p "$(win32_lua_destdir)/http/dialogs"
775         cp $(srcdir)/share/lua/http/*.html $(win32_lua_destdir)/http/
776         unix2dos $(win32_lua_destdir)/http/*.html
777         cp $(srcdir)/share/lua/http/.hosts $(win32_lua_destdir)/http/
778         unix2dos $(win32_lua_destdir)/http/.hosts
779         cp $(srcdir)/share/lua/http/*.css $(win32_lua_destdir)/http/
780         unix2dos $(win32_lua_destdir)/http/*.css
781         cp $(srcdir)/share/lua/http/js/*.js $(win32_lua_destdir)/http/js/
782         unix2dos $(win32_lua_destdir)/http/js/*.js
783         cp $(srcdir)/share/lua/http/dialogs/* $(win32_lua_destdir)/http/dialogs/
784         unix2dos $(win32_lua_destdir)/http/dialogs/*
785         cp $(srcdir)/share/lua/http/dialogs/.hosts $(win32_lua_destdir)/http/dialogs/
786         unix2dos $(win32_lua_destdir)/http/dialogs/.hosts
787         cp $(srcdir)/share/lua/http/*.ico $(win32_lua_destdir)/http/
788         cp $(srcdir)/share/lua/http/images/*.png $(win32_lua_destdir)/http/images/
789         cp $(srcdir)/share/lua/http/requests/*.xml $(win32_lua_destdir)/http/requests/
790         unix2dos $(win32_lua_destdir)/http/requests/*.xml
791         cp $(srcdir)/share/lua/http/requests/readme $(win32_lua_destdir)/http/requests/readme.txt
792         unix2dos $(win32_lua_destdir)/http/requests/readme.txt
793 endif
794
795 if BUILD_LUA
796 #Lua Scripts
797         $(INSTALL) -d $(win32_lua_destdir)
798         for i in $(srcdir)/share/lua/*.* ; do \
799           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/`basename $${i}` ; \
800         done
801         $(INSTALL) -d $(win32_lua_destdir)/playlist
802         for i in $(srcdir)/share/lua/playlist/*.* ; do \
803           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/playlist/`basename $${i}` ; \
804         done
805         $(INSTALL) -d $(win32_lua_destdir)/meta
806         for i in $(srcdir)/share/lua/meta/*.* ; do \
807           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/`basename $${i}` ; \
808         done
809         $(INSTALL) -d $(win32_lua_destdir)/intf
810         for i in $(srcdir)/share/lua/intf/*.* ; do \
811           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/`basename $${i}` ; \
812         done
813         $(INSTALL) -d $(win32_lua_destdir)/intf/modules
814         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
815           $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/modules/`basename $${i}` ; \
816         done
817 endif
818
819 # Copy the http files
820 if BUILD_HTTPD
821         mkdir -p "$(win32_http_destdir)/images"
822         mkdir -p "$(win32_http_destdir)/requests"
823         mkdir -p "$(win32_http_destdir)/js"
824         mkdir -p "$(win32_http_destdir)/dialogs"
825         mkdir -p "$(win32_http_destdir)/old"
826         mkdir -p "$(win32_http_destdir)/old/vlm"
827         mkdir -p "$(win32_http_destdir)/old/admin"
828         cp $(srcdir)/share/http/*.html $(win32_http_destdir)/
829         unix2dos $(win32_http_destdir)/*.html
830         cp $(srcdir)/share/http/.hosts $(win32_http_destdir)/
831         unix2dos $(win32_http_destdir)/.hosts
832         cp $(srcdir)/share/http/*.css $(win32_http_destdir)/
833         unix2dos $(win32_http_destdir)/*.css
834         cp $(srcdir)/share/http/js/*.js $(win32_http_destdir)/js/
835         unix2dos $(win32_http_destdir)/js/*.js
836         cp $(srcdir)/share/http/dialogs/* $(win32_http_destdir)/dialogs/
837         unix2dos $(win32_http_destdir)/dialogs/*
838         cp $(srcdir)/share/http/dialogs/.hosts $(win32_http_destdir)/dialogs/
839         unix2dos $(win32_http_destdir)/dialogs/.hosts
840         cp $(srcdir)/share/http/*.ico $(win32_http_destdir)/
841         cp $(srcdir)/share/http/images/*.png $(win32_http_destdir)/images/
842         cp $(srcdir)/share/http/requests/*.xml $(win32_http_destdir)/requests/
843         unix2dos $(win32_http_destdir)/requests/*.xml
844         cp $(srcdir)/share/http/requests/readme $(win32_http_destdir)/requests/readme.txt
845         unix2dos $(win32_http_destdir)/requests/readme.txt
846
847         cp $(srcdir)/share/http/old/*.html $(win32_http_destdir)/old/
848         unix2dos $(win32_http_destdir)/old/*.html
849         cp $(srcdir)/share/http/old/*.css $(win32_http_destdir)/old/
850         cp $(srcdir)/share/http/old/.hosts $(win32_http_destdir)/old/
851         cp $(srcdir)/share/http/old/*.png $(win32_http_destdir)/old/
852         cp $(srcdir)/share/http/old/vlm/*.html $(win32_http_destdir)/old/vlm/
853         unix2dos $(win32_http_destdir)/old/vlm/*.html
854         cp $(srcdir)/share/http/old/admin/*.html $(win32_http_destdir)/old/admin/
855         unix2dos $(win32_http_destdir)/old/admin/*.html
856         cp $(srcdir)/share/http/old/admin/.access $(win32_http_destdir)/old/admin/
857 endif
858
859 if BUILD_SKINS
860 # Skins
861         mkdir -p $(win32_destdir)/skins/fonts
862         for i in $(srcdir)/share/skins2/fonts/*.*; do \
863           cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
864         done
865         for i in $(top_builddir)/share/skins2/*.*; do \
866           cp -- "$$i" $(win32_destdir)/skins/ || true ; \
867         done
868         cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
869         cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
870 endif
871
872 if BUILD_OSDMENU
873 #OSD Menu
874         mkdir -p "$(win32_destdir)/osdmenu"
875         cp $(srcdir)/share/osdmenu/*.* "$(win32_destdir)/osdmenu"
876         for dir in default default/selected default/selection default/volume ;do \
877                 mkdir -p "$(win32_destdir)/osdmenu/$$dir"; \
878                 for file in $(srcdir)/share/osdmenu/$${dir}/*.png;do \
879                          cp -- "$$file" "$(win32_destdir)/osdmenu/$$dir"; \
880                 done; \
881         done
882         unix2dos $(win32_destdir)/osdmenu/*.cfg;
883         for file in $(win32_destdir)/osdmenu/*.cfg; do \
884                 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
885                 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
886                 rm -f -- "$$file.tmp"; \
887         done
888 endif
889
890 # SDK
891         mkdir -p "$(win32_destdir)/sdk.tmp"
892         mkdir -p "$(win32_destdir)/sdk"
893         d=$$(pwd) && \
894         cd src && \
895         make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp"
896         cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/
897         find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir
898         rm -Rf vlc-$(VERSION)/sdk/bin
899
900 #strip exe and main dll
901 package-win-common-strip: package-win32-base-debug
902         @if test -e "$(win32_debugdir)"; then \
903           echo "Error: please remove $(win32_debugdir), it is in the way"; \
904           false; \
905         else \
906           echo "OK."; mkdir -p "$(win32_debugdir)"; \
907         fi
908         for i in "" vlc-$(VERSION)/*$(LIBEXT) ; \
909       do if test -n "$$i" ; then \
910       $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
911       $(OBJCOPY) --strip-debug "$$i" ; \
912       $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
913           mv "$$i.dbg" "$(win32_debugdir)"; \
914     fi; done
915
916 if BUILD_MOZILLA
917         $(OBJCOPY) --only-keep-debug "$(npvlc)" "$(npvlc).dbg"
918         $(OBJCOPY) --strip-debug "$(npvlc)"
919         $(OBJCOPY) --add-gnu-debuglink="$(npvlc).dbg" "$(npvlc)"
920         mv "$(npvlc).dbg" "$(win32_debugdir)"
921 endif
922 if BUILD_ACTIVEX
923         $(OBJCOPY) --only-keep-debug "$(axvlc)" "$(axvlc).dbg"
924         $(OBJCOPY) --strip-debug "$(axvlc)"
925         $(OBJCOPY) --add-gnu-debuglink="$(axvlc).dbg" "$(axvlc)"
926         mv "$(axvlc).dbg" "$(win32_debugdir)"
927 endif
928
929 #strip all plugins dll
930 package-win32-base: package-win-common-strip
931         for i in "" $(win32_destdir)/plugins/*$(LIBEXT) ; \
932           do if test -n "$$i" ; then \
933           $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
934           $(OBJCOPY) --strip-debug "$$i" ; \
935           $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
936           mv "$$i.dbg" "$(win32_debugdir)"; \
937         fi ; done
938
939 package-win32-base-exe: package-win32-base
940 # Create package
941         rm -Rf $(win32_destdir)/sdk
942         if makensis -VERSION >/dev/null 2>&1; then \
943             MAKENSIS="makensis"; \
944         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
945             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
946         elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
947             MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
948         elif wine --version >/dev/null 2>&1; then \
949             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
950         else \
951             echo 'Error: cannot locate makensis tool'; exit 1; \
952         fi; \
953         eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
954
955 package-win32-base-zip: package-win32-base
956 # Create package 
957         rm -f -- vlc-$(VERSION)-win32.zip
958         zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
959
960 package-win32-base-debug-zip: package-win32-base-debug
961 # Create package
962         rm -f -- vlc-$(VERSION)-win32-debug.zip
963         zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
964
965 package-win32-base-7zip: package-win32-base
966 # Create package 
967         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
968
969 package-win32-base-debug-7zip: package-win32-base-debug
970 # Create package
971         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
972
973 package-win32-exe: package-win32-base package-win32-base-exe
974 # Clean up
975         rm -Rf $(win32_destdir)
976
977 package-win32-zip: package-win32-base-zip
978 # Clean up
979         rm -Rf $(win32_destdir)
980
981 package-win32-debug-zip: package-win32-base-debug-zip
982 # Clean up
983         rm -Rf $(win32_destdir)
984
985 package-win32-7zip: package-win32-base-7zip
986 # Clean up
987         rm -Rf $(win32_destdir)
988
989 package-win32-debug-7zip: package-win32-base-debug-7zip
990 # Clean up
991         rm -Rf $(win32_destdir)
992
993 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe 
994
995 package-win32: package-win32-no-clean
996 # Clean up
997         rm -Rf $(win32_destdir)
998
999 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip
1000 # Clean up
1001         rm -Rf $(win32_destdir)
1002
1003 package-wince-base: package-win-common package-win-common-strip
1004
1005 package-wince-base-zip:
1006 # Create package 
1007         zip -r vlc-$(VERSION)-wince.zip vlc-$(VERSION)
1008
1009 package-wince: package-wince-base  package-wince-base-zip
1010 # Clean up
1011         rm -Rf $(win32_destdir)
1012
1013
1014 #####################################################################
1015 ##   BeOS                                                          ##
1016 #####################################################################
1017 package-beos:
1018 # Check that tmp isn't in the way
1019         @if test -e $(srcdir)/tmp; then \
1020           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
1021           false ; \
1022         else \
1023           echo "OK." ; mkdir $(srcdir)/tmp ; \
1024         fi
1025
1026 # Copy relevant files
1027         mkdir -p $(srcdir)/tmp/vlc
1028         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
1029           THANKS NEWS tmp/vlc/
1030
1031 # Create debug package
1032         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1033         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1034         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1035         (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
1036         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
1037         mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
1038
1039 # Create normal package
1040         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
1041         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
1042           --strip-debug --strip-unneeded "{}" \;
1043         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1044         find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1045         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1046         (cd $(srcdir)/tmp &&  zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
1047         mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
1048
1049 # Clean up
1050         rm -Rf $(srcdir)/tmp
1051
1052 #########################################################################
1053 ## MacOS X                                                             ##
1054 #########################################################################
1055 package-macosx: VLC-release.app ChangeLog
1056 # Check that the temporary location isn't in the way
1057         @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
1058           rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
1059         fi
1060
1061         echo "Create package directory: vlc-$(VERSION)/";
1062         mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
1063
1064 # Copy relevant files 
1065         @if test -e "$(top_builddir)/VLC-release.app/"; then \
1066           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1067         else \
1068           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1069         fi
1070         cd "$(srcdir)" && mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1071           mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
1072           cp AUTHORS COPYING ChangeLog README THANKS NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1073           cp -R  extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
1074           cp extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
1075           cp extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
1076
1077 # Place a link to the application folder
1078         ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
1079
1080 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
1081         echo "Creating disk image"
1082         rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1083         hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1084           "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
1085         echo "Disk image creation completed:"
1086         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1087
1088 # Create disk image 
1089 #       echo "Creating disk image"
1090 #       rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1091 #       hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1092 #         "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
1093 #         -scrub -imagekey zlib-level=9 -attach
1094
1095 # Make sure the root window of the dmg will pop up when the dmg is mounted.
1096 # Note: We dont mount in /Volumes to be sure we won't collide with an other
1097 # finder mounted dmg with the same name.
1098 #       echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
1099 #       mkdir -p $(top_builddir)/vlcmnt
1100 #       hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1101 #       bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1102 #       sleep 1 # Make sure operation completes
1103 #       cd "$(srcdir)"
1104
1105 # Unmount the image now
1106 #       hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1107 #       rm -R $(top_builddir)/vlcmnt
1108
1109 # Make sure the image is not writable
1110 # Note: We can't directly create a read only dmg as we do the bless stuff
1111         echo "Make the disk image read-only"
1112         mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1113         hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-$(VERSION).dmg"
1114         rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1115
1116 # We are done
1117         echo "Disk image creation completed:"
1118         ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1119
1120 # Clean up
1121         rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1122
1123 package-macosx-zip: VLC-release.app
1124         rm -Rf $(top_builddir)/vlc-$(VERSION)
1125         mkdir -p $(top_builddir)/vlc-$(VERSION)
1126         cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1127         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1128         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1129           cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1130         done
1131         cp -R  $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1132              $(top_builddir)/vlc-$(VERSION)/Goodies
1133         cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1134            $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
1135         zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1136         rm -Rf $(top_builddir)/vlc-$(VERSION)
1137
1138 package-macosx-framework-zip:
1139         rm -Rf $(top_builddir)/vlckit-$(VERSION)
1140         mkdir -p $(top_builddir)/vlckit-$(VERSION)
1141         cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1142           $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1143         mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1144         for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1145           cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1146         done
1147         zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1148         rm -Rf $(top_builddir)/vlc-$(VERSION)
1149
1150 package-macosx-plugin:
1151 if BUILD_MOZILLA
1152 # Create Installer
1153         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1154         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1155         cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1156         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1157         export PACKAGEMAKER=
1158         if test -x /Developer/Tools/packagemaker; then \
1159            export PACKAGEMAKER=/Developer/Tools/packagemaker; \
1160         fi; \
1161         if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
1162            export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
1163         fi; \
1164         $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1165         -f "$(top_builddir)/macosx-plugin-instdata" \
1166         -i "$(srcdir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1167         -d "$(srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1168         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1169
1170 # Create disk image 
1171         rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1172         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1173         mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1174         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1175         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1176           "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDZO \
1177           -scrub -imagekey zlib-level=9
1178         echo "Disk image creation completed:"
1179         rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1180 endif
1181
1182 package-translations:
1183         @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1184           echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1185           false; \
1186         else \
1187           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1188         fi
1189 # Copy translations
1190         cat $(top_srcdir)/po/LINGUAS | while read i; do \
1191           cp "$(srcdir)/po/$${i}.po" \
1192             "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1193             || true ; \
1194         done
1195         cp "$(srcdir)/doc/translations.txt" \
1196           "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1197
1198         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1199         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1200         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1201         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1202         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1203         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1204         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1205         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1206
1207         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1208           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1209
1210 ###############################################################################
1211 # PO translation files update
1212 ###############################################################################
1213 .PHONY: update-po
1214
1215 update-po:
1216         cd po && $(MAKE) POTFILES vlc.pot update-po
1217
1218
1219 ###############################################################################
1220 # Enforce Mac OS X deployment target environment variable
1221 ###############################################################################
1222 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1223         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)