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