]> git.sesse.net Git - vlc/blob - Makefile.am
cough, fix VLC-release.app broken in previous commit
[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/MacOSX"; \
355         fi
356         rm -Rf $(top_builddir)/VLC-release.app
357         cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/MacOSX/
358         cp -R $(srcdir)/extras/MacOSX/Resources $(top_builddir)/tmp/extras/MacOSX
359         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
360           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
361         done
362         mkdir -p $(top_builddir)/tmp/modules/audio_output
363         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
364         for i in \
365             AppleRemote.h \
366             AppleRemote.m \
367             about.h \
368             about.m \
369             applescript.h \
370             applescript.m \
371             controls.h \
372             controls.m \
373             equalizer.h \
374             equalizer.m \
375             intf.h \
376             intf.m \
377             macosx.m \
378             misc.h \
379             misc.m \
380             open.h \
381             open.m \
382             output.h \
383             output.m \
384             playlist.h \
385             playlist.m \
386             playlistinfo.h \
387             playlistinfo.m \
388             prefs_widgets.h \
389             prefs_widgets.m \
390             prefs.h \
391             prefs.m \
392             vout.h \
393             voutqt.m \
394             voutgl.m \
395             wizard.h \
396             wizard.m \
397             extended.h \
398             extended.m \
399             bookmarks.h \
400             bookmarks.m \
401             sfilters.h \
402             sfilters.m \
403             update.h \
404             update.m \
405             interaction.h \
406             interaction.m \
407             embeddedwindow.h \
408             embeddedwindow.m \
409             fspanel.h \
410             fspanel.m \
411             vout.m; do \
412           cp "$(srcdir)/modules/gui/macosx/$$i" \
413              $(top_builddir)/tmp/modules/gui/macosx; \
414         done
415         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
416             cd ../../../ && \
417             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
418                   $(top_builddir)/VLC-release.app; \
419         rm -Rf $(top_builddir)/tmp
420         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
421         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/lib
422         $(INSTALL) $(top_builddir)/.libs/vlc \
423                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
424         $(INSTALL) $(top_builddir)/src/.libs/libvlc.1.dylib \
425                    $(top_builddir)/VLC-release.app/Contents/MacOS/lib/libvlc.dylib
426         $(INSTALL) $(top_builddir)/src/.libs/libvlc-control.1.dylib \
427                    $(top_builddir)/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
428         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
429                    @executable_path/lib/libvlc.dylib \
430                    $(top_builddir)/VLC-release.app/Contents/MacOS/lib/libvlc-control.dylib
431         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
432                    @executable_path/lib/libvlc.dylib \
433                $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
434         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
435         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
436         for i in `$(VLC_CONFIG) --target plugin` ; do \
437           if test -n "$$i" ; \
438             then $(INSTALL) "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
439                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
440           fi ; done
441         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
442           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
443           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
444             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
445           done ; \
446         fi
447         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist
448         for i in $(srcdir)/share/luaplaylist/*.* ; do \
449           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaplaylist/`basename $${i}` ; \
450         done ; \
451         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luameta
452         for i in $(srcdir)/share/luameta/*.* ; do \
453           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luameta/`basename $${i}` ; \
454         done ; \
455         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaintf
456         for i in $(srcdir)/share/luaintf/*.* ; do \
457           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaintf/`basename $${i}` ; \
458         done ; \
459         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaintf/modules
460         for i in $(srcdir)/share/luaintf/modules/*.* ; do \
461           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/luaintf/modules/`basename $${i}` ; \
462         done ; \
463         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/dialogs
464         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/js
465         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/old
466         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/old/admin
467         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/old/vlm
468         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/images
469         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http-lua/requests
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         for i in $(srcdir)/share/http/*.* ; do \
503           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
504         done ; \
505         for i in $(srcdir)/share/http/dialogs/* ; do \
506           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
507         done ; \
508         for i in $(srcdir)/share/http/js/*.* ; do \
509           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
510         done ; \
511         for i in $(srcdir)/share/http/old/*.* ; do \
512           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
513         done ; \
514         for i in $(srcdir)/share/http/old/admin/*.* ; do \
515           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
516         done ; \
517         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
518           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
519         done ; \
520         for i in $(srcdir)/share/http/images/*.* ; do \
521           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
522         done ; \
523         for i in $(srcdir)/share/http/requests/*.* ; do \
524           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
525         done ; \
526         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
527         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
528         cat $(top_srcdir)/po/LINGUAS | while read i; do \
529           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
530           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
531           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
532           ln -sf ../English.lproj/InfoPlist.strings \
533               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
534           ln -sf ../English.lproj/MainMenu.nib \
535               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
536         done
537         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
538         find $(top_builddir)/VLC-release.app -type d -exec chmod ugo+rx '{}' \;
539         find $(top_builddir)/VLC-release.app -type f -exec chmod ugo+r '{}' \;
540
541 VLC.app: vlc
542         @if test -e "$(top_builddir)/tmp"; then \
543           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
544           false; \
545         else \
546           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras/MacOSX"; \
547         fi
548         rm -Rf $(top_builddir)/VLC.app
549         cp -R $(srcdir)/extras/MacOSX/vlc.xcodeproj $(top_builddir)/tmp/extras/MacOSX/
550         cp -R $(srcdir)/extras/MacOSX/Resources $(top_builddir)/tmp/extras/MacOSX
551         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
552           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
553         done
554         mkdir -p $(top_builddir)/tmp/modules/audio_output
555         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
556         for i in \
557             AppleRemote.h \
558             AppleRemote.m \
559             about.h \
560             about.m \
561             applescript.h \
562             applescript.m \
563             controls.h \
564             controls.m \
565             equalizer.h \
566             equalizer.m \
567             intf.h \
568             intf.m \
569             macosx.m \
570             misc.h \
571             misc.m \
572             open.h \
573             open.m \
574             output.h \
575             output.m \
576             playlist.h \
577             playlist.m \
578             playlistinfo.h \
579             playlistinfo.m \
580             prefs_widgets.h \
581             prefs_widgets.m \
582             prefs.h \
583             prefs.m \
584             vout.h \
585             voutqt.m \
586             voutgl.m \
587             wizard.h \
588             wizard.m \
589             extended.h \
590             extended.m \
591             bookmarks.h \
592             bookmarks.m \
593             sfilters.h \
594             sfilters.m \
595             update.h \
596             update.m \
597             interaction.h \
598             interaction.m \
599             embeddedwindow.h \
600             embeddedwindow.m \
601             fspanel.h \
602             fspanel.m \
603             vout.m; do \
604           cp "$(srcdir)/modules/gui/macosx/$$i" \
605              $(top_builddir)/tmp/modules/gui/macosx; \
606         done
607         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)' && \
608             cd ../../../ && \
609             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
610                   $(top_builddir)/VLC.app; \
611         rm -Rf $(top_builddir)/tmp
612         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
613         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/lib
614         $(INSTALL) $(top_builddir)/.libs/vlc \
615                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
616         $(INSTALL) $(top_builddir)/src/.libs/libvlc.1.dylib \
617                    $(top_builddir)/VLC.app/Contents/MacOS/lib/libvlc.dylib
618         $(INSTALL) $(top_builddir)/src/.libs/libvlc-control.1.dylib \
619                    $(top_builddir)/VLC.app/Contents/MacOS/lib/libvlc-control.dylib
620         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
621                    @executable_path/lib/libvlc.dylib \
622                    $(top_builddir)/VLC.app/Contents/MacOS/lib/libvlc-control.dylib
623         install_name_tool -change /usr/local/lib/libvlc.1.dylib \
624                    @executable_path/lib/libvlc.dylib \
625                $(top_builddir)/VLC.app/Contents/MacOS/VLC
626         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
627         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
628         for i in `$(VLC_CONFIG) --target plugin` ; do \
629           if test -n "$$i" ; \
630         then install_name_tool -change /usr/local/lib/libvlc.1.dylib \
631                                   @executable_path/lib/libvlc.dylib \
632                           "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)"; \
633             ln -sfn "`pwd`/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
634                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
635           fi ; done
636         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
637           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
638           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
639                 install_name_tool -change /usr/local/lib/libvlc.1.dylib @executable_path/lib/libvlc.dylib $${i}; \
640             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
641           done ; \
642         fi
643         ln -sfn `pwd`/$(srcdir)/share $(top_builddir)/VLC.app/Contents/MacOS/
644         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
645         cat $(top_srcdir)/po/LINGUAS | while read i; do \
646           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
647           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
648           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
649           ln -sf ../English.lproj/InfoPlist.strings \
650               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
651           ln -sf ../English.lproj/MainMenu.nib \
652               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
653         done
654         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
655 endif
656
657 if HAVE_WIN32
658 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
659 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
660 noinst_share_vlc_win32_rcdir = $(libdir)
661 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
662         $(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 $@
663 endif
664
665
666 ###############################################################################
667 # Building architecture-specific binary packages
668 ###############################################################################
669
670 # XXX: this rule is probably only useful to you if you have exactly
671 # the same setup as the maintaner(s).
672 #
673
674 package-win-common:
675 # Check that tmp isn't in the way
676         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
677           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
678           false; \
679         else \
680           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
681         fi
682
683 # Copy relevant files
684         cp "$(top_builddir)/.libs/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
685         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
686         cp "$(top_builddir)/src/.libs/libvlc$(LIBEXT)" "vlc-${VERSION}/"
687         cp "$(top_builddir)/src/.libs/libvlc-control$(LIBEXT)" "vlc-${VERSION}/"
688
689         for file in AUTHORS MAINTAINERS THANKS ; \
690           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done;
691         for file in NEWS COPYING README; \
692            do cp "$(srcdir)/$$file" "$(top_builddir)/vlc-${VERSION}/$${file}.txt"; done
693           unix2dos "$(top_builddir)/vlc-${VERSION}/"*.txt
694
695         mkdir $(top_builddir)/vlc-${VERSION}/locale
696         cat $(top_srcdir)/po/LINGUAS | while read i; do \
697           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
698           cp "$(srcdir)/po/$${i}.gmo" \
699             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
700             || true ; \
701         done
702
703         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/images"
704         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/requests"
705         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/js"
706         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/dialogs"
707         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/old"
708         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/old/vlm"
709         mkdir -p "$(top_builddir)/vlc-${VERSION}/http-lua/old/admin"
710         cp $(srcdir)/share/http-lua/*.html $(top_builddir)/vlc-${VERSION}/http-lua/ ;
711         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/*.html ;
712         cp $(srcdir)/share/http-lua/.hosts $(top_builddir)/vlc-${VERSION}/http-lua/ ;
713         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/.hosts ;
714         cp $(srcdir)/share/http-lua/*.css $(top_builddir)/vlc-${VERSION}/http-lua/ ;
715         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/*.css ;
716         cp $(srcdir)/share/http-lua/js/*.js $(top_builddir)/vlc-${VERSION}/http-lua/js/ ;
717         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/js/*.js ;
718         cp $(srcdir)/share/http-lua/dialogs/* $(top_builddir)/vlc-${VERSION}/http-lua/dialogs/ ;
719         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/dialogs/* ;
720         cp $(srcdir)/share/http-lua/dialogs/.hosts $(top_builddir)/vlc-${VERSION}/http-lua/dialogs/ ;
721         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/dialogs/.hosts ;
722         cp $(srcdir)/share/http-lua/*.ico $(top_builddir)/vlc-${VERSION}/http-lua/ ;
723         cp $(srcdir)/share/http-lua/images/*.png $(top_builddir)/vlc-${VERSION}/http-lua/images/
724         cp $(srcdir)/share/http-lua/requests/*.xml $(top_builddir)/vlc-${VERSION}/http-lua/requests/ ;
725         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/requests/*.xml ;
726         cp $(srcdir)/share/http-lua/requests/readme $(top_builddir)/vlc-${VERSION}/http-lua/requests/readme.txt ;
727         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/requests/readme.txt ;
728
729         cp $(srcdir)/share/http-lua/old/*.html $(top_builddir)/vlc-${VERSION}/http-lua/old/ ;
730         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/old/*.html ;
731         cp $(srcdir)/share/http-lua/old/*.css $(top_builddir)/vlc-${VERSION}/http-lua/old/ ;
732         cp $(srcdir)/share/http-lua/old/.hosts $(top_builddir)/vlc-${VERSION}/http-lua/old/ ;
733         cp $(srcdir)/share/http-lua/old/*.png $(top_builddir)/vlc-${VERSION}/http-lua/old/ ;
734         cp $(srcdir)/share/http-lua/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http-lua/old/vlm/ ;
735         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/old/vlm/*.html ;
736         cp $(srcdir)/share/http-lua/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http-lua/old/admin/ ;
737         unix2dos $(top_builddir)/vlc-${VERSION}/http-lua/old/admin/*.html ;
738         cp $(srcdir)/share/http-lua/old/admin/.access $(top_builddir)/vlc-${VERSION}/http-lua/old/admin/ ;
739
740         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
741         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
742         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
743         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
744         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
745         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
746         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
747         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
748         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
749         cp $(srcdir)/share/http/.hosts $(top_builddir)/vlc-${VERSION}/http/ ;
750         unix2dos $(top_builddir)/vlc-${VERSION}/http/.hosts ;
751         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
752         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
753         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
754         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
755         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
756         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
757         cp $(srcdir)/share/http/dialogs/.hosts $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
758         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/.hosts ;
759         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
760         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
761         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
762         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
763         cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
764         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
765
766         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
767         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
768         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
769         cp $(srcdir)/share/http/old/.hosts $(top_builddir)/vlc-${VERSION}/http/old/ ;
770         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
771         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
772         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
773         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
774         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
775         cp $(srcdir)/share/http/old/admin/.access $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
776
777         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
778
779 if BUILD_MOZILLA
780         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
781         cp $(top_builddir)/mozilla/.libs/npvlc$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
782 endif
783
784 if BUILD_ACTIVEX
785         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
786         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
787         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
788         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
789
790         cp $(top_builddir)/activex/.libs/axvlc$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
791 endif
792 # Rebase all those DLLs to speed up loading (need cygwin rebase)
793         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
794                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
795         fi
796
797 package-win-common-strip:
798         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
799         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
800         $(STRIP) "vlc-${VERSION}/libvlc-control$(LIBEXT)"
801 if BUILD_MOZILLA
802         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/npvlc$(LIBEXT);
803 endif
804 if BUILD_ACTIVEX
805         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/axvlc$(LIBEXT);
806 endif
807
808 package-win32-base-debug: package-win-common
809 # Copy relevant files
810         cp "$(top_builddir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
811
812         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
813         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
814           if test -n "$$i" ; then \
815             $(INSTALL) "$(top_builddir)/`dirname $$i`/.libs/`basename $$i`$(LIBEXT)" \
816             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
817           fi ; done
818
819         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
820         for i in $(srcdir)/share/skins2/fonts/*.*; do \
821           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
822         done
823         for i in $(srcdir)/share/skins2/*.*; do \
824           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
825         done
826
827         $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luaplaylist
828         for i in $(srcdir)/share/luaplaylist/*.* ; do \
829           $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luaplaylist/`basename $${i}` ; \
830         done ;
831         $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luameta
832         for i in $(srcdir)/share/luameta/*.* ; do \
833           $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luameta/`basename $${i}` ; \
834         done ;
835         $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luaintf
836         for i in $(srcdir)/share/luaintf/*.* ; do \
837           $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luaintf/`basename $${i}` ; \
838         done ;
839         $(INSTALL) -d $(top_builddir)/vlc-${VERSION}/share/luaintf/modules
840         for i in $(srcdir)/share/luaintf/modules/*.* ; do \
841           $(INSTALL) -m 644 $${i} $(top_builddir)/vlc-${VERSION}/share/luaintf/modules/`basename $${i}` ; \
842         done ;
843
844         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
845         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
846         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume minimal;do \
847                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
848                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
849                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
850                 done; \
851         done
852         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
853         for file in $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg; do \
854                 if sed 's%share/osdmenu%osdmenu%g' $$file >$$file.tmp; then :; else exit 1; fi; \
855                 if sed 's%/%\\%g' $$file.tmp >$$file; then :; else exit 1; fi; \
856                 rm -f $$file.tmp; \
857         done
858
859
860 package-win32-base: package-win32-base-debug package-win-common-strip
861         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
862           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
863
864 package-win32-base-exe: package-win32-base
865 # Create package
866         if makensis -VERSION >/dev/null 2>&1; then \
867             MAKENSIS="makensis -DVERSION=${VERSION}"; \
868         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
869             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
870         elif [ -x "${PROGRAMFILES}/NSIS/makensis" ]; then \
871             MAKENSIS="${PROGRAMFILES}/NSIS/makensis -DVERSION=${VERSION}"; \
872         elif wine --version >/dev/null 2>&1; then \
873             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
874         else \
875             echo 'Error: cannot locate makensis tool'; exit 1; \
876         fi; \
877         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
878
879 package-win32-base-exe-cygwin: package-win32-base-exe
880 # Create package
881
882 package-win32-base-exe-linux:
883 # Create package
884         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
885
886 package-win32-base-zip: package-win32-base
887 # Create package 
888         zip -r -9 vlc-${VERSION}-win32.zip vlc-${VERSION}
889
890 package-win32-base-7zip: package-win32-base
891 # Create package 
892         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-${VERSION}-win32.7z vlc-${VERSION}
893
894 package-win32-exe: package-win32-base package-win32-base-exe
895 # Clean up
896         rm -Rf $(top_builddir)/vlc-${VERSION}
897
898 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
899 # Clean up
900         rm -Rf $(top_builddir)/vlc-${VERSION}
901
902 package-win32-zip: package-win32-base-zip
903 # Clean up
904         rm -Rf $(top_builddir)/vlc-${VERSION}
905
906 package-win32-7zip: package-win32-base-7zip
907 # Clean up
908         rm -Rf $(top_builddir)/vlc-${VERSION}
909
910 package-win32-no-clean: package-win32-base-exe package-win32-base-zip package-win32-base-7zip
911
912 package-win32: package-win32-no-clean
913 # Clean up
914         rm -Rf $(top_builddir)/vlc-${VERSION}
915
916 package-wince-base: package-win-common package-win-common-strip
917
918 package-wince-base-zip:
919 # Create package 
920         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
921
922 package-wince: package-wince-base  package-wince-base-zip
923 # Clean up
924         rm -Rf $(top_builddir)/vlc-${VERSION}
925
926
927 package-beos:
928 # Check that tmp isn't in the way
929         @if test -e $(srcdir)/tmp; then \
930           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
931           false ; \
932         else \
933           echo "OK." ; mkdir $(srcdir)/tmp ; \
934         fi
935
936 # Copy relevant files
937         mkdir -p $(srcdir)/tmp/vlc ;
938         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
939           THANKS NEWS tmp/vlc/ ;
940
941 # Create debug package
942         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
943         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
944         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
945         (cd $(srcdir)/tmp && zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
946         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
947         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
948
949 # Create normal package
950         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
951         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
952           --strip-debug --strip-unneeded "{}" \; ;
953         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
954         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
955         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
956         (cd $(srcdir)/tmp &&  zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
957         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
958
959 # Clean up
960         rm -Rf $(srcdir)/tmp ;
961
962 package-macosx:
963 # Check that the temporary location isn't in the way
964         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
965           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
966         fi
967
968         echo "Create package directory: vlc-${VERSION}/";
969         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
970
971 # Copy relevant files 
972         @if test -e "$(top_builddir)/VLC-release.app/"; then \
973           cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
974         else \
975           cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"; \
976         fi
977         cd "$(srcdir)" && mkdir -p $(top_builddir)/vlc-${VERSION}/Goodies/ && \
978           mkdir -p $(top_builddir)/vlc-${VERSION}/.background/ && \
979           cp AUTHORS COPYING ChangeLog README THANKS NEWS $(top_builddir)/vlc-${VERSION}/Goodies/ && \
980           cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/Goodies/Delete\ VLC\ Preferences.app && \
981           cp README.MacOSX.rtf $(top_builddir)/vlc-${VERSION}/Read\ Me.rtf && \
982           cp extras/MacOSX/Resources/about_bg.png $(top_builddir)/vlc-${VERSION}/.background/background.png ;
983
984 # Place a link to the application folder
985         ln -s /Applications $(top_builddir)/vlc-${VERSION}/Applications ;
986
987 # Create disk image 
988         echo "Creating disk image" ;
989         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
990         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
991           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDRW \
992           -scrub -imagekey zlib-level=9 ;
993
994 # Make sure the root window of the dmg will pop up when the dmg is mounted.
995 # Note: We dont mount in /Volumes to be sure we won't collide with an other
996 # finder mounted dmg with the same name.
997         echo "Make sure the root window of the dmg will pop up when the dmg is mounted" ;
998         mkdir -p $(top_builddir)/vlcmnt ;
999         hdiutil attach -readwrite -noverify -noautoopen "$(top_builddir)/vlc-${VERSION}.dmg" -mountpoint "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
1000         bless --folder "$(top_builddir)/vlcmnt/vlc-${VERSION}/" --openfolder "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
1001         sleep 1 # Make sure operation completes
1002         cd "$(srcdir)"
1003
1004 # Unmount the image now
1005         hdiutil detach "$(top_builddir)/vlcmnt/vlc-${VERSION}" ;
1006         rm -R $(top_builddir)/vlcmnt ;
1007
1008 # Make sure the image is not writable
1009 # Note: We can't directly create a read only dmg as we do the bless stuff
1010         echo "Make the disk image read-only" ;
1011         mv "$(top_builddir)/vlc-${VERSION}.dmg" "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
1012         hdiutil convert "$(top_builddir)/vlc-${VERSION}-rw.dmg" -format UDZO -o "$(top_builddir)/vlc-${VERSION}.dmg" ;
1013         rm "$(top_builddir)/vlc-${VERSION}-rw.dmg" ;
1014
1015 # We are done
1016         echo "Disk image creation completed:" ;
1017         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
1018
1019 # Clean up
1020         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
1021
1022 package-macosx-plugin:
1023 if BUILD_MOZILLA
1024 # Create Installer
1025         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
1026         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
1027         cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
1028         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
1029         PATH=/Developer/usr/bin:/Developer/Tools:$$PATH packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
1030         -f "$(top_builddir)/macosx-plugin-instdata" \
1031         -i "$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist" \
1032         -d "$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"; true
1033         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
1034
1035 # Create disk image 
1036         rm -f "$(top_builddir)/vlc-plugin-${VERSION}.dmg"; true
1037         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}/"; true
1038         mkdir -p "$(top_builddir)/vlc-plugin-${VERSION}/"
1039         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-${VERSION}/"
1040         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-${VERSION}" \
1041           "$(top_builddir)/vlc-plugin-${VERSION}.dmg" -format UDZO \
1042           -scrub -imagekey zlib-level=9 ;
1043         echo "Disk image creation completed:"
1044         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}"
1045 endif
1046
1047 package-translations:
1048         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
1049           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
1050           false; \
1051         else \
1052           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
1053         fi
1054 # Copy translations
1055         cat $(top_srcdir)/po/LINGUAS | while read i; do \
1056           cp "$(srcdir)/po/$${i}.po" \
1057             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
1058             || true ; \
1059         done
1060         cp "$(srcdir)/doc/translations.txt" \
1061           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
1062
1063         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1064         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1065         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1066         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1067         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1068         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1069         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1070         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
1071
1072         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
1073           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
1074
1075 ###############################################################################
1076 # PO translation files update
1077 # Generate po/POTFILES.in which lists all the files containing translatable
1078 # strings. Find all source files and remove the generated files
1079 ###############################################################################
1080 .PHONY: update-po
1081
1082 update-po:
1083         rm -f $(top_srcdir)/po/POTFILES.in
1084         { \
1085           cd $(top_srcdir) && \
1086           echo "# automatically created by make update-po" ; \
1087           echo "" ; \
1088           echo "# main sources" ; \
1089           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
1090             | grep -v '\(misc/modules_\|src/misc/revision.c\|modules/builtin.h\|include/vlc_about.h\)' \
1091             | sort ; \
1092           echo "" ; \
1093           echo "# modules" ; \
1094           find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -name '*.ui' \
1095             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
1096             | grep -vE 'qt4/ui/.*.h' \
1097             | grep -v 'qt4/resources.cpp\|qt4/dialogs/about.hpp' \
1098             | grep -v 'gui/opie' \
1099             | sort ; \
1100         } > $(top_srcdir)/po/POTFILES.in
1101         rm -f $(top_srcdir)/po/vlc.pot
1102         cd po && $(MAKE) POTFILES vlc.pot update-po
1103
1104 #cd po && $(MAKE) update-po
1105
1106 ###############################################################################
1107 # Stamp rules
1108 ###############################################################################
1109 stamp-builtin:
1110         @for dep in "" `$(VLC_CONFIG) --target plugin`; do \
1111           if test "$${dep}.la" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
1112             touch "$@"; \
1113             break; \
1114           fi; \
1115         done
1116
1117 .PHONY: stamp-builtin
1118
1119 ###############################################################################
1120 # Enforce Mac OS X deployment target environment variable
1121 ###############################################################################
1122 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config
1123         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)