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