1 ###############################################################################
2 # Automake targets and declarations
3 ###############################################################################
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.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) ipkg
34 BUILT_SOURCES_distclean = vlc-config compile vlc.win32.nsi
35 BUILT_SOURCES_clean = macosx-sdk
37 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
41 DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \
42 --disable-ffmpeg --disable-faad --disable-skins2
44 DISTCHECK_CONFIGURE_FLAGS += --enable-libtool
47 # Tell aclocal to use -I m4. Wonder if it really works.
48 ACLOCAL_AMFLAGS = -I m4
50 ###############################################################################
52 ###############################################################################
55 extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
56 extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
57 extras/MacOSX/Resources/English.lproj/MainMenu.nib/keyedobjects.nib \
58 extras/MacOSX/Resources/English.lproj/About.nib/classes.nib \
59 extras/MacOSX/Resources/English.lproj/About.nib/info.nib \
60 extras/MacOSX/Resources/English.lproj/About.nib/keyedobjects.nib \
61 extras/MacOSX/Resources/English.lproj/Open.nib/classes.nib \
62 extras/MacOSX/Resources/English.lproj/Open.nib/info.nib \
63 extras/MacOSX/Resources/English.lproj/Open.nib/keyedobjects.nib \
64 extras/MacOSX/Resources/English.lproj/Preferences.nib/classes.nib \
65 extras/MacOSX/Resources/English.lproj/Preferences.nib/info.nib \
66 extras/MacOSX/Resources/English.lproj/Preferences.nib/keyedobjects.nib \
67 extras/MacOSX/Resources/English.lproj/Wizard.nib/classes.nib \
68 extras/MacOSX/Resources/English.lproj/Wizard.nib/info.nib \
69 extras/MacOSX/Resources/English.lproj/Wizard.nib/keyedobjects.nib \
70 extras/MacOSX/Resources/English.lproj/Bookmarks.nib/classes.nib \
71 extras/MacOSX/Resources/English.lproj/Bookmarks.nib/info.nib \
72 extras/MacOSX/Resources/English.lproj/Bookmarks.nib/keyedobjects.nib \
73 extras/MacOSX/Resources/English.lproj/Extended.nib/classes.nib \
74 extras/MacOSX/Resources/English.lproj/Extended.nib/info.nib \
75 extras/MacOSX/Resources/English.lproj/Extended.nib/keyedobjects.nib \
76 extras/MacOSX/Resources/English.lproj/SFilters.nib/classes.nib \
77 extras/MacOSX/Resources/English.lproj/SFilters.nib/info.nib \
78 extras/MacOSX/Resources/English.lproj/SFilters.nib/keyedobjects.nib \
79 extras/MacOSX/Resources/English.lproj/Update.nib/classes.nib \
80 extras/MacOSX/Resources/English.lproj/Update.nib/info.nib \
81 extras/MacOSX/Resources/English.lproj/Update.nib/keyedobjects.nib \
82 extras/MacOSX/Resources/English.lproj/Interaction.nib/classes.nib \
83 extras/MacOSX/Resources/English.lproj/Interaction.nib/info.nib \
84 extras/MacOSX/Resources/English.lproj/Interaction.nib/keyedobjects.nib \
85 extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/classes.nib \
86 extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/info.nib \
87 extras/MacOSX/Resources/English.lproj/InteractionErrorPanel.nib/keyedobjects.nib \
88 extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
89 extras/MacOSX/Resources/a52.icns \
90 extras/MacOSX/Resources/aac.icns \
91 extras/MacOSX/Resources/asf.icns \
92 extras/MacOSX/Resources/asx.icns \
93 extras/MacOSX/Resources/avi.icns \
94 extras/MacOSX/Resources/bin.icns \
95 extras/MacOSX/Resources/cue.icns \
96 extras/MacOSX/Resources/dat.icns \
97 extras/MacOSX/Resources/divx.icns \
98 extras/MacOSX/Resources/dv.icns \
99 extras/MacOSX/Resources/generic.icns \
100 extras/MacOSX/Resources/m3u.icns \
101 extras/MacOSX/Resources/mov.icns \
102 extras/MacOSX/Resources/mp3.icns \
103 extras/MacOSX/Resources/mp4.icns \
104 extras/MacOSX/Resources/mpeg.icns \
105 extras/MacOSX/Resources/mpeg1.icns \
106 extras/MacOSX/Resources/mpeg2.icns \
107 extras/MacOSX/Resources/mpeg4.icns \
108 extras/MacOSX/Resources/mpg.icns \
109 extras/MacOSX/Resources/ogg.icns \
110 extras/MacOSX/Resources/ogm.icns \
111 extras/MacOSX/Resources/pls.icns \
112 extras/MacOSX/Resources/srt.icns \
113 extras/MacOSX/Resources/sub.icns \
114 extras/MacOSX/Resources/vlc.icns \
115 extras/MacOSX/Resources/vob.icns \
116 extras/MacOSX/Resources/wma.icns \
117 extras/MacOSX/Resources/wmv.icns \
118 extras/MacOSX/Resources/pause.png \
119 extras/MacOSX/Resources/pause_blue.png \
120 extras/MacOSX/Resources/play.png \
121 extras/MacOSX/Resources/play_blue.png \
122 extras/MacOSX/Resources/stop.png \
123 extras/MacOSX/Resources/stop_blue.png \
124 extras/MacOSX/Resources/display.png \
125 extras/MacOSX/Resources/display_slider.png \
126 extras/MacOSX/Resources/display_track.png \
127 extras/MacOSX/Resources/equalizerdrawer_active.png \
128 extras/MacOSX/Resources/equalizerdrawer_blue.png \
129 extras/MacOSX/Resources/fullscreen_active.png \
130 extras/MacOSX/Resources/fullscreen_blue.png \
131 extras/MacOSX/Resources/next_active.png \
132 extras/MacOSX/Resources/next_blue.png \
133 extras/MacOSX/Resources/playlistdrawer_active.png \
134 extras/MacOSX/Resources/playlistdrawer_blue.png \
135 extras/MacOSX/Resources/previous_active.png \
136 extras/MacOSX/Resources/previous_blue.png \
137 extras/MacOSX/Resources/skip_forward_active.png \
138 extras/MacOSX/Resources/skip_forward_blue.png \
139 extras/MacOSX/Resources/skip_previous_active.png \
140 extras/MacOSX/Resources/skip_previous_blue.png \
141 extras/MacOSX/Resources/volume_high.png \
142 extras/MacOSX/Resources/volume_low.png \
143 extras/MacOSX/Resources/volumeslider_blue.png \
144 extras/MacOSX/Resources/volumeslider_normal.png \
145 extras/MacOSX/Resources/volumetrack.png \
146 extras/MacOSX/Resources/about_bg.png \
147 extras/MacOSX/Resources/skip_forward_active_embedded.png \
148 extras/MacOSX/Resources/play_embedded.png \
149 extras/MacOSX/Resources/pause_embedded.png \
150 extras/MacOSX/Resources/skip_previous_active_embedded.png \
151 extras/MacOSX/Resources/pause_embedded_blue.png \
152 extras/MacOSX/Resources/play_embedded_blue.png \
153 extras/MacOSX/Resources/skip_forward_embedded_blue.png \
154 extras/MacOSX/Resources/skip_previous_embedded_blue.png \
155 extras/MacOSX/Resources/vlc.scriptSuite \
156 extras/MacOSX/Resources/vlc.scriptTerminology \
157 extras/MacOSX/Resources/README \
158 extras/MacOSX/vlc.pbproj/project.pbxproj \
159 extras/MacOSX/Delete_Preferences.app/Contents/Info.plist \
160 extras/MacOSX/Delete_Preferences.app/Contents/PkgInfo \
161 extras/MacOSX/Delete_Preferences.app/Contents/MacOS/applet \
162 extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
163 extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.icns \
164 extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc \
165 extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
166 extras/MacOSX/plugin/Info.plist \
167 extras/MacOSX/plugin/InstallerInfo.plist \
168 extras/MacOSX/plugin/InstallerDescription.plist \
169 extras/MacOSX/plugin/pbdevelopment.plist \
170 extras/MacOSX/plugin/English.lproj/InfoPlist.strings \
173 ###############################################################################
174 # Various utilities ( editor syntax files, ... )
175 ##############################################################################
182 extras/valgrind.suppressions \
185 ###############################################################################
186 # MS Visual Studio and eMbedded Visual Studio projects
187 ###############################################################################
192 msvc/plugins.dsp.in \
195 msvc/modules_builtin_msvc.h \
202 evc/modules_builtin_evc.h \
206 cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
207 distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
209 ###############################################################################
211 ###############################################################################
213 bin_SCRIPTS = vlc-config
214 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
215 $(SHELL) ./config.status --file=$@
219 vlc-config.in: vlc-config.in.in
220 ./config.status --recheck
223 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
224 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
226 ###############################################################################
228 ###############################################################################
232 vlc_SOURCES = src/vlc.c
233 # Ugly kludge so that automake defines $(CXXLINK)
234 EXTRA_vlc_SOURCES = extras/zsh.cpp
236 # Work around a bug in the arm-wince-pe linker
238 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
241 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
242 # old automake-1.5 bug (automake/279).
243 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
245 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
247 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
249 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc`
250 LIB_libvlc = libvlc.la
251 LIBVLC = src/$(LIB_libvlc)
254 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
256 LIB_libvlc = libvlc.dll.a
258 LIB_libvlc = libvlc$(LIBEXT)
262 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
263 LIB_libvlc = libvlc.a
264 LIBVLC = src/$(LIB_libvlc)
265 DEPENDENCIES_vlc += stamp-builtin
267 vlc_LDADD += $(INCLUDED_LIBINTL)
270 # Shortcut for developpers to rebuild the core (libvlc + vlc)
271 # Don't use it if you don't know what it is about.
272 # Don't complain if it doesn't work. -- Courmisch
274 rm -f src/$(LIB_libvlc)
275 $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
280 cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
282 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
284 @case `$(VLC_CONFIG) --linkage vlc builtin` in \
285 c++) cmd="$(CXXLINK)" ;; \
286 objc) cmd="$(OBJCLINK)" ;; \
287 c|*) cmd="$(LINK)" ;; \
289 cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
294 noinst_DATA = vlc-bundle
296 rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
297 cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
298 xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
299 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
300 if test -n "$$i" ; then \
301 mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
302 cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
305 if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
306 mkdir -p $(top_builddir)/vlc-bundle/lib ; \
307 for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
308 cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
311 for i in $(ALL_LINGUAS); do \
312 mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
313 cp "$(top_builddir)/po/$$i.gmo" \
314 "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
316 find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
319 # Install the symlinks
321 for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
322 rm -f "$(DESTDIR)$(bindir)/$$i" && \
323 ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
326 # the opposite of install-{data,exec}-local
328 for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
329 rm -f "$(DESTDIR)$(bindir)/$$i" ; \
333 # Create the MacOS X app
334 vlc_app_DATA = VLC.app
335 vlc_appdir = $(bindir)
336 # VLC-release.app is the old VLC.app target
338 @if test -e "$(top_builddir)/tmp"; then \
339 echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
342 echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
344 rm -Rf $(top_builddir)/VLC-release.app
345 cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
346 for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
347 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
349 mkdir -p $(top_builddir)/tmp/modules/audio_output
350 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
397 cp "$(srcdir)/modules/gui/macosx/$$i" \
398 $(top_builddir)/tmp/modules/gui/macosx; \
400 case $(target_triplet) in \
401 *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
403 cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
404 $(top_builddir)/VLC-release.app;; \
405 *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
407 cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
408 $(top_builddir)/VLC-release.app;; \
409 *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
411 cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
412 $(top_builddir)/VLC-release.app;; \
414 rm -Rf $(top_builddir)/tmp
415 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
416 $(INSTALL) $(top_builddir)/vlc \
417 $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
418 ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
419 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
420 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
422 then $(INSTALL) "$$i$(LIBEXT)" \
423 "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
425 if test -d $(srcdir)/extras/contrib/vlc-lib; then \
426 mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
427 for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
428 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
431 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
432 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
433 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
434 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
435 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
436 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
437 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
438 for i in $(srcdir)/share/http/*.* ; do \
439 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
441 for i in $(srcdir)/share/http/dialogs/* ; do \
442 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
444 for i in $(srcdir)/share/http/js/*.* ; do \
445 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
447 for i in $(srcdir)/share/http/old/*.* ; do \
448 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
450 for i in $(srcdir)/share/http/old/admin/*.* ; do \
451 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
453 for i in $(srcdir)/share/http/old/vlm/*.* ; do \
454 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
456 for i in $(srcdir)/share/http/images/*.* ; do \
457 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
459 for i in $(srcdir)/share/http/requests/*.* ; do \
460 $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
462 $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
463 $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
464 for i in $(ALL_LINGUAS); do \
465 mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
466 cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
467 mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
468 ln -sf ../English.lproj/InfoPlist.strings \
469 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
470 ln -sf ../English.lproj/MainMenu.nib \
471 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
472 ln -sf ../English.lproj/vlc.scriptTerminology \
473 $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
475 printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
478 @if test -e "$(top_builddir)/tmp"; then \
479 echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
482 echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
484 rm -Rf $(top_builddir)/VLC.app
485 cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
486 for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
487 cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
489 mkdir -p $(top_builddir)/tmp/modules/audio_output
490 mkdir -p $(top_builddir)/tmp/modules/gui/macosx
537 cp "$(srcdir)/modules/gui/macosx/$$i" \
538 $(top_builddir)/tmp/modules/gui/macosx; \
540 case $(target_triplet) in \
541 *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
543 cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
544 $(top_builddir)/VLC.app;; \
545 *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
547 cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
548 $(top_builddir)/VLC.app;; \
549 *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
551 cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
552 $(top_builddir)/VLC.app;; \
554 rm -Rf $(top_builddir)/tmp
555 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
556 $(INSTALL) $(top_builddir)/vlc \
557 $(top_builddir)/VLC.app/Contents/MacOS/VLC
558 ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
559 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
560 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
562 then ln -sfn "`pwd`/$$i$(LIBEXT)" \
563 "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
565 if test -d $(srcdir)/extras/contrib/vlc-lib; then \
566 mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
567 for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
568 ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
571 ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
572 $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
573 for i in $(ALL_LINGUAS); do \
574 mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
575 ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
576 mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
577 ln -sf ../English.lproj/InfoPlist.strings \
578 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
579 ln -sf ../English.lproj/MainMenu.nib \
580 $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
582 printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
586 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
587 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
588 noinst_share_vlc_win32_rcdir = $(libdir)
589 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
590 $(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 $@
594 ###############################################################################
595 # Building specific source packages
596 ###############################################################################
599 $(remove_distdir_woody)
600 mv $(distdir) $(PACKAGE)-woody-$(VERSION)
601 $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
602 $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
603 | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
604 $(remove_distdir_woody)
606 remove_distdir_woody = \
607 { test ! -d $(PACKAGE)-woody-$(VERSION) \
608 || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
609 -exec chmod u+w {} ';' \
610 && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
612 ###############################################################################
613 # Building architecture-specific binary packages
614 ###############################################################################
616 # XXX: this rule is probably only useful to you if you have exactly
617 # the same setup as me. Contact sam@zoy.org if you need to use it.
621 # Check that tmp isn't in the way
622 @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
623 echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
626 echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
629 # Copy relevant files
630 cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
631 cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
633 cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
636 for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
637 do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
638 unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
640 mkdir $(top_builddir)/vlc-${VERSION}/locale
641 for i in $(ALL_LINGUAS); do \
642 mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
643 cp "$(srcdir)/po/$${i}.gmo" \
644 "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
648 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
649 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
650 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
651 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
652 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
653 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
654 mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
655 cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
656 unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
657 cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
658 unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
659 cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
660 unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
661 cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
662 unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
663 cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
664 cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
665 cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
666 unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
667 cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
668 unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
670 cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
671 unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
672 cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
673 cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
674 cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
675 unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
676 cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
677 unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
679 cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
682 mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
683 cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
687 mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
688 cp $(srcdir)/activex/README.TXT $(top_builddir)/vlc-${VERSION}/activex/ ;
689 cp $(srcdir)/activex/test.html $(top_builddir)/vlc-${VERSION}/activex/ ;
690 unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
692 cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
694 # Rebase all those DLLs to speed up loading (need cygwin rebase)
695 if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
696 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
699 package-win-common-strip:
700 $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
702 $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
705 $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
708 $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
711 package-win32-base-debug: package-win-common
712 # Copy relevant files
713 cp "$(top_builddir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
715 mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
716 for i in "" `$(VLC_CONFIG) --target plugin` ; do \
717 if test -n "$$i" ; then \
718 $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
719 "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
722 mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
723 for i in $(srcdir)/share/skins2/fonts/*.*; do \
724 cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
726 for i in $(srcdir)/share/skins2/*.*; do \
727 cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
730 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
731 cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
732 for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
733 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
734 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
735 cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
738 unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
739 sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
740 sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
743 package-win32-base: package-win32-base-debug package-win-common-strip
744 for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
745 do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
747 package-win32-base-exe: package-win32-base
749 if makensis -VERSION >/dev/null 2>&1; then \
750 MAKENSIS="makensis -DVERSION=${VERSION}"; \
751 elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
752 MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
753 elif wine --version >dev/null 2>&1; then \
754 MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
756 echo 'Error: cannot locate makensis tool'; exit 1; \
758 eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
760 package-win32-base-exe-cygwin: package-win32-base-exe
763 package-win32-base-exe-linux:
765 makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
767 package-win32-base-zip: package-win32-base
769 zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
771 package-win32-base-7zip: package-win32-base
773 7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-${VERSION}-win32.7z vlc-${VERSION}
775 package-win32-exe: package-win32-base package-win32-base-exe
777 rm -Rf $(top_builddir)/vlc-${VERSION}
779 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
781 rm -Rf $(top_builddir)/vlc-${VERSION}
783 package-win32-zip: package-win32-base-zip
785 rm -Rf $(top_builddir)/vlc-${VERSION}
787 package-win32-7zip: package-win32-base-7zip
789 rm -Rf $(top_builddir)/vlc-${VERSION}
791 package-win32: package-win32-base-exe package-win32-base-zip
793 rm -Rf $(top_builddir)/vlc-${VERSION}
795 package-wince-base: package-win-common package-win-common-strip
797 package-wince-base-zip:
799 zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
801 package-wince: package-wince-base package-wince-base-zip
803 rm -Rf $(top_builddir)/vlc-${VERSION}
807 # Check that tmp isn't in the way
808 @if test -e $(srcdir)/tmp; then \
809 echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
812 echo "OK." ; mkdir $(srcdir)/tmp ; \
815 # Copy relevant files
816 mkdir -p $(srcdir)/tmp/vlc ;
817 cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
818 THANKS NEWS tmp/vlc/ ;
820 # Create debug package
821 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
822 find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
823 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
824 (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
825 mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
826 mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
828 # Create normal package
829 $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
830 find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
831 --strip-debug --strip-unneeded "{}" \; ;
832 xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
833 find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
834 mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
835 (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
836 mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
839 rm -Rf $(srcdir)/tmp ;
842 # Check that the temporary location isn't in the way
843 @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
844 rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
847 echo "Create package directory: vlc-${VERSION}/";
848 mkdir -p "$(top_builddir)/vlc-${VERSION}/";
850 # Copy relevant files
851 cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
852 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}/
855 echo "Creating disk image" ;
856 rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
857 hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
858 "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO \
859 -scrub -imagekey zlib-level=9 ;
860 echo "Disk image creation completed:" ;
861 ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
864 rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
866 package-macosx-plugin:
869 rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
870 mkdir -p "$(top_builddir)/macosx-plugin-instdata"
871 cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
872 rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
873 /Developer/Tools/packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
874 -f "$(top_builddir)/macosx-plugin-instdata" \
875 -i "$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist" \
876 -d "$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"; true
877 rm -rf "$(top_builddir)/macosx-plugin-instdata/"
880 rm -f "$(top_builddir)/vlc-plugin-${VERSION}.dmg"; true
881 rm -rf "$(top_builddir)/vlc-plugin-${VERSION}/"; true
882 mkdir -p "$(top_builddir)/vlc-plugin-${VERSION}/"
883 mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-${VERSION}/"
884 hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-${VERSION}" \
885 "$(top_builddir)/vlc-plugin-${VERSION}.dmg" -format UDZO \
886 -scrub -imagekey zlib-level=9 ;
887 echo "Disk image creation completed:"
888 rm -rf "$(top_builddir)/vlc-plugin-${VERSION}"
891 package-translations:
892 @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
893 echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
896 echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
899 for i in $(ALL_LINGUAS); do \
900 cp "$(srcdir)/po/$${i}.po" \
901 "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
904 cp "$(srcdir)/doc/translations.txt" \
905 "$(srcdir)/vlc-translations-${VERSION}/README.txt"
907 echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
908 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
909 echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
910 echo " echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
911 echo " exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
912 echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
913 echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
914 echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
916 $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
917 | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
919 ###############################################################################
920 # PO translation files update
921 ###############################################################################
925 rm -f $(top_srcdir)/po/POTFILES.in
928 echo "# automatically created by make update-po" ; \
930 echo "# main sources" ; \
931 find include src -name '*.[chm]' -o -name '*.[ch]pp' \
932 | grep -v '\(vlc_symbols\|misc/modules_\|src/misc/version.c\)' \
936 find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -name 'qt4/ui/*.ui'\
937 | grep -v '\(\.moc\.\|gui/gtk2/\)' \
938 | grep -vE 'qt4/ui/.*.h' |grep -v qt4/resources.cpp \
940 } > $(top_srcdir)/po/POTFILES.in
941 rm -f $(top_srcdir)/po/vlc.pot
942 cd po && $(MAKE) POTFILES vlc.pot update-po
944 #cd po && $(MAKE) update-po
946 ###############################################################################
948 ###############################################################################
950 @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
951 if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
956 @if test ! -f $@; then printf "" > $@; fi
958 ###############################################################################
959 # Enforce Mac OS X deployment target environment variable
960 ###############################################################################
961 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
962 export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
964 ###############################################################################
966 ###############################################################################