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