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