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