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 compat 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)
16 SUBDIRS = po compat src
18 SUBDIRS += libs/loader
31 SUBDIRS += modules share doc test
33 SUBDIRS += projects/mozilla
36 SUBDIRS += projects/activex
43 extras/package/win32/vlc.exe.manifest \
44 extras/package/win32/libvlc.dll.manifest \
45 extras/package/macosx/README.MacOSX.rtf \
47 extras/package/rpm/vlc.fedora.spec \
48 extras/package/rpm/vlc.altlinux.spec \
49 extras/package/win32/vlc.win32.nsi.in \
50 extras/package/win32/spad.nsi.in \
51 extras/package/win32/languages/declaration.nsh \
52 extras/package/win32/languages/english.nsh \
53 extras/package/win32/languages/french.nsh
55 dist_noinst_SCRIPTS = bootstrap toolbox
56 nodist_noinst_SCRIPTS = compile
58 BUILT_SOURCES_distclean = vlc-config extras/package/win32/vlc.win32.nsi extras/package/win32/spad.nsi
60 BUILT_SOURCES_clean = macosx-sdk
65 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
69 DISTCHECK_CONFIGURE_FLAGS = \
70 --enable-fast-install \
72 --disable-avcodec --disable-avformat \
73 --disable-postproc --disable-swscale \
75 --disable-mad --disable-libmpeg2 \
76 --disable-faad --disable-skins2 \
78 --disable-fribidi --disable-glx
80 ACLOCAL_AMFLAGS = -I m4
89 ChangeLog: Makefile.am
91 cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
92 ln -sf doc/ChangeLog-2009 "$@"
94 ###############################################################################
96 ###############################################################################
99 extras/package/macosx/Resources/English.lproj/MainMenu.nib/designable.nib \
100 extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
101 extras/package/macosx/Resources/English.lproj/MediaInfo.nib/designable.nib \
102 extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
103 extras/package/macosx/Resources/English.lproj/About.nib/designable.nib \
104 extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
105 extras/package/macosx/Resources/English.lproj/Open.nib/designable.nib \
106 extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
107 extras/package/macosx/Resources/English.lproj/Preferences.nib/designable.nib \
108 extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
109 extras/package/macosx/Resources/English.lproj/Wizard.nib/designable.nib \
110 extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
111 extras/package/macosx/Resources/English.lproj/Bookmarks.nib/designable.nib \
112 extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
113 extras/package/macosx/Resources/English.lproj/Extended.nib/designable.nib \
114 extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
115 extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/designable.nib \
116 extras/package/macosx/Resources/English.lproj/CoreDialogs.nib/keyedobjects.nib \
117 extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/designable.nib \
118 extras/package/macosx/Resources/English.lproj/ErrorPanel.nib/keyedobjects.nib \
119 extras/package/macosx/Resources/English.lproj/InfoPlist.strings.in \
120 extras/package/macosx/Resources/dsa_pub.pem \
121 extras/package/macosx/Resources/aiff.icns \
122 extras/package/macosx/Resources/audio.icns \
123 extras/package/macosx/Resources/avi.icns \
124 extras/package/macosx/Resources/flv.icns \
125 extras/package/macosx/Resources/generic.icns \
126 extras/package/macosx/Resources/m4a.icns \
127 extras/package/macosx/Resources/m4v.icns \
128 extras/package/macosx/Resources/mkv.icns \
129 extras/package/macosx/Resources/mov.icns \
130 extras/package/macosx/Resources/movie.icns \
131 extras/package/macosx/Resources/mp3.icns \
132 extras/package/macosx/Resources/mpeg.icns \
133 extras/package/macosx/Resources/ogg.icns \
134 extras/package/macosx/Resources/playlist.icns \
135 extras/package/macosx/Resources/rm.icns \
136 extras/package/macosx/Resources/subtitle.icns \
137 extras/package/macosx/Resources/vob.icns \
138 extras/package/macosx/Resources/wav.icns \
139 extras/package/macosx/Resources/vlc.icns \
140 extras/package/macosx/Resources/wma.icns \
141 extras/package/macosx/Resources/wmv.icns \
142 extras/package/macosx/Resources/pause.png \
143 extras/package/macosx/Resources/pause_blue.png \
144 extras/package/macosx/Resources/play.png \
145 extras/package/macosx/Resources/play_blue.png \
146 extras/package/macosx/Resources/stop.png \
147 extras/package/macosx/Resources/stop_blue.png \
148 extras/package/macosx/Resources/display_left.png \
149 extras/package/macosx/Resources/display_middle.png \
150 extras/package/macosx/Resources/display_right.png \
151 extras/package/macosx/Resources/display_slider.png \
152 extras/package/macosx/Resources/display_track.png \
153 extras/package/macosx/Resources/equalizerdrawer_active.png \
154 extras/package/macosx/Resources/equalizerdrawer_blue.png \
155 extras/package/macosx/Resources/fullscreen_active.png \
156 extras/package/macosx/Resources/fullscreen_blue.png \
157 extras/package/macosx/Resources/next_active.png \
158 extras/package/macosx/Resources/next_blue.png \
159 extras/package/macosx/Resources/playlistdrawer_active.png \
160 extras/package/macosx/Resources/playlistdrawer_blue.png \
161 extras/package/macosx/Resources/previous_active.png \
162 extras/package/macosx/Resources/previous_blue.png \
163 extras/package/macosx/Resources/skip_forward_active.png \
164 extras/package/macosx/Resources/skip_forward_blue.png \
165 extras/package/macosx/Resources/skip_previous_active.png \
166 extras/package/macosx/Resources/skip_previous_blue.png \
167 extras/package/macosx/Resources/volume_high.png \
168 extras/package/macosx/Resources/volume_low.png \
169 extras/package/macosx/Resources/volumeslider_blue.png \
170 extras/package/macosx/Resources/volumeslider_normal.png \
171 extras/package/macosx/Resources/volumetrack.png \
172 extras/package/macosx/Resources/about_bg.png \
173 extras/package/macosx/Resources/skip_forward_active_embedded.png \
174 extras/package/macosx/Resources/play_embedded.png \
175 extras/package/macosx/Resources/pause_embedded.png \
176 extras/package/macosx/Resources/skip_previous_active_embedded.png \
177 extras/package/macosx/Resources/pause_embedded_blue.png \
178 extras/package/macosx/Resources/play_embedded_blue.png \
179 extras/package/macosx/Resources/skip_forward_embedded_blue.png \
180 extras/package/macosx/Resources/skip_previous_embedded_blue.png \
181 extras/package/macosx/Resources/vlc.scriptSuite \
182 extras/package/macosx/Resources/vlc.scriptTerminology \
183 extras/package/macosx/Resources/README \
184 extras/package/macosx/Resources/add_embedded.png \
185 extras/package/macosx/Resources/add_embedded_blue.png \
186 extras/package/macosx/Resources/repeat_embedded.png \
187 extras/package/macosx/Resources/repeat_embedded_blue.png \
188 extras/package/macosx/Resources/repeat_single_embedded_blue.png \
189 extras/package/macosx/Resources/shuffle_embedded.png \
190 extras/package/macosx/Resources/shuffle_embedded_blue.png \
191 extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png \
192 extras/package/macosx/Resources/fs_volume_slider_knob.png \
193 extras/package/macosx/Resources/fs_volume_slider_bar.png \
194 extras/package/macosx/Resources/fs_volume_mute_highlight.png \
195 extras/package/macosx/Resources/fs_volume_mute.png \
196 extras/package/macosx/Resources/fs_volume_max_highlight.png \
197 extras/package/macosx/Resources/fs_volume_max.png \
198 extras/package/macosx/Resources/fs_time_slider_knob_highlight.png \
199 extras/package/macosx/Resources/fs_time_slider_knob.png \
200 extras/package/macosx/Resources/fs_time_slider.png \
201 extras/package/macosx/Resources/fs_stop_highlight.png \
202 extras/package/macosx/Resources/fs_stop.png \
203 extras/package/macosx/Resources/fs_skip_previous_highlight.png \
204 extras/package/macosx/Resources/fs_skip_previous.png \
205 extras/package/macosx/Resources/fs_skip_next_highlight.png \
206 extras/package/macosx/Resources/fs_skip_next.png \
207 extras/package/macosx/Resources/fs_rewind_highlight.png \
208 extras/package/macosx/Resources/fs_rewind.png \
209 extras/package/macosx/Resources/fs_play_highlight.png \
210 extras/package/macosx/Resources/fs_play.png \
211 extras/package/macosx/Resources/fs_pause_highlight.png \
212 extras/package/macosx/Resources/fs_pause.png \
213 extras/package/macosx/Resources/fs_forward_highlight.png \
214 extras/package/macosx/Resources/fs_forward.png \
215 extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png \
216 extras/package/macosx/Resources/fs_exit_fullscreen.png \
217 extras/package/macosx/Resources/fs_background.png \
218 extras/package/macosx/Resources/add_embedded_graphite.png \
219 extras/package/macosx/Resources/equalizerdrawer_graphite.png \
220 extras/package/macosx/Resources/fullscreen_graphite.png \
221 extras/package/macosx/Resources/next_graphite.png \
222 extras/package/macosx/Resources/pause_embedded_graphite.png \
223 extras/package/macosx/Resources/pause_graphite.png \
224 extras/package/macosx/Resources/play_embedded_graphite.png \
225 extras/package/macosx/Resources/play_graphite.png \
226 extras/package/macosx/Resources/playlistdrawer_graphite.png \
227 extras/package/macosx/Resources/previous_graphite.png \
228 extras/package/macosx/Resources/repeat_embedded_graphite.png \
229 extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
230 extras/package/macosx/Resources/shuffle_embedded_graphite.png \
231 extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
232 extras/package/macosx/Resources/skip_forward_graphite.png \
233 extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
234 extras/package/macosx/Resources/skip_previous_graphite.png \
235 extras/package/macosx/Resources/stop_graphite.png \
236 extras/package/macosx/Resources/volumeslider_graphite.png \
237 extras/package/macosx/Resources/backward_big_down.png \
238 extras/package/macosx/Resources/backward_big.png \
239 extras/package/macosx/Resources/eq_sm.pdf \
240 extras/package/macosx/Resources/forward_big_down.png \
241 extras/package/macosx/Resources/forward_big.png \
242 extras/package/macosx/Resources/fs_sm.pdf \
243 extras/package/macosx/Resources/list_sm.pdf \
244 extras/package/macosx/Resources/next_sm.pdf \
245 extras/package/macosx/Resources/pause_big_down.png \
246 extras/package/macosx/Resources/pause_big.png \
247 extras/package/macosx/Resources/play_big_down.png \
248 extras/package/macosx/Resources/play_big.png \
249 extras/package/macosx/Resources/prev_sm.pdf \
250 extras/package/macosx/Resources/sidebarAdd.png \
251 extras/package/macosx/Resources/sidebarRepeat.png \
252 extras/package/macosx/Resources/sidebarRepeatOn.png \
253 extras/package/macosx/Resources/sidebarRepeatOneOn.png \
254 extras/package/macosx/Resources/sidebarResizeWidget.png \
255 extras/package/macosx/Resources/sidebarShuffle.png \
256 extras/package/macosx/Resources/sidebarShuffleOn.png \
257 extras/package/macosx/Resources/sidebarStatusAreaBackground.png \
258 extras/package/macosx/Resources/stop_sm.pdf \
259 extras/package/macosx/Resources/noart.png \
260 extras/package/macosx/Resources/spref_cone_Audio_64.png \
261 extras/package/macosx/Resources/spref_cone_Hotkeys_64.png \
262 extras/package/macosx/Resources/spref_cone_Input_64.png \
263 extras/package/macosx/Resources/spref_cone_Interface_64.png \
264 extras/package/macosx/Resources/spref_cone_Subtitles_64.png \
265 extras/package/macosx/Resources/spref_cone_Video_64.png \
266 extras/package/macosx/fullscreen_panel.svg \
267 extras/package/macosx/ub.sh \
268 extras/package/macosx/vlc.xcodeproj/project.pbxproj \
269 extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
270 extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
271 extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
272 extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
273 extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
274 extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
275 extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
276 extras/package/macosx/plugin/Info.plist.in \
277 extras/package/macosx/plugin/InstallerInfo.plist.in \
278 extras/package/macosx/plugin/InstallerDescription.plist \
279 extras/package/macosx/plugin/pbdevelopment.plist \
280 extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
281 extras/package/macosx/eyetvplugin/Info.plist \
282 extras/package/macosx/eyetvplugin/eyetvplugin.c \
283 extras/package/macosx/eyetvplugin/eyetvplugin.h \
284 extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
285 extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
286 extras/package/macosx/README.MacOSX.rtf \
287 extras/package/macosx/Info.plist.in
290 ###############################################################################
291 # Various utilities ( editor syntax files, D-Bus controller ... )
292 ##############################################################################
294 extras/analyser/zsh_completion.sh \
295 extras/analyser/zsh.cpp \
296 extras/analyser/emacs.init \
297 extras/analyser/vlc.vim \
298 extras/analyser/valgrind.suppressions \
299 extras/buildsystem/make.pl \
300 extras/misc/mpris.py \
301 extras/misc/mpris.glade
304 distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
306 ###############################################################################
308 ###############################################################################
310 noinst_SCRIPTS = vlc-config
311 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
312 $(SHELL) ./config.status --file=$@
316 vlc-config.in: vlc-config.in.in
317 ./config.status --recheck
320 CLEANFILES = $(BUILT_SOURCES_clean)
321 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
322 MAINTAINERCLEANFILES = ChangeLog
324 # Shortcut for developers to rebuild the core (libvlc + vlc)
325 # Don't use it if you don't know what it is about.
326 # Don't complain if it doesn't work. -- Courmisch
328 cd compat && $(MAKE) $(AM_MAKEFLAGS)
331 cd src && $(MAKE) $(AM_MAKEFLAGS) libvlc.la
334 cd bin && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
337 cd doc && $(MAKE) $(AM_MAKEFLAGS) doc
339 .PHONY: libvlc core doc
342 noinst_DATA = vlc-bundle
344 rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
345 cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
346 xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
347 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
348 if test -n "$$i" ; then \
349 mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
350 cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
353 if test -d $(CONTRIB_DIR)/vlc-lib ; then \
354 mkdir -p $(top_builddir)/vlc-bundle/lib ; \
355 for i in $(CONTRIB_DIR)/vlc-lib/*.so ; do \
356 cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
359 cat $(top_srcdir)/po/LINGUAS | while read i; do \
360 mkdir -p "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES" ; \
361 cp "$(top_builddir)/po/$$i.gmo" \
362 "$(top_builddir)/vlc-bundle/share/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
364 find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
367 ###############################################################################
369 ###############################################################################
371 ALL_ALIASES = cvlc rvlc svlc qvlc nvlc mvlc
372 bin_SCRIPTS = $(ALIASES)
373 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
374 EXTRA_SCRIPTS = $(ALL_ALIASES)
376 dist_noinst_SCRIPTS += make-alias
378 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
380 cvlc: make-alias Makefile
381 $(AM_V_GEN)$(MKALIAS) dummy
383 rvlc: make-alias Makefile
384 $(AM_V_GEN)$(MKALIAS) rc
386 svlc: make-alias Makefile
387 $(AM_V_GEN)$(MKALIAS) skins2
389 qvlc: make-alias Makefile
390 $(AM_V_GEN)$(MKALIAS) qt4
392 nvlc: make-alias Makefile
393 $(AM_V_GEN)$(MKALIAS) ncurses
395 mvlc: make-alias Makefile
396 $(AM_V_GEN)$(MKALIAS) maemo
399 noinst_SCRIPTS += vlc$(EXEEXT)
403 $(AM_V_GEN)ln -sf bin/vlc-static$(EXEEXT) vlc$(EXEEXT)
406 if BUILD_MACOSX_VLC_APP
407 # Create the MacOS X app
408 noinst_DATA = VLC.app
412 silentstd = $(silentstd_$(V))
413 silentstd_ = $(silentstd_$(AM_DEFAULT_VERBOSITY))
414 silentstd_0 = 2>&1 >/dev/null
416 # VLC-release.app for packaging and giving it to your friends
417 # use package-macosx to get a nice dmg
419 ( cd src && $(MAKE) $(AM_MAKEFLAGS) install $(silentstd) )
420 rm -Rf "$(top_builddir)/tmp"
421 mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
422 rm -Rf $(top_builddir)/VLC-release.app
423 for i in vlc.xcodeproj Resources README.MacOSX.rtf ; do \
424 cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
426 REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
427 cat $(top_builddir)/extras/package/macosx/Info.plist | \
428 sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
429 cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
430 for i in AUTHORS COPYING THANKS; do \
431 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
433 mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
434 cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
435 mkdir -p $(top_builddir)/tmp/modules/audio_output
436 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
482 cp "$(srcdir)/modules/gui/macosx/$$i" \
483 $(top_builddir)/tmp/modules/gui/macosx; \
485 $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
486 xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
488 cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC-release.app; \
489 rm -Rf $(top_builddir)/tmp
490 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
491 PRODUCT="VLC-release.app" ACTION="release-makefile" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
492 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua
493 for i in $(srcdir)/share/lua/*.* ; do \
494 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/`basename $${i}` ; \
496 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
497 for i in $(srcdir)/share/lua/playlist/*.* ; do \
498 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
500 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
501 for i in $(srcdir)/share/lua/meta/*.* ; do \
502 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
504 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
505 for i in $(srcdir)/share/lua/intf/*.* ; do \
506 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
508 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
509 for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
510 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
512 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
513 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
514 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
515 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
516 $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
517 for i in $(srcdir)/share/lua/http/*.* ; do \
518 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
520 for i in $(srcdir)/share/lua/http/dialogs/* ; do \
521 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
523 for i in $(srcdir)/share/lua/http/js/*.* ; do \
524 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
526 for i in $(srcdir)/share/lua/http/images/*.* ; do \
527 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
529 for i in $(srcdir)/share/lua/http/requests/*.* ; do \
530 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
532 $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
533 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
534 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
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 for i in $(srcdir)/share/http/*.* ; do \
539 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
541 for i in $(srcdir)/share/http/dialogs/* ; do \
542 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
544 for i in $(srcdir)/share/http/js/*.* ; do \
545 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
547 for i in $(srcdir)/share/http/images/*.* ; do \
548 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
550 for i in $(srcdir)/share/http/requests/*.* ; do \
551 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
553 $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
554 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale
555 cat $(top_srcdir)/po/LINGUAS | while read i; do \
556 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
557 $(INSTALL) $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
558 mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
559 ln -sf ../English.lproj/InfoPlist.strings \
560 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
561 ln -sf ../English.lproj/MainMenu.nib \
562 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
564 printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
565 find $(top_builddir)/VLC-release.app/Contents/Resources/English.lproj -name designable.nib -delete;
566 find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
567 find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
569 # This is just for development purposes.
570 # The resulting VLC.app will only run in this tree.
571 VLC.app: vlc $(top_builddir)/src/.libs/libvlccore.dylib $(top_builddir)/src/.libs/libvlc.dylib
572 $(AM_V_GEN)(cd src && make install $(silentstd))
573 rm -Rf $(top_builddir)/tmp
574 mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
575 rm -Rf $(top_builddir)/VLC.app
576 for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
577 cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
579 REVISION=`(git --git-dir=$(srcdir)/.git describe --always || echo exported)` && \
580 cat $(top_builddir)/extras/package/macosx/Info.plist | \
581 sed "s/#REVISION#/$$REVISION/g" > $(top_builddir)/tmp/extras/package/macosx/Info.plist
582 cp -R $(top_builddir)/extras/package/macosx/Resources $(top_builddir)/tmp/extras/package/macosx/
583 for i in AUTHORS COPYING THANKS; do \
584 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
586 mkdir -p $(top_builddir)/tmp/extras/contrib/Sparkle
587 cp -R $(CONTRIB_DIR)/Sparkle/Sparkle.framework $(top_builddir)/tmp/extras/contrib/Sparkle
588 mkdir -p $(top_builddir)/tmp/modules/audio_output
589 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
635 cp "$(srcdir)/modules/gui/macosx/$$i" \
636 $(top_builddir)/tmp/modules/gui/macosx; \
638 $(AM_V_GEN)cd $(top_builddir)/tmp/extras/package/macosx && \
639 xcodebuild -target vlc SYMROOT=../../../build $(silentstd) && \
641 cp -R $(top_builddir)/tmp/build/Default/VLC.bundle $(top_builddir)/VLC.app
642 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
643 touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
644 chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
645 $(INSTALL) $(top_builddir)/bin/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
646 ln -sf ../../../modules $(top_builddir)/VLC.app/Contents/MacOS/modules
647 install -d $(top_builddir)/VLC.app/Contents/MacOS/share
648 for i in `ls $(srcdir)/share`; do \
649 ln -sf `pwd`/$(srcdir)/share/$$i $(top_builddir)/VLC.app/Contents/MacOS/share/; \
651 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/locale
652 cat $(top_srcdir)/po/LINGUAS | while read i; do \
653 mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES ; \
654 ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/share/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
655 mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
656 ln -sf ../English.lproj/InfoPlist.strings \
657 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
658 ln -sf ../English.lproj/MainMenu.nib \
659 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
661 printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
663 ###############################################################################
664 # Building architecture-specific binary packages
665 ###############################################################################
667 # XXX: this rule is probably only useful to you if you have exactly
668 # the same setup as the maintaner(s).
671 ############################################################################
673 ############################################################################
674 win32_destdir=$(top_builddir)/vlc-$(VERSION)
675 win32_xpi_destdir=$(win32_destdir)/vlc-plugin
676 win32_debugdir=$(top_builddir)/symbols-$(VERSION)
677 npvlc=vlc-$(VERSION)/mozilla/npvlc$(LIBEXT)
678 axvlc=vlc-$(VERSION)/activex/axvlc$(LIBEXT)
679 win32_lua_destdir=$(win32_destdir)/lua
680 win32_http_destdir=$(win32_destdir)/http
682 #Win-common if for win32 and wince
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"; \
689 echo "OK."; mkdir -p "$(win32_destdir)"; \
691 # Same for debug symbols dir
692 @if test -e "$(win32_debugdir)"; then \
693 echo "Error: please remove $(win32_debugdir), it is in the way"; \
696 echo "OK."; mkdir -p "$(win32_debugdir)"; \
699 # Copy relevant files
700 # Copy executables, major libs+manifests
701 cp "$(top_builddir)/bin/.libs/vlc$(EXEEXT)" "$(win32_destdir)/"
702 cp "$(top_builddir)/bin/.libs/vlc-cache-gen$(EXEEXT)" "$(win32_destdir)/"
703 cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(win32_destdir)/"
704 cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" "$(win32_destdir)/"
705 cp "$(top_builddir)/src/.libs/libvlccore$(LIBEXT)" "$(win32_destdir)/"
706 cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "$(win32_destdir)/"
709 for file in AUTHORS THANKS ; \
710 do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(win32_destdir)/$${file}.txt" ; done;
711 for file in NEWS COPYING README; \
712 do cp "$(srcdir)/$$file" "$(win32_destdir)/$${file}.txt"; done
713 unix2dos "$(win32_destdir)/"*.txt || echo "WARNING: this shouldn't happen"
716 cp $(srcdir)/share/vlc.ico $(win32_destdir)/
719 mkdir -p $(win32_destdir)/locale
720 cat $(top_srcdir)/po/LINGUAS | while read i; do \
721 mkdir -p "$(win32_destdir)/locale/$${i}/LC_MESSAGES" ; \
722 cp "$(srcdir)/po/$${i}.gmo" \
723 "$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo" \
726 mkdir -p $(win32_destdir)/locale/qt4/
727 cp $(QT4LOCALEDIR)/*.qm $(win32_destdir)/locale/qt4/ || true
731 mkdir -p "$(win32_destdir)/mozilla"
732 cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(win32_destdir)/mozilla/
733 cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest $(win32_destdir)/mozilla/
738 mkdir -p "$(win32_destdir)/activex"
739 cp $(srcdir)/projects/activex/README.TXT $(win32_destdir)/activex/
740 cp $(srcdir)/projects/activex/test.html $(win32_destdir)/activex/
741 unix2dos $(win32_destdir)/activex/*
743 cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(win32_destdir)/activex/
744 cp $(top_srcdir)/projects/activex/axvlc.dll.manifest $(win32_destdir)/activex/
747 # Rebase all those DLLs to speed up loading (need cygwin rebase)
748 if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
749 find $(win32_destdir) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
752 package-win32-xpi: package-win-common-strip
753 mkdir -p "$(win32_xpi_destdir)/plugins"
754 cp $(top_builddir)/projects/mozilla/install.rdf "$(win32_xpi_destdir)"
755 cp $(win32_destdir)/mozilla/npvlc$(LIBEXT) \
756 "$(win32_xpi_destdir)/plugins"
757 cp $(top_srcdir)/projects/mozilla/npvlc.dll.manifest \
758 "$(win32_xpi_destdir)/plugins"
759 cp "$(top_srcdir)/extras/package/win32/libvlc.dll.manifest" \
760 "$(win32_xpi_destdir)/plugins"
761 cp "$(win32_destdir)/libvlccore$(LIBEXT)" \
762 "$(win32_xpi_destdir)/plugins"
763 cp "$(win32_destdir)/libvlc$(LIBEXT)" \
764 "$(win32_xpi_destdir)/plugins"
765 mkdir -p "$(win32_xpi_destdir)/plugins/plugins"
766 cp $(win32_destdir)/plugins/*$(LIBEXT) \
767 "$(win32_xpi_destdir)/plugins/plugins"
768 rm -rf "$(win32_xpi_destdir)/plugins/plugins/*qt*"
769 rm -rf "$(win32_xpi_destdir)/plugins/plugins/*skins*"
770 cd $(win32_xpi_destdir) && zip -r vlc-$(VERSION).xpi install.rdf plugins
772 package-win32-base-debug: package-win-common
773 # Copy relevant files
775 cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(win32_destdir)/"
776 cp "$(top_builddir)/extras/package/win32/spad.nsi" "$(win32_destdir)/"
777 mkdir "$(win32_destdir)/languages"
778 cp $(srcdir)/extras/package/win32/languages/*.nsh "$(win32_destdir)/languages/"
781 mkdir -p "$(win32_destdir)/plugins"
782 find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
783 if test -n "$$i" ; then \
784 $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
787 #Enable DEP and ASLR for all the binaries
789 find $(win32_destdir) -type f -name '*.dll' -print -o -name '*.exe' -print | while read i; do \
790 $(PEFLAGS) --dynamicbase=true --nxcompat=true "$$i" ; \
794 # Copy the lua scripts (HTTP)
796 mkdir -p "$(win32_lua_destdir)/http/images"
797 mkdir -p "$(win32_lua_destdir)/http/requests"
798 mkdir -p "$(win32_lua_destdir)/http/js"
799 mkdir -p "$(win32_lua_destdir)/http/dialogs"
800 cp $(srcdir)/share/lua/http/*.html $(win32_lua_destdir)/http/
801 unix2dos $(win32_lua_destdir)/http/*.html
802 cp $(srcdir)/share/lua/http/.hosts $(win32_lua_destdir)/http/
803 unix2dos $(win32_lua_destdir)/http/.hosts
804 cp $(srcdir)/share/lua/http/*.css $(win32_lua_destdir)/http/
805 unix2dos $(win32_lua_destdir)/http/*.css
806 cp $(srcdir)/share/lua/http/js/*.js $(win32_lua_destdir)/http/js/
807 unix2dos $(win32_lua_destdir)/http/js/*.js
808 cp $(srcdir)/share/lua/http/*.lua $(win32_lua_destdir)/http/
809 unix2dos $(win32_lua_destdir)/http/*.lua
810 cp $(srcdir)/share/lua/http/dialogs/* $(win32_lua_destdir)/http/dialogs/
811 unix2dos $(win32_lua_destdir)/http/dialogs/*
812 cp $(srcdir)/share/lua/http/dialogs/.hosts $(win32_lua_destdir)/http/dialogs/
813 unix2dos $(win32_lua_destdir)/http/dialogs/.hosts
814 cp $(srcdir)/share/lua/http/*.ico $(win32_lua_destdir)/http/
815 cp $(srcdir)/share/lua/http/images/*.png $(win32_lua_destdir)/http/images/
816 cp $(srcdir)/share/lua/http/requests/*.xml $(win32_lua_destdir)/http/requests/
817 unix2dos $(win32_lua_destdir)/http/requests/*.xml
818 cp $(srcdir)/share/lua/http/requests/readme $(win32_lua_destdir)/http/requests/readme.txt
819 unix2dos $(win32_lua_destdir)/http/requests/readme.txt
824 $(INSTALL) -d $(win32_lua_destdir)
825 for i in $(srcdir)/share/lua/*.* ; do \
826 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/`basename $${i}` ; \
828 $(INSTALL) -d $(win32_lua_destdir)/playlist
829 for i in $(srcdir)/share/lua/playlist/*.* ; do \
830 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/playlist/`basename $${i}` ; \
832 $(INSTALL) -d $(win32_lua_destdir)/meta/art
833 for i in $(srcdir)/share/lua/meta/art/*.lua ; do \
834 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/art/`basename $${i}` ; \
836 $(INSTALL) -d $(win32_lua_destdir)/meta/reader
837 for i in $(srcdir)/share/lua/meta/reader/*.lua ; do \
838 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/meta/reader/`basename $${i}` ; \
840 $(INSTALL) -d $(win32_lua_destdir)/intf
841 for i in $(srcdir)/share/lua/intf/*.* ; do \
842 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/`basename $${i}` ; \
844 $(INSTALL) -d $(win32_lua_destdir)/intf/modules
845 for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
846 $(INSTALL) -m 644 -- "$${i}" $(win32_lua_destdir)/intf/modules/`basename $${i}` ; \
850 # Copy the http files
852 mkdir -p "$(win32_http_destdir)/images"
853 mkdir -p "$(win32_http_destdir)/requests"
854 mkdir -p "$(win32_http_destdir)/js"
855 mkdir -p "$(win32_http_destdir)/dialogs"
856 cp $(srcdir)/share/http/*.html $(win32_http_destdir)/
857 unix2dos $(win32_http_destdir)/*.html
858 cp $(srcdir)/share/http/.hosts $(win32_http_destdir)/
859 unix2dos $(win32_http_destdir)/.hosts
860 cp $(srcdir)/share/http/*.css $(win32_http_destdir)/
861 unix2dos $(win32_http_destdir)/*.css
862 cp $(srcdir)/share/http/js/*.js $(win32_http_destdir)/js/
863 unix2dos $(win32_http_destdir)/js/*.js
864 cp $(srcdir)/share/http/dialogs/* $(win32_http_destdir)/dialogs/
865 unix2dos $(win32_http_destdir)/dialogs/*
866 cp $(srcdir)/share/http/dialogs/.hosts $(win32_http_destdir)/dialogs/
867 unix2dos $(win32_http_destdir)/dialogs/.hosts
868 cp $(srcdir)/share/http/*.ico $(win32_http_destdir)/
869 cp $(srcdir)/share/http/images/*.png $(win32_http_destdir)/images/
870 cp $(srcdir)/share/http/requests/*.xml $(win32_http_destdir)/requests/
871 unix2dos $(win32_http_destdir)/requests/*.xml
872 cp $(srcdir)/share/http/requests/readme $(win32_http_destdir)/requests/readme.txt
873 unix2dos $(win32_http_destdir)/requests/readme.txt
879 mkdir -p $(win32_destdir)/skins/fonts
880 for i in $(srcdir)/share/skins2/fonts/*.*; do \
881 cp -- "$$i" $(win32_destdir)/skins/fonts/ || true ; \
883 for i in $(top_builddir)/share/skins2/*.*; do \
884 cp -- "$$i" $(win32_destdir)/skins/ || true ; \
886 cp -- $(srcdir)/share/skins2/skin.catalog $(win32_destdir)/skins/ || true ;
887 cp -- $(srcdir)/share/skins2/skin.dtd $(win32_destdir)/skins/ || true ;
892 mkdir -p "$(win32_destdir)/osdmenu"
893 cp $(srcdir)/share/osdmenu/*.* "$(win32_destdir)/osdmenu"
894 for dir in default default/selected default/selection default/volume ;do \
895 mkdir -p "$(win32_destdir)/osdmenu/$$dir"; \
896 for file in $(srcdir)/share/osdmenu/$${dir}/*.png;do \
897 cp -- "$$file" "$(win32_destdir)/osdmenu/$$dir"; \
900 unix2dos $(win32_destdir)/osdmenu/*.cfg;
901 for file in $(win32_destdir)/osdmenu/*.cfg; do \
902 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
903 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
904 rm -f -- "$$file.tmp"; \
909 mkdir -p "$(win32_destdir)/sdk.tmp"
910 mkdir -p "$(win32_destdir)/sdk"
913 make install DESTDIR="$$d/vlc-$(VERSION)/sdk.tmp"
914 cd vlc-$(VERSION) && mv sdk.tmp/$(prefix)/* sdk/
915 find vlc-$(VERSION)/sdk.tmp -type d | sort -r | xargs rmdir
916 rm -Rf vlc-$(VERSION)/sdk/bin
919 package-win-common-strip: package-win32-base-debug
920 for i in "" $(win32_destdir)/*$(LIBEXT) \
921 $(win32_destdir)/*$(EXEEXT) \
922 $(win32_destdir)/activex/*$(LIBEXT) \
923 $(win32_destdir)/mozilla/*$(LIBEXT) \
924 $(win32_destdir)/plugins/*$(LIBEXT) \
926 if test -n "$$i" ; then \
927 $(OBJCOPY) --only-keep-debug "$$i" "$$i.dbg"; \
928 $(OBJCOPY) --strip-all "$$i" ; \
929 $(OBJCOPY) --add-gnu-debuglink="$$i.dbg" "$$i" ; \
930 mv "$$i.dbg" "$(win32_debugdir)"; \
934 package-win32-base: package-win-common-strip
936 package-win32-base-exe: package-win32-base
938 rm -Rf $(win32_destdir)/sdk
939 if makensis -VERSION >/dev/null 2>&1; then \
940 MAKENSIS="makensis"; \
941 elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
942 MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis"; \
943 elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
944 MAKENSIS="$(PROGRAMFILES)/NSIS/makensis"; \
945 elif wine --version >/dev/null 2>&1; then \
946 MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe"; \
948 echo 'Error: cannot locate makensis tool'; exit 1; \
950 eval "$$MAKENSIS $(win32_destdir)/spad.nsi"; \
951 eval "$$MAKENSIS $(win32_destdir)/vlc.win32.nsi"
953 package-win32-base-zip: package-win32-base
955 rm -f -- vlc-$(VERSION)-win32.zip
956 zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
958 package-win32-base-debug-zip: package-win32-base-debug
960 rm -f -- vlc-$(VERSION)-win32-debug.zip
961 zip -r -9 vlc-$(VERSION)-win32-debug.zip vlc-$(VERSION)
963 package-win32-base-7zip: package-win32-base
965 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
967 package-win32-base-debug-7zip: package-win32-base-debug
969 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32-debug.7z vlc-$(VERSION)
971 package-win32-cleanup:
972 rm -Rf $(win32_destdir)
973 rm -Rf $(win32_debugdir)
975 package-win32-exe: package-win32-base package-win32-base-exe package-win32-cleanup
977 package-win32-zip: package-win32-base-zip package-win32-cleanup
979 package-win32-debug-zip: package-win32-base-debug-zip package-win32-cleanup
981 package-win32-7zip: package-win32-base-7zip package-win32-cleanup
983 package-win32-debug-7zip: package-win32-base-debug-7zip package-win32-cleanup
985 package-win32-no-clean: package-win32-base-zip package-win32-base-7zip package-win32-base-exe
987 package-win32: package-win32-no-clean package-win32-cleanup
989 package-win32-debug: package-win32-base-debug-zip package-win32-base-debug-7zip package-win32-cleanup
994 package-wince-base: package-win-common-strip
996 package-wince-base-zip: package-wince-base
998 rm -f -- vlc-$(VERSION)-wince.zip
999 zip -r -9 vlc-$(VERSION)-wince.zip vlc-$(VERSION)
1001 package-wince: package-wince-base-zip package-win32-cleanup
1004 #####################################################################
1006 #####################################################################
1008 # Check that tmp isn't in the way
1009 @if test -e $(srcdir)/tmp; then \
1010 echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
1013 echo "OK." ; mkdir $(srcdir)/tmp ; \
1016 # Copy relevant files
1017 mkdir -p $(srcdir)/tmp/vlc
1018 cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
1019 THANKS NEWS tmp/vlc/
1021 # Create debug package
1022 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1023 find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1024 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1025 (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
1026 mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
1027 mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
1029 # Create normal package
1030 $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
1031 find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
1032 --strip-debug --strip-unneeded "{}" \;
1033 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
1034 find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
1035 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
1036 (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
1037 mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
1040 rm -Rf $(srcdir)/tmp
1042 #########################################################################
1044 #########################################################################
1045 package-macosx: VLC-release.app ChangeLog
1046 # Check that the temporary location isn't in the way
1047 @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
1048 rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
1051 echo "Create package directory: vlc-$(VERSION)/";
1052 mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
1054 # Copy relevant files
1055 @if test -e "$(top_builddir)/VLC-release.app/"; then \
1056 cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1058 cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
1060 mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1061 mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
1062 cp $(srcdir)/AUTHORS $(srcdir)/COPYING $(srcdir)/README $(srcdir)/THANKS $(srcdir)/NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
1063 cp -R $(srcdir)/extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
1064 cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
1065 cp $(srcdir)/extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
1066 cp -L $(top_builddir)/ChangeLog $(top_builddir)/vlc-$(VERSION)/Goodies/
1068 # Place a link to the application folder
1069 ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
1071 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
1072 echo "Creating disk image"
1073 rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1074 hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1075 "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
1076 echo "Disk image creation completed:"
1077 ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1080 # echo "Creating disk image"
1081 # rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
1082 # hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
1083 # "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
1084 # -scrub -imagekey zlib-level=9 -attach
1086 # Make sure the root window of the dmg will pop up when the dmg is mounted.
1087 # Note: We dont mount in /Volumes to be sure we won't collide with an other
1088 # finder mounted dmg with the same name.
1089 # echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
1090 # mkdir -p $(top_builddir)/vlcmnt
1091 # hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1092 # bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1093 # sleep 1 # Make sure operation completes
1096 # Unmount the image now
1097 # hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1098 # rm -R $(top_builddir)/vlcmnt
1100 # Make sure the image is not writable
1101 # Note: We can't directly create a read only dmg as we do the bless stuff
1102 echo "Make the disk image read-only"
1103 mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1104 hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDBZ -o "$(top_builddir)/vlc-$(VERSION).dmg"
1105 rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1108 echo "Disk image creation completed:"
1109 ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1112 rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1114 package-macosx-zip: VLC-release.app
1115 rm -Rf $(top_builddir)/vlc-$(VERSION)
1116 mkdir -p $(top_builddir)/vlc-$(VERSION)
1117 cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1118 mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1119 for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1120 cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1122 cp -R $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1123 $(top_builddir)/vlc-$(VERSION)/Goodies
1124 cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1125 $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf
1126 zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1127 rm -Rf $(top_builddir)/vlc-$(VERSION)
1129 package-macosx-framework-zip:
1130 rm -Rf $(top_builddir)/vlckit-$(VERSION)
1131 mkdir -p $(top_builddir)/vlckit-$(VERSION)
1132 cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1133 $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1134 mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1135 for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1136 cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1138 zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1139 rm -Rf $(top_builddir)/vlc-$(VERSION)
1141 package-macosx-plugin:
1144 rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1145 mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1146 rm -f "$(top_builddir)/projects/mozilla/VLC Plugin.plugin/Contents/MacOS/modules/libmacosx_plugin.dylib"
1147 cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1148 rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1149 export PACKAGEMAKER=
1150 if test -x /Developer/Tools/packagemaker; then \
1151 export PACKAGEMAKER=/Developer/Tools/packagemaker; \
1153 if test -x /Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; then \
1154 export PACKAGEMAKER=/Developer/Applications/Utilities/PackageMaker.app/Contents/MacOS/PackageMaker; \
1156 $${PACKAGEMAKER} -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1157 -f "$(top_builddir)/macosx-plugin-instdata" \
1158 -i "$(top_builddir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1159 -d "$(top_srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1160 rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1163 rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1164 rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1165 mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1166 mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1167 hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1168 "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDBZ \
1169 -scrub -imagekey zlib-level=9
1170 echo "Disk image creation completed:"
1171 rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1176 mkdir -p "$(top_builddir)/macosx-xpi/plugins"
1177 cp $(top_builddir)/projects/mozilla/install.rdf \
1178 "$(top_builddir)/macosx-xpi/"
1179 cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" \
1180 "$(top_builddir)/macosx-xpi/plugins"
1181 cd "$(top_builddir)/macosx-xpi" && zip -r vlc-$(VERSION).xpi install.rdf plugins
1184 package-translations:
1185 @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1186 echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1189 echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1192 cat $(top_srcdir)/po/LINGUAS | while read i; do \
1193 cp "$(srcdir)/po/$${i}.po" \
1194 "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1197 cp "$(srcdir)/doc/translations.txt" \
1198 "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1200 echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1201 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1202 echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1203 echo " echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1204 echo " exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1205 echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1206 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1207 echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1209 $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1210 | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1212 ###############################################################################
1213 # PO translation files update
1214 ###############################################################################
1218 cd po && $(MAKE) POTFILES vlc.pot update-po
1221 ###############################################################################
1222 # Enforce Mac OS X deployment target environment variable
1223 ###############################################################################
1224 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1225 export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)