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