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