]> git.sesse.net Git - vlc/blob - Makefile.am
modules/meta_engine/luameta.c: Get meta (untested) and artwork using lua scripts.
[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-config.in.in \
25         vlc.fedora.spec \
26         vlc.mandriva.spec \
27         vlc.altlinux.spec \
28         vlc.win32.nsi.in
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/dbus-vlc.py \
217         extras/dbus-vlc.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 # Work around a bug in the arm-wince-pe linker
250 if HAVE_WINCE
251 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
252 endif
253
254 vlc_DEPENDENCIES = $(LIBVLC) $(DATA_win32_rc)
255
256 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) $(LTLIBINTL)
257
258 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
259 LIB_libvlc = libvlc.la
260 LIBVLC = src/$(LIB_libvlc)
261
262 # Shortcut for developpers to rebuild the core (libvlc + vlc)
263 # Don't use it if you don't know what it is about.
264 # Don't complain if it doesn't work. -- Courmisch
265 libvlc:
266         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
267
268 core: libvlc
269         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
270
271 .PHONY: libvlc core
272
273 src/$(LIB_libvlc): libvlc
274
275 vlc$(EXEEXT): $(vlc_OBJECTS) $(vlc_DEPENDENCIES)
276         @rm -f vlc$(EXEEXT)
277         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
278           c++) cmd="$(CXXLINK)" ;; \
279           objc) cmd="$(OBJCLINK)" ;; \
280           c|*) cmd="$(LINK)" ;; \
281         esac ; \
282         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD)" ; \
283         echo $$cmd ; \
284         eval $$cmd
285
286 if HAVE_BEOS
287 noinst_DATA = vlc-bundle
288 vlc-bundle: vlc
289         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
290         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
291         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
292         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
293           if test -n "$$i" ; then \
294             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
295             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
296           fi ; \
297         done
298         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
299           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
300           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
301             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
302           done ; \
303         fi
304         for i in $(ALL_LINGUAS); do \
305           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
306           cp "$(top_builddir)/po/$$i.gmo" \
307             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
308         done
309         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
310 endif
311
312 # Install the symlinks
313 install-exec-local: install-binPROGRAMS
314         inst="`echo vlc | sed -e '$(transform)'`" ; \
315         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
316           rm -f "$(DESTDIR)$(bindir)/$$i" && \
317           ln -sf "$${inst}" "$(DESTDIR)$(bindir)/$$i" ; \
318         fi ; done
319
320 # the opposite of install-{data,exec}-local
321 uninstall-local:
322         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
323           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
324         fi ; done
325
326 if HAVE_DARWIN
327 # Create the MacOS X app
328 vlc_app_DATA = VLC.app
329 vlc_appdir = $(bindir)
330 # VLC-release.app is the old VLC.app target
331 VLC-release.app: vlc
332         @if test -e "$(top_builddir)/tmp"; then \
333           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
334           false; \
335         else \
336           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
337         fi
338         rm -Rf $(top_builddir)/VLC-release.app
339         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
340         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
341           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
342         done
343         mkdir -p $(top_builddir)/tmp/modules/audio_output
344         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
345         for i in \
346             AppleRemote.h \
347             AppleRemote.m \
348             about.h \
349             about.m \
350             applescript.h \
351             applescript.m \
352             controls.h \
353             controls.m \
354             equalizer.h \
355             equalizer.m \
356             intf.h \
357             intf.m \
358             macosx.m \
359             misc.h \
360             misc.m \
361             open.h \
362             open.m \
363             output.h \
364             output.m \
365             playlist.h \
366             playlist.m \
367             playlistinfo.h \
368             playlistinfo.m \
369             prefs_widgets.h \
370             prefs_widgets.m \
371             prefs.h \
372             prefs.m \
373             vout.h \
374             voutqt.m \
375             voutgl.m \
376             wizard.h \
377             wizard.m \
378             extended.h \
379             extended.m \
380             bookmarks.h \
381             bookmarks.m \
382             sfilters.h \
383             sfilters.m \
384             update.h \
385             update.m \
386             interaction.h \
387             interaction.m \
388             embeddedwindow.h \
389             embeddedwindow.m \
390             fspanel.h \
391             fspanel.m \
392             vout.m; do \
393           cp "$(srcdir)/modules/gui/macosx/$$i" \
394              $(top_builddir)/tmp/modules/gui/macosx; \
395         done
396         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
397             cd ../../../ && \
398             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
399                   $(top_builddir)/VLC-release.app; \
400         rm -Rf $(top_builddir)/tmp
401         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
402         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/lib
403         $(INSTALL) $(top_builddir)/.libs/vlc \
404                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
405         $(INSTALL) $(top_builddir)/src/.libs/libvlc.1.dylib \
406                    $(top_builddir)/VLC-release.app/Contents/MacOS/lib/libvlc.dylib
407         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
408                    @executable_path/lib/libvlc.dylib \
409                $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
410         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
411         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
412         for i in `$(VLC_CONFIG) --target plugin` ; do \
413           if test -n "$$i" ; \
414             then $(INSTALL) "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
415                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
416           fi ; done
417         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
418           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
419           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
420             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
421           done ; \
422         fi
423         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist
424         for i in $(srcdir)/share/luaplaylist/*.* ; do \
425           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist/`basename $${i}` ; \
426         done ; \
427         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luameta
428         for i in $(srcdir)/share/luameta/*.* ; do \
429           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luameta/`basename $${i}` ; \
430         done ; \
431         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
432         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
433         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
434         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
435         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
436         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
437         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
438         for i in $(srcdir)/share/http/*.* ; do \
439           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
440         done ; \
441         for i in $(srcdir)/share/http/dialogs/* ; do \
442           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
443         done ; \
444         for i in $(srcdir)/share/http/js/*.* ; do \
445           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
446         done ; \
447         for i in $(srcdir)/share/http/old/*.* ; do \
448           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
449         done ; \
450         for i in $(srcdir)/share/http/old/admin/*.* ; do \
451           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
452         done ; \
453         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
454           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
455         done ; \
456         for i in $(srcdir)/share/http/images/*.* ; do \
457           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
458         done ; \
459         for i in $(srcdir)/share/http/requests/*.* ; do \
460           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
461         done ; \
462         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
463         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
464         for i in $(ALL_LINGUAS); do \
465           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
466           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
467           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
468           ln -sf ../English.lproj/InfoPlist.strings \
469               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
470           ln -sf ../English.lproj/MainMenu.nib \
471               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
472         done
473         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
474         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
475         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
476
477 VLC.app: vlc
478         @if test -e "$(top_builddir)/tmp"; then \
479           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
480           false; \
481         else \
482           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
483         fi
484         rm -Rf $(top_builddir)/VLC.app
485         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
486         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
487           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
488         done
489         mkdir -p $(top_builddir)/tmp/modules/audio_output
490         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
491         for i in \
492             AppleRemote.h \
493             AppleRemote.m \
494             about.h \
495             about.m \
496             applescript.h \
497             applescript.m \
498             controls.h \
499             controls.m \
500             equalizer.h \
501             equalizer.m \
502             intf.h \
503             intf.m \
504             macosx.m \
505             misc.h \
506             misc.m \
507             open.h \
508             open.m \
509             output.h \
510             output.m \
511             playlist.h \
512             playlist.m \
513             playlistinfo.h \
514             playlistinfo.m \
515             prefs_widgets.h \
516             prefs_widgets.m \
517             prefs.h \
518             prefs.m \
519             vout.h \
520             voutqt.m \
521             voutgl.m \
522             wizard.h \
523             wizard.m \
524             extended.h \
525             extended.m \
526             bookmarks.h \
527             bookmarks.m \
528             sfilters.h \
529             sfilters.m \
530             update.h \
531             update.m \
532             interaction.h \
533             interaction.m \
534             embeddedwindow.h \
535             embeddedwindow.m \
536             fspanel.h \
537             fspanel.m \
538             vout.m; do \
539           cp "$(srcdir)/modules/gui/macosx/$$i" \
540              $(top_builddir)/tmp/modules/gui/macosx; \
541         done
542         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
543             cd ../../../ && \
544             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
545                   $(top_builddir)/VLC.app; \
546         rm -Rf $(top_builddir)/tmp
547         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
548         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/lib
549         $(INSTALL) $(top_builddir)/.libs/vlc \
550                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
551         $(INSTALL) $(top_builddir)/src/.libs/libvlc.1.dylib \
552                    $(top_builddir)/VLC.app/Contents/MacOS/lib/libvlc.dylib
553         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
554                    @executable_path/lib/libvlc.dylib \
555                $(top_builddir)/VLC.app/Contents/MacOS/VLC
556         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
557         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
558         for i in `$(VLC_CONFIG) --target plugin` ; do \
559           if test -n "$$i" ; \
560         then install_name_tool -change /usr/local/lib/libvlc.1.dylib \
561                                   @executable_path/lib/libvlc.dylib \
562                           "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)"; \
563             ln -sfn "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
564                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
565           fi ; done
566         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
567           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
568           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
569                 install_name_tool -change /usr/local/lib/libvlc.1.dylib @executable_path/lib/libvlc.dylib $${i}; \
570             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
571           done ; \
572         fi
573         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
574         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
575         for i in $(ALL_LINGUAS); do \
576           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
577           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
578           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
579           ln -sf ../English.lproj/InfoPlist.strings \
580               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
581           ln -sf ../English.lproj/MainMenu.nib \
582               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
583         done
584         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
585 endif
586
587 if HAVE_WIN32
588 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
589 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
590 noinst_share_vlc_win32_rcdir = $(libdir)
591 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
592         $(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 $@
593 endif
594
595
596 ###############################################################################
597 # Building specific source packages
598 ###############################################################################
599
600 dist-woody: distdir
601         $(remove_distdir_woody)
602         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
603         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
604         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
605           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
606         $(remove_distdir_woody)
607
608 remove_distdir_woody = \
609   { test ! -d $(PACKAGE)-woody-$(VERSION) \
610     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
611            -exec chmod u+w {} ';' \
612          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
613
614 ###############################################################################
615 # Building architecture-specific binary packages
616 ###############################################################################
617
618 # XXX: this rule is probably only useful to you if you have exactly
619 # the same setup as me. Contact sam@zoy.org if you need to use it.
620 #
621
622 package-win-common:
623 # Check that tmp isn't in the way
624         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
625           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
626           false; \
627         else \
628           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
629         fi
630
631 # Copy relevant files
632         cp "$(top_builddir)/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
633         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
634         cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "vlc-${VERSION}/"
635         cp "$(top_builddir)/src/.libs/libvlc-control$(LIBEXT)" "vlc-${VERSION}/"
636
637         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
638           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
639           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
640
641         mkdir $(top_builddir)/vlc-${VERSION}/locale
642         for i in $(ALL_LINGUAS); do \
643           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
644           cp "$(srcdir)/po/$${i}.gmo" \
645             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
646             || true ; \
647         done
648
649         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
650         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
651         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
652         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
653         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
654         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
655         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
656         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
657         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
658         cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-${VERSION}/http/ ;
659         unix2dos $(top_builddir)/vlc-${VERSION}/http/.hosts ;
660         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
661         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
662         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
663         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
664         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
665         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
666         cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
667         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/.hosts ;
668         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
669         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
670         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
671         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
672         cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
673         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
674
675         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
676         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
677         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
678         cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-${VERSION}/http/old/ ;
679         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
680         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
681         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
682         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
683         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
684         cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
685
686         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
687
688 if BUILD_MOZILLA
689         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
690         cp $(top_builddir)/mozilla/.libs/npvlc$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
691 endif
692
693 if BUILD_ACTIVEX
694         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
695         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
696         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
697         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
698
699         cp $(top_builddir)/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
700 endif
701 # Rebase all those DLLs to speed up loading (need cygwin rebase)
702         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
703                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
704         fi
705
706 package-win-common-strip:
707         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
708         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
709         $(STRIP) "vlc-${VERSION}/libvlc-control$(LIBEXT)"
710 if BUILD_MOZILLA
711         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/npvlc$(LIBEXT);
712 endif
713 if BUILD_ACTIVEX
714         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/axvlc$(LIBEXT);
715 endif
716
717 package-win32-base-debug: package-win-common
718 # Copy relevant files
719         cp "$(top_builddir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
720
721         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
722         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
723           if test -n "$$i" ; then \
724             $(INSTALL) "$(top_builddir)/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
725             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
726           fi ; done
727
728         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
729         for i in $(srcdir)/share/skins2/fonts/*.*; do \
730           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
731         done
732         for i in $(srcdir)/share/skins2/*.*; do \
733           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
734         done
735
736         $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luaplaylist
737         for i in $(srcdir)/share/luaplaylist/*.* ; do \
738           $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename $${i}` ; \
739         done ;
740
741         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
742         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
743         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
744                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
745                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
746                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
747                 done; \
748         done
749         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
750         sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
751         sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg 
752
753
754 package-win32-base: package-win32-base-debug package-win-common-strip
755         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
756           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
757
758 package-win32-base-exe: package-win32-base
759 # Create package
760         if makensis -VERSION >/dev/null 2>&1; then \
761             MAKENSIS="makensis -DVERSION=${VERSION}"; \
762         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
763             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
764         elif wine --version >dev/null 2>&1; then \
765             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
766         else \
767             echo 'Error: cannot locate makensis tool'; exit 1; \
768         fi; \
769         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
770
771 package-win32-base-exe-cygwin: package-win32-base-exe
772 # Create package
773
774 package-win32-base-exe-linux:
775 # Create package
776         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
777
778 package-win32-base-zip: package-win32-base
779 # Create package 
780         zip -r -9 vlc-${VERSION}-win32.zip vlc-${VERSION}
781
782 package-win32-base-7zip: package-win32-base
783 # Create package 
784         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-${VERSION}-win32.7z vlc-${VERSION}
785
786 package-win32-exe: package-win32-base package-win32-base-exe
787 # Clean up
788         rm -Rf $(top_builddir)/vlc-${VERSION}
789
790 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
791 # Clean up
792         rm -Rf $(top_builddir)/vlc-${VERSION}
793
794 package-win32-zip: package-win32-base-zip
795 # Clean up
796         rm -Rf $(top_builddir)/vlc-${VERSION}
797
798 package-win32-7zip: package-win32-base-7zip
799 # Clean up
800         rm -Rf $(top_builddir)/vlc-${VERSION}
801
802 package-win32-no-clean: package-win32-base-exe package-win32-base-zip package-win32-base-7zip
803
804 package-win32: package-win32-no-clean
805 # Clean up
806         rm -Rf $(top_builddir)/vlc-${VERSION}
807
808 package-wince-base: package-win-common package-win-common-strip
809
810 package-wince-base-zip:
811 # Create package 
812         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
813
814 package-wince: package-wince-base  package-wince-base-zip
815 # Clean up
816         rm -Rf $(top_builddir)/vlc-${VERSION}
817
818
819 package-beos:
820 # Check that tmp isn't in the way
821         @if test -e $(srcdir)/tmp; then \
822           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
823           false ; \
824         else \
825           echo "OK." ; mkdir $(srcdir)/tmp ; \
826         fi
827
828 # Copy relevant files
829         mkdir -p $(srcdir)/tmp/vlc ;
830         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
831           THANKS NEWS tmp/vlc/ ;
832
833 # Create debug package
834         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
835         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
836         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
837         (cd $(srcdir)/tmp && zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
838         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
839         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
840
841 # Create normal package
842         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
843         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
844           --strip-debug --strip-unneeded "{}" \; ;
845         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
846         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
847         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
848         (cd $(srcdir)/tmp &&  zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
849         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
850
851 # Clean up
852         rm -Rf $(srcdir)/tmp ;
853
854 package-macosx:
855 # Check that the temporary location isn't in the way
856         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
857           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
858         fi
859
860         echo "Create package directory: vlc-${VERSION}/";
861         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
862
863 # Copy relevant files 
864         @if test -e "$(top_builddir)/VLC-release.app/"; then \
865           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
866         else \
867           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
868         fi
869         cd "$(srcdir)" && mkdir -p $(top_builddir)/vlc-${VERSION}/Goodies/ && \
870           mkdir -p $(top_builddir)/vlc-${VERSION}/.background/ && \
871           cp AUTHORS COPYING ChangeLog README THANKS NEWS $(top_builddir)/vlc-${VERSION}/Goodies/ && \
872           cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/Goodies/Delete\ VLC\ Preferences.app && \
873           cp README.MacOSX.rtf $(top_builddir)/vlc-${VERSION}/Read\ Me.rtf && \
874           cp extras/MacOSX/Resources/about_bg.png $(top_builddir)/vlc-${VERSION}/.background/background.png ;
875
876 # Place a link to the application folder
877         ln -s /Applications $(top_builddir)/vlc-${VERSION}/Applications ;
878
879 # Create disk image 
880         echo "Creating disk image" ;
881         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
882         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
883           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDRW \
884           -scrub -imagekey zlib-level=9 ;
885
886 # Make sure the root window of the dmg will pop up when the dmg is mounted.
887 # Note: We dont mount in /Volumes to be sure we won't collide with an other
888 # finder mounted dmg with the same name.
889         echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ;
890         mkdir -p $(top_builddir)/vlcmnt ;
891         hdiutil attach -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
892         bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
893         sleep 1 # Make sure operation completes
894
895 # Place the image disk finder icon at the correct place
896 # Note: careful here the finder does some weird things
897 # sometimes. delays in the script should prevent those.
898         cd "$(srcdir)"
899         osascript -e "tell application \"Finder\"" \
900         -e "   set f to POSIX file (\"$(top_builddir)/vlcmnt/vlc-${VERSION}/\" as string) as alias" \
901         -e "   tell folder f" \
902         -e "       open" \
903         -e "       tell container window" \
904         -e "          set toolbar visible to false" \
905         -e "          set statusbar visible to false" \
906         -e "          set current view to icon view" \
907         -e "          delay 1 -- Sync" \
908         -e "          set the bounds to {50, 100, 1000, 1000} -- Big size so the finder won't do silly things" \
909         -e "       end tell" \
910         -e "       delay 1 -- Sync" \
911         -e "       set icon size of the icon view options of container window to 128" \
912         -e "       set arrangement of the icon view options of container window to not arranged" \
913         -e "       set background picture of the icon view options of container window to file \".background:background.png\"" \
914         -e "       set position of item \"VLC.app\" to {100, 20}" \
915         -e "       set position of item \"Applications\" to {310, 20}" \
916         -e "       set position of item \"Goodies\" to {40, 200}" \
917         -e "       set position of item \"Read Me.rtf\" to {410, 200}" \
918         -e "       set the bounds of the container window to {50, 100, 590, 500}" \
919         -e "       update without registering applications" \
920         -e "       delay 5 -- Sync" \
921         -e "       close" \
922         -e "   end tell" \
923         -e "   -- Sync" \
924         -e "   delay 5" \
925         -e "end tell" || true # Make sure we don't make the build bots fail
926
927 # Unmount the image now
928         hdiutil detach "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
929         rm -R $(top_builddir)/vlcmnt ;
930
931 # Make sure the image is not writable
932 # Note: We can't directly create a read only dmg as we do the bless stuff
933         echo "Make the disk image read-only" ;
934         mv "$(top_builddir)/vlc-${VERSION}.dmg" "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
935         hdiutil convert "$(top_builddir)/vlc-${VERSION}-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-${VERSION}.dmg" ;
936         rm "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
937
938 # We are done
939         echo "Disk image creation completed:" ;
940         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
941
942 # Clean up
943         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
944
945 package-macosx-plugin:
946 if BUILD_MOZILLA
947 # Create Installer
948         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
949         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
950         cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
951         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
952         /Developer/Tools/packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
953         -f "$(top_builddir)/macosx-plugin-instdata" \
954         -i "$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist" \
955         -d "$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"; true
956         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
957
958 # Create disk image 
959         rm -f "$(top_builddir)/vlc-plugin-${VERSION}.dmg"; true
960         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}/"; true
961         mkdir -p "$(top_builddir)/vlc-plugin-${VERSION}/"
962         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-${VERSION}/"
963         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-${VERSION}" \
964           "$(top_builddir)/vlc-plugin-${VERSION}.dmg" -format UDZO \
965           -scrub -imagekey zlib-level=9 ;
966         echo "Disk image creation completed:"
967         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}"
968 endif
969
970 package-translations:
971         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
972           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
973           false; \
974         else \
975           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
976         fi
977 # Copy translations
978         for i in $(ALL_LINGUAS); do \
979           cp "$(srcdir)/po/$${i}.po" \
980             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
981             || true ; \
982         done
983         cp "$(srcdir)/doc/translations.txt" \
984           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
985
986         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
987         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
988         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
989         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
990         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
991         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
992         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
993         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
994
995         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
996           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
997
998 ###############################################################################
999 # PO translation files update
1000 ###############################################################################
1001 .PHONY: update-po
1002
1003 update-po:
1004         rm -f $(top_srcdir)/po/POTFILES.in
1005         { \
1006           cd $(top_srcdir) && \
1007           echo "# automatically created by make update-po" ; \
1008           echo "" ; \
1009           echo "# main sources" ; \
1010           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
1011             | grep -v '\(misc/modules_\|src/misc/revision.c\|modules/builtin.h\)' \
1012             | sort ; \
1013           echo "" ; \
1014           echo "# modules" ; \
1015           find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\
1016             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
1017             | grep -vE 'qt4/ui/.*.h' |grep -v qt4/resources.cpp \
1018             | sort ; \
1019         } > $(top_srcdir)/po/POTFILES.in
1020         rm -f $(top_srcdir)/po/vlc.pot
1021         cd po && $(MAKE) POTFILES vlc.pot update-po
1022
1023 #cd po && $(MAKE) update-po
1024
1025 ###############################################################################
1026 # Stamp rules
1027 ###############################################################################
1028 stamp-builtin: FORCE
1029         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
1030           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
1031             rm -f $@; \
1032             break; \
1033           fi; \
1034         done
1035         @if test ! -f $@; then printf "" > $@; fi
1036
1037 ###############################################################################
1038 # Enforce Mac OS X deployment target environment variable
1039 ###############################################################################
1040 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1041         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
1042
1043 ###############################################################################
1044 # Force rule
1045 ###############################################################################
1046 FORCE: