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