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