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