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