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