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