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