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