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 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)
18 SUBDIRS += libs/loader
23 SUBDIRS += modules share doc test
25 SUBDIRS += projects/mozilla
28 #FIXME:SUBDIRS += projects/activex
35 extras/package/win32/vlc.exe.manifest \
37 extras/package/macosx/README.MacOSX.rtf \
39 extras/package/rpm/vlc.fedora.spec \
40 extras/package/rpm/vlc.mandriva.spec \
41 extras/package/rpm/vlc.altlinux.spec \
42 extras/package/win32/vlc.win32.nsi.in
44 dist_noinst_SCRIPTS = bootstrap toolbox
46 BUILT_SOURCES_distclean = vlc-config compile extras/package/win32/vlc.win32.nsi
48 BUILT_SOURCES_clean = macosx-sdk
53 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
57 DISTCHECK_CONFIGURE_FLAGS = \
58 --enable-fast-install \
59 --disable-dvd --disable-mad --disable-libmpeg2 \
60 --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 \
61 --disable-fribidi --disable-glx
63 ACLOCAL_AMFLAGS = -I m4
72 ChangeLog: Makefile.am
74 cd doc && $(MAKE) $(AM_MAKEFLAGS) changelogs
75 ln -sf doc/ChangeLog-2008 "$@"
77 ###############################################################################
79 ###############################################################################
82 extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib \
83 extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib \
84 extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
85 extras/package/macosx/Resources/English.lproj/MediaInfo.nib/classes.nib \
86 extras/package/macosx/Resources/English.lproj/MediaInfo.nib/info.nib \
87 extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
88 extras/package/macosx/Resources/English.lproj/About.nib/classes.nib \
89 extras/package/macosx/Resources/English.lproj/About.nib/info.nib \
90 extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
91 extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib \
92 extras/package/macosx/Resources/English.lproj/Open.nib/info.nib \
93 extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
94 extras/package/macosx/Resources/English.lproj/Preferences.nib/classes.nib \
95 extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib \
96 extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
97 extras/package/macosx/Resources/English.lproj/Wizard.nib/classes.nib \
98 extras/package/macosx/Resources/English.lproj/Wizard.nib/info.nib \
99 extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
100 extras/package/macosx/Resources/English.lproj/Bookmarks.nib/classes.nib \
101 extras/package/macosx/Resources/English.lproj/Bookmarks.nib/info.nib \
102 extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
103 extras/package/macosx/Resources/English.lproj/Extended.nib/classes.nib \
104 extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib \
105 extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
106 extras/package/macosx/Resources/English.lproj/SFilters.nib/classes.nib \
107 extras/package/macosx/Resources/English.lproj/SFilters.nib/info.nib \
108 extras/package/macosx/Resources/English.lproj/SFilters.nib/keyedobjects.nib \
109 extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib \
110 extras/package/macosx/Resources/English.lproj/Update.nib/info.nib \
111 extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib \
112 extras/package/macosx/Resources/English.lproj/Interaction.nib/classes.nib \
113 extras/package/macosx/Resources/English.lproj/Interaction.nib/info.nib \
114 extras/package/macosx/Resources/English.lproj/Interaction.nib/keyedobjects.nib \
115 extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \
116 extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \
117 extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \
118 extras/package/macosx/Resources/English.lproj/InfoPlist.strings \
119 extras/package/macosx/Resources/a52.icns \
120 extras/package/macosx/Resources/aac.icns \
121 extras/package/macosx/Resources/asf.icns \
122 extras/package/macosx/Resources/asx.icns \
123 extras/package/macosx/Resources/avi.icns \
124 extras/package/macosx/Resources/bin.icns \
125 extras/package/macosx/Resources/cue.icns \
126 extras/package/macosx/Resources/dat.icns \
127 extras/package/macosx/Resources/divx.icns \
128 extras/package/macosx/Resources/dv.icns \
129 extras/package/macosx/Resources/generic.icns \
130 extras/package/macosx/Resources/m3u.icns \
131 extras/package/macosx/Resources/mov.icns \
132 extras/package/macosx/Resources/mp3.icns \
133 extras/package/macosx/Resources/mp4.icns \
134 extras/package/macosx/Resources/mpeg.icns \
135 extras/package/macosx/Resources/mpeg1.icns \
136 extras/package/macosx/Resources/mpeg2.icns \
137 extras/package/macosx/Resources/mpeg4.icns \
138 extras/package/macosx/Resources/mpg.icns \
139 extras/package/macosx/Resources/ogg.icns \
140 extras/package/macosx/Resources/ogm.icns \
141 extras/package/macosx/Resources/pls.icns \
142 extras/package/macosx/Resources/srt.icns \
143 extras/package/macosx/Resources/sub.icns \
144 extras/package/macosx/Resources/vlc.icns \
145 extras/package/macosx/Resources/vob.icns \
146 extras/package/macosx/Resources/wma.icns \
147 extras/package/macosx/Resources/wmv.icns \
148 extras/package/macosx/Resources/pause.png \
149 extras/package/macosx/Resources/pause_blue.png \
150 extras/package/macosx/Resources/play.png \
151 extras/package/macosx/Resources/play_blue.png \
152 extras/package/macosx/Resources/stop.png \
153 extras/package/macosx/Resources/stop_blue.png \
154 extras/package/macosx/Resources/display_left.png \
155 extras/package/macosx/Resources/display_middle.png \
156 extras/package/macosx/Resources/display_right.png \
157 extras/package/macosx/Resources/display_slider.png \
158 extras/package/macosx/Resources/display_track.png \
159 extras/package/macosx/Resources/equalizerdrawer_active.png \
160 extras/package/macosx/Resources/equalizerdrawer_blue.png \
161 extras/package/macosx/Resources/fullscreen_active.png \
162 extras/package/macosx/Resources/fullscreen_blue.png \
163 extras/package/macosx/Resources/next_active.png \
164 extras/package/macosx/Resources/next_blue.png \
165 extras/package/macosx/Resources/playlistdrawer_active.png \
166 extras/package/macosx/Resources/playlistdrawer_blue.png \
167 extras/package/macosx/Resources/previous_active.png \
168 extras/package/macosx/Resources/previous_blue.png \
169 extras/package/macosx/Resources/skip_forward_active.png \
170 extras/package/macosx/Resources/skip_forward_blue.png \
171 extras/package/macosx/Resources/skip_previous_active.png \
172 extras/package/macosx/Resources/skip_previous_blue.png \
173 extras/package/macosx/Resources/volume_high.png \
174 extras/package/macosx/Resources/volume_low.png \
175 extras/package/macosx/Resources/volumeslider_blue.png \
176 extras/package/macosx/Resources/volumeslider_normal.png \
177 extras/package/macosx/Resources/volumetrack.png \
178 extras/package/macosx/Resources/about_bg.png \
179 extras/package/macosx/Resources/skip_forward_active_embedded.png \
180 extras/package/macosx/Resources/play_embedded.png \
181 extras/package/macosx/Resources/pause_embedded.png \
182 extras/package/macosx/Resources/skip_previous_active_embedded.png \
183 extras/package/macosx/Resources/pause_embedded_blue.png \
184 extras/package/macosx/Resources/play_embedded_blue.png \
185 extras/package/macosx/Resources/skip_forward_embedded_blue.png \
186 extras/package/macosx/Resources/skip_previous_embedded_blue.png \
187 extras/package/macosx/Resources/vlc.scriptSuite \
188 extras/package/macosx/Resources/vlc.scriptTerminology \
189 extras/package/macosx/Resources/README \
190 extras/package/macosx/Resources/add_embedded.png \
191 extras/package/macosx/Resources/add_embedded_blue.png \
192 extras/package/macosx/Resources/repeat_embedded.png \
193 extras/package/macosx/Resources/repeat_embedded_blue.png \
194 extras/package/macosx/Resources/repeat_single_embedded_blue.png \
195 extras/package/macosx/Resources/shuffle_embedded.png \
196 extras/package/macosx/Resources/shuffle_embedded_blue.png \
197 extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png \
198 extras/package/macosx/Resources/fs_volume_slider_knob.png \
199 extras/package/macosx/Resources/fs_volume_slider_bar.png \
200 extras/package/macosx/Resources/fs_volume_mute_highlight.png \
201 extras/package/macosx/Resources/fs_volume_mute.png \
202 extras/package/macosx/Resources/fs_volume_max_highlight.png \
203 extras/package/macosx/Resources/fs_volume_max.png \
204 extras/package/macosx/Resources/fs_time_slider_knob_highlight.png \
205 extras/package/macosx/Resources/fs_time_slider_knob.png \
206 extras/package/macosx/Resources/fs_time_slider.png \
207 extras/package/macosx/Resources/fs_stop_highlight.png \
208 extras/package/macosx/Resources/fs_stop.png \
209 extras/package/macosx/Resources/fs_skip_previous_highlight.png \
210 extras/package/macosx/Resources/fs_skip_previous.png \
211 extras/package/macosx/Resources/fs_skip_next_highlight.png \
212 extras/package/macosx/Resources/fs_skip_next.png \
213 extras/package/macosx/Resources/fs_rewind_highlight.png \
214 extras/package/macosx/Resources/fs_rewind.png \
215 extras/package/macosx/Resources/fs_play_highlight.png \
216 extras/package/macosx/Resources/fs_play.png \
217 extras/package/macosx/Resources/fs_pause_highlight.png \
218 extras/package/macosx/Resources/fs_pause.png \
219 extras/package/macosx/Resources/fs_forward_highlight.png \
220 extras/package/macosx/Resources/fs_forward.png \
221 extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png \
222 extras/package/macosx/Resources/fs_exit_fullscreen.png \
223 extras/package/macosx/Resources/fs_background.png \
224 extras/package/macosx/Resources/add_embedded_graphite.png \
225 extras/package/macosx/Resources/equalizerdrawer_graphite.png \
226 extras/package/macosx/Resources/fullscreen_graphite.png \
227 extras/package/macosx/Resources/next_graphite.png \
228 extras/package/macosx/Resources/pause_embedded_graphite.png \
229 extras/package/macosx/Resources/pause_graphite.png \
230 extras/package/macosx/Resources/play_embedded_graphite.png \
231 extras/package/macosx/Resources/play_graphite.png \
232 extras/package/macosx/Resources/playlistdrawer_graphite.png \
233 extras/package/macosx/Resources/previous_graphite.png \
234 extras/package/macosx/Resources/repeat_embedded_graphite.png \
235 extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
236 extras/package/macosx/Resources/shuffle_embedded_graphite.png \
237 extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
238 extras/package/macosx/Resources/skip_forward_graphite.png \
239 extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
240 extras/package/macosx/Resources/skip_previous_graphite.png \
241 extras/package/macosx/Resources/stop_graphite.png \
242 extras/package/macosx/Resources/volumeslider_graphite.png \
243 extras/package/macosx/Resources/noart.png \
244 extras/package/macosx/Resources/spref_cone_Audio_64.png \
245 extras/package/macosx/Resources/spref_cone_Hotkeys_64.png \
246 extras/package/macosx/Resources/spref_cone_Input_64.png \
247 extras/package/macosx/Resources/spref_cone_Interface_64.png \
248 extras/package/macosx/Resources/spref_cone_Subtitles_64.png \
249 extras/package/macosx/Resources/spref_cone_Video_64.png \
250 extras/package/macosx/fullscreen_panel.svg \
251 extras/package/macosx/ub.sh \
252 extras/package/macosx/vlc.xcodeproj/project.pbxproj \
253 extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
254 extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
255 extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
256 extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
257 extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
258 extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
259 extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
260 extras/package/macosx/plugin/Info.plist \
261 extras/package/macosx/plugin/InstallerInfo.plist \
262 extras/package/macosx/plugin/InstallerDescription.plist \
263 extras/package/macosx/plugin/pbdevelopment.plist \
264 extras/package/macosx/plugin/English.lproj/InfoPlist.strings \
265 extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
266 extras/package/macosx/eyetvplugin/Info.plist \
267 extras/package/macosx/eyetvplugin/eyetvplugin.c \
268 extras/package/macosx/eyetvplugin/eyetvplugin.h \
269 extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
270 extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
271 extras/package/macosx/README.MacOSX.rtf
274 ###############################################################################
275 # Various utilities ( editor syntax files, D-Bus controller ... )
276 ##############################################################################
278 extras/analyser/zsh_completion.sh \
279 extras/analyser/zsh.cpp \
280 extras/analyser/emacs.init \
281 extras/analyser/vlc.vim \
282 extras/analyser/valgrind.suppressions \
283 extras/buildsystem/make.pl \
284 extras/misc/mpris.py \
285 extras/misc/mpris.glade
288 distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
290 ###############################################################################
292 ###############################################################################
294 noinst_SCRIPTS = vlc-config
295 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
296 $(SHELL) ./config.status --file=$@
300 vlc-config.in: vlc-config.in.in
301 ./config.status --recheck
304 CLEANFILES = $(BUILT_SOURCES_clean)
305 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog
307 # Shortcut for developpers to rebuild the core (libvlc + vlc)
308 # Don't use it if you don't know what it is about.
309 # Don't complain if it doesn't work. -- Courmisch
311 cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la
314 cd src && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
318 #To get some nice output
320 $(top_builddir)/compile
323 noinst_DATA = vlc-bundle
325 rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
326 cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
327 xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
328 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
329 if test -n "$$i" ; then \
330 mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
331 cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
334 if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
335 mkdir -p $(top_builddir)/vlc-bundle/lib ; \
336 for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
337 cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
340 cat $(top_srcdir)/po/LINGUAS | while read i; do \
341 mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
342 cp "$(top_builddir)/po/$$i.gmo" \
343 "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
345 find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
348 ###############################################################################
350 ###############################################################################
352 ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc
353 bin_SCRIPTS = $(ALIASES)
354 CLEANFILES += $(ALIASES) $(noinst_SCRIPTS)
355 EXTRA_SCRIPTS = $(ALL_ALIASES)
357 dist_noinst_SCRIPTS += make-alias
359 MKALIAS = bindir="$(bindir)" transform="$(transform)" program_prefix="$(program_prefix)" program_suffix="$(program_suffix)" $(top_srcdir)/make-alias $@
380 noinst_SCRIPTS += vlc$(EXEEXT)
383 vlc$(EXEEXT): Makefile.am
385 echo '#! /bin/sh' > vlc.tmp
386 echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp
392 # Create the MacOS X app
393 noinst_DATA = VLC.app
397 # VLC-release.app for packaging and giving it to your friends
398 # use package-macosx to get a nice dmg
400 ( cd src && make install )
401 rm -Rf "$(top_builddir)/tmp"
402 mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
403 rm -Rf $(top_builddir)/VLC-release.app
404 for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
405 cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
407 for i in AUTHORS COPYING THANKS; do \
408 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
410 mkdir -p $(top_builddir)/tmp/modules/audio_output
411 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
462 cp "$(srcdir)/modules/gui/macosx/$$i" \
463 $(top_builddir)/tmp/modules/gui/macosx; \
465 cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
467 cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
468 $(top_builddir)/VLC-release.app; \
469 rm -Rf $(top_builddir)/tmp
470 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
471 ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
472 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
473 for i in $(srcdir)/share/lua/playlist/*.* ; do \
474 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
476 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
477 for i in $(srcdir)/share/lua/meta/*.* ; do \
478 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
480 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
481 for i in $(srcdir)/share/lua/intf/*.* ; do \
482 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
484 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
485 for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
486 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
488 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
489 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
490 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
491 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
492 $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
493 for i in $(srcdir)/share/lua/http/*.* ; do \
494 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
496 for i in $(srcdir)/share/lua/http/dialogs/* ; do \
497 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
499 for i in $(srcdir)/share/lua/http/js/*.* ; do \
500 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
502 for i in $(srcdir)/share/lua/http/images/*.* ; do \
503 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
505 for i in $(srcdir)/share/lua/http/requests/*.* ; do \
506 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
508 $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
509 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
510 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
511 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
512 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
513 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
514 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
515 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
516 $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
517 $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts
518 for i in $(srcdir)/share/http/*.* ; do \
519 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
521 for i in $(srcdir)/share/http/dialogs/* ; do \
522 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
524 for i in $(srcdir)/share/http/js/*.* ; do \
525 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
527 for i in $(srcdir)/share/http/old/*.* ; do \
528 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
530 for i in $(srcdir)/share/http/old/admin/*.* ; do \
531 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
533 for i in $(srcdir)/share/http/old/vlm/*.* ; do \
534 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
536 for i in $(srcdir)/share/http/images/*.* ; do \
537 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
539 for i in $(srcdir)/share/http/requests/*.* ; do \
540 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
542 $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
543 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
544 cat $(top_srcdir)/po/LINGUAS | while read i; do \
545 mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
546 cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
547 mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
548 ln -sf ../English.lproj/InfoPlist.strings \
549 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
550 ln -sf ../English.lproj/MainMenu.nib \
551 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
553 printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
554 find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
555 find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
557 # This is just for development purposes.
558 # The resulting VLC.app will only in this tree.
560 (cd src && make install)
561 rm -Rf $(top_builddir)/tmp
562 mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
563 rm -Rf $(top_builddir)/VLC.app
564 for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
565 cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
567 for i in AUTHORS COPYING THANKS; do \
568 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
570 mkdir -p $(top_builddir)/tmp/modules/audio_output
571 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
622 cp "$(srcdir)/modules/gui/macosx/$$i" \
623 $(top_builddir)/tmp/modules/gui/macosx; \
625 cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
627 cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
628 $(top_builddir)/VLC.app
629 rm -Rf $(top_builddir)/tmp
630 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
631 touch $(top_builddir)/VLC.app/Contents/MacOS/VLC
632 chmod +x $(top_builddir)/VLC.app/Contents/MacOS/VLC
633 $(INSTALL) $(top_builddir)/src/.libs/vlc $(top_builddir)/VLC.app/Contents/MacOS/VLC
634 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
635 find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
637 then ln -sfn "`pwd`/$$i" \
638 "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
640 ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/
641 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
642 cat $(top_srcdir)/po/LINGUAS | while read i; do \
643 mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
644 ln -sfn `pwd`/$(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
645 mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
646 ln -sf ../English.lproj/InfoPlist.strings \
647 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
648 ln -sf ../English.lproj/MainMenu.nib \
649 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
651 printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
653 ###############################################################################
654 # Building architecture-specific binary packages
655 ###############################################################################
657 # XXX: this rule is probably only useful to you if you have exactly
658 # the same setup as the maintaner(s).
661 #Win-common if for win32 and wince
663 # Check that tmp isn't in the way
664 @if test -e "$(top_builddir)/vlc-$(VERSION)"; then \
665 echo "Error: please remove $(top_builddir)/vlc-$(VERSION), it is in the way"; \
668 echo "OK."; mkdir -p "$(top_builddir)/vlc-$(VERSION)"; \
671 # Copy relevant files
672 # Copy executables and libs
673 cp "$(top_builddir)/src/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-$(VERSION)/"
674 cp "$(top_srcdir)/extras/package/win32/vlc.exe.manifest" "$(top_builddir)/vlc-$(VERSION)/"
675 cp "$(top_builddir)/src/.libs/libvlccore$(LIBEXT)" "vlc-$(VERSION)/"
676 cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "vlc-$(VERSION)/"
679 for file in AUTHORS MAINTAINERS THANKS ; \
680 do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-$(VERSION)/$${file}.txt" ; done;
681 for file in NEWS COPYING README; \
682 do cp "$(srcdir)/$$file" "$(top_builddir)/vlc-$(VERSION)/$${file}.txt"; done
683 unix2dos "$(top_builddir)/vlc-$(VERSION)/"*.txt
686 cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-$(VERSION)/
689 mkdir -p $(top_builddir)/vlc-$(VERSION)/locale
690 cat $(top_srcdir)/po/LINGUAS | while read i; do \
691 mkdir -p "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES" ; \
692 cp "$(srcdir)/po/$${i}.gmo" \
693 "$(top_builddir)/vlc-$(VERSION)/locale/$${i}/LC_MESSAGES/vlc.mo" \
699 mkdir -p "$(top_builddir)/vlc-$(VERSION)/mozilla"
700 cp $(top_builddir)/projects/mozilla/.libs/npvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/mozilla/
705 mkdir -p "$(top_builddir)/vlc-$(VERSION)/activex"
706 cp $(srcdir)/projects/activex/README.TXT $(top_builddir)/vlc-$(VERSION)/activex/
707 cp $(srcdir)/projects/activex/test.html $(top_builddir)/vlc-$(VERSION)/activex/
708 unix2dos $(top_builddir)/vlc-$(VERSION)/activex/*
710 #FIXME cp $(top_builddir)/projects/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-$(VERSION)/activex/
713 # Rebase all those DLLs to speed up loading (need cygwin rebase)
714 if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
715 find $(top_builddir)/vlc-$(VERSION) -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
718 package-win32-base-debug: package-win-common
719 # Copy relevant files
721 cp "$(top_builddir)/extras/package/win32/vlc.win32.nsi" "$(top_builddir)/vlc-$(VERSION)/"
724 mkdir -p "$(top_builddir)/vlc-$(VERSION)/plugins"
725 find modules/ -name '*_plugin$(LIBEXT)' | while read i; do \
726 if test -n "$$i" ; then \
727 $(INSTALL) "$$i" "vlc-$(VERSION)/plugins/" ; \
730 # Copy the lua scripts (HTTP)
732 mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/images"
733 mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/requests"
734 mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/js"
735 mkdir -p "$(top_builddir)/vlc-$(VERSION)/lua/http/dialogs"
736 cp $(srcdir)/share/lua/http/*.html $(top_builddir)/vlc-$(VERSION)/lua/http/
737 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.html
738 cp $(srcdir)/share/lua/http/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/
739 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/.hosts
740 cp $(srcdir)/share/lua/http/*.css $(top_builddir)/vlc-$(VERSION)/lua/http/
741 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/*.css
742 cp $(srcdir)/share/lua/http/js/*.js $(top_builddir)/vlc-$(VERSION)/lua/http/js/
743 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/js/*.js
744 cp $(srcdir)/share/lua/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/
745 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/*
746 cp $(srcdir)/share/lua/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/
747 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/dialogs/.hosts
748 cp $(srcdir)/share/lua/http/*.ico $(top_builddir)/vlc-$(VERSION)/lua/http/
749 cp $(srcdir)/share/lua/http/images/*.png $(top_builddir)/vlc-$(VERSION)/lua/http/images/
750 cp $(srcdir)/share/lua/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/lua/http/requests/
751 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/*.xml
752 cp $(srcdir)/share/lua/http/requests/readme $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt
753 unix2dos $(top_builddir)/vlc-$(VERSION)/lua/http/requests/readme.txt
758 $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/playlist
759 for i in $(srcdir)/share/lua/playlist/*.* ; do \
760 $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/playlist/`basename $${i}` ; \
762 $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/meta
763 for i in $(srcdir)/share/lua/meta/*.* ; do \
764 $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/meta/`basename $${i}` ; \
766 $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf
767 for i in $(srcdir)/share/lua/intf/*.* ; do \
768 $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/`basename $${i}` ; \
770 $(INSTALL) -d $(top_builddir)/vlc-$(VERSION)/lua/intf/modules
771 for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
772 $(INSTALL) -m 644 -- "$${i}" $(top_builddir)/vlc-$(VERSION)/lua/intf/modules/`basename $${i}` ; \
776 # Copy the http files
778 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/images"
779 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/requests"
780 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/js"
781 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/dialogs"
782 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old"
783 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/vlm"
784 mkdir -p "$(top_builddir)/vlc-$(VERSION)/http/old/admin"
785 cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-$(VERSION)/http/
786 unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.html
787 cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-$(VERSION)/http/
788 unix2dos $(top_builddir)/vlc-$(VERSION)/http/.hosts
789 cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-$(VERSION)/http/
790 unix2dos $(top_builddir)/vlc-$(VERSION)/http/*.css
791 cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-$(VERSION)/http/js/
792 unix2dos $(top_builddir)/vlc-$(VERSION)/http/js/*.js
793 cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-$(VERSION)/http/dialogs/
794 unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/*
795 cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-$(VERSION)/http/dialogs/
796 unix2dos $(top_builddir)/vlc-$(VERSION)/http/dialogs/.hosts
797 cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-$(VERSION)/http/
798 cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-$(VERSION)/http/images/
799 cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-$(VERSION)/http/requests/
800 unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/*.xml
801 cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt
802 unix2dos $(top_builddir)/vlc-$(VERSION)/http/requests/readme.txt
804 cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-$(VERSION)/http/old/
805 unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/*.html
806 cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-$(VERSION)/http/old/
807 cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-$(VERSION)/http/old/
808 cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-$(VERSION)/http/old/
809 cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-$(VERSION)/http/old/vlm/
810 unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/vlm/*.html
811 cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-$(VERSION)/http/old/admin/
812 unix2dos $(top_builddir)/vlc-$(VERSION)/http/old/admin/*.html
813 cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-$(VERSION)/http/old/admin/
818 mkdir -p $(top_builddir)/vlc-$(VERSION)/skins/fonts
819 for i in $(srcdir)/share/skins2/fonts/*.*; do \
820 cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/skins/fonts/ || true ; \
822 for i in $(srcdir)/share/skins2/*.*; do \
823 cp -- "$$i" $(top_builddir)/vlc-$(VERSION)/skins/ || true ; \
829 mkdir -p "$(top_builddir)/vlc-$(VERSION)/osdmenu"
830 cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-$(VERSION)/osdmenu"
831 for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \
832 mkdir -p "$(top_builddir)/vlc-$(VERSION)/osdmenu/$$dir"; \
833 for file in $(srcdir)/share/osdmenu/$${dir}/* ;do \
834 cp -- "$$file" "$(top_builddir)/vlc-$(VERSION)/osdmenu/$$dir"; \
837 unix2dos $(top_builddir)/vlc-$(VERSION)/osdmenu/*.cfg;
838 for file in $(top_builddir)/vlc-$(VERSION)/osdmenu/*.cfg; do \
839 sed 's%share/osdmenu%osdmenu%g' "$$file" > "$$file.tmp" || exit $$? ; \
840 sed 's%/%\\%g' "$$file.tmp" > "$$file" || exit$$? ; \
841 rm -f -- "$$file.tmp"; \
845 package-win-common-strip:
846 $(STRIP) "$(top_builddir)/vlc-$(VERSION)/vlc$(EXEEXT)"
847 $(STRIP) "vlc-$(VERSION)/libvlccore$(LIBEXT)"
848 $(STRIP) "vlc-$(VERSION)/libvlc$(LIBEXT)"
850 $(STRIP) $(top_builddir)/vlc-$(VERSION)/mozilla/npvlc$(LIBEXT);
853 #FIXME $(STRIP) $(top_builddir)/vlc-$(VERSION)/activex/axvlc$(LIBEXT);
856 package-win32-base: package-win32-base-debug package-win-common-strip
857 for i in "" $(top_builddir)/vlc-$(VERSION)/plugins/*$(LIBEXT) ; \
858 do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
860 package-win32-base-exe: package-win32-base
862 if makensis -VERSION >/dev/null 2>&1; then \
863 MAKENSIS="makensis -DVERSION=$(VERSION)"; \
864 elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
865 MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=$(VERSION)"; \
866 elif [ -x "$(PROGRAMFILES)/NSIS/makensis" ]; then \
867 MAKENSIS="$(PROGRAMFILES)/NSIS/makensis -DVERSION=$(VERSION)"; \
868 elif wine --version >/dev/null 2>&1; then \
869 MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=$(VERSION)"; \
871 echo 'Error: cannot locate makensis tool'; exit 1; \
873 eval "$$MAKENSIS $(top_builddir)/vlc-$(VERSION)/vlc.win32.nsi"
875 package-win32-base-exe-cygwin: package-win32-base-exe
878 package-win32-base-exe-linux:
880 makensis -DVERSION=$(VERSION) $(top_builddir)/vlc-$(VERSION)/vlc.win32.nsi
882 package-win32-base-zip: package-win32-base
884 zip -r -9 vlc-$(VERSION)-win32.zip vlc-$(VERSION)
886 package-win32-base-7zip: package-win32-base
888 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-$(VERSION)-win32.7z vlc-$(VERSION)
890 package-win32-exe: package-win32-base package-win32-base-exe
892 rm -Rf $(top_builddir)/vlc-$(VERSION)
894 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
896 rm -Rf $(top_builddir)/vlc-$(VERSION)
898 package-win32-zip: package-win32-base-zip
900 rm -Rf $(top_builddir)/vlc-$(VERSION)
902 package-win32-7zip: package-win32-base-7zip
904 rm -Rf $(top_builddir)/vlc-$(VERSION)
906 package-win32-no-clean: package-win32-base-exe package-win32-base-zip package-win32-base-7zip
908 package-win32: package-win32-no-clean
910 rm -Rf $(top_builddir)/vlc-$(VERSION)
912 package-wince-base: package-win-common package-win-common-strip
914 package-wince-base-zip:
916 zip -r vlc-$(VERSION)-wince.zip vlc-$(VERSION)
918 package-wince: package-wince-base package-wince-base-zip
920 rm -Rf $(top_builddir)/vlc-$(VERSION)
924 # Check that tmp isn't in the way
925 @if test -e $(srcdir)/tmp; then \
926 echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
929 echo "OK." ; mkdir $(srcdir)/tmp ; \
932 # Copy relevant files
933 mkdir -p $(srcdir)/tmp/vlc
934 cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
937 # Create debug package
938 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
939 find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
940 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
941 (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS-debug.zip vlc-$(VERSION) )
942 mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS-debug.zip $(srcdir)/
943 mv $(srcdir)/tmp/vlc-$(VERSION) $(srcdir)/tmp/vlc
945 # Create normal package
946 $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc
947 find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
948 --strip-debug --strip-unneeded "{}" \;
949 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc
950 find $(srcdir)/tmp/vlc -exec mimeset -f {} \;
951 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-$(VERSION)
952 (cd $(srcdir)/tmp && zip -9 -r vlc-$(VERSION)-BeOS.zip vlc-$(VERSION) )
953 mv $(srcdir)/tmp/vlc-$(VERSION)-BeOS.zip $(srcdir)/
959 # Check that the temporary location isn't in the way
960 @if test -e "$(top_builddir)/vlc-$(VERSION)/"; then \
961 rm -Rf "$(top_builddir)/vlc-$(VERSION)/" ; \
964 echo "Create package directory: vlc-$(VERSION)/";
965 mkdir -p "$(top_builddir)/vlc-$(VERSION)/";
967 # Copy relevant files
968 @if test -e "$(top_builddir)/VLC-release.app/"; then \
969 cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
971 cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-$(VERSION)/VLC.app"; \
973 cd "$(srcdir)" && mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
974 mkdir -p $(top_builddir)/vlc-$(VERSION)/.background/ && \
975 cp AUTHORS COPYING ChangeLog README THANKS NEWS $(top_builddir)/vlc-$(VERSION)/Goodies/ && \
976 cp -R extras/package/macosx/Delete_Preferences.app $(top_builddir)/vlc-$(VERSION)/Goodies/Delete\ VLC\ Preferences.app && \
977 cp extras/package/macosx/README.MacOSX.rtf $(top_builddir)/vlc-$(VERSION)/Read\ Me.rtf && \
978 cp extras/package/macosx/Resources/about_bg.png $(top_builddir)/vlc-$(VERSION)/.background/background.png
980 # Place a link to the application folder
981 ln -s /Applications $(top_builddir)/vlc-$(VERSION)/Applications
983 # Create disk image (temporarily taken from the 0.8.6-bugfix branch to provide reliable NBs)
984 echo "Creating disk image"
985 rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
986 hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
987 "$(top_builddir)/vlc-$(VERSION).dmg" -scrub
988 echo "Disk image creation completed:"
989 ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
992 # echo "Creating disk image"
993 # rm -f "$(top_builddir)/vlc-$(VERSION).dmg"
994 # hdiutil create -verbose -srcfolder "$(top_builddir)/vlc-$(VERSION)" \
995 # "$(top_builddir)/vlc-$(VERSION).dmg" -format UDRW \
996 # -scrub -imagekey zlib-level=9 -attach
998 # Make sure the root window of the dmg will pop up when the dmg is mounted.
999 # Note: We dont mount in /Volumes to be sure we won't collide with an other
1000 # finder mounted dmg with the same name.
1001 # echo "Make sure the root window of the dmg will pop up when the dmg is mounted"
1002 # mkdir -p $(top_builddir)/vlcmnt
1003 # hdiutil attach -nokernel -readwrite -noverify -noautoopen -private "$(top_builddir)/vlc-$(VERSION).dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1004 # bless --folder "$(top_builddir)/vlcmnt/vlc-$(VERSION)/" --openfolder "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1005 # sleep 1 # Make sure operation completes
1008 # Unmount the image now
1009 # hdiutil detach "$(top_builddir)/vlcmnt/vlc-$(VERSION)"
1010 # rm -R $(top_builddir)/vlcmnt
1012 # Make sure the image is not writable
1013 # Note: We can't directly create a read only dmg as we do the bless stuff
1014 echo "Make the disk image read-only"
1015 mv "$(top_builddir)/vlc-$(VERSION).dmg" "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1016 hdiutil convert "$(top_builddir)/vlc-$(VERSION)-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-$(VERSION).dmg"
1017 rm "$(top_builddir)/vlc-$(VERSION)-rw.dmg"
1020 echo "Disk image creation completed:"
1021 ls -la "$(top_builddir)/vlc-$(VERSION).dmg" ; echo
1024 rm -Rf "$(top_builddir)/vlc-$(VERSION)"
1027 rm -Rf $(top_builddir)/vlc-$(VERSION)
1028 mkdir -p $(top_builddir)/vlc-$(VERSION)
1029 cp -R $(top_builddir)/VLC-release.app $(top_builddir)/vlc-$(VERSION)/VLC.app
1030 mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1031 for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1032 cp $(srcdir)/$$i $(top_builddir)/vlc-$(VERSION)/Goodies; \
1034 cp -R $(srcdir)/extras/package/macosx/Delete_Preferences.app \
1035 $(top_builddir)/vlc-$(VERSION)/Goodies
1036 cp $(srcdir)/extras/package/macosx/README.MacOSX.rtf \
1037 $(top_builddir)/vlc-$(VERSION)
1038 zip -r $(top_builddir)/vlc-$(VERSION).zip $(top_builddir)/vlc-$(VERSION)
1039 rm -Rf $(top_builddir)/vlc-$(VERSION)
1041 package-macosx-framework-zip:
1042 rm -Rf $(top_builddir)/vlckit-$(VERSION)
1043 mkdir -p $(top_builddir)/vlckit-$(VERSION)
1044 cp -R $(srcdir)/projects/macosx/framework/build/Debug/VLCKit.framework \
1045 $(top_builddir)/vlckit-$(VERSION)/VLCKit.framework
1046 mkdir -p $(top_builddir)/vlc-$(VERSION)/Goodies
1047 for i in AUTHORS COPYING ChangeLog README THANKS NEWS; do \
1048 cp $(srcdir)/$$i $(top_builddir)/vlckit-$(VERSION)/Goodies; \
1050 zip -r $(top_builddir)/vlckit-$(VERSION).zip $(top_builddir)/vlckit-$(VERSION)
1051 rm -Rf $(top_builddir)/vlc-$(VERSION)
1053 package-macosx-plugin:
1056 rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1057 mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1058 cp -R "$(top_builddir)/projects/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1059 rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1060 PATH=/Developer/usr/bin:/Developer/Tools:$$PATH packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1061 -f "$(top_builddir)/macosx-plugin-instdata" \
1062 -i "$(srcdir)/extras/package/macosx/plugin/InstallerInfo.plist" \
1063 -d "$(srcdir)/extras/package/macosx/plugin/InstallerDescription.plist"; true
1064 rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1067 rm -f "$(top_builddir)/vlc-plugin-$(VERSION).dmg"; true
1068 rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)/"; true
1069 mkdir -p "$(top_builddir)/vlc-plugin-$(VERSION)/"
1070 mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-$(VERSION)/"
1071 hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-$(VERSION)" \
1072 "$(top_builddir)/vlc-plugin-$(VERSION).dmg" -format UDZO \
1073 -scrub -imagekey zlib-level=9
1074 echo "Disk image creation completed:"
1075 rm -rf "$(top_builddir)/vlc-plugin-$(VERSION)"
1078 package-translations:
1079 @if test -e "$(srcdir)/vlc-translations-$(VERSION)"; then \
1080 echo "Error: please remove $(srcdir)/vlc-translations-$(VERSION), it is in the way"; \
1083 echo "OK."; mkdir -p "$(srcdir)/vlc-translations-$(VERSION)"; \
1086 cat $(top_srcdir)/po/LINGUAS | while read i; do \
1087 cp "$(srcdir)/po/$${i}.po" \
1088 "$(srcdir)/vlc-translations-$(VERSION)/$${i}.po" \
1091 cp "$(srcdir)/doc/translations.txt" \
1092 "$(srcdir)/vlc-translations-$(VERSION)/README.txt"
1094 echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1095 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1096 echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1097 echo " echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1098 echo " exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1099 echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1100 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1101 echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1103 $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1104 | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1106 ###############################################################################
1107 # PO translation files update
1108 # Generate po/POTFILES.in which lists all the files containing translatable
1109 # strings. Find all source files and remove the generated files
1110 ###############################################################################
1114 rm -f $(top_srcdir)/po/POTFILES.in
1116 cd $(top_srcdir) && \
1117 echo "# automatically created by make update-po" ; \
1119 echo "# main sources" ; \
1120 find include src -name '*.[chm]' -o -name '*.[ch]pp' \
1121 | grep -v '\(misc/modules_\|src/misc/revision.c\|modules/builtin.h\|include/vlc_about.h\)' \
1124 echo "# modules" ; \
1125 find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -name '*.ui' \
1126 | grep -v '\(\.moc\.\|gui/gtk2/\)' \
1127 | grep -vE 'qt4/ui/.*.h' \
1128 | grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \
1129 | grep -v 'gui/opie' \
1131 } > $(top_srcdir)/po/POTFILES.in
1132 rm -f $(top_srcdir)/po/vlc.pot
1133 cd po && $(MAKE) POTFILES vlc.pot update-po
1135 #cd po && $(MAKE) update-po
1137 ###############################################################################
1138 # Enforce Mac OS X deployment target environment variable
1139 ###############################################################################
1140 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1141 export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)