]> git.sesse.net Git - vlc/blob - Makefile.am
Makefile.am: Add the syntax files, valgrinds false positive suppressions, make nicifi...
[vlc] / Makefile.am
1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
4
5 NULL =
6
7 # SUBDIRS stores the directories where a "make" is required when building
8 # something. DIST_SUBDIRS stores the directories where nothing is built but
9 # which have makefiles with distribution information.
10 #  - intl should come before modules and . because all the code uses gettext
11 #  - modules should come before . because vlc needs the builtins
12 #  - . should come before mozilla/bindings because the plugin needs libvlc_pic.a
13 #  - po should come before . because VLC.app needs the pofiles
14 #  - loader should come before modules because some plugins need it
15 SUBDIRS = intl loader src modules po . mozilla bindings activex share m4 doc
16 DIST_SUBDIRS = $(SUBDIRS) debian ipkg
17
18 EXTRA_DIST = \
19         HACKING \
20         INSTALL.win32 \
21         INSTALL.wince \
22         vlc.exe.manifest \
23         MAINTAINERS \
24         README.MacOSX.rtf \
25         bootstrap \
26         toolbox \
27         vlc-api.pl \
28         vlc-config.in.in \
29         vlc.spec \
30         vlc.spec.mdk \
31         vlc.win32.nsi \
32         $(NULL)
33
34 BUILT_SOURCES_distclean = vlc-config compile
35 BUILT_SOURCES_clean = macosx-sdk
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-skins2
43
44 # Tell aclocal to use -I m4. Wonder if it really works.
45 ACLOCAL_AMFLAGS = -I m4
46
47 # XXX: these flags could be set in configure.ac, but we set them here
48 # because old versions of automake don't support them in configure.ac.
49 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
50
51 ###############################################################################
52 # MacOS X project
53 ###############################################################################
54
55 EXTRA_DIST += \
56         extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
57         extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
58         extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
59         extras/MacOSX/Resources/English.lproj/About.nib/classes.nib \
60         extras/MacOSX/Resources/English.lproj/About.nib/info.nib \
61         extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib \
62         extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib \
63         extras/MacOSX/Resources/English.lproj/Open.nib/info.nib \
64         extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib \
65         extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib \
66         extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib \
67         extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
68         extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib \
69         extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib \
70         extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
71         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib \
72         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib \
73         extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
74         extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib \
75         extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib \
76         extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib \
77         extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib \
78         extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib \
79         extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib \
80         extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib \
81         extras/MacOSX/Resources/English.lproj/Update.nib/info.nib \
82         extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib \
83         extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib \
84         extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib \
85         extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib \
86         extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
87         extras/MacOSX/Resources/a52.icns \
88         extras/MacOSX/Resources/aac.icns \
89         extras/MacOSX/Resources/asf.icns \
90         extras/MacOSX/Resources/asx.icns \
91         extras/MacOSX/Resources/avi.icns \
92         extras/MacOSX/Resources/bin.icns \
93         extras/MacOSX/Resources/cue.icns \
94         extras/MacOSX/Resources/dat.icns \
95         extras/MacOSX/Resources/divx.icns \
96         extras/MacOSX/Resources/dv.icns \
97         extras/MacOSX/Resources/generic.icns \
98         extras/MacOSX/Resources/m3u.icns \
99         extras/MacOSX/Resources/mov.icns \
100         extras/MacOSX/Resources/mp3.icns \
101         extras/MacOSX/Resources/mp4.icns \
102         extras/MacOSX/Resources/mpeg.icns \
103         extras/MacOSX/Resources/mpeg1.icns \
104         extras/MacOSX/Resources/mpeg2.icns \
105         extras/MacOSX/Resources/mpeg4.icns \
106         extras/MacOSX/Resources/mpg.icns \
107         extras/MacOSX/Resources/ogg.icns \
108         extras/MacOSX/Resources/ogm.icns \
109         extras/MacOSX/Resources/pls.icns \
110         extras/MacOSX/Resources/srt.icns \
111         extras/MacOSX/Resources/sub.icns \
112         extras/MacOSX/Resources/vlc.icns \
113         extras/MacOSX/Resources/vob.icns \
114         extras/MacOSX/Resources/wma.icns \
115         extras/MacOSX/Resources/wmv.icns \
116         extras/MacOSX/Resources/pause.png \
117         extras/MacOSX/Resources/pause_blue.png \
118         extras/MacOSX/Resources/play.png \
119         extras/MacOSX/Resources/play_blue.png \
120         extras/MacOSX/Resources/stop.png \
121         extras/MacOSX/Resources/stop_blue.png \
122         extras/MacOSX/Resources/display.png \
123         extras/MacOSX/Resources/display_slider.png \
124         extras/MacOSX/Resources/display_track.png \
125         extras/MacOSX/Resources/equalizerdrawer_active.png \
126         extras/MacOSX/Resources/equalizerdrawer_blue.png \
127         extras/MacOSX/Resources/fullscreen_active.png \
128         extras/MacOSX/Resources/fullscreen_blue.png \
129         extras/MacOSX/Resources/next_active.png \
130         extras/MacOSX/Resources/next_blue.png \
131         extras/MacOSX/Resources/playlistdrawer_active.png \
132         extras/MacOSX/Resources/playlistdrawer_blue.png \
133         extras/MacOSX/Resources/previous_active.png \
134         extras/MacOSX/Resources/previous_blue.png \
135         extras/MacOSX/Resources/skip_forward_active.png \
136         extras/MacOSX/Resources/skip_forward_blue.png \
137         extras/MacOSX/Resources/skip_previous_active.png \
138         extras/MacOSX/Resources/skip_previous_blue.png \
139         extras/MacOSX/Resources/volume_high.png \
140         extras/MacOSX/Resources/volume_low.png \
141         extras/MacOSX/Resources/volumeslider_blue.png \
142         extras/MacOSX/Resources/volumeslider_normal.png \
143         extras/MacOSX/Resources/volumetrack.png \
144         extras/MacOSX/Resources/about_bg.png \
145         extras/MacOSX/Resources/vlc.scriptSuite \
146         extras/MacOSX/Resources/vlc.scriptTerminology \
147         extras/MacOSX/Resources/README \
148         extras/MacOSX/vlc.pbproj/project.pbxproj \
149         extras/MacOSX/Delete_Preferences.app/Contents/Info.plist \
150         extras/MacOSX/Delete_Preferences.app/Contents/PkgInfo \
151         extras/MacOSX/Delete_Preferences.app/Contents/MacOS/applet \
152         extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
153         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.icns \
154         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc \
155         extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
156         $(NULL)
157
158 ###############################################################################
159 # Various utilities ( editor syntax files, ... )
160 ##############################################################################
161 EXTRA_DIST += \
162         extras/Makefile \
163         extras/zsh.cpp \
164         extras/emacs.init \
165         extras/vlc.vim \
166         extras/make.pl \
167         extras/valgrind.suppressions \
168         $(NULL)
169
170 ###############################################################################
171 # MS Visual Studio and eMbedded Visual Studio projects
172 ###############################################################################
173
174 EXTRA_DIST += \
175         msvc/vlc.dsw \
176         msvc/libvlc.dsp.in \
177         msvc/plugins.dsp.in \
178         msvc/vlc.dsp.in \
179         msvc/config.h.in \
180         msvc/modules_builtin_msvc.h \
181         evc/vlc.vcw \
182         evc/libvlc.vcp.in \
183         evc/vlc.vcp.in \
184         evc/plugins.vcp.in \
185         evc/errno.h \
186         evc/config.h.in \
187         evc/modules_builtin_evc.h \
188         $(NULL)
189
190 dist-hook:
191         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
192         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
193
194 ###############################################################################
195 # Building libvlc
196 ###############################################################################
197
198 bin_SCRIPTS = vlc-config
199 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
200         $(SHELL) ./config.status --file=$@
201         chmod 0755 $@
202
203 vlc-config.in: vlc-config.in.in
204         ./config.status --recheck
205
206 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
207 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
208
209 ###############################################################################
210 # Building vlc
211 ###############################################################################
212
213 bin_PROGRAMS = vlc
214
215 vlc_SOURCES = vlc.c
216 # Ugly kludge so that automake defines $(CXXLINK)
217 EXTRA_vlc_SOURCES = extras/zsh.cpp
218
219 # Work around a bug in the arm-wince-pe linker
220 if HAVE_WINCE
221 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
222 endif
223
224 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
225 # old automake-1.5 bug (automake/279).
226 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
227
228 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
229 if USE_LIBTOOL
230 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc`
231 LIB_libvlc = libvlc.la
232 LIBVLC = src/$(LIB_libvlc)
233 else
234 if BUILD_SHARED
235 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
236 if HAVE_WIN32
237 LIB_libvlc = libvlc.dll.a
238 else
239 LIB_libvlc = libvlc$(LIBEXT)
240 endif
241 LIBVLC =
242 else
243 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
244 LIB_libvlc = libvlc.a
245 LIBVLC = src/$(LIB_libvlc)
246 DEPENDENCIES_vlc += stamp-builtin
247 endif
248 endif
249 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) $(INCLUDED_LIBINTL)
250
251 # Shortcut for developpers to rebuild the core (libvlc + vlc)
252 # Don't use it if you don't know what it is about.
253 # Don't complain if it doesn't work. -- Courmisch
254 core:
255         rm -f src/$(LIB_libvlc)
256         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
257
258 .PHONY: core
259
260 src/$(LIB_libvlc):
261         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
262
263 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
264         @rm -f vlc$(EXEEXT)
265         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
266           c++) cmd="$(CXXLINK)" ;; \
267           objc) cmd="$(OBJCLINK)" ;; \
268           c|*) cmd="$(LINK)" ;; \
269         esac ; \
270         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
271         echo $$cmd ; \
272         eval $$cmd
273
274 if HAVE_BEOS
275 noinst_DATA = vlc-bundle
276 vlc-bundle: vlc
277         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
278         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
279         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
280         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
281           if test -n "$$i" ; then \
282             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
283             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
284           fi ; \
285         done
286         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
287           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
288           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
289             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
290           done ; \
291         fi
292         for i in $(ALL_LINGUAS); do \
293           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
294           cp "$(top_builddir)/po/$$i.gmo" \
295             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
296         done
297         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
298 endif
299
300 # Install the symlinks
301 install-exec-local:
302         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
303           rm -f "$(DESTDIR)$(bindir)/$$i" && \
304           ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
305         fi ; done
306
307 # the opposite of install-{data,exec}-local
308 uninstall-local:
309         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
310           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
311         fi ; done
312
313 if HAVE_DARWIN
314 # Create the MacOS X app
315 vlc_app_DATA = VLC.app
316 vlc_appdir = $(bindir)
317 # VLC-release.app is the old VLC.app target
318 VLC-release.app: vlc
319         @if test -e "$(top_builddir)/tmp"; then \
320           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
321           false; \
322         else \
323           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
324         fi
325         rm -Rf $(top_builddir)/VLC-release.app
326         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
327         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
328           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
329         done
330         mkdir -p $(top_builddir)/tmp/modules/audio_output
331         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
332         for i in \
333             about.h \
334             about.m \
335             applescript.h \
336             applescript.m \
337             controls.h \
338             controls.m \
339             equalizer.h \
340             equalizer.m \
341             intf.h \
342             intf.m \
343             macosx.m \
344             misc.h \
345             misc.m \
346             open.h \
347             open.m \
348             output.h \
349             output.m \
350             playlist.h \
351             playlist.m \
352             playlistinfo.h \
353             playlistinfo.m \
354             prefs_widgets.h \
355             prefs_widgets.m \
356             prefs.h \
357             prefs.m \
358             vout.h \
359             voutqt.m \
360             voutgl.m \
361             wizard.h \
362             wizard.m \
363             extended.h \
364             extended.m \
365             bookmarks.h \
366             bookmarks.m \
367             sfilters.h \
368             sfilters.m \
369             update.h \
370             update.m \
371             interaction.h \
372             interaction.m \
373             embeddedwindow.h \
374             embeddedwindow.m \
375             vout.m; do \
376           cp "$(srcdir)/modules/gui/macosx/$$i" \
377              $(top_builddir)/tmp/modules/gui/macosx; \
378         done
379         case $(target_triplet) in \
380           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
381             cd ../../../; \
382             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
383                   $(top_builddir)/VLC-release.app;; \
384           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
385             cd ../../../; \
386             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
387                   $(top_builddir)/VLC-release.app;; \
388           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
389             cd ../../../; \
390             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
391                   $(top_builddir)/VLC-release.app;; \
392         esac
393         rm -Rf $(top_builddir)/tmp
394         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
395         $(INSTALL) $(top_builddir)/vlc \
396                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
397         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
398         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
399         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
400           if test -n "$$i" ; \
401             then $(INSTALL) "$$i$(LIBEXT)" \
402                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
403           fi ; done
404         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
405           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
406           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
407             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
408           done ; \
409         fi
410         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share
411         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http
412         for i in $(srcdir)/share/http/* ; do \
413           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
414         done ; \
415         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
416         for i in $(ALL_LINGUAS); do \
417           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
418           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
419           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
420           ln -sf ../English.lproj/InfoPlist.strings \
421               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
422           ln -sf ../English.lproj/MainMenu.nib \
423               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
424           ln -sf ../English.lproj/vlc.scriptTerminology \
425               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
426         done
427         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
428
429 VLC.app: vlc
430         @if test -e "$(top_builddir)/tmp"; then \
431           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
432           false; \
433         else \
434           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
435         fi
436         rm -Rf $(top_builddir)/VLC.app
437         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
438         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
439           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
440         done
441         mkdir -p $(top_builddir)/tmp/modules/audio_output
442         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
443         for i in \
444             about.h \
445             about.m \
446             applescript.h \
447             applescript.m \
448             controls.h \
449             controls.m \
450             equalizer.h \
451             equalizer.m \
452             intf.h \
453             intf.m \
454             macosx.m \
455             misc.h \
456             misc.m \
457             open.h \
458             open.m \
459             output.h \
460             output.m \
461             playlist.h \
462             playlist.m \
463             playlistinfo.h \
464             playlistinfo.m \
465             prefs_widgets.h \
466             prefs_widgets.m \
467             prefs.h \
468             prefs.m \
469             vout.h \
470             voutqt.m \
471             voutgl.m \
472             wizard.h \
473             wizard.m \
474             extended.h \
475             extended.m \
476             bookmarks.h \
477             bookmarks.m \
478             sfilters.h \
479             sfilters.m \
480             update.h \
481             update.m \
482             interaction.h \
483             interaction.m \
484             embeddedwindow.h \
485             embeddedwindow.m \
486             vout.m; do \
487           cp "$(srcdir)/modules/gui/macosx/$$i" \
488              $(top_builddir)/tmp/modules/gui/macosx; \
489         done
490         case $(target_triplet) in \
491           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
492             cd ../../../; \
493             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
494                   $(top_builddir)/VLC.app;; \
495           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
496             cd ../../../; \
497             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
498                   $(top_builddir)/VLC.app;; \
499           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
500             cd ../../../; \
501             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
502                   $(top_builddir)/VLC.app;; \
503         esac
504         rm -Rf $(top_builddir)/tmp
505         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
506         $(INSTALL) $(top_builddir)/vlc \
507                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
508         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
509         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
510         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
511           if test -n "$$i" ; \
512             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
513                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
514           fi ; done
515         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
516           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
517           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
518             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
519           done ; \
520         fi
521         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
522         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
523         for i in $(ALL_LINGUAS); do \
524           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
525           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
526           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
527           ln -sf ../English.lproj/InfoPlist.strings \
528               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
529           ln -sf ../English.lproj/MainMenu.nib \
530               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
531         done
532         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
533 endif
534
535 if HAVE_WIN32
536 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
537 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
538 noinst_share_vlc_win32_rcdir = $(libdir)
539 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
540         $(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 $@
541 endif
542
543
544 ###############################################################################
545 # Building specific source packages
546 ###############################################################################
547
548 dist-woody: distdir
549         $(remove_distdir_woody)
550         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
551         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
552         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
553           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
554         $(remove_distdir_woody)
555
556 remove_distdir_woody = \
557   { test ! -d $(PACKAGE)-woody-$(VERSION) \
558     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
559            -exec chmod u+w {} ';' \
560          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
561
562 ###############################################################################
563 # Building architecture-specific binary packages
564 ###############################################################################
565
566 # XXX: this rule is probably only useful to you if you have exactly
567 # the same setup as me. Contact sam@zoy.org if you need to use it.
568 #
569
570 package-win-common:
571 # Check that tmp isn't in the way
572         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
573           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
574           false; \
575         else \
576           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
577         fi
578
579 # Copy relevant files
580         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
581         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
582         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
583 if BUILD_SHARED
584         cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
585         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
586 endif
587
588         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
589           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
590           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
591
592         mkdir $(top_builddir)/vlc-${VERSION}/locale
593         for i in $(ALL_LINGUAS); do \
594           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
595           cp "$(srcdir)/po/$${i}.gmo" \
596             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
597             || true ; \
598         done
599
600         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
601         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
602         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
603         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
604         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
605         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
606         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
607         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
608         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
609         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
610         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
611         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
612         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
613         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
614         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
615         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
616         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
617         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
618         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
619
620         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
621         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
622         cp $(srcdir)/share/http/old/*.ico $(top_builddir)/vlc-${VERSION}/http/old/ ;
623         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
624         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
625         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
626         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
627         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
628         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
629
630         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
631
632 if BUILD_MOZILLA
633         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
634         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
635         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
636         cp $(top_builddir)/mozilla/vlcintf.xpt  $(top_builddir)/vlc-${VERSION}/mozilla/ ;
637 endif
638
639 if BUILD_ACTIVEX
640         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
641         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
642         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
643         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
644
645         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
646         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
647 endif
648 # Rebase all those DLLs to speed up loading (need cygwin rebase)
649         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
650                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
651         fi
652
653 package-win32-base-debug: package-win-common
654 # Copy relevant files
655         cp "$(srcdir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
656
657         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
658         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
659           if test -n "$$i" ; then \
660             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
661             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
662           fi ; done
663
664         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
665         for i in $(srcdir)/share/skins2/fonts/*.*; do \
666           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
667         done
668         for i in $(srcdir)/share/skins2/*.*; do \
669           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
670         done
671
672         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
673         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
674         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
675                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
676                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
677                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
678                 done; \
679         done
680         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
681         sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
682         sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg 
683
684
685 package-win32-base: package-win32-base-debug
686         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
687           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
688
689
690 package-win32-base-exe: package-win32-base
691 # Create package
692         if makensis -VERSION >/dev/null 2>&1; then \
693             MAKENSIS="makensis -DVERSION=${VERSION}"; \
694         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
695             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
696         elif wine --version >dev/null 2>&1; then \
697             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
698         else \
699             echo 'Error: cannot locate makensis tool'; exit 1; \
700         fi; \
701         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
702
703 package-win32-base-exe-cygwin: package-win32-base-exe
704 # Create package
705
706 package-win32-base-exe-linux:
707 # Create package
708         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
709
710 package-win32-base-zip: package-win32-base
711 # Create package 
712         zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
713
714 package-win32-exe: package-win32-base package-win32-base-exe
715 # Clean up
716         rm -Rf $(top_builddir)/vlc-${VERSION}
717
718 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
719 # Clean up
720         rm -Rf $(top_builddir)/vlc-${VERSION}
721
722 package-win32-zip: package-win32-base-zip
723 # Clean up
724         rm -Rf $(top_builddir)/vlc-${VERSION}
725
726 package-win32: package-win32-base-exe package-win32-base-zip
727 # Clean up
728         rm -Rf $(top_builddir)/vlc-${VERSION}
729
730 package-wince-base: package-win-common
731
732 package-wince-base-zip:
733 # Create package 
734         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
735
736 package-wince: package-wince-base  package-wince-base-zip
737 # Clean up
738         rm -Rf $(top_builddir)/vlc-${VERSION}
739
740
741 package-beos:
742 # Check that tmp isn't in the way
743         @if test -e $(srcdir)/tmp; then \
744           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
745           false ; \
746         else \
747           echo "OK." ; mkdir $(srcdir)/tmp ; \
748         fi
749
750 # Copy relevant files
751         mkdir -p $(srcdir)/tmp/vlc ;
752         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
753           THANKS NEWS tmp/vlc/ ;
754
755 # Create debug package
756         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
757         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
758         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
759         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
760         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
761         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
762
763 # Create normal package
764         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
765         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
766           --strip-debug --strip-unneeded "{}" \; ;
767         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
768         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
769         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
770         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
771         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
772
773 # Clean up
774         rm -Rf $(srcdir)/tmp ;
775
776 package-macosx:
777 # Check that the temporary location isn't in the way
778         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
779           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
780         fi
781
782         echo "Create package directory: vlc-${VERSION}/";
783         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
784
785 # Copy relevant files 
786         cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
787         cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/vlc-${VERSION}/ && cp -R extras/MacOSX/Delete_Preferences.app $(top_builddir)/vlc-${VERSION}/
788
789 # Create disk image 
790         echo "Creating disk image" ;
791         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
792         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
793           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO -quiet ;
794         echo; echo "Disk image creation completed:" ;
795         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
796
797 # Clean up
798         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
799
800 package-translations:
801         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
802           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
803           false; \
804         else \
805           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
806         fi
807 # Copy translations
808         for i in $(ALL_LINGUAS); do \
809           cp "$(srcdir)/po/$${i}.po" \
810             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
811             || true ; \
812         done
813         cp "$(srcdir)/doc/translations.txt" \
814           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
815
816         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
817         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
818         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
819         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
820         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
821         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
822         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
823         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
824
825         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
826           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
827
828 ###############################################################################
829 # PO translation files update
830 ###############################################################################
831 .PHONY: update-po
832
833 update-po:
834         rm -f $(top_srcdir)/po/POTFILES.in
835         { \
836           cd $(top_srcdir) ; \
837           echo "# automatically created by make update-po" ; \
838           echo "" ; \
839           echo "# main sources" ; \
840           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
841             | grep -v '\(vlc_symbols\|misc/modules_\|src/misc/version.c\)' \
842             | sort ; \
843           echo "" ; \
844           echo "# modules" ; \
845           find modules -name '*.[chm]' -o -name '*.[ch]pp' \
846             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
847             | sort ; \
848         } > $(top_srcdir)/po/POTFILES.in
849         rm -f $(top_srcdir)/po/vlc.pot
850         cd po && $(MAKE) POTFILES vlc.pot update-po
851
852 #cd po && $(MAKE) update-po
853
854 ###############################################################################
855 # Stamp rules
856 ###############################################################################
857 stamp-builtin: FORCE
858         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
859           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
860             rm -f $@; \
861             break; \
862           fi; \
863         done
864         @if test ! -f $@; then printf "" > $@; fi
865
866 ###############################################################################
867 # Enforce Mac OS X deployment target environment variable
868 ###############################################################################
869 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
870         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
871
872 ###############################################################################
873 # Force rule
874 ###############################################################################
875 FORCE: