]> git.sesse.net Git - vlc/blob - Makefile.am
Restored Makefile.am and added a test for cross-compiling in configure.ac. The LIBGCR...
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 NULL =
6
7 # SUBDIRS stores the directories where a "make" is required when building
8 # something. DIST_SUBDIRS stores the directories where nothing is built but
9 # which have makefiles with distribution information.
10 #  - intl should come before modules and . because all the code uses gettext
11 #  - modules should come before . because vlc needs the builtins
12 #  - . should come before mozilla/bindings because the plugin needs libvlc.a
13 #  - po should come before . because VLC.app needs the pofiles
14 #  - loader should come before modules because some plugins need it
15 SUBDIRS = intl po libs/loader libs/srtp \
16                 src modules . \
17                 mozilla bindings activex share doc
18 DIST_SUBDIRS = $(SUBDIRS) m4 ipkg
19
20 EXTRA_DIST = \
21         HACKING \
22         INSTALL.win32 \
23         INSTALL.wince \
24         vlc.exe.manifest \
25         MAINTAINERS \
26         README.MacOSX.rtf \
27         bootstrap \
28         toolbox \
29         vlc-api.pl \
30         vlc-config.in.in \
31         vlc.fedora.spec \
32         vlc.mandriva.spec \
33         vlc.altlinux.spec \
34         vlc.win32.nsi.in \
35         $(NULL)
36
37 BUILT_SOURCES_distclean = vlc-config compile vlc.win32.nsi
38 BUILT_SOURCES_clean = macosx-sdk
39
40 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
41
42 SUFFIXES = 
43
44 DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \
45         --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2
46
47 # Tell aclocal to use -I m4. Wonder if it really works.
48 ACLOCAL_AMFLAGS = -I m4
49
50 ###############################################################################
51 # MacOS X project
52 ###############################################################################
53
54 EXTRA_DIST += \
55         extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
56         extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
57         extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
58         extras/MacOSX/Resources/English.lproj/About.nib/classes.nib \
59         extras/MacOSX/Resources/English.lproj/About.nib/info.nib \
60         extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib \
61         extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib \
62         extras/MacOSX/Resources/English.lproj/Open.nib/info.nib \
63         extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib \
64         extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib \
65         extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib \
66         extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
67         extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib \
68         extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib \
69         extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
70         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib \
71         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib \
72         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
73         extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib \
74         extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib \
75         extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib \
76         extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib \
77         extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib \
78         extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib \
79         extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib \
80         extras/MacOSX/Resources/English.lproj/Update.nib/info.nib \
81         extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib \
82         extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib \
83         extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib \
84         extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib \
85         extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \
86         extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \
87         extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \
88         extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
89         extras/MacOSX/Resources/a52.icns \
90         extras/MacOSX/Resources/aac.icns \
91         extras/MacOSX/Resources/asf.icns \
92         extras/MacOSX/Resources/asx.icns \
93         extras/MacOSX/Resources/avi.icns \
94         extras/MacOSX/Resources/bin.icns \
95         extras/MacOSX/Resources/cue.icns \
96         extras/MacOSX/Resources/dat.icns \
97         extras/MacOSX/Resources/divx.icns \
98         extras/MacOSX/Resources/dv.icns \
99         extras/MacOSX/Resources/generic.icns \
100         extras/MacOSX/Resources/m3u.icns \
101         extras/MacOSX/Resources/mov.icns \
102         extras/MacOSX/Resources/mp3.icns \
103         extras/MacOSX/Resources/mp4.icns \
104         extras/MacOSX/Resources/mpeg.icns \
105         extras/MacOSX/Resources/mpeg1.icns \
106         extras/MacOSX/Resources/mpeg2.icns \
107         extras/MacOSX/Resources/mpeg4.icns \
108         extras/MacOSX/Resources/mpg.icns \
109         extras/MacOSX/Resources/ogg.icns \
110         extras/MacOSX/Resources/ogm.icns \
111         extras/MacOSX/Resources/pls.icns \
112         extras/MacOSX/Resources/srt.icns \
113         extras/MacOSX/Resources/sub.icns \
114         extras/MacOSX/Resources/vlc.icns \
115         extras/MacOSX/Resources/vob.icns \
116         extras/MacOSX/Resources/wma.icns \
117         extras/MacOSX/Resources/wmv.icns \
118         extras/MacOSX/Resources/pause.png \
119         extras/MacOSX/Resources/pause_blue.png \
120         extras/MacOSX/Resources/play.png \
121         extras/MacOSX/Resources/play_blue.png \
122         extras/MacOSX/Resources/stop.png \
123         extras/MacOSX/Resources/stop_blue.png \
124         extras/MacOSX/Resources/display.png \
125         extras/MacOSX/Resources/display_slider.png \
126         extras/MacOSX/Resources/display_track.png \
127         extras/MacOSX/Resources/equalizerdrawer_active.png \
128         extras/MacOSX/Resources/equalizerdrawer_blue.png \
129         extras/MacOSX/Resources/fullscreen_active.png \
130         extras/MacOSX/Resources/fullscreen_blue.png \
131         extras/MacOSX/Resources/next_active.png \
132         extras/MacOSX/Resources/next_blue.png \
133         extras/MacOSX/Resources/playlistdrawer_active.png \
134         extras/MacOSX/Resources/playlistdrawer_blue.png \
135         extras/MacOSX/Resources/previous_active.png \
136         extras/MacOSX/Resources/previous_blue.png \
137         extras/MacOSX/Resources/skip_forward_active.png \
138         extras/MacOSX/Resources/skip_forward_blue.png \
139         extras/MacOSX/Resources/skip_previous_active.png \
140         extras/MacOSX/Resources/skip_previous_blue.png \
141         extras/MacOSX/Resources/volume_high.png \
142         extras/MacOSX/Resources/volume_low.png \
143         extras/MacOSX/Resources/volumeslider_blue.png \
144         extras/MacOSX/Resources/volumeslider_normal.png \
145         extras/MacOSX/Resources/volumetrack.png \
146         extras/MacOSX/Resources/about_bg.png \
147         extras/MacOSX/Resources/skip_forward_active_embedded.png \
148         extras/MacOSX/Resources/play_embedded.png \
149         extras/MacOSX/Resources/pause_embedded.png \
150         extras/MacOSX/Resources/skip_previous_active_embedded.png \
151         extras/MacOSX/Resources/pause_embedded_blue.png \
152         extras/MacOSX/Resources/play_embedded_blue.png \
153         extras/MacOSX/Resources/skip_forward_embedded_blue.png \
154         extras/MacOSX/Resources/skip_previous_embedded_blue.png \
155         extras/MacOSX/Resources/vlc.scriptSuite \
156         extras/MacOSX/Resources/vlc.scriptTerminology \
157         extras/MacOSX/Resources/README \
158         extras/MacOSX/Resources/add_embedded.png \
159         extras/MacOSX/Resources/add_embedded_blue.png \
160         extras/MacOSX/Resources/repeat_embedded.png \
161         extras/MacOSX/Resources/repeat_embedded_blue.png \
162         extras/MacOSX/Resources/repeat_single_embedded_blue.png \
163         extras/MacOSX/Resources/shuffle_embedded.png \
164         extras/MacOSX/Resources/shuffle_embedded_blue.png \
165         extras/MacOSX/Resources/fs_volume_slider_knob_highlight.png \
166         extras/MacOSX/Resources/fs_volume_slider_knob.png \
167         extras/MacOSX/Resources/fs_volume_slider_bar.png \
168         extras/MacOSX/Resources/fs_volume_mute_highlight.png \
169         extras/MacOSX/Resources/fs_volume_mute.png \
170         extras/MacOSX/Resources/fs_volume_max_highlight.png \
171         extras/MacOSX/Resources/fs_volume_max.png \
172         extras/MacOSX/Resources/fs_time_slider_knob_highlight.png \
173         extras/MacOSX/Resources/fs_time_slider_knob.png \
174         extras/MacOSX/Resources/fs_time_slider.png \
175         extras/MacOSX/Resources/fs_stop_highlight.png \
176         extras/MacOSX/Resources/fs_stop.png \
177         extras/MacOSX/Resources/fs_skip_previous_highlight.png \
178         extras/MacOSX/Resources/fs_skip_previous.png \
179         extras/MacOSX/Resources/fs_skip_next_highlight.png \
180         extras/MacOSX/Resources/fs_skip_next.png \
181         extras/MacOSX/Resources/fs_rewind_highlight.png \
182         extras/MacOSX/Resources/fs_rewind.png \
183         extras/MacOSX/Resources/fs_play_highlight.png \
184         extras/MacOSX/Resources/fs_play.png \
185         extras/MacOSX/Resources/fs_pause_highlight.png \
186         extras/MacOSX/Resources/fs_pause.png \
187         extras/MacOSX/Resources/fs_forward_highlight.png \
188         extras/MacOSX/Resources/fs_forward.png \
189         extras/MacOSX/Resources/fs_exit_fullscreen_highlight.png \
190         extras/MacOSX/Resources/fs_exit_fullscreen.png \
191         extras/MacOSX/Resources/fs_background.png \
192         extras/MacOSX/fullscreen_panel.svg \
193         extras/MacOSX/ub.sh \
194         extras/MacOSX/vlc.xcodeproj/project.pbxproj \
195         extras/MacOSX/Delete_Preferences.app/Contents/Info.plist \
196         extras/MacOSX/Delete_Preferences.app/Contents/PkgInfo \
197         extras/MacOSX/Delete_Preferences.app/Contents/MacOS/applet \
198         extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
199         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.icns \
200         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc \
201         extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
202         extras/MacOSX/plugin/Info.plist \
203         extras/MacOSX/plugin/InstallerInfo.plist \
204         extras/MacOSX/plugin/InstallerDescription.plist \
205         extras/MacOSX/plugin/pbdevelopment.plist \
206         extras/MacOSX/plugin/English.lproj/InfoPlist.strings \
207         $(NULL)
208
209 ###############################################################################
210 # Various utilities ( editor syntax files, D-Bus controller ... )
211 ##############################################################################
212 EXTRA_DIST += \
213         extras/Makefile \
214         extras/zsh.cpp \
215         extras/emacs.init \
216         extras/vlc.vim \
217         extras/make.pl \
218         extras/valgrind.suppressions \
219         extras/m4/autoconf260.m4 \
220         extras/dbus-vlc.py \
221         extras/dbus-vlc.glade \
222         $(NULL)
223
224 ###############################################################################
225 # MS Visual Studio and eMbedded Visual Studio projects
226 ###############################################################################
227
228 EXTRA_DIST += \
229         msvc/vlc.dsw \
230         msvc/libvlc.dsp.in \
231         msvc/plugins.dsp.in \
232         msvc/vlc.dsp.in \
233         msvc/config.h.in \
234         msvc/modules_builtin_msvc.h \
235         evc/vlc.vcw \
236         evc/libvlc.vcp.in \
237         evc/vlc.vcp.in \
238         evc/plugins.vcp.in \
239         evc/errno.h \
240         evc/config.h.in \
241         evc/modules_builtin_evc.h \
242         $(NULL)
243
244 dist-hook:
245         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
246         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
247
248 ###############################################################################
249 # Building libvlc
250 ###############################################################################
251
252 bin_SCRIPTS = vlc-config
253 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
254         $(SHELL) ./config.status --file=$@
255         chmod 0755 $@
256         touch $@
257
258 vlc-config.in: vlc-config.in.in
259         ./config.status --recheck
260         touch $@
261
262 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
263 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
264
265 ###############################################################################
266 # Building vlc
267 ###############################################################################
268
269 bin_PROGRAMS = vlc
270
271 vlc_SOURCES = src/vlc.c
272 # Ugly kludge so that automake defines $(CXXLINK)
273 nodist_EXTRA_vlc_SOURCES = extras/zsh.cpp src/misc/darwin_specific.m
274
275 # Work around a bug in the arm-wince-pe linker
276 if HAVE_WINCE
277 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
278 endif
279
280 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
281 # old automake-1.5 bug (automake/279).
282 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
283
284 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
285
286 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
287 if USE_LIBTOOL
288 LIB_libvlc = libvlc.la
289 LIBVLC = src/$(LIB_libvlc)
290 vlc_LDFLAGS =
291 else
292 if HAVE_WIN32
293 vlc_LDFLAGS = -L$(top_builddir)/src -lvlc `$(VLC_CONFIG) --libs vlc`
294 LIB_libvlc = libvlc.dll.a
295 LIBVLC =
296 else
297 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
298 LIB_libvlc = libvlc.a
299 LIBVLC = src/$(LIB_libvlc)
300 DEPENDENCIES_vlc += stamp-builtin
301 endif
302 vlc_LDADD += $(INCLUDED_LIBINTL)
303 endif
304
305 # Shortcut for developpers to rebuild the core (libvlc + vlc)
306 # Don't use it if you don't know what it is about.
307 # Don't complain if it doesn't work. -- Courmisch
308 libvlc:
309         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
310
311 core: libvlc
312         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
313
314 .PHONY: libvlc core
315
316 src/$(LIB_libvlc): libvlc
317
318 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
319         @rm -f vlc$(EXEEXT)
320         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
321           c++) cmd="$(CXXLINK)" ;; \
322           objc) cmd="$(OBJCLINK)" ;; \
323           c|*) cmd="$(LINK)" ;; \
324         esac ; \
325         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
326         echo $$cmd ; \
327         eval $$cmd
328
329 if HAVE_BEOS
330 noinst_DATA = vlc-bundle
331 vlc-bundle: vlc
332         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
333         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
334         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
335         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
336           if test -n "$$i" ; then \
337             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
338             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
339           fi ; \
340         done
341         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
342           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
343           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
344             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
345           done ; \
346         fi
347         for i in $(ALL_LINGUAS); do \
348           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
349           cp "$(top_builddir)/po/$$i.gmo" \
350             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
351         done
352         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
353 endif
354
355 # Install the symlinks
356 install-exec-local: install-binPROGRAMS
357         inst="`echo vlc | sed -e '$(transform)'`" ; \
358         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
359           rm -f "$(DESTDIR)$(bindir)/$$i" && \
360           ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
361         fi ; done
362
363 # the opposite of install-{data,exec}-local
364 uninstall-local:
365         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
366           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
367         fi ; done
368
369 if HAVE_DARWIN
370 # Create the MacOS X app
371 vlc_app_DATA = VLC.app
372 vlc_appdir = $(bindir)
373 # VLC-release.app is the old VLC.app target
374 VLC-release.app: vlc
375         @if test -e "$(top_builddir)/tmp"; then \
376           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
377           false; \
378         else \
379           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
380         fi
381         rm -Rf $(top_builddir)/VLC-release.app
382         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
383         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
384           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
385         done
386         mkdir -p $(top_builddir)/tmp/modules/audio_output
387         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
388         for i in \
389             AppleRemote.h \
390             AppleRemote.m \
391             about.h \
392             about.m \
393             applescript.h \
394             applescript.m \
395             controls.h \
396             controls.m \
397             equalizer.h \
398             equalizer.m \
399             intf.h \
400             intf.m \
401             macosx.m \
402             misc.h \
403             misc.m \
404             open.h \
405             open.m \
406             output.h \
407             output.m \
408             playlist.h \
409             playlist.m \
410             playlistinfo.h \
411             playlistinfo.m \
412             prefs_widgets.h \
413             prefs_widgets.m \
414             prefs.h \
415             prefs.m \
416             vout.h \
417             voutqt.m \
418             voutgl.m \
419             wizard.h \
420             wizard.m \
421             extended.h \
422             extended.m \
423             bookmarks.h \
424             bookmarks.m \
425             sfilters.h \
426             sfilters.m \
427             update.h \
428             update.m \
429             interaction.h \
430             interaction.m \
431             embeddedwindow.h \
432             embeddedwindow.m \
433             fspanel.h \
434             fspanel.m \
435             vout.m; do \
436           cp "$(srcdir)/modules/gui/macosx/$$i" \
437              $(top_builddir)/tmp/modules/gui/macosx; \
438         done
439         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
440             cd ../../../ && \
441             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
442                   $(top_builddir)/VLC-release.app; \
443         rm -Rf $(top_builddir)/tmp
444         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
445         $(INSTALL) $(top_builddir)/vlc \
446                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
447         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
448         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
449         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
450           if test -n "$$i" ; \
451             then $(INSTALL) "$$i$(LIBEXT)" \
452                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
453           fi ; done
454         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
455           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
456           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
457             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
458           done ; \
459         fi
460         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
461         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
462         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
463         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
464         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
465         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
466         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
467         for i in $(srcdir)/share/http/*.* ; do \
468           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
469         done ; \
470         for i in $(srcdir)/share/http/dialogs/* ; do \
471           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
472         done ; \
473         for i in $(srcdir)/share/http/js/*.* ; do \
474           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
475         done ; \
476         for i in $(srcdir)/share/http/old/*.* ; do \
477           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
478         done ; \
479         for i in $(srcdir)/share/http/old/admin/*.* ; do \
480           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
481         done ; \
482         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
483           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
484         done ; \
485         for i in $(srcdir)/share/http/images/*.* ; do \
486           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
487         done ; \
488         for i in $(srcdir)/share/http/requests/*.* ; do \
489           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
490         done ; \
491         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
492         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
493         for i in $(ALL_LINGUAS); do \
494           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
495           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
496           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
497           ln -sf ../English.lproj/InfoPlist.strings \
498               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
499           ln -sf ../English.lproj/MainMenu.nib \
500               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
501           ln -sf ../English.lproj/vlc.scriptTerminology \
502               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
503         done
504         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
505
506 VLC.app: vlc
507         @if test -e "$(top_builddir)/tmp"; then \
508           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
509           false; \
510         else \
511           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
512         fi
513         rm -Rf $(top_builddir)/VLC.app
514         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
515         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
516           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
517         done
518         mkdir -p $(top_builddir)/tmp/modules/audio_output
519         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
520         for i in \
521             AppleRemote.h \
522             AppleRemote.m \
523             about.h \
524             about.m \
525             applescript.h \
526             applescript.m \
527             controls.h \
528             controls.m \
529             equalizer.h \
530             equalizer.m \
531             intf.h \
532             intf.m \
533             macosx.m \
534             misc.h \
535             misc.m \
536             open.h \
537             open.m \
538             output.h \
539             output.m \
540             playlist.h \
541             playlist.m \
542             playlistinfo.h \
543             playlistinfo.m \
544             prefs_widgets.h \
545             prefs_widgets.m \
546             prefs.h \
547             prefs.m \
548             vout.h \
549             voutqt.m \
550             voutgl.m \
551             wizard.h \
552             wizard.m \
553             extended.h \
554             extended.m \
555             bookmarks.h \
556             bookmarks.m \
557             sfilters.h \
558             sfilters.m \
559             update.h \
560             update.m \
561             interaction.h \
562             interaction.m \
563             embeddedwindow.h \
564             embeddedwindow.m \
565             fspanel.h \
566             fspanel.m \
567             vout.m; do \
568           cp "$(srcdir)/modules/gui/macosx/$$i" \
569              $(top_builddir)/tmp/modules/gui/macosx; \
570         done
571         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
572             cd ../../../ && \
573             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
574                   $(top_builddir)/VLC.app; \
575         rm -Rf $(top_builddir)/tmp
576         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
577         $(INSTALL) $(top_builddir)/vlc \
578                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
579         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
580         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
581         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
582           if test -n "$$i" ; \
583             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
584                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
585           fi ; done
586         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
587           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
588           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
589             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
590           done ; \
591         fi
592         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
593         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
594         for i in $(ALL_LINGUAS); do \
595           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
596           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
597           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
598           ln -sf ../English.lproj/InfoPlist.strings \
599               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
600           ln -sf ../English.lproj/MainMenu.nib \
601               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
602         done
603         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
604 endif
605
606 if HAVE_WIN32
607 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
608 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
609 noinst_share_vlc_win32_rcdir = $(libdir)
610 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
611         $(WINDRES) -DVERSION=$(VERSION) -DVERSION_NUMBER=`echo $(VERSION).0.0.0 | sed 's/\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\)[^.]*\.*\([0-9]*\).*/\1,\2,\3,\4/'` --include-dir $(srcdir)/share -i $< -o $@
612 endif
613
614
615 ###############################################################################
616 # Building specific source packages
617 ###############################################################################
618
619 dist-woody: distdir
620         $(remove_distdir_woody)
621         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
622         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
623         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
624           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
625         $(remove_distdir_woody)
626
627 remove_distdir_woody = \
628   { test ! -d $(PACKAGE)-woody-$(VERSION) \
629     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
630            -exec chmod u+w {} ';' \
631          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
632
633 ###############################################################################
634 # Building architecture-specific binary packages
635 ###############################################################################
636
637 # XXX: this rule is probably only useful to you if you have exactly
638 # the same setup as me. Contact sam@zoy.org if you need to use it.
639 #
640
641 package-win-common:
642 # Check that tmp isn't in the way
643         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
644           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
645           false; \
646         else \
647           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
648         fi
649
650 # Copy relevant files
651         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
652         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
653         cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
654
655         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
656           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
657           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
658
659         mkdir $(top_builddir)/vlc-${VERSION}/locale
660         for i in $(ALL_LINGUAS); do \
661           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
662           cp "$(srcdir)/po/$${i}.gmo" \
663             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
664             || true ; \
665         done
666
667         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
668         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
669         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
670         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
671         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
672         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
673         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
674         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
675         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
676         cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-${VERSION}/http/ ;
677         unix2dos $(top_builddir)/vlc-${VERSION}/http/.hosts ;
678         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
679         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
680         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
681         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
682         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
683         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
684         cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
685         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/.hosts ;
686         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
687         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
688         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
689         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
690         cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
691         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
692
693         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
694         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
695         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
696         cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-${VERSION}/http/old/ ;
697         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
698         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
699         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
700         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
701         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
702         cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
703
704         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
705
706 if BUILD_MOZILLA
707         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
708         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
709 endif
710
711 if BUILD_ACTIVEX
712         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
713         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
714         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
715         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
716
717         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
718 endif
719 # Rebase all those DLLs to speed up loading (need cygwin rebase)
720         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
721                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
722         fi
723
724 package-win-common-strip:
725         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
726         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
727 if BUILD_MOZILLA
728         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
729 endif
730 if BUILD_ACTIVEX
731         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
732 endif
733
734 package-win32-base-debug: package-win-common
735 # Copy relevant files
736         cp "$(top_builddir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
737
738         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
739         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
740           if test -n "$$i" ; then \
741             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
742             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
743           fi ; done
744
745         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
746         for i in $(srcdir)/share/skins2/fonts/*.*; do \
747           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
748         done
749         for i in $(srcdir)/share/skins2/*.*; do \
750           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
751         done
752
753         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
754         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
755         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
756                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
757                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
758                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
759                 done; \
760         done
761         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
762         sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
763         sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg 
764
765
766 package-win32-base: package-win32-base-debug package-win-common-strip
767         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
768           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
769
770 package-win32-base-exe: package-win32-base
771 # Create package
772         if makensis -VERSION >/dev/null 2>&1; then \
773             MAKENSIS="makensis -DVERSION=${VERSION}"; \
774         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
775             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
776         elif wine --version >dev/null 2>&1; then \
777             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
778         else \
779             echo 'Error: cannot locate makensis tool'; exit 1; \
780         fi; \
781         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
782
783 package-win32-base-exe-cygwin: package-win32-base-exe
784 # Create package
785
786 package-win32-base-exe-linux:
787 # Create package
788         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
789
790 package-win32-base-zip: package-win32-base
791 # Create package 
792         zip -r -9 vlc-${VERSION}-win32.zip vlc-${VERSION}
793
794 package-win32-base-7zip: package-win32-base
795 # Create package 
796         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-${VERSION}-win32.7z vlc-${VERSION}
797
798 package-win32-exe: package-win32-base package-win32-base-exe
799 # Clean up
800         rm -Rf $(top_builddir)/vlc-${VERSION}
801
802 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
803 # Clean up
804         rm -Rf $(top_builddir)/vlc-${VERSION}
805
806 package-win32-zip: package-win32-base-zip
807 # Clean up
808         rm -Rf $(top_builddir)/vlc-${VERSION}
809
810 package-win32-7zip: package-win32-base-7zip
811 # Clean up
812         rm -Rf $(top_builddir)/vlc-${VERSION}
813
814 package-win32-no-clean: package-win32-base-exe package-win32-base-zip package-win32-base-7zip
815
816 package-win32: package-win32-no-clean
817 # Clean up
818         rm -Rf $(top_builddir)/vlc-${VERSION}
819
820 package-wince-base: package-win-common package-win-common-strip
821
822 package-wince-base-zip:
823 # Create package 
824         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
825
826 package-wince: package-wince-base  package-wince-base-zip
827 # Clean up
828         rm -Rf $(top_builddir)/vlc-${VERSION}
829
830
831 package-beos:
832 # Check that tmp isn't in the way
833         @if test -e $(srcdir)/tmp; then \
834           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
835           false ; \
836         else \
837           echo "OK." ; mkdir $(srcdir)/tmp ; \
838         fi
839
840 # Copy relevant files
841         mkdir -p $(srcdir)/tmp/vlc ;
842         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
843           THANKS NEWS tmp/vlc/ ;
844
845 # Create debug package
846         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
847         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
848         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
849         (cd $(srcdir)/tmp && zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
850         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
851         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
852
853 # Create normal package
854         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
855         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
856           --strip-debug --strip-unneeded "{}" \; ;
857         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
858         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
859         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
860         (cd $(srcdir)/tmp &&  zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
861         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
862
863 # Clean up
864         rm -Rf $(srcdir)/tmp ;
865
866 package-macosx:
867 # Check that the temporary location isn't in the way
868         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
869           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
870         fi
871
872         echo "Create package directory: vlc-${VERSION}/";
873         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
874
875 # Copy relevant files 
876         @if test -e "$(top_builddir)/VLC-release.app/"; then \
877           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
878         else \
879           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
880         fi
881         cd "$(srcdir)" && mkdir -p $(top_builddir)/vlc-${VERSION}/Goodies/ && \
882           mkdir -p $(top_builddir)/vlc-${VERSION}/.background/ && \
883           cp AUTHORS COPYING ChangeLog README THANKS NEWS $(top_builddir)/vlc-${VERSION}/Goodies/ && \
884           cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/Goodies/Delete\ VLC\ Preferences.app && \
885           cp README.MacOSX.rtf $(top_builddir)/vlc-${VERSION}/Read\ Me.rtf && \
886           cp extras/MacOSX/Resources/about_bg.png $(top_builddir)/vlc-${VERSION}/.background/background.png ;
887
888 # Place a link to the application folder
889         ln -s /Applications $(top_builddir)/vlc-${VERSION}/Applications ;
890
891 # Create disk image 
892         echo "Creating disk image" ;
893         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
894         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
895           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDRW \
896           -scrub -imagekey zlib-level=9 ;
897
898 # Make sure the root window of the dmg will pop up when the dmg is mounted.
899 # Note: We dont mount in /Volumes to be sure we won't collide with an other
900 # finder mounted dmg with the same name.
901         echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ;
902         mkdir -p $(top_builddir)/vlcmnt ;
903         hdiutil attach -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
904         bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
905         sleep 1 # Make sure operation completes
906
907 # Place the image disk finder icon at the correct place
908 # Note: careful here the finder does some weird things
909 # sometimes. delays in the script should prevent those.
910         cd "$(srcdir)"
911         osascript -e "tell application \"Finder\"" \
912         -e "   set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \
913         -e "   tell folder f" \
914         -e "       open" \
915         -e "       tell container window" \
916         -e "          set toolbar visible to false" \
917         -e "          set statusbar visible to false" \
918         -e "          set current view to icon view" \
919         -e "          delay 1 -- Sync" \
920         -e "          set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \
921         -e "       end tell" \
922         -e "       delay 1 -- Sync" \
923         -e "       set icon size of the icon view options of container window to 128" \
924         -e "       set arrangement of the icon view options of container window to not arranged" \
925         -e "       set background picture of the icon view options of container window to file \".background:background.png\"" \
926         -e "       set position of item \"VLC.app\" to {100, 20}" \
927         -e "       set position of item \"Applications\" to {310, 20}" \
928         -e "       set position of item \"Goodies\" to {40, 200}" \
929         -e "       set position of item \"Read Me.rtf\" to {410, 200}" \
930         -e "       set the bounds of the container window to {50, 100, 590, 500}" \
931         -e "       update without registering applications" \
932         -e "       delay 5 -- Sync" \
933         -e "       close" \
934         -e "   end tell" \
935         -e "   -- Sync" \
936         -e "   delay 5" \
937         -e "end tell" || true # Make sure we don't make the build bots fail
938
939 # Unmount the image now
940         hdiutil detach "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
941         rm -R $(top_builddir)/vlcmnt ;
942
943 # Make sure the image is not writable
944 # Note: We can't directly create a read only dmg as we do the bless stuff
945         echo "Make the disk image read-only" ;
946         mv "$(top_builddir)/vlc-${VERSION}.dmg" "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
947         hdiutil convert "$(top_builddir)/vlc-${VERSION}-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-${VERSION}.dmg" ;
948         rm "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
949
950 # We are done
951         echo "Disk image creation completed:" ;
952         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
953
954 # Clean up
955         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
956
957 package-macosx-plugin:
958 if BUILD_MOZILLA
959 # Create Installer
960         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
961         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
962         cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
963         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
964         /Developer/Tools/packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
965         -f "$(top_builddir)/macosx-plugin-instdata" \
966         -i "$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist" \
967         -d "$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"; true
968         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
969
970 # Create disk image 
971         rm -f "$(top_builddir)/vlc-plugin-${VERSION}.dmg"; true
972         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}/"; true
973         mkdir -p "$(top_builddir)/vlc-plugin-${VERSION}/"
974         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-${VERSION}/"
975         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-${VERSION}" \
976           "$(top_builddir)/vlc-plugin-${VERSION}.dmg" -format UDZO \
977           -scrub -imagekey zlib-level=9 ;
978         echo "Disk image creation completed:"
979         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}"
980 endif
981
982 package-translations:
983         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
984           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
985           false; \
986         else \
987           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
988         fi
989 # Copy translations
990         for i in $(ALL_LINGUAS); do \
991           cp "$(srcdir)/po/$${i}.po" \
992             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
993             || true ; \
994         done
995         cp "$(srcdir)/doc/translations.txt" \
996           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
997
998         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
999         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1000         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1001         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1002         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1003         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1004         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1005         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1006
1007         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1008           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1009
1010 ###############################################################################
1011 # PO translation files update
1012 ###############################################################################
1013 .PHONY: update-po
1014
1015 update-po:
1016         rm -f $(top_srcdir)/po/POTFILES.in
1017         { \
1018           cd $(top_srcdir) && \
1019           echo "# automatically created by make update-po" ; \
1020           echo "" ; \
1021           echo "# main sources" ; \
1022           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
1023             | grep -v '\(vlc_symbols\|misc/modules_\|src/misc/version.c\)' \
1024             | sort ; \
1025           echo "" ; \
1026           echo "# modules" ; \
1027           find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\
1028             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
1029             | grep -vE 'qt4/ui/.*.h' |grep -v qt4/resources.cpp \
1030             | sort ; \
1031         } > $(top_srcdir)/po/POTFILES.in
1032         rm -f $(top_srcdir)/po/vlc.pot
1033         cd po && $(MAKE) POTFILES vlc.pot update-po
1034
1035 #cd po && $(MAKE) update-po
1036
1037 ###############################################################################
1038 # Stamp rules
1039 ###############################################################################
1040 stamp-builtin: FORCE
1041         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
1042           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
1043             rm -f $@; \
1044             break; \
1045           fi; \
1046         done
1047         @if test ! -f $@; then printf "" > $@; fi
1048
1049 ###############################################################################
1050 # Enforce Mac OS X deployment target environment variable
1051 ###############################################################################
1052 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
1053         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
1054
1055 ###############################################################################
1056 # Force rule
1057 ###############################################################################
1058 FORCE: