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