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