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