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