]> git.sesse.net Git - vlc/blob - Makefile.am
* port of the WX-advanded-GUI to OSX (refs #268)
[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 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 modules po . mozilla activex share m4 doc
16 DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib
17
18 EXTRA_DIST = \
19         HACKING \
20         INSTALL.win32 \
21         vlc.exe.manifest \
22         MAINTAINERS \
23         README.MacOSX.rtf \
24         bootstrap \
25         src/extras/COPYING \
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 =
35 SUFFIXES = 
36
37 # Tell aclocal to use -I m4. Wonder if it really works.
38 ACLOCAL_AMFLAGS = -I m4
39
40 # XXX: these flags could be set in configure.ac, but we set them here
41 # because old versions of automake don't support them in configure.ac.
42 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
43
44 ###############################################################################
45 # Headers
46 ###############################################################################
47
48 BUILT_SOURCES += \
49         stamp-api \
50         src/misc/modules_builtin.h \
51         $(NULL)
52
53 pkgincludedir = $(includedir)/vlc
54
55 dist_pkginclude_HEADERS = \
56         include/vlc/vlc.h \
57         include/vlc/aout.h \
58         include/vlc/vout.h \
59         include/vlc/sout.h \
60         include/vlc/decoder.h \
61         include/vlc/input.h \
62         include/vlc/intf.h \
63         include/vlc/control.h \
64         $(NULL)
65
66 noinst_HEADERS = $(HEADERS_include)
67
68 HEADERS_include = \
69         include/aout_internal.h \
70         include/audio_output.h \
71         include/beos_specific.h \
72         include/charset.h \
73         include/codecs.h \
74         include/configuration.h \
75         include/darwin_specific.h \
76         include/intf_eject.h \
77         include/iso_lang.h \
78         include/main.h \
79         include/mmx.h \
80         include/modules.h \
81         include/modules_inner.h \
82         include/mtime.h \
83         include/network.h \
84         include/osd.h \
85         include/os_specific.h \
86         include/snapshot.h \
87         include/stream_output.h \
88         include/variables.h \
89         include/video_output.h \
90         include/vlc_access.h \
91         include/vlc_acl.h \
92         include/vlc_bits.h \
93         include/vlc_block.h \
94         include/vlc_block_helper.h \
95         include/vlc_codec.h \
96         include/vlc_common.h \
97         include/vlc_config.h \
98         include/vlc_cpu.h \
99         include/vlc_demux.h \
100         include/vlc_error.h \
101         include/vlc_es.h \
102         include/vlc_es_out.h \
103         include/vlc_filter.h \
104         include/vlc_config_cat.h \
105         include/vlc_httpd.h \
106         include/vlc_tls.h \
107         include/vlc_md5.h \
108         include/vlc_image.h \
109         include/vlc_input.h \
110         include/vlc_interface.h \
111         include/vlc_keys.h \
112         include/vlc_messages.h \
113         include/vlc_meta.h \
114         include/vlc_objects.h \
115         include/vlc_playlist.h \
116         include/vlc_spu.h \
117         include/vlc_stream.h \
118         include/vlc_symbols.h \
119         include/vlc_threads_funcs.h \
120         include/vlc_threads.h \
121         include/vlc_video.h \
122         include/vlc_vlm.h \
123         include/vlc_vod.h \
124         include/vlc_xml.h \
125         include/vout_synchro.h \
126         include/win32_specific.h \
127         $(NULL)
128
129 src/misc/modules_builtin.h: Makefile src/misc/modules_builtin.h.in vlc-config
130         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
131         touch $@
132
133 # These dependencies are mandatory
134 $(SOURCES_libvlc): src/misc/modules_builtin.h $(LIB_intl)
135
136 ###############################################################################
137 # Optional libintl - FIXME, bad dependencies
138 ###############################################################################
139
140 intl/libintl.a: FORCE
141         cd $(top_builddir)/intl && $(MAKE) $(AM_MAKEFLAGS)
142
143 if BUILD_INTL
144 LIB_intl = intl/libintl.a
145 endif
146
147 ###############################################################################
148 # MacOS X project
149 ###############################################################################
150
151 EXTRA_DIST += \
152         extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
153         extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
154         extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
155         extras/MacOSX/Resources/English.lproj/About.nib/classes.nib \
156         extras/MacOSX/Resources/English.lproj/About.nib/info.nib \
157         extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib \
158         extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib \
159         extras/MacOSX/Resources/English.lproj/Open.nib/info.nib \
160         extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib \
161         extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib \
162         extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib \
163         extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
164         extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib \
165         extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib \
166         extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
167         extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
168         extras/MacOSX/Resources/a52.icns \
169         extras/MacOSX/Resources/aac.icns \
170         extras/MacOSX/Resources/asf.icns \
171         extras/MacOSX/Resources/asx.icns \
172         extras/MacOSX/Resources/avi.icns \
173         extras/MacOSX/Resources/bin.icns \
174         extras/MacOSX/Resources/cue.icns \
175         extras/MacOSX/Resources/dat.icns \
176         extras/MacOSX/Resources/divx.icns \
177         extras/MacOSX/Resources/dv.icns \
178         extras/MacOSX/Resources/generic.icns \
179         extras/MacOSX/Resources/m3u.icns \
180         extras/MacOSX/Resources/mov.icns \
181         extras/MacOSX/Resources/mp3.icns \
182         extras/MacOSX/Resources/mp4.icns \
183         extras/MacOSX/Resources/mpeg.icns \
184         extras/MacOSX/Resources/mpeg1.icns \
185         extras/MacOSX/Resources/mpeg2.icns \
186         extras/MacOSX/Resources/mpeg4.icns \
187         extras/MacOSX/Resources/mpg.icns \
188         extras/MacOSX/Resources/ogg.icns \
189         extras/MacOSX/Resources/ogm.icns \
190         extras/MacOSX/Resources/pls.icns \
191         extras/MacOSX/Resources/srt.icns \
192         extras/MacOSX/Resources/sub.icns \
193         extras/MacOSX/Resources/vlc.icns \
194         extras/MacOSX/Resources/vob.icns \
195         extras/MacOSX/Resources/wma.icns \
196         extras/MacOSX/Resources/wmv.icns \
197         extras/MacOSX/Resources/pause.png \
198         extras/MacOSX/Resources/pause_blue.png \
199         extras/MacOSX/Resources/play.png \
200         extras/MacOSX/Resources/play_blue.png \
201         extras/MacOSX/Resources/stop.png \
202         extras/MacOSX/Resources/stop_blue.png \
203         extras/MacOSX/Resources/display.png \
204         extras/MacOSX/Resources/display_slider.png \
205         extras/MacOSX/Resources/display_track.png \
206         extras/MacOSX/Resources/equalizerdrawer_active.png \
207         extras/MacOSX/Resources/equalizerdrawer_blue.png \
208         extras/MacOSX/Resources/fullscreen_active.png \
209         extras/MacOSX/Resources/fullscreen_blue.png \
210         extras/MacOSX/Resources/next_active.png \
211         extras/MacOSX/Resources/next_blue.png \
212         extras/MacOSX/Resources/playlistdrawer_active.png \
213         extras/MacOSX/Resources/playlistdrawer_blue.png \
214         extras/MacOSX/Resources/previous_active.png \
215         extras/MacOSX/Resources/previous_blue.png \
216         extras/MacOSX/Resources/skip_forward_active.png \
217         extras/MacOSX/Resources/skip_forward_blue.png \
218         extras/MacOSX/Resources/skip_previous_active.png \
219         extras/MacOSX/Resources/skip_previous_blue.png \
220         extras/MacOSX/Resources/volume_high.png \
221         extras/MacOSX/Resources/volume_low.png \
222         extras/MacOSX/Resources/volumeslider_blue.png \
223         extras/MacOSX/Resources/volumeslider_normal.png \
224         extras/MacOSX/Resources/volumetrack.png \
225         extras/MacOSX/Resources/about_bg.png \
226         extras/MacOSX/Resources/vlc.scriptSuite \
227         extras/MacOSX/Resources/vlc.scriptTerminology \
228         extras/MacOSX/Resources/README \
229         extras/MacOSX/vlc.pbproj/project.pbxproj \
230         extras/MacOSX/macosx-dmg \
231         $(NULL)
232
233 ###############################################################################
234 # MS Visual Studio and eMbedded Visual Studio projects
235 ###############################################################################
236
237 EXTRA_DIST += \
238         msvc/vlc.dsw \
239         msvc/libvlc.dsp.in \
240         msvc/plugins.dsp.in \
241         msvc/vlc.dsp.in \
242         msvc/config.h.in \
243         msvc/modules_builtin_msvc.h \
244         evc/vlc.vcw \
245         evc/libvlc.vcp.in \
246         evc/vlc.vcp.in \
247         evc/plugins.vcp.in \
248         evc/errno.h \
249         evc/config.h.in \
250         evc/modules_builtin_evc.h \
251         $(NULL)
252
253 dist-hook:
254         cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc
255         distdir=$(distdir) srcdir=$(srcdir) $(srcdir)/toolbox --dist-contrib
256
257 ###############################################################################
258 # Building libvlc
259 ###############################################################################
260
261 bin_SCRIPTS = vlc-config
262 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
263         cd $(top_builddir) && $(SHELL) ./config.status --file=$@
264         -cd $(top_builddir) && chmod 0755 $@
265
266 $(SOURCES): vlc-config
267
268 CLEANFILES = $(BUILT_SOURCES)
269
270 lib_LIBRARIES = lib/libvlc.a $(LIBRARIES_libvlc_pic)
271
272 lib_libvlc_a_SOURCES = $(SOURCES_libvlc)
273 lib_libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
274 lib_libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
275 lib_libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
276
277 lib_libvlc_pic_a_SOURCES = $(SOURCES_libvlc)
278 lib_libvlc_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic`
279 lib_libvlc_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
280 lib_libvlc_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc pic`
281
282 if HAVE_BEOS
283 OPT_SOURCES_libvlc_beos = $(SOURCES_libvlc_beos)
284 endif
285 if HAVE_DARWIN
286 OPT_SOURCES_libvlc_darwin = $(SOURCES_libvlc_darwin)
287 endif
288 if HAVE_WIN32
289 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
290 endif
291 if HAVE_WINCE
292 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
293 endif
294 if BUILD_DIRENT
295 OPT_SOURCES_libvlc_dirent = $(SOURCES_libvlc_dirent)
296 endif
297 if BUILD_GETOPT
298 OPT_SOURCES_libvlc_getopt = $(SOURCES_libvlc_getopt)
299 endif
300 if BUILD_MOZILLA
301 if !HAVE_WIN32
302 LIBRARIES_libvlc_pic = lib/libvlc_pic.a
303 endif
304 endif
305
306 EXTRA_DIST += \
307         $(SOURCES_libvlc_beos) \
308         $(SOURCES_libvlc_darwin) \
309         $(SOURCES_libvlc_win32) \
310         $(SOURCES_libvlc_dirent) \
311         $(SOURCES_libvlc_getopt) \
312         $(NULL)
313
314 SOURCES_libvlc_beos = \
315         src/misc/beos_specific.cpp \
316         $(NULL)
317
318 SOURCES_libvlc_darwin = \
319         src/misc/darwin_specific.m \
320         $(NULL)
321
322 SOURCES_libvlc_win32 = \
323         src/misc/win32_specific.c \
324         $(NULL)
325
326 SOURCES_libvlc_dirent = \
327         src/extras/dirent.c \
328         $(NULL)
329
330 SOURCES_libvlc_getopt = \
331         src/extras/getopt.c \
332         src/extras/getopt.h \
333         src/extras/getopt1.c \
334         $(NULL)
335
336 SOURCES_libvlc_common = \
337         src/libvlc.c \
338         src/libvlc.h \
339         src/interface/interface.c \
340         src/interface/intf_eject.c \
341         src/playlist/playlist.c \
342         src/playlist/sort.c \
343         src/playlist/loadsave.c \
344         src/playlist/view.c \
345         src/playlist/item.c \
346         src/playlist/item-ext.c \
347         src/playlist/services_discovery.c \
348         src/input/access.c \
349         src/input/clock.c \
350         src/input/control.c \
351         src/input/decoder.c \
352         src/input/demux.c \
353         src/input/es_out.c \
354         src/input/input.c \
355         src/input/input_internal.h \
356         src/input/stream.c \
357         src/input/mem_stream.c \
358         src/input/subtitles.c \
359         src/input/var.c \
360         src/video_output/video_output.c \
361         src/video_output/vout_pictures.c \
362         src/video_output/vout_pictures.h \
363         src/video_output/video_text.c \
364         src/video_output/video_widgets.c \
365         src/video_output/vout_subpictures.c \
366         src/video_output/vout_synchro.c \
367         src/video_output/vout_intf.c \
368         src/audio_output/common.c \
369         src/audio_output/dec.c \
370         src/audio_output/filters.c \
371         src/audio_output/input.c \
372         src/audio_output/mixer.c \
373         src/audio_output/output.c \
374         src/audio_output/intf.c \
375         src/stream_output/stream_output.c \
376         src/stream_output/announce.c \
377         src/stream_output/sap.c \
378         src/stream_output/acl.c \
379         src/misc/charset.c \
380         src/misc/httpd.c \
381         src/misc/tls.c \
382         src/misc/md5.c \
383         src/misc/mtime.c \
384         src/misc/block.c \
385         src/misc/modules.c \
386         src/misc/threads.c \
387         src/misc/unicode.c \
388         src/misc/cpu.c \
389         src/misc/configuration.c \
390         src/misc/image.c \
391         src/misc/iso_lang.c \
392         src/misc/iso-639_def.h \
393         src/misc/messages.c \
394         src/misc/objects.c \
395         src/misc/variables.c \
396         src/misc/error.c \
397         src/misc/net.c \
398         src/misc/getaddrinfo.c \
399         src/misc/vlm.c \
400         src/misc/xml.c \
401         src/extras/libc.c \
402         src/control/core.c \
403         src/control/util.c \
404         src/control/audio_video.c \
405         $(NULL)
406
407 SOURCES_libvlc = \
408         $(SOURCES_libvlc_common) \
409         $(OPT_SOURCES_libvlc_beos) \
410         $(OPT_SOURCES_libvlc_darwin) \
411         $(OPT_SOURCES_libvlc_win32) \
412         $(OPT_SOURCES_libvlc_dirent) \
413         $(OPT_SOURCES_libvlc_getopt) \
414         $(NULL)
415
416 ###############################################################################
417 # Building vlc
418 ###############################################################################
419
420 bin_PROGRAMS = vlc
421
422 vlc_SOURCES = src/vlc.c
423
424 # Work around a bug in the arm-wince-pe linker
425 if HAVE_WINCE
426 vlc_WORKAROUNDLDFLAGS = lib/libvlc.a
427 endif
428
429 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin` $(vlc_WORKAROUNDLDFLAGS)
430 vlc_LDADD = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
431 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
432
433 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
434 # old automake-1.5 bug (automake/279).
435 DEPENDENCIES_vlc = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
436
437 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
438         @rm -f $(top_builddir)/vlc$(EXEEXT)
439         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
440           c++) echo $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDFLAGS) $(LIBS) ; $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) $(vlc_LDADD) ;; \
441           objc) echo $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDFLAGS) $(LIBS) ; $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) $(vlc_LDADD) ;; \
442           c|*) echo $(LINK) $(vlc_OBJECTS) $(vlc_LDFLAGS) $(LIBS) ; $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) $(vlc_LDADD) ;; \
443         esac
444
445 if HAVE_BEOS
446 noinst_DATA = vlc-bundle
447 vlc-bundle: vlc
448         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
449         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
450         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
451         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
452           if test -n "$$i" ; then \
453             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
454             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
455           fi ; \
456         done
457         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
458           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
459           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
460             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
461           done ; \
462         fi
463         for i in $(ALL_LINGUAS); do \
464           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
465           cp "$(top_builddir)/po/$$i.gmo" \
466             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
467         done
468         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
469 endif
470
471 # Install the modules and the symlinks
472 install-exec-local:
473         for i in "" `$(VLC_CONFIG) --target plugin` ; do if test -n "$$i" ; then \
474           echo $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
475           $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
476         fi ; done
477         for i in "" `$(VLC_CONFIG) --target builtin` ; do if test -n "$$i" ; then \
478           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
479           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
480         fi ; done
481 if BUILD_MOZILLA
482         for i in "" `$(VLC_CONFIG) --target builtin pic` ; do if test -n "$$i" ; then \
483           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
484           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
485         fi ; done
486 endif
487         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
488           rm -f "$(DESTDIR)$(bindir)/$$i" && \
489           ln -s vlc "$(DESTDIR)$(bindir)/$$i" ; \
490         fi ; done
491
492 # the opposite of install-{data,exec}-local
493 uninstall-local:
494         @for i in "" `$(VLC_CONFIG) --target plugin` ; do if test -n "$$i" ; then \
495           echo rm -f "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`/$$(basename $$i$(LIBEXT))" ; \
496           rm -f "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`/$$(basename $$i$(LIBEXT))" ; \
497         fi ; done
498         @for i in "" `$(VLC_CONFIG) --target builtin` ; do if test -n "$$i" ; then \
499           echo rm -f "$(DESTDIR)$(libdir)/vlc/$$(basename $$i)" ; \
500           rm -f "$(DESTDIR)$(libdir)/vlc/$$(basename $$i)" ; \
501         fi ; done
502 if BUILD_MOZILLA
503         @for i in "" `$(VLC_CONFIG) --target builtin pic` ; do if test -n "$$i" ; then \
504           echo rm -f "$$i" "$(DESTDIR)$(libdir)/vlc/$$(basename $$i)" ; \
505           rm -f "$$i" "$(DESTDIR)$(libdir)/vlc/$$(basename $$i)" ; \
506         fi ; done
507 endif
508         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
509           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
510         fi ; done
511
512 if HAVE_DARWIN
513 # Create the MacOS X app
514 vlc_app_DATA = VLC.app
515 vlc_appdir = $(bindir)
516 # VLC-release.app is the old VLC.app target
517 VLC-release.app: vlc
518         @if test -e "$(top_builddir)/tmp"; then \
519           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
520           false; \
521         else \
522           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
523         fi
524         rm -Rf $(top_builddir)/VLC-release.app
525         cp -r $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
526         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
527           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
528         done
529         mkdir -p $(top_builddir)/tmp/modules/audio_output
530         cp $(srcdir)/modules/audio_output/coreaudio.c \
531            $(top_builddir)/tmp/modules/audio_output/coreaudio.c
532         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
533         for i in \
534             about.h \
535             about.m \
536             applescript.h \
537             applescript.m \
538             controls.h \
539             controls.m \
540             equalizer.h \
541             equalizer.m \
542             intf.h \
543             intf.m \
544             macosx.m \
545             misc.h \
546             misc.m \
547             open.h \
548             open.m \
549             output.h \
550             output.m \
551             playlist.h \
552             playlist.m \
553             playlistinfo.h \
554             playlistinfo.m \
555             prefs_widgets.h \
556             prefs_widgets.m \
557             prefs.h \
558             prefs.m \
559             vout.h \
560             voutqt.m \
561             voutgl.m \
562             wizard.h \
563             wizard.m \
564             extended.h \
565             extended.m \
566             vout.m; do \
567           cp "$(srcdir)/modules/gui/macosx/$$i" \
568              $(top_builddir)/tmp/modules/gui/macosx; \
569         done
570         case $(target_triplet) in \
571           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
572             cd ../../../; \
573             cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
574                   $(top_builddir)/VLC-release.app;; \
575           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
576             cd ../../../; \
577             cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
578                   $(top_builddir)/VLC-release.app;; \
579           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
580             cd ../../../; \
581             cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
582                   $(top_builddir)/VLC-release.app;; \
583         esac
584         rm -Rf $(top_builddir)/tmp
585         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
586         $(INSTALL) $(top_builddir)/vlc \
587                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
588         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
589         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
590         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
591           if test -n "$$i" ; \
592             then $(INSTALL) "$$i$(LIBEXT)" \
593                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
594           fi ; done
595         if test -d $(top_builddir)/extras/contrib/vlc-lib; then \
596           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
597           for i in $(top_builddir)/extras/contrib/vlc-lib/*.dylib ; do \
598             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
599           done ; \
600         fi
601         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share
602         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http
603         for i in $(srcdir)/share/http/* ; do \
604           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
605         done ; \
606         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/vlm
607         for i in $(srcdir)/share/http/vlm/* ; do \
608           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/vlm/`basename $${i}` ; \
609         done ; \
610         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/admin
611         for i in $(srcdir)/share/http/admin/* ; do \
612           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/admin/`basename $${i}` ; \
613         done ; \
614         $(INSTALL) -m 644 $(srcdir)/share/http/admin/.access $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/admin/.access
615         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
616         for i in $(ALL_LINGUAS); do \
617           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
618           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
619           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
620           ln -sf ../English.lproj/InfoPlist.strings \
621               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
622           ln -sf ../English.lproj/MainMenu.nib \
623               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
624           ln -sf ../English.lproj/vlc.scriptTerminology \
625               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
626         done
627         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
628
629 VLC.app: vlc
630         @if test -e "$(top_builddir)/tmp"; then \
631           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
632           false; \
633         else \
634           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
635         fi
636         rm -Rf $(top_builddir)/VLC.app
637         cp -r $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
638         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
639           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
640         done
641         mkdir -p $(top_builddir)/tmp/modules/audio_output
642         cp $(srcdir)/modules/audio_output/coreaudio.c \
643            $(top_builddir)/tmp/modules/audio_output/coreaudio.c
644         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
645         for i in \
646             about.h \
647             about.m \
648             applescript.h \
649             applescript.m \
650             controls.h \
651             controls.m \
652             equalizer.h \
653             equalizer.m \
654             intf.h \
655             intf.m \
656             macosx.m \
657             misc.h \
658             misc.m \
659             open.h \
660             open.m \
661             output.h \
662             output.m \
663             playlist.h \
664             playlist.m \
665             playlistinfo.h \
666             playlistinfo.m \
667             prefs_widgets.h \
668             prefs_widgets.m \
669             prefs.h \
670             prefs.m \
671             vout.h \
672             voutqt.m \
673             voutgl.m \
674             wizard.h \
675             wizard.m \
676             extended.h \
677             extended.m \
678             vout.m; do \
679           cp "$(srcdir)/modules/gui/macosx/$$i" \
680              $(top_builddir)/tmp/modules/gui/macosx; \
681         done
682         case $(target_triplet) in \
683           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
684             cd ../../../; \
685             cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
686                   $(top_builddir)/VLC.app;; \
687           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
688             cd ../../../; \
689             cp -r $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
690                   $(top_builddir)/VLC.app;; \
691           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
692             cd ../../../; \
693             cp -r $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
694                   $(top_builddir)/VLC.app;; \
695         esac
696         rm -Rf $(top_builddir)/tmp
697         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
698         $(INSTALL) $(top_builddir)/vlc \
699                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
700         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
701         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
702         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
703           if test -n "$$i" ; \
704             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
705                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
706           fi ; done
707         if test -d $(top_builddir)/extras/contrib/vlc-lib; then \
708           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
709           for i in $(top_builddir)/extras/contrib/vlc-lib/*.dylib ; do \
710             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
711           done ; \
712         fi
713         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
714         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
715         for i in $(ALL_LINGUAS); do \
716           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
717           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
718           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
719           ln -sf ../English.lproj/InfoPlist.strings \
720               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
721           ln -sf ../English.lproj/MainMenu.nib \
722               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
723         done
724         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
725 endif
726
727 if HAVE_WIN32
728 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
729 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
730 noinst_share_vlc_win32_rcdir = $(libdir)
731 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
732         $(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 $@
733 endif
734
735
736 ###############################################################################
737 # Building specific source packages
738 ###############################################################################
739
740 dist-woody: distdir
741         $(remove_distdir_woody)
742         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
743         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
744         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
745           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
746         $(remove_distdir_woody)
747
748 remove_distdir_woody = \
749   { test ! -d $(PACKAGE)-woody-$(VERSION) \
750     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
751            -exec chmod u+w {} ';' \
752          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
753
754 ###############################################################################
755 # Building architecture-specific binary packages
756 ###############################################################################
757
758 # XXX: this rule is probably only useful to you if you have exactly
759 # the same setup as me. Contact sam@zoy.org if you need to use it.
760 #
761 package-win32-base:
762 # Check that tmp isn't in the way
763         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
764           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
765           false; \
766         else \
767           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
768         fi
769
770 # Copy relevant files
771         cp "$(srcdir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
772         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
773         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
774         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
775
776         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
777           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
778           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
779
780         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
781         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
782           if test -n "$$i" ; then \
783             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
784             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
785           fi ; done
786
787         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
788           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
789
790         mkdir $(top_builddir)/vlc-${VERSION}/locale
791         for i in $(ALL_LINGUAS); do \
792           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
793           cp "$(srcdir)/po/$${i}.gmo" \
794             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
795             || true ; \
796         done
797
798         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
799         for i in $(srcdir)/share/skins2/fonts/*.*; do \
800           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
801         done
802         for i in $(srcdir)/share/skins2/*.*; do \
803           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
804         done
805
806         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/admin"
807         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/vlm"
808         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
809         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
810         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
811         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
812         cp $(srcdir)/share/http/*.png $(top_builddir)/vlc-${VERSION}/http/
813         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
814         cp $(srcdir)/share/http/admin/*.html \
815            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
816         unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/*.html ;
817         cp $(srcdir)/share/http/admin/dboxfiles.html \
818            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
819         cp $(srcdir)/share/http/admin/.access \
820            $(top_builddir)/vlc-${VERSION}/http/admin/ ;
821         unix2dos $(top_builddir)/vlc-${VERSION}/http/admin/.access ;
822         cp $(srcdir)/share/http/vlm/*.html \
823            $(top_builddir)/vlc-${VERSION}/http/vlm/ ;
824         unix2dos $(top_builddir)/vlc-${VERSION}/http/vlm/*.html ;
825
826         cp $(srcdir)/share/vlc48x48new.ico $(top_builddir)/vlc-${VERSION}/ ;
827
828         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
829 if BUILD_MOZILLA
830         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
831         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
832         cp $(top_builddir)/mozilla/vlcintf.xpt  $(top_builddir)/vlc-${VERSION}/mozilla/ ;
833 endif
834
835         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
836 if BUILD_ACTIVEX
837         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
838         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
839         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
840
841         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
842         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
843 endif
844 # Rebase all those DLLs to speed up loading (need cygwin rebase)
845         if [ -x rebase ]; then \
846                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
847         fi
848
849 package-win32-base-exe:
850 # Create package
851         wine C:/Program\ Files/NSIS/makensis.exe \
852              /DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
853
854 package-win32-base-exe-cygwin:
855 # Create package
856         C:/Program\ Files/NSIS/makensis.exe \
857              /DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
858
859 package-win32-base-exe-linux:
860 # Create package
861         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
862
863 package-win32-base-zip:
864 # Create package 
865         zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
866
867 package-win32-exe: package-win32-base package-win32-base-exe
868 # Clean up
869         rm -Rf $(top_builddir)/vlc-${VERSION}
870
871 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
872 # Clean up
873         rm -Rf $(top_builddir)/vlc-${VERSION}
874
875 package-win32-zip: package-win32-base package-win32-base-zip
876 # Clean up
877         rm -Rf $(top_builddir)/vlc-${VERSION}
878
879 package-win32: package-win32-base package-win32-base-exe package-win32-base-zip
880 # Clean up
881         rm -Rf $(top_builddir)/vlc-${VERSION}
882
883 package-beos:
884 # Check that tmp isn't in the way
885         @if test -e $(srcdir)/tmp; then \
886           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
887           false ; \
888         else \
889           echo "OK." ; mkdir $(srcdir)/tmp ; \
890         fi
891
892 # Copy relevant files
893         mkdir -p $(srcdir)/tmp/vlc ;
894         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
895           THANKS NEWS tmp/vlc/ ;
896
897 # Create debug package
898         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
899         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
900         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
901         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
902         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
903         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
904
905 # Create normal package
906         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
907         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
908           --strip-debug --strip-unneeded "{}" \; ;
909         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
910         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
911         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
912         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
913         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
914
915 # Clean up
916         rm -Rf $(srcdir)/tmp ;
917
918 package-macosx:
919 # Check that tmp isn't in the way
920         @if test -e "$(top_builddir)/tmp"; then \
921           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
922           false; \
923         else \
924           echo "OK."; mkdir -p "$(top_builddir)/tmp"; \
925         fi
926
927 # Copy relevant files 
928         cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/tmp/VLC.app"
929         cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/tmp/
930
931 # Create disk image 
932         $(srcdir)/extras/MacOSX/macosx-dmg "vlc-${VERSION}" $(top_builddir)/tmp
933
934 # Clean up
935         rm -Rf $(top_builddir)/tmp
936
937 package-translations:
938         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
939           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
940           false; \
941         else \
942           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
943         fi
944 # Copy translations
945         for i in $(ALL_LINGUAS); do \
946           cp "$(srcdir)/po/$${i}.po" \
947             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
948             || true ; \
949         done
950         cp "$(srcdir)/doc/translations.txt" \
951           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
952
953         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
954         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
955         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
956         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
957         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
958         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
959         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
960         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
961
962         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
963           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
964
965 ###############################################################################
966 # Stamp rules
967 ###############################################################################
968 clean: clean-stamp clean-recursive
969 clean-stamp:
970         rm -f stamp-builtin stamp-api
971
972 stamp-builtin: FORCE
973         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
974           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
975             rm -f $@; \
976             break; \
977           fi; \
978         done
979         @if test ! -f $@; then printf "" > $@; fi
980
981 stamp-api: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl src/misc/modules_builtin.h.in
982         cd $(srcdir) && cat $(HEADERS_include) | perl ./vlc-api.pl
983         touch stamp-api
984
985 ###############################################################################
986 # Force rule
987 ###############################################################################
988 FORCE: