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