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