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