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