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