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