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