]> git.sesse.net Git - vlc/blob - Makefile.am
Re-use the old OBJC workaround and distribute autoconf260.m4
[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         extras/m4/autoconf260.m4 \
184         $(NULL)
185
186 ###############################################################################
187 # MS Visual Studio and eMbedded Visual Studio projects
188 ###############################################################################
189
190 EXTRA_DIST += \
191         msvc/vlc.dsw \
192         msvc/libvlc.dsp.in \
193         msvc/plugins.dsp.in \
194         msvc/vlc.dsp.in \
195         msvc/config.h.in \
196         msvc/modules_builtin_msvc.h \
197         evc/vlc.vcw \
198         evc/libvlc.vcp.in \
199         evc/vlc.vcp.in \
200         evc/plugins.vcp.in \
201         evc/errno.h \
202         evc/config.h.in \
203         evc/modules_builtin_evc.h \
204         $(NULL)
205
206 dist-hook:
207         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
208         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
209
210 ###############################################################################
211 # Building libvlc
212 ###############################################################################
213
214 bin_SCRIPTS = vlc-config
215 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
216         $(SHELL) ./config.status --file=$@
217         chmod 0755 $@
218         touch $@
219
220 vlc-config.in: vlc-config.in.in
221         ./config.status --recheck
222         touch $@
223
224 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
225 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
226
227 ###############################################################################
228 # Building vlc
229 ###############################################################################
230
231 bin_PROGRAMS = vlc
232
233 vlc_SOURCES = src/vlc.c
234 # Ugly kludge so that automake defines $(CXXLINK)
235 EXTRA_vlc_SOURCES = extras/zsh.cpp
236
237 # Work around a bug in the arm-wince-pe linker
238 if HAVE_WINCE
239 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
240 endif
241
242 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
243 # old automake-1.5 bug (automake/279).
244 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
245
246 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
247
248 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
249 if USE_LIBTOOL
250 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -version-info 0:0:0
251 LIB_libvlc = libvlc.la
252 LIBVLC = src/$(LIB_libvlc)
253 else
254 if BUILD_SHARED
255 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
256 if HAVE_WIN32
257 LIB_libvlc = libvlc.dll.a
258 else
259 LIB_libvlc = libvlc$(LIBEXT)
260 endif
261 LIBVLC =
262 else
263 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
264 LIB_libvlc = libvlc.a
265 LIBVLC = src/$(LIB_libvlc)
266 DEPENDENCIES_vlc += stamp-builtin
267 endif
268 vlc_LDADD += $(INCLUDED_LIBINTL)
269 endif
270
271 # Shortcut for developpers to rebuild the core (libvlc + vlc)
272 # Don't use it if you don't know what it is about.
273 # Don't complain if it doesn't work. -- Courmisch
274 core:
275         rm -f src/$(LIB_libvlc)
276         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
277
278 .PHONY: core
279
280 src/$(LIB_libvlc):
281         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
282
283 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
284         @rm -f vlc$(EXEEXT)
285         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
286           c++) cmd="$(CXXLINK)" ;; \
287           objc) cmd="$(OBJCLINK)" ;; \
288           c|*) cmd="$(LINK)" ;; \
289         esac ; \
290         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
291         echo $$cmd ; \
292         eval $$cmd
293
294 if HAVE_BEOS
295 noinst_DATA = vlc-bundle
296 vlc-bundle: vlc
297         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
298         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
299         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
300         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
301           if test -n "$$i" ; then \
302             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
303             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
304           fi ; \
305         done
306         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
307           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
308           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
309             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
310           done ; \
311         fi
312         for i in $(ALL_LINGUAS); do \
313           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
314           cp "$(top_builddir)/po/$$i.gmo" \
315             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
316         done
317         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
318 endif
319
320 # Install the symlinks
321 install-exec-local:
322         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
323           rm -f "$(DESTDIR)$(bindir)/$$i" && \
324           ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
325         fi ; done
326
327 # the opposite of install-{data,exec}-local
328 uninstall-local:
329         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
330           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
331         fi ; done
332
333 if HAVE_DARWIN
334 # Create the MacOS X app
335 vlc_app_DATA = VLC.app
336 vlc_appdir = $(bindir)
337 # VLC-release.app is the old VLC.app target
338 VLC-release.app: vlc
339         @if test -e "$(top_builddir)/tmp"; then \
340           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
341           false; \
342         else \
343           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
344         fi
345         rm -Rf $(top_builddir)/VLC-release.app
346         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
347         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
348           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
349         done
350         mkdir -p $(top_builddir)/tmp/modules/audio_output
351         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
352         for i in \
353             AppleRemote.h \
354             AppleRemote.m \
355             about.h \
356             about.m \
357             applescript.h \
358             applescript.m \
359             controls.h \
360             controls.m \
361             equalizer.h \
362             equalizer.m \
363             intf.h \
364             intf.m \
365             macosx.m \
366             misc.h \
367             misc.m \
368             open.h \
369             open.m \
370             output.h \
371             output.m \
372             playlist.h \
373             playlist.m \
374             playlistinfo.h \
375             playlistinfo.m \
376             prefs_widgets.h \
377             prefs_widgets.m \
378             prefs.h \
379             prefs.m \
380             vout.h \
381             voutqt.m \
382             voutgl.m \
383             wizard.h \
384             wizard.m \
385             extended.h \
386             extended.m \
387             bookmarks.h \
388             bookmarks.m \
389             sfilters.h \
390             sfilters.m \
391             update.h \
392             update.m \
393             interaction.h \
394             interaction.m \
395             embeddedwindow.h \
396             embeddedwindow.m \
397             vout.m; do \
398           cp "$(srcdir)/modules/gui/macosx/$$i" \
399              $(top_builddir)/tmp/modules/gui/macosx; \
400         done
401         case $(target_triplet) in \
402           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
403             cd ../../../; \
404             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
405                   $(top_builddir)/VLC-release.app;; \
406           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
407             cd ../../../; \
408             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
409                   $(top_builddir)/VLC-release.app;; \
410           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
411             cd ../../../; \
412             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
413                   $(top_builddir)/VLC-release.app;; \
414         esac
415         rm -Rf $(top_builddir)/tmp
416         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
417         $(INSTALL) $(top_builddir)/vlc \
418                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
419         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
420         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
421         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
422           if test -n "$$i" ; \
423             then $(INSTALL) "$$i$(LIBEXT)" \
424                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
425           fi ; done
426         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
427           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
428           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
429             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
430           done ; \
431         fi
432         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
433         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
434         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
435         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
436         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
437         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
438         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
439         for i in $(srcdir)/share/http/*.* ; do \
440           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
441         done ; \
442         for i in $(srcdir)/share/http/dialogs/* ; do \
443           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
444         done ; \
445         for i in $(srcdir)/share/http/js/*.* ; do \
446           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
447         done ; \
448         for i in $(srcdir)/share/http/old/*.* ; do \
449           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
450         done ; \
451         for i in $(srcdir)/share/http/old/admin/*.* ; do \
452           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
453         done ; \
454         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
455           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
456         done ; \
457         for i in $(srcdir)/share/http/images/*.* ; do \
458           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
459         done ; \
460         for i in $(srcdir)/share/http/requests/*.* ; do \
461           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
462         done ; \
463         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
464         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
465         for i in $(ALL_LINGUAS); do \
466           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
467           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
468           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
469           ln -sf ../English.lproj/InfoPlist.strings \
470               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
471           ln -sf ../English.lproj/MainMenu.nib \
472               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
473           ln -sf ../English.lproj/vlc.scriptTerminology \
474               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
475         done
476         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
477
478 VLC.app: vlc
479         @if test -e "$(top_builddir)/tmp"; then \
480           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
481           false; \
482         else \
483           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
484         fi
485         rm -Rf $(top_builddir)/VLC.app
486         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
487         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
488           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
489         done
490         mkdir -p $(top_builddir)/tmp/modules/audio_output
491         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
492         for i in \
493             AppleRemote.h \
494             AppleRemote.m \
495             about.h \
496             about.m \
497             applescript.h \
498             applescript.m \
499             controls.h \
500             controls.m \
501             equalizer.h \
502             equalizer.m \
503             intf.h \
504             intf.m \
505             macosx.m \
506             misc.h \
507             misc.m \
508             open.h \
509             open.m \
510             output.h \
511             output.m \
512             playlist.h \
513             playlist.m \
514             playlistinfo.h \
515             playlistinfo.m \
516             prefs_widgets.h \
517             prefs_widgets.m \
518             prefs.h \
519             prefs.m \
520             vout.h \
521             voutqt.m \
522             voutgl.m \
523             wizard.h \
524             wizard.m \
525             extended.h \
526             extended.m \
527             bookmarks.h \
528             bookmarks.m \
529             sfilters.h \
530             sfilters.m \
531             update.h \
532             update.m \
533             interaction.h \
534             interaction.m \
535             embeddedwindow.h \
536             embeddedwindow.m \
537             vout.m; do \
538           cp "$(srcdir)/modules/gui/macosx/$$i" \
539              $(top_builddir)/tmp/modules/gui/macosx; \
540         done
541         case $(target_triplet) in \
542           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
543             cd ../../../; \
544             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
545                   $(top_builddir)/VLC.app;; \
546           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
547             cd ../../../; \
548             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
549                   $(top_builddir)/VLC.app;; \
550           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
551             cd ../../../; \
552             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
553                   $(top_builddir)/VLC.app;; \
554         esac
555         rm -Rf $(top_builddir)/tmp
556         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
557         $(INSTALL) $(top_builddir)/vlc \
558                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
559         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
560         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
561         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
562           if test -n "$$i" ; \
563             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
564                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
565           fi ; done
566         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
567           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
568           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
569             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
570           done ; \
571         fi
572         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
573         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
574         for i in $(ALL_LINGUAS); do \
575           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
576           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
577           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
578           ln -sf ../English.lproj/InfoPlist.strings \
579               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
580           ln -sf ../English.lproj/MainMenu.nib \
581               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
582         done
583         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
584 endif
585
586 if HAVE_WIN32
587 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
588 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
589 noinst_share_vlc_win32_rcdir = $(libdir)
590 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
591         $(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 $@
592 endif
593
594
595 ###############################################################################
596 # Building specific source packages
597 ###############################################################################
598
599 dist-woody: distdir
600         $(remove_distdir_woody)
601         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
602         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
603         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
604           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
605         $(remove_distdir_woody)
606
607 remove_distdir_woody = \
608   { test ! -d $(PACKAGE)-woody-$(VERSION) \
609     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
610            -exec chmod u+w {} ';' \
611          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
612
613 ###############################################################################
614 # Building architecture-specific binary packages
615 ###############################################################################
616
617 # XXX: this rule is probably only useful to you if you have exactly
618 # the same setup as me. Contact sam@zoy.org if you need to use it.
619 #
620
621 package-win-common:
622 # Check that tmp isn't in the way
623         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
624           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
625           false; \
626         else \
627           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
628         fi
629
630 # Copy relevant files
631         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
632         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
633 if BUILD_SHARED
634         cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
635 endif
636
637         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
638           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
639           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
640
641         mkdir $(top_builddir)/vlc-${VERSION}/locale
642         for i in $(ALL_LINGUAS); do \
643           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
644           cp "$(srcdir)/po/$${i}.gmo" \
645             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
646             || true ; \
647         done
648
649         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
650         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
651         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
652         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
653         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
654         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
655         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
656         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
657         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
658         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
659         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
660         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
661         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
662         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
663         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
664         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
665         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
666         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
667         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
668         cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
669         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
670
671         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
672         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
673         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
674         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
675         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
676         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
677         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
678         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
679
680         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
681
682 if BUILD_MOZILLA
683         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
684         cp $(top_builddir)/mozilla/*$(LIBEXT) $(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: