]> git.sesse.net Git - vlc/blob - Makefile.am
Add a 7.x / 5.x -> 4.0 downmixing routine (for AAC mostly, for a52 this is done by...
[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         extras/Makefile \
157         extras/zsh.cpp \
158         $(NULL)
159
160 ###############################################################################
161 # MS Visual Studio and eMbedded Visual Studio projects
162 ###############################################################################
163
164 EXTRA_DIST += \
165         msvc/vlc.dsw \
166         msvc/libvlc.dsp.in \
167         msvc/plugins.dsp.in \
168         msvc/vlc.dsp.in \
169         msvc/config.h.in \
170         msvc/modules_builtin_msvc.h \
171         evc/vlc.vcw \
172         evc/libvlc.vcp.in \
173         evc/vlc.vcp.in \
174         evc/plugins.vcp.in \
175         evc/errno.h \
176         evc/config.h.in \
177         evc/modules_builtin_evc.h \
178         $(NULL)
179
180 dist-hook:
181         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
182         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
183
184 ###############################################################################
185 # Building libvlc
186 ###############################################################################
187
188 bin_SCRIPTS = vlc-config
189 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
190         $(SHELL) ./config.status --file=$@
191         chmod 0755 $@
192
193 vlc-config.in: vlc-config.in.in
194         ./config.status --recheck
195
196 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
197 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
198
199 ###############################################################################
200 # Building vlc
201 ###############################################################################
202
203 .PHONY: libvlc
204
205 # Shortcut for developpers to rebuild the core (libvlc + vlc)
206 # Don't use it if you don't know what it is about.
207 # Don't complain if it doesn't work. -- Courmisch
208 core: libvlc vlc$(EXEEXT)
209
210 libvlc:
211         cd src && $(MAKE) all
212
213 bin_PROGRAMS = vlc
214
215 vlc_SOURCES = src/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 = $(LIB_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 = $(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 = src/libvlc.la
232 LIBVLC = $(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 = src/libvlc.dll.a
238 else
239 LIB_libvlc = src/libvlc$(LIBEXT)
240 endif
241 LIBVLC =
242 else
243 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
244 LIB_libvlc = src/libvlc.a
245 LIBVLC = $(LIB_libvlc)
246 DEPENDENCIES_vlc += stamp-builtin
247 endif
248 endif
249 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC) $(INCLUDED_LIBINTL)
250
251 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
252         @rm -f vlc$(EXEEXT)
253         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
254           c++) cmd="$(CXXLINK)" ;; \
255           objc) cmd="$(OBJCLINK)" ;; \
256           c|*) cmd="$(LINK)" ;; \
257         esac ; \
258         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
259         echo $$cmd ; \
260         eval $$cmd
261
262 if HAVE_BEOS
263 noinst_DATA = vlc-bundle
264 vlc-bundle: vlc
265         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
266         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
267         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
268         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
269           if test -n "$$i" ; then \
270             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
271             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
272           fi ; \
273         done
274         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
275           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
276           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
277             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
278           done ; \
279         fi
280         for i in $(ALL_LINGUAS); do \
281           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
282           cp "$(top_builddir)/po/$$i.gmo" \
283             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
284         done
285         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
286 endif
287
288 # Install the symlinks
289 install-exec-local:
290         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
291           rm -f "$(DESTDIR)$(bindir)/$$i" && \
292           ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
293         fi ; done
294
295 # the opposite of install-{data,exec}-local
296 uninstall-local:
297         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
298           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
299         fi ; done
300
301 if HAVE_DARWIN
302 # Create the MacOS X app
303 vlc_app_DATA = VLC.app
304 vlc_appdir = $(bindir)
305 # VLC-release.app is the old VLC.app target
306 VLC-release.app: vlc
307         @if test -e "$(top_builddir)/tmp"; then \
308           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
309           false; \
310         else \
311           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
312         fi
313         rm -Rf $(top_builddir)/VLC-release.app
314         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
315         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
316           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
317         done
318         mkdir -p $(top_builddir)/tmp/modules/audio_output
319         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
320         for i in \
321             about.h \
322             about.m \
323             applescript.h \
324             applescript.m \
325             controls.h \
326             controls.m \
327             equalizer.h \
328             equalizer.m \
329             intf.h \
330             intf.m \
331             macosx.m \
332             misc.h \
333             misc.m \
334             open.h \
335             open.m \
336             output.h \
337             output.m \
338             playlist.h \
339             playlist.m \
340             playlistinfo.h \
341             playlistinfo.m \
342             prefs_widgets.h \
343             prefs_widgets.m \
344             prefs.h \
345             prefs.m \
346             vout.h \
347             voutqt.m \
348             voutgl.m \
349             wizard.h \
350             wizard.m \
351             extended.h \
352             extended.m \
353             bookmarks.h \
354             bookmarks.m \
355             sfilters.h \
356             sfilters.m \
357             vout.m; do \
358           cp "$(srcdir)/modules/gui/macosx/$$i" \
359              $(top_builddir)/tmp/modules/gui/macosx; \
360         done
361         case $(target_triplet) in \
362           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
363             cd ../../../; \
364             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
365                   $(top_builddir)/VLC-release.app;; \
366           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
367             cd ../../../; \
368             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
369                   $(top_builddir)/VLC-release.app;; \
370           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
371             cd ../../../; \
372             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
373                   $(top_builddir)/VLC-release.app;; \
374         esac
375         rm -Rf $(top_builddir)/tmp
376         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
377         $(INSTALL) $(top_builddir)/vlc \
378                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
379         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
380         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
381         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
382           if test -n "$$i" ; \
383             then $(INSTALL) "$$i$(LIBEXT)" \
384                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
385           fi ; done
386         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
387           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
388           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
389             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
390           done ; \
391         fi
392         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share
393         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http
394         for i in $(srcdir)/share/http/* ; do \
395           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
396         done ; \
397         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
398         for i in $(ALL_LINGUAS); do \
399           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
400           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
401           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
402           ln -sf ../English.lproj/InfoPlist.strings \
403               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
404           ln -sf ../English.lproj/MainMenu.nib \
405               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
406           ln -sf ../English.lproj/vlc.scriptTerminology \
407               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
408         done
409         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
410
411 VLC.app: vlc
412         @if test -e "$(top_builddir)/tmp"; then \
413           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
414           false; \
415         else \
416           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
417         fi
418         rm -Rf $(top_builddir)/VLC.app
419         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
420         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
421           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
422         done
423         mkdir -p $(top_builddir)/tmp/modules/audio_output
424         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
425         for i in \
426             about.h \
427             about.m \
428             applescript.h \
429             applescript.m \
430             controls.h \
431             controls.m \
432             equalizer.h \
433             equalizer.m \
434             intf.h \
435             intf.m \
436             macosx.m \
437             misc.h \
438             misc.m \
439             open.h \
440             open.m \
441             output.h \
442             output.m \
443             playlist.h \
444             playlist.m \
445             playlistinfo.h \
446             playlistinfo.m \
447             prefs_widgets.h \
448             prefs_widgets.m \
449             prefs.h \
450             prefs.m \
451             vout.h \
452             voutqt.m \
453             voutgl.m \
454             wizard.h \
455             wizard.m \
456             extended.h \
457             extended.m \
458             bookmarks.h \
459             bookmarks.m \
460             sfilters.h \
461             sfilters.m \
462             vout.m; do \
463           cp "$(srcdir)/modules/gui/macosx/$$i" \
464              $(top_builddir)/tmp/modules/gui/macosx; \
465         done
466         case $(target_triplet) in \
467           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
468             cd ../../../; \
469             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
470                   $(top_builddir)/VLC.app;; \
471           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
472             cd ../../../; \
473             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
474                   $(top_builddir)/VLC.app;; \
475           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
476             cd ../../../; \
477             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
478                   $(top_builddir)/VLC.app;; \
479         esac
480         rm -Rf $(top_builddir)/tmp
481         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
482         $(INSTALL) $(top_builddir)/vlc \
483                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
484         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
485         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
486         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
487           if test -n "$$i" ; \
488             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
489                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
490           fi ; done
491         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
492           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
493           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
494             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
495           done ; \
496         fi
497         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
498         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
499         for i in $(ALL_LINGUAS); do \
500           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
501           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
502           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
503           ln -sf ../English.lproj/InfoPlist.strings \
504               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
505           ln -sf ../English.lproj/MainMenu.nib \
506               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
507         done
508         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
509 endif
510
511 if HAVE_WIN32
512 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
513 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
514 noinst_share_vlc_win32_rcdir = $(libdir)
515 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
516         $(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 $@
517 endif
518
519
520 ###############################################################################
521 # Building specific source packages
522 ###############################################################################
523
524 dist-woody: distdir
525         $(remove_distdir_woody)
526         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
527         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
528         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
529           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
530         $(remove_distdir_woody)
531
532 remove_distdir_woody = \
533   { test ! -d $(PACKAGE)-woody-$(VERSION) \
534     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
535            -exec chmod u+w {} ';' \
536          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
537
538 ###############################################################################
539 # Building architecture-specific binary packages
540 ###############################################################################
541
542 # XXX: this rule is probably only useful to you if you have exactly
543 # the same setup as me. Contact sam@zoy.org if you need to use it.
544 #
545
546 package-win-common:
547 # Check that tmp isn't in the way
548         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
549           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
550           false; \
551         else \
552           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
553         fi
554
555 # Copy relevant files
556         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
557         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
558         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
559 if BUILD_SHARED
560         cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
561         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
562 endif
563
564         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
565           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
566           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
567
568         mkdir $(top_builddir)/vlc-${VERSION}/locale
569         for i in $(ALL_LINGUAS); do \
570           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
571           cp "$(srcdir)/po/$${i}.gmo" \
572             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
573             || true ; \
574         done
575
576         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
577         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
578         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
579         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
580         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
581         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
582         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
583         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
584         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
585         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
586         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
587         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
588         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
589         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
590         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
591         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
592         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
593         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
594         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
595
596         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
597         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
598         cp $(srcdir)/share/http/old/*.ico $(top_builddir)/vlc-${VERSION}/http/old/ ;
599         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
600         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
601         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
602         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
603         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
604         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
605
606         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
607
608 if BUILD_MOZILLA
609         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
610         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
611         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
612         cp $(top_builddir)/mozilla/vlcintf.xpt  $(top_builddir)/vlc-${VERSION}/mozilla/ ;
613 endif
614
615 if BUILD_ACTIVEX
616         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
617         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
618         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
619         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
620
621         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
622         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
623 endif
624 # Rebase all those DLLs to speed up loading (need cygwin rebase)
625         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
626                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
627         fi
628
629 package-win32-base-debug: package-win-common
630 # Copy relevant files
631         cp "$(srcdir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
632
633         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
634         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
635           if test -n "$$i" ; then \
636             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
637             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
638           fi ; done
639
640         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
641         for i in $(srcdir)/share/skins2/fonts/*.*; do \
642           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
643         done
644         for i in $(srcdir)/share/skins2/*.*; do \
645           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
646         done
647
648         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
649         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
650         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
651                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
652                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
653                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
654                 done; \
655         done
656         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
657         sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
658         sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg 
659
660
661 package-win32-base: package-win32-base-debug
662         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
663           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
664
665
666 package-win32-base-exe:
667 # Create package
668         if makensis -VERSION >/dev/null 2>&1; then \
669             MAKENSIS="makensis -DVERSION=${VERSION}"; \
670         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
671             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
672         elif wine --version >dev/null 2>&1; then \
673             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
674         else \
675             echo 'Error: cannot locate makensis tool'; exit 1; \
676         fi; \
677         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
678
679 package-win32-base-exe-cygwin: package-win32-base-exe
680 # Create package
681
682 package-win32-base-exe-linux:
683 # Create package
684         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
685
686 package-win32-base-zip:
687 # Create package 
688         zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
689
690 package-win32-exe: package-win32-base package-win32-base-exe
691 # Clean up
692         rm -Rf $(top_builddir)/vlc-${VERSION}
693
694 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
695 # Clean up
696         rm -Rf $(top_builddir)/vlc-${VERSION}
697
698 package-win32-zip: package-win32-base package-win32-base-zip
699 # Clean up
700         rm -Rf $(top_builddir)/vlc-${VERSION}
701
702 package-win32: package-win32-base package-win32-base-exe package-win32-base-zip
703 # Clean up
704         rm -Rf $(top_builddir)/vlc-${VERSION}
705
706 package-wince-base: package-win-common
707
708 package-wince-base-zip:
709 # Create package 
710         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
711
712 package-wince: package-wince-base  package-wince-base-zip
713 # Clean up
714         rm -Rf $(top_builddir)/vlc-${VERSION}
715
716
717 package-beos:
718 # Check that tmp isn't in the way
719         @if test -e $(srcdir)/tmp; then \
720           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
721           false ; \
722         else \
723           echo "OK." ; mkdir $(srcdir)/tmp ; \
724         fi
725
726 # Copy relevant files
727         mkdir -p $(srcdir)/tmp/vlc ;
728         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
729           THANKS NEWS tmp/vlc/ ;
730
731 # Create debug package
732         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
733         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
734         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
735         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
736         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
737         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
738
739 # Create normal package
740         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
741         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
742           --strip-debug --strip-unneeded "{}" \; ;
743         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
744         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
745         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
746         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
747         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
748
749 # Clean up
750         rm -Rf $(srcdir)/tmp ;
751
752 package-macosx:
753 # Check that the temporary location isn't in the way
754         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
755           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
756         fi
757
758         echo "Create package directory: vlc-${VERSION}/";
759         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
760
761 # Copy relevant files 
762         cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
763         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}/
764
765 # Create disk image 
766         echo "Creating disk image" ;
767         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
768         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
769           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO -quiet ;
770         echo; echo "Disk image creation completed:" ;
771         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
772
773 # Clean up
774         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
775
776 package-translations:
777         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
778           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
779           false; \
780         else \
781           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
782         fi
783 # Copy translations
784         for i in $(ALL_LINGUAS); do \
785           cp "$(srcdir)/po/$${i}.po" \
786             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
787             || true ; \
788         done
789         cp "$(srcdir)/doc/translations.txt" \
790           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
791
792         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
793         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
794         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
795         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
796         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
797         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
798         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
799         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
800
801         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
802           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
803
804 ###############################################################################
805 # PO translation files update
806 ###############################################################################
807 .PHONY: update-po
808
809 update-po:
810         rm -f $(top_srcdir)/po/POTFILES.in
811         { \
812           cd $(top_srcdir) ; \
813           echo "# automatically created by make update-po" ; \
814           echo "" ; \
815           echo "# main sources" ; \
816           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
817             | grep -v '\(vlc_symbols\|misc/modules_\|src/misc/version.c\)' \
818             | sort ; \
819           echo "" ; \
820           echo "# modules" ; \
821           find modules -name '*.[chm]' -o -name '*.[ch]pp' \
822             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
823             | sort ; \
824         } > $(top_srcdir)/po/POTFILES.in
825         rm -f $(top_srcdir)/po/vlc.pot
826         cd po && $(MAKE) POTFILES vlc.pot update-po
827
828 #cd po && $(MAKE) update-po
829
830 ###############################################################################
831 # Stamp rules
832 ###############################################################################
833 stamp-builtin: FORCE
834         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
835           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
836             rm -f $@; \
837             break; \
838           fi; \
839         done
840         @if test ! -f $@; then printf "" > $@; fi
841
842 ###############################################################################
843 # Enforce Mac OS X deployment target environment variable
844 ###############################################################################
845 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
846         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
847
848 ###############################################################################
849 # Force rule
850 ###############################################################################
851 FORCE: