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