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