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