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