]> git.sesse.net Git - vlc/blob - Makefile.am
6883305d933450610b55b32e4be3f3a8c0a28c63
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 # SUBDIRS stores the directories where a "make" is required when building
6 # something. DIST_SUBDIRS stores the directories where nothing is built but
7 # which have makefiles with distribution information.
8 #  - src (libvlc) is nedeed by modules, mozilla and bindings
9 #  - libs/* are needed by modules
10 BASE_SUBDIRS = po src 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)
15
16 SUBDIRS = po src
17 if LOADER
18 SUBDIRS += libs/loader
19 endif
20 if HAVE_LIBGCRYPT
21 SUBDIRS += libs/srtp
22 endif
23 SUBDIRS += modules share doc test
24 if BUILD_MOZILLA
25 SUBDIRS += projects/mozilla
26 endif
27 if BUILD_ACTIVEX
28 SUBDIRS += projects/activex
29 endif
30
31 EXTRA_DIST = \
32         HACKING \
33         INSTALL.win32 \
34         INSTALL.wince \
35         extras/package/win32/vlc.exe.manifest \
36         MAINTAINERS \
37         extras/package/macosx/README.MacOSX.rtf \
38         vlc-config.in.in \
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
43
44 dist_noinst_SCRIPTS = bootstrap toolbox
45
46 BUILT_SOURCES_distclean = vlc-config compile extras/package/win32/vlc.win32.nsi
47 if HAVE_DARWIN
48 BUILT_SOURCES_clean = macosx-sdk
49 else
50 BUILT_SOURCES_clean =
51 endif
52
53 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
54
55 SUFFIXES = 
56
57 DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \
58         --disable-ffmpeg --disable-faad --disable-wxwidgets --disable-skins2 \
59         --disable-fribidi
60
61 ACLOCAL_AMFLAGS = -I m4
62 AUTOMAKE_OPTIONS = \
63         1.9 \
64         -Wall \
65         check-news \
66         dist-bzip2 \
67         no-dist-gzip
68 #       std-options
69
70 ChangeLog: Makefile.am
71         rm -f -- "$@"
72         ln -sf doc/ChangeLog-2008 "$@"
73
74 ###############################################################################
75 # MacOS X project
76 ###############################################################################
77
78 EXTRA_DIST += \
79         extras/package/macosx/Resources/English.lproj/MainMenu.nib/classes.nib \
80         extras/package/macosx/Resources/English.lproj/MainMenu.nib/info.nib \
81         extras/package/macosx/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
82         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/classes.nib \
83         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/info.nib \
84         extras/package/macosx/Resources/English.lproj/MediaInfo.nib/keyedobjects.nib \
85         extras/package/macosx/Resources/English.lproj/About.nib/classes.nib \
86         extras/package/macosx/Resources/English.lproj/About.nib/info.nib \
87         extras/package/macosx/Resources/English.lproj/About.nib/keyedobjects.nib \
88         extras/package/macosx/Resources/English.lproj/Open.nib/classes.nib \
89         extras/package/macosx/Resources/English.lproj/Open.nib/info.nib \
90         extras/package/macosx/Resources/English.lproj/Open.nib/keyedobjects.nib \
91         extras/package/macosx/Resources/English.lproj/Preferences.nib/classes.nib \
92         extras/package/macosx/Resources/English.lproj/Preferences.nib/info.nib \
93         extras/package/macosx/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
94         extras/package/macosx/Resources/English.lproj/Wizard.nib/classes.nib \
95         extras/package/macosx/Resources/English.lproj/Wizard.nib/info.nib \
96         extras/package/macosx/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
97         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/classes.nib \
98         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/info.nib \
99         extras/package/macosx/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
100         extras/package/macosx/Resources/English.lproj/Extended.nib/classes.nib \
101         extras/package/macosx/Resources/English.lproj/Extended.nib/info.nib \
102         extras/package/macosx/Resources/English.lproj/Extended.nib/keyedobjects.nib \
103         extras/package/macosx/Resources/English.lproj/SFilters.nib/classes.nib \
104         extras/package/macosx/Resources/English.lproj/SFilters.nib/info.nib \
105         extras/package/macosx/Resources/English.lproj/SFilters.nib/keyedobjects.nib \
106         extras/package/macosx/Resources/English.lproj/Update.nib/classes.nib \
107         extras/package/macosx/Resources/English.lproj/Update.nib/info.nib \
108         extras/package/macosx/Resources/English.lproj/Update.nib/keyedobjects.nib \
109         extras/package/macosx/Resources/English.lproj/Interaction.nib/classes.nib \
110         extras/package/macosx/Resources/English.lproj/Interaction.nib/info.nib \
111         extras/package/macosx/Resources/English.lproj/Interaction.nib/keyedobjects.nib \
112         extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \
113         extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \
114         extras/package/macosx/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \
115         extras/package/macosx/Resources/English.lproj/InfoPlist.strings \
116         extras/package/macosx/Resources/a52.icns \
117         extras/package/macosx/Resources/aac.icns \
118         extras/package/macosx/Resources/asf.icns \
119         extras/package/macosx/Resources/asx.icns \
120         extras/package/macosx/Resources/avi.icns \
121         extras/package/macosx/Resources/bin.icns \
122         extras/package/macosx/Resources/cue.icns \
123         extras/package/macosx/Resources/dat.icns \
124         extras/package/macosx/Resources/divx.icns \
125         extras/package/macosx/Resources/dv.icns \
126         extras/package/macosx/Resources/generic.icns \
127         extras/package/macosx/Resources/m3u.icns \
128         extras/package/macosx/Resources/mov.icns \
129         extras/package/macosx/Resources/mp3.icns \
130         extras/package/macosx/Resources/mp4.icns \
131         extras/package/macosx/Resources/mpeg.icns \
132         extras/package/macosx/Resources/mpeg1.icns \
133         extras/package/macosx/Resources/mpeg2.icns \
134         extras/package/macosx/Resources/mpeg4.icns \
135         extras/package/macosx/Resources/mpg.icns \
136         extras/package/macosx/Resources/ogg.icns \
137         extras/package/macosx/Resources/ogm.icns \
138         extras/package/macosx/Resources/pls.icns \
139         extras/package/macosx/Resources/srt.icns \
140         extras/package/macosx/Resources/sub.icns \
141         extras/package/macosx/Resources/vlc.icns \
142         extras/package/macosx/Resources/vob.icns \
143         extras/package/macosx/Resources/wma.icns \
144         extras/package/macosx/Resources/wmv.icns \
145         extras/package/macosx/Resources/pause.png \
146         extras/package/macosx/Resources/pause_blue.png \
147         extras/package/macosx/Resources/play.png \
148         extras/package/macosx/Resources/play_blue.png \
149         extras/package/macosx/Resources/stop.png \
150         extras/package/macosx/Resources/stop_blue.png \
151         extras/package/macosx/Resources/display_left.png \
152         extras/package/macosx/Resources/display_middle.png \
153         extras/package/macosx/Resources/display_right.png \
154         extras/package/macosx/Resources/display_slider.png \
155         extras/package/macosx/Resources/display_track.png \
156         extras/package/macosx/Resources/equalizerdrawer_active.png \
157         extras/package/macosx/Resources/equalizerdrawer_blue.png \
158         extras/package/macosx/Resources/fullscreen_active.png \
159         extras/package/macosx/Resources/fullscreen_blue.png \
160         extras/package/macosx/Resources/next_active.png \
161         extras/package/macosx/Resources/next_blue.png \
162         extras/package/macosx/Resources/playlistdrawer_active.png \
163         extras/package/macosx/Resources/playlistdrawer_blue.png \
164         extras/package/macosx/Resources/previous_active.png \
165         extras/package/macosx/Resources/previous_blue.png \
166         extras/package/macosx/Resources/skip_forward_active.png \
167         extras/package/macosx/Resources/skip_forward_blue.png \
168         extras/package/macosx/Resources/skip_previous_active.png \
169         extras/package/macosx/Resources/skip_previous_blue.png \
170         extras/package/macosx/Resources/volume_high.png \
171         extras/package/macosx/Resources/volume_low.png \
172         extras/package/macosx/Resources/volumeslider_blue.png \
173         extras/package/macosx/Resources/volumeslider_normal.png \
174         extras/package/macosx/Resources/volumetrack.png \
175         extras/package/macosx/Resources/about_bg.png \
176         extras/package/macosx/Resources/skip_forward_active_embedded.png \
177         extras/package/macosx/Resources/play_embedded.png \
178         extras/package/macosx/Resources/pause_embedded.png \
179         extras/package/macosx/Resources/skip_previous_active_embedded.png \
180         extras/package/macosx/Resources/pause_embedded_blue.png \
181         extras/package/macosx/Resources/play_embedded_blue.png \
182         extras/package/macosx/Resources/skip_forward_embedded_blue.png \
183         extras/package/macosx/Resources/skip_previous_embedded_blue.png \
184         extras/package/macosx/Resources/vlc.scriptSuite \
185         extras/package/macosx/Resources/vlc.scriptTerminology \
186         extras/package/macosx/Resources/README \
187         extras/package/macosx/Resources/add_embedded.png \
188         extras/package/macosx/Resources/add_embedded_blue.png \
189         extras/package/macosx/Resources/repeat_embedded.png \
190         extras/package/macosx/Resources/repeat_embedded_blue.png \
191         extras/package/macosx/Resources/repeat_single_embedded_blue.png \
192         extras/package/macosx/Resources/shuffle_embedded.png \
193         extras/package/macosx/Resources/shuffle_embedded_blue.png \
194         extras/package/macosx/Resources/fs_volume_slider_knob_highlight.png \
195         extras/package/macosx/Resources/fs_volume_slider_knob.png \
196         extras/package/macosx/Resources/fs_volume_slider_bar.png \
197         extras/package/macosx/Resources/fs_volume_mute_highlight.png \
198         extras/package/macosx/Resources/fs_volume_mute.png \
199         extras/package/macosx/Resources/fs_volume_max_highlight.png \
200         extras/package/macosx/Resources/fs_volume_max.png \
201         extras/package/macosx/Resources/fs_time_slider_knob_highlight.png \
202         extras/package/macosx/Resources/fs_time_slider_knob.png \
203         extras/package/macosx/Resources/fs_time_slider.png \
204         extras/package/macosx/Resources/fs_stop_highlight.png \
205         extras/package/macosx/Resources/fs_stop.png \
206         extras/package/macosx/Resources/fs_skip_previous_highlight.png \
207         extras/package/macosx/Resources/fs_skip_previous.png \
208         extras/package/macosx/Resources/fs_skip_next_highlight.png \
209         extras/package/macosx/Resources/fs_skip_next.png \
210         extras/package/macosx/Resources/fs_rewind_highlight.png \
211         extras/package/macosx/Resources/fs_rewind.png \
212         extras/package/macosx/Resources/fs_play_highlight.png \
213         extras/package/macosx/Resources/fs_play.png \
214         extras/package/macosx/Resources/fs_pause_highlight.png \
215         extras/package/macosx/Resources/fs_pause.png \
216         extras/package/macosx/Resources/fs_forward_highlight.png \
217         extras/package/macosx/Resources/fs_forward.png \
218         extras/package/macosx/Resources/fs_exit_fullscreen_highlight.png \
219         extras/package/macosx/Resources/fs_exit_fullscreen.png \
220         extras/package/macosx/Resources/fs_background.png \
221         extras/package/macosx/Resources/add_embedded_graphite.png \
222         extras/package/macosx/Resources/equalizerdrawer_graphite.png \
223         extras/package/macosx/Resources/fullscreen_graphite.png \
224         extras/package/macosx/Resources/next_graphite.png \
225         extras/package/macosx/Resources/pause_embedded_graphite.png \
226         extras/package/macosx/Resources/pause_graphite.png \
227         extras/package/macosx/Resources/play_embedded_graphite.png \
228         extras/package/macosx/Resources/play_graphite.png \
229         extras/package/macosx/Resources/playlistdrawer_graphite.png \
230         extras/package/macosx/Resources/previous_graphite.png \
231         extras/package/macosx/Resources/repeat_embedded_graphite.png \
232         extras/package/macosx/Resources/repeat_single_embedded_graphite.png \
233         extras/package/macosx/Resources/shuffle_embedded_graphite.png \
234         extras/package/macosx/Resources/skip_forward_embedded_graphite.png \
235         extras/package/macosx/Resources/skip_forward_graphite.png \
236         extras/package/macosx/Resources/skip_previous_embedded_graphite.png \
237         extras/package/macosx/Resources/skip_previous_graphite.png \
238         extras/package/macosx/Resources/stop_graphite.png \
239         extras/package/macosx/Resources/volumeslider_graphite.png \
240         extras/package/macosx/Resources/noart.png \
241         extras/package/macosx/Resources/spref_cone_Audio_64.png \
242         extras/package/macosx/Resources/spref_cone_Hotkeys_64.png \
243         extras/package/macosx/Resources/spref_cone_Input_64.png \
244         extras/package/macosx/Resources/spref_cone_Interface_64.png \
245         extras/package/macosx/Resources/spref_cone_Subtitles_64.png \
246         extras/package/macosx/Resources/spref_cone_Video_64.png \
247         extras/package/macosx/fullscreen_panel.svg \
248         extras/package/macosx/ub.sh \
249         extras/package/macosx/vlc.xcodeproj/project.pbxproj \
250         extras/package/macosx/Delete_Preferences.app/Contents/Info.plist \
251         extras/package/macosx/Delete_Preferences.app/Contents/PkgInfo \
252         extras/package/macosx/Delete_Preferences.app/Contents/MacOS/applet \
253         extras/package/macosx/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
254         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.icns \
255         extras/package/macosx/Delete_Preferences.app/Contents/Resources/applet.rsrc \
256         extras/package/macosx/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
257         extras/package/macosx/plugin/Info.plist \
258         extras/package/macosx/plugin/InstallerInfo.plist \
259         extras/package/macosx/plugin/InstallerDescription.plist \
260         extras/package/macosx/plugin/pbdevelopment.plist \
261         extras/package/macosx/plugin/English.lproj/InfoPlist.strings \
262         extras/package/macosx/eyetvplugin/EyeTVPluginDefs.h \
263         extras/package/macosx/eyetvplugin/Info.plist \
264         extras/package/macosx/eyetvplugin/eyetvplugin.c \
265         extras/package/macosx/eyetvplugin/eyetvplugin.h \
266         extras/package/macosx/eyetvplugin/English.lproj/InfoPlist.strings \
267         extras/package/macosx/eyetvplugin/eyetvplugin.xcodeproj/project.pbxproj \
268         extras/package/macosx/README.MacOSX.rtf
269
270
271 ###############################################################################
272 # Various utilities ( editor syntax files, D-Bus controller ... )
273 ##############################################################################
274 EXTRA_DIST += \
275         extras/analyser/zsh_completion.sh \
276         extras/analyser/zsh.cpp \
277         extras/analyser/emacs.init \
278         extras/analyser/vlc.vim \
279         extras/analyser/valgrind.suppressions \
280         extras/buildsystem/make.pl \
281         extras/misc/mpris.py \
282         extras/misc/mpris.glade
283
284 dist-hook:
285         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
286
287 ###############################################################################
288 # Building libvlc
289 ###############################################################################
290
291 noinst_SCRIPTS = vlc-config
292 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
293         $(SHELL) ./config.status --file=$@
294         chmod 0755 $@
295         touch $@
296
297 vlc-config.in: vlc-config.in.in
298         ./config.status --recheck
299         touch $@
300
301 CLEANFILES = $(BUILT_SOURCES_clean)
302 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile ChangeLog
303
304 # Shortcut for developpers to rebuild the core (libvlc + vlc)
305 # Don't use it if you don't know what it is about.
306 # Don't complain if it doesn't work. -- Courmisch
307 libvlc:
308         cd src && $(MAKE) $(AM_MAKEFLAGS) libvlccore.la
309
310 core:
311         cd src && $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
312
313 .PHONY: libvlc core
314
315 #To get some nice output
316 nice:
317         $(top_builddir)/compile
318
319 if HAVE_BEOS
320 noinst_DATA = vlc-bundle
321 vlc-bundle: vlc
322         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
323         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
324         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
325         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
326           if test -n "$$i" ; then \
327             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
328             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
329           fi ; \
330         done
331         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
332           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
333           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
334             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
335           done ; \
336         fi
337         cat $(top_srcdir)/po/LINGUAS | while read i; do \
338           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
339           cp "$(top_builddir)/po/$$i.gmo" \
340             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
341         done
342         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
343 endif
344
345 ###############################################################################
346 # Building aliases
347 ###############################################################################
348
349 ALL_ALIASES = cvlc rvlc svlc wxvlc qvlc nvlc
350 bin_SCRIPTS = $(ALIASES)
351 CLEANFILES += $(ALIASES)
352 EXTRA_SCRIPTS = $(ALL_ALIASES)
353
354 dist_noinst_SCRIPTS += make-alias
355
356 MKALIAS = bindir="$(bindir)" transform="$(transform)" $(top_srcdir)/make-alias $@
357
358 cvlc: make-alias
359         $(MKALIAS) dummy
360
361 rvlc: make-alias
362         $(MKALIAS) rc
363
364 svlc: make-alias
365         $(MKALIAS) skins2
366
367 wxvlc: make-alias
368         $(MKALIAS) wx
369
370 qvlc: make-alias
371         $(MKALIAS) qt4
372
373 nvlc: make-alias
374         $(MKALIAS) ncurses
375
376 if BUILD_VLC
377 noinst_SCRIPTS += vlc$(EXEEXT)
378 endif
379
380 vlc$(EXEEXT): Makefile.am
381         rm -f -- vlc vlc.tmp
382         echo '#! /bin/sh' > vlc.tmp
383         echo 'exec "$$(dirname "$$0")/src/vlc$(EXEEXT)" "--plugin-path=$$(dirname "$$0")/modules" "$$@"' >> vlc.tmp
384         chmod +x vlc.tmp
385         mv -f -- vlc.tmp vlc
386
387 if HAVE_DARWIN
388 # Create the MacOS X app
389 if BUILD_VLC
390 noinst_DATA = VLC.app
391 endif
392 # VLC-release.app for packaging and giving it to your friends
393 # use package-macosx to get a nice dmg
394 VLC-release.app: vlc
395         ( cd src && make install )
396         rm -Rf "$(top_builddir)/tmp"
397         mkdir -p "$(top_builddir)/tmp/extras/package/macosx"
398         rm -Rf $(top_builddir)/VLC-release.app
399         for i in vlc.xcodeproj Resources README.MacOSX.rtf; do \
400           cp -R $(srcdir)/extras/package/macosx/$$i $(top_builddir)/tmp/extras/package/macosx/; \
401         done
402         for i in AUTHORS COPYING THANKS; do \
403           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
404         done
405         mkdir -p $(top_builddir)/tmp/modules/audio_output
406         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
407         for i in \
408             AppleRemote.h \
409             AppleRemote.m \
410             about.h \
411             about.m \
412             applescript.h \
413             applescript.m \
414             controls.h \
415             controls.m \
416             equalizer.h \
417             equalizer.m \
418             intf.h \
419             intf.m \
420             macosx.m \
421             misc.h \
422             misc.m \
423             open.h \
424             open.m \
425             output.h \
426             output.m \
427             playlist.h \
428             playlist.m \
429             playlistinfo.h \
430             playlistinfo.m \
431             prefs_widgets.h \
432             prefs_widgets.m \
433             prefs.h \
434             prefs.m \
435             simple_prefs.h \
436             simple_prefs.m \
437             vout.h \
438             voutqt.m \
439             voutgl.m \
440             wizard.h \
441             wizard.m \
442             extended.h \
443             extended.m \
444             bookmarks.h \
445             bookmarks.m \
446             sfilters.h \
447             sfilters.m \
448             update.h \
449             update.m \
450             interaction.h \
451             interaction.m \
452             embeddedwindow.h \
453             embeddedwindow.m \
454             fspanel.h \
455             fspanel.m \
456             vout.m; do \
457           cp "$(srcdir)/modules/gui/macosx/$$i" \
458              $(top_builddir)/tmp/modules/gui/macosx; \
459         done
460         cd $(top_builddir)/tmp/extras/package/macosx && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
461             cd ../../../../ && \
462             cp -R $(top_builddir)/tmp/extras/package/macosx/build/Default/VLC.bundle \
463                   $(top_builddir)/VLC-release.app; \
464         rm -Rf $(top_builddir)/tmp
465         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
466         ACTION="VLC-release.app" src_dir=$(srcdir) build_dir=$(top_builddir) sh $(srcdir)/projects/macosx/framework/Pre-Compile.sh
467         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist
468         for i in $(srcdir)/share/lua/playlist/*.* ; do \
469           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/playlist/`basename $${i}` ; \
470         done ; \
471         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta
472         for i in $(srcdir)/share/lua/meta/*.* ; do \
473           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/meta/`basename $${i}` ; \
474         done ; \
475         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf
476         for i in $(srcdir)/share/lua/intf/*.* ; do \
477           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/`basename $${i}` ; \
478         done ; \
479         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules
480         for i in $(srcdir)/share/lua/intf/modules/*.* ; do \
481           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/intf/modules/`basename $${i}` ; \
482         done ; \
483         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs
484         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js
485         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images
486         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests
487         $(INSTALL) -m 644 $(srcdir)/share/lua/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/.hosts
488         for i in $(srcdir)/share/lua/http/*.* ; do \
489           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/`basename $${i}` ; \
490         done
491         for i in $(srcdir)/share/lua/http/dialogs/* ; do \
492           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/dialogs/`basename $${i}` ; \
493         done
494         for i in $(srcdir)/share/lua/http/js/*.* ; do \
495           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/js/`basename $${i}` ; \
496         done
497         for i in $(srcdir)/share/lua/http/images/*.* ; do \
498           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/images/`basename $${i}` ; \
499         done
500         for i in $(srcdir)/share/lua/http/requests/*.* ; do \
501           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/`basename $${i}` ; \
502         done
503         $(INSTALL) -m 644 $(srcdir)/share/lua/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/lua/http/requests/readme.txt
504         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
505         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
506         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
507         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
508         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
509         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
510         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
511         $(INSTALL) -m 644 $(srcdir)/share/http/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/.hosts
512         $(INSTALL) -m 644 $(srcdir)/share/http/old/.hosts $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/.hosts
513         for i in $(srcdir)/share/http/*.* ; do \
514           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
515         done
516         for i in $(srcdir)/share/http/dialogs/* ; do \
517           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
518         done
519         for i in $(srcdir)/share/http/js/*.* ; do \
520           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
521         done
522         for i in $(srcdir)/share/http/old/*.* ; do \
523           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
524         done
525         for i in $(srcdir)/share/http/old/admin/*.* ; do \
526           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
527         done
528         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
529           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
530         done
531         for i in $(srcdir)/share/http/images/*.* ; do \
532           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
533         done
534         for i in $(srcdir)/share/http/requests/*.* ; do \
535           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
536         done
537         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
538         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
539         cat $(top_srcdir)/po/LINGUAS | while read i; do \
540           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
541           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
542           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
543           ln -sf ../English.lproj/InfoPlist.strings \
544               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
545           ln -sf ../English.lproj/MainMenu.nib \
546               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
547         done
548         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
549         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
550         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
551
552 # This is just for development purposes. 
553 # The resulting VLC.app will only in this tree.
554 VLC.app: vlc 
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/libvlccore$(LIBEXT)" "vlc-$(VERSION)/"
669         cp "$(top_builddir)/src/.libs/libvlc$(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)/libvlccore$(LIBEXT)"
772         $(STRIP) "vlc-$(VERSION)/libvlc$(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)