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