]> git.sesse.net Git - vlc/blob - Makefile.am
Some build systems clean up. Now require automake 1.7
[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/InfoPlist.strings \
86         extras/MacOSX/Resources/a52.icns \
87         extras/MacOSX/Resources/aac.icns \
88         extras/MacOSX/Resources/asf.icns \
89         extras/MacOSX/Resources/asx.icns \
90         extras/MacOSX/Resources/avi.icns \
91         extras/MacOSX/Resources/bin.icns \
92         extras/MacOSX/Resources/cue.icns \
93         extras/MacOSX/Resources/dat.icns \
94         extras/MacOSX/Resources/divx.icns \
95         extras/MacOSX/Resources/dv.icns \
96         extras/MacOSX/Resources/generic.icns \
97         extras/MacOSX/Resources/m3u.icns \
98         extras/MacOSX/Resources/mov.icns \
99         extras/MacOSX/Resources/mp3.icns \
100         extras/MacOSX/Resources/mp4.icns \
101         extras/MacOSX/Resources/mpeg.icns \
102         extras/MacOSX/Resources/mpeg1.icns \
103         extras/MacOSX/Resources/mpeg2.icns \
104         extras/MacOSX/Resources/mpeg4.icns \
105         extras/MacOSX/Resources/mpg.icns \
106         extras/MacOSX/Resources/ogg.icns \
107         extras/MacOSX/Resources/ogm.icns \
108         extras/MacOSX/Resources/pls.icns \
109         extras/MacOSX/Resources/srt.icns \
110         extras/MacOSX/Resources/sub.icns \
111         extras/MacOSX/Resources/vlc.icns \
112         extras/MacOSX/Resources/vob.icns \
113         extras/MacOSX/Resources/wma.icns \
114         extras/MacOSX/Resources/wmv.icns \
115         extras/MacOSX/Resources/pause.png \
116         extras/MacOSX/Resources/pause_blue.png \
117         extras/MacOSX/Resources/play.png \
118         extras/MacOSX/Resources/play_blue.png \
119         extras/MacOSX/Resources/stop.png \
120         extras/MacOSX/Resources/stop_blue.png \
121         extras/MacOSX/Resources/display.png \
122         extras/MacOSX/Resources/display_slider.png \
123         extras/MacOSX/Resources/display_track.png \
124         extras/MacOSX/Resources/equalizerdrawer_active.png \
125         extras/MacOSX/Resources/equalizerdrawer_blue.png \
126         extras/MacOSX/Resources/fullscreen_active.png \
127         extras/MacOSX/Resources/fullscreen_blue.png \
128         extras/MacOSX/Resources/next_active.png \
129         extras/MacOSX/Resources/next_blue.png \
130         extras/MacOSX/Resources/playlistdrawer_active.png \
131         extras/MacOSX/Resources/playlistdrawer_blue.png \
132         extras/MacOSX/Resources/previous_active.png \
133         extras/MacOSX/Resources/previous_blue.png \
134         extras/MacOSX/Resources/skip_forward_active.png \
135         extras/MacOSX/Resources/skip_forward_blue.png \
136         extras/MacOSX/Resources/skip_previous_active.png \
137         extras/MacOSX/Resources/skip_previous_blue.png \
138         extras/MacOSX/Resources/volume_high.png \
139         extras/MacOSX/Resources/volume_low.png \
140         extras/MacOSX/Resources/volumeslider_blue.png \
141         extras/MacOSX/Resources/volumeslider_normal.png \
142         extras/MacOSX/Resources/volumetrack.png \
143         extras/MacOSX/Resources/about_bg.png \
144         extras/MacOSX/Resources/skip_forward_active_embedded.png \
145         extras/MacOSX/Resources/play_embedded.png \
146         extras/MacOSX/Resources/pause_embedded.png \
147         extras/MacOSX/Resources/skip_previous_active_embedded.png \
148         extras/MacOSX/Resources/pause_embedded_blue.png \
149         extras/MacOSX/Resources/play_embedded_blue.png \
150         extras/MacOSX/Resources/skip_forward_embedded_blue.png \
151         extras/MacOSX/Resources/skip_previous_embedded_blue.png \
152         extras/MacOSX/Resources/vlc.scriptSuite \
153         extras/MacOSX/Resources/vlc.scriptTerminology \
154         extras/MacOSX/Resources/README \
155         extras/MacOSX/vlc.pbproj/project.pbxproj \
156         extras/MacOSX/Delete_Preferences.app/Contents/Info.plist \
157         extras/MacOSX/Delete_Preferences.app/Contents/PkgInfo \
158         extras/MacOSX/Delete_Preferences.app/Contents/MacOS/applet \
159         extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
160         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.icns \
161         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc \
162         extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
163         extras/MacOSX/plugin/Info.plist \
164         extras/MacOSX/plugin/InstallerInfo.plist \
165         extras/MacOSX/plugin/InstallerDescription.plist \
166         extras/MacOSX/plugin/pbdevelopment.plist \
167         extras/MacOSX/plugin/English.lproj/InfoPlist.strings \
168         $(NULL)
169
170 ###############################################################################
171 # Various utilities ( editor syntax files, ... )
172 ##############################################################################
173 EXTRA_DIST += \
174         extras/Makefile \
175         extras/zsh.cpp \
176         extras/emacs.init \
177         extras/vlc.vim \
178         extras/make.pl \
179         extras/valgrind.suppressions \
180         $(NULL)
181
182 ###############################################################################
183 # MS Visual Studio and eMbedded Visual Studio projects
184 ###############################################################################
185
186 EXTRA_DIST += \
187         msvc/vlc.dsw \
188         msvc/libvlc.dsp.in \
189         msvc/plugins.dsp.in \
190         msvc/vlc.dsp.in \
191         msvc/config.h.in \
192         msvc/modules_builtin_msvc.h \
193         evc/vlc.vcw \
194         evc/libvlc.vcp.in \
195         evc/vlc.vcp.in \
196         evc/plugins.vcp.in \
197         evc/errno.h \
198         evc/config.h.in \
199         evc/modules_builtin_evc.h \
200         $(NULL)
201
202 dist-hook:
203         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
204         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
205
206 ###############################################################################
207 # Building libvlc
208 ###############################################################################
209
210 bin_SCRIPTS = vlc-config
211 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
212         $(SHELL) ./config.status --file=$@
213         chmod 0755 $@
214
215 vlc-config.in: vlc-config.in.in
216         ./config.status --recheck
217
218 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
219 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
220
221 ###############################################################################
222 # Building vlc
223 ###############################################################################
224
225 bin_PROGRAMS = vlc
226
227 vlc_SOURCES = src/vlc.c
228 # Ugly kludge so that automake defines $(CXXLINK)
229 EXTRA_vlc_SOURCES = extras/zsh.cpp
230
231 # Work around a bug in the arm-wince-pe linker
232 if HAVE_WINCE
233 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
234 endif
235
236 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
237 # old automake-1.5 bug (automake/279).
238 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
239
240 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
241
242 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
243 if USE_LIBTOOL
244 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc`
245 LIB_libvlc = libvlc.la
246 LIBVLC = src/$(LIB_libvlc)
247 else
248 if BUILD_SHARED
249 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
250 if HAVE_WIN32
251 LIB_libvlc = libvlc.dll.a
252 else
253 LIB_libvlc = libvlc$(LIBEXT)
254 endif
255 LIBVLC =
256 else
257 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
258 LIB_libvlc = libvlc.a
259 LIBVLC = src/$(LIB_libvlc)
260 DEPENDENCIES_vlc += stamp-builtin
261 endif
262 vlc_LDADD += $(INCLUDED_LIBINTL)
263 endif
264
265 # Shortcut for developpers to rebuild the core (libvlc + vlc)
266 # Don't use it if you don't know what it is about.
267 # Don't complain if it doesn't work. -- Courmisch
268 core:
269         rm -f src/$(LIB_libvlc)
270         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
271
272 .PHONY: core
273
274 src/$(LIB_libvlc):
275         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
276
277 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
278         @rm -f vlc$(EXEEXT)
279         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
280           c++) cmd="$(CXXLINK)" ;; \
281           objc) cmd="$(OBJCLINK)" ;; \
282           c|*) cmd="$(LINK)" ;; \
283         esac ; \
284         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
285         echo $$cmd ; \
286         eval $$cmd
287
288 if HAVE_BEOS
289 noinst_DATA = vlc-bundle
290 vlc-bundle: vlc
291         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
292         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
293         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
294         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
295           if test -n "$$i" ; then \
296             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
297             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
298           fi ; \
299         done
300         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
301           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
302           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
303             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
304           done ; \
305         fi
306         for i in $(ALL_LINGUAS); do \
307           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
308           cp "$(top_builddir)/po/$$i.gmo" \
309             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
310         done
311         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
312 endif
313
314 # Install the symlinks
315 install-exec-local:
316         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
317           rm -f "$(DESTDIR)$(bindir)/$$i" && \
318           ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
319         fi ; done
320
321 # the opposite of install-{data,exec}-local
322 uninstall-local:
323         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
324           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
325         fi ; done
326
327 if HAVE_DARWIN
328 # Create the MacOS X app
329 vlc_app_DATA = VLC.app
330 vlc_appdir = $(bindir)
331 # VLC-release.app is the old VLC.app target
332 VLC-release.app: vlc
333         @if test -e "$(top_builddir)/tmp"; then \
334           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
335           false; \
336         else \
337           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
338         fi
339         rm -Rf $(top_builddir)/VLC-release.app
340         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
341         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
342           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
343         done
344         mkdir -p $(top_builddir)/tmp/modules/audio_output
345         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
346         for i in \
347             AppleRemote.h \
348             AppleRemote.m \
349             about.h \
350             about.m \
351             applescript.h \
352             applescript.m \
353             controls.h \
354             controls.m \
355             equalizer.h \
356             equalizer.m \
357             intf.h \
358             intf.m \
359             macosx.m \
360             misc.h \
361             misc.m \
362             open.h \
363             open.m \
364             output.h \
365             output.m \
366             playlist.h \
367             playlist.m \
368             playlistinfo.h \
369             playlistinfo.m \
370             prefs_widgets.h \
371             prefs_widgets.m \
372             prefs.h \
373             prefs.m \
374             vout.h \
375             voutqt.m \
376             voutgl.m \
377             wizard.h \
378             wizard.m \
379             extended.h \
380             extended.m \
381             bookmarks.h \
382             bookmarks.m \
383             sfilters.h \
384             sfilters.m \
385             update.h \
386             update.m \
387             interaction.h \
388             interaction.m \
389             embeddedwindow.h \
390             embeddedwindow.m \
391             vout.m; do \
392           cp "$(srcdir)/modules/gui/macosx/$$i" \
393              $(top_builddir)/tmp/modules/gui/macosx; \
394         done
395         case $(target_triplet) in \
396           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
397             cd ../../../; \
398             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
399                   $(top_builddir)/VLC-release.app;; \
400           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
401             cd ../../../; \
402             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
403                   $(top_builddir)/VLC-release.app;; \
404           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
405             cd ../../../; \
406             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
407                   $(top_builddir)/VLC-release.app;; \
408         esac
409         rm -Rf $(top_builddir)/tmp
410         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
411         $(INSTALL) $(top_builddir)/vlc \
412                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
413         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
414         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
415         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
416           if test -n "$$i" ; \
417             then $(INSTALL) "$$i$(LIBEXT)" \
418                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
419           fi ; done
420         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
421           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
422           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
423             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
424           done ; \
425         fi
426         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
427         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
428         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
429         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
430         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
431         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
432         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
433         for i in $(srcdir)/share/http/*.* ; do \
434           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
435         done ; \
436         for i in $(srcdir)/share/http/dialogs/* ; do \
437           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
438         done ; \
439         for i in $(srcdir)/share/http/js/*.* ; do \
440           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
441         done ; \
442         for i in $(srcdir)/share/http/old/*.* ; do \
443           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
444         done ; \
445         for i in $(srcdir)/share/http/old/admin/*.* ; do \
446           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
447         done ; \
448         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
449           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
450         done ; \
451         for i in $(srcdir)/share/http/images/*.* ; do \
452           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
453         done ; \
454         for i in $(srcdir)/share/http/requests/*.* ; do \
455           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
456         done ; \
457         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
458         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
459         for i in $(ALL_LINGUAS); do \
460           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
461           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
462           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
463           ln -sf ../English.lproj/InfoPlist.strings \
464               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
465           ln -sf ../English.lproj/MainMenu.nib \
466               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
467           ln -sf ../English.lproj/vlc.scriptTerminology \
468               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
469         done
470         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
471
472 VLC.app: vlc
473         @if test -e "$(top_builddir)/tmp"; then \
474           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
475           false; \
476         else \
477           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
478         fi
479         rm -Rf $(top_builddir)/VLC.app
480         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
481         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
482           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
483         done
484         mkdir -p $(top_builddir)/tmp/modules/audio_output
485         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
486         for i in \
487             AppleRemote.h \
488             AppleRemote.m \
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: