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