]> git.sesse.net Git - vlc/blob - Makefile.am
Remove useless link flags from vlc program
[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.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
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.in \
32         $(NULL)
33
34 BUILT_SOURCES_distclean = vlc-config compile vlc.win32.nsi
35 BUILT_SOURCES_clean = macosx-sdk
36
37 BUILT_SOURCES = $(BUILT_SOURCES_distclean) $(BUILT_SOURCES_clean)
38
39 SUFFIXES = 
40
41 DISTCHECK_CONFIGURE_FLAGS = --disable-dvd --disable-mad --disable-libmpeg2 \
42         --disable-ffmpeg --disable-faad --disable-skins2
43 if USE_LIBTOOL
44 DISTCHECK_CONFIGURE_FLAGS += --enable-libtool
45 endif
46
47 # Tell aclocal to use -I m4. Wonder if it really works.
48 ACLOCAL_AMFLAGS = -I m4
49
50 ###############################################################################
51 # MacOS X project
52 ###############################################################################
53
54 EXTRA_DIST += \
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/Resources/add_embedded.png \
159         extras/MacOSX/Resources/add_embedded_blue.png \
160         extras/MacOSX/Resources/repeat_embedded.png \
161         extras/MacOSX/Resources/repeat_embedded_blue.png \
162         extras/MacOSX/Resources/repeat_single_embedded_blue.png \
163         extras/MacOSX/Resources/shuffle_embedded.png \
164         extras/MacOSX/Resources/shuffle_embedded_blue.png \
165         extras/MacOSX/Resources/fs_volume_slider_knob_highlight.png \
166         extras/MacOSX/Resources/fs_volume_slider_knob.png \
167         extras/MacOSX/Resources/fs_volume_slider_bar.png \
168         extras/MacOSX/Resources/fs_volume_mute_highlight.png \
169         extras/MacOSX/Resources/fs_volume_mute.png \
170         extras/MacOSX/Resources/fs_volume_max_highlight.png \
171         extras/MacOSX/Resources/fs_volume_max.png \
172         extras/MacOSX/Resources/fs_time_slider_knob_highlight.png \
173         extras/MacOSX/Resources/fs_time_slider_knob.png \
174         extras/MacOSX/Resources/fs_time_slider.png \
175         extras/MacOSX/Resources/fs_stop_highlight.png \
176         extras/MacOSX/Resources/fs_stop.png \
177         extras/MacOSX/Resources/fs_skip_previous_highlight.png \
178         extras/MacOSX/Resources/fs_skip_previous.png \
179         extras/MacOSX/Resources/fs_skip_next_highlight.png \
180         extras/MacOSX/Resources/fs_skip_next.png \
181         extras/MacOSX/Resources/fs_rewind_highlight.png \
182         extras/MacOSX/Resources/fs_rewind.png \
183         extras/MacOSX/Resources/fs_play_highlight.png \
184         extras/MacOSX/Resources/fs_play.png \
185         extras/MacOSX/Resources/fs_pause_highlight.png \
186         extras/MacOSX/Resources/fs_pause.png \
187         extras/MacOSX/Resources/fs_forward_highlight.png \
188         extras/MacOSX/Resources/fs_forward.png \
189         extras/MacOSX/Resources/fs_exit_fullscreen_highlight.png \
190         extras/MacOSX/Resources/fs_exit_fullscreen.png \
191         extras/MacOSX/Resources/fs_background.png \
192         extras/MacOSX/vlc.pbproj/project.pbxproj \
193         extras/MacOSX/Delete_Preferences.app/Contents/Info.plist \
194         extras/MacOSX/Delete_Preferences.app/Contents/PkgInfo \
195         extras/MacOSX/Delete_Preferences.app/Contents/MacOS/applet \
196         extras/MacOSX/Delete_Preferences.app/Contents/Resources/description.rtfd/TXT.rtf \
197         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.icns \
198         extras/MacOSX/Delete_Preferences.app/Contents/Resources/applet.rsrc \
199         extras/MacOSX/Delete_Preferences.app/Contents/Resources/Scripts/main.scpt \
200         extras/MacOSX/plugin/Info.plist \
201         extras/MacOSX/plugin/InstallerInfo.plist \
202         extras/MacOSX/plugin/InstallerDescription.plist \
203         extras/MacOSX/plugin/pbdevelopment.plist \
204         extras/MacOSX/plugin/English.lproj/InfoPlist.strings \
205         $(NULL)
206
207 ###############################################################################
208 # Various utilities ( editor syntax files, ... )
209 ##############################################################################
210 EXTRA_DIST += \
211         extras/Makefile \
212         extras/zsh.cpp \
213         extras/emacs.init \
214         extras/vlc.vim \
215         extras/make.pl \
216         extras/valgrind.suppressions \
217         extras/m4/autoconf260.m4 \
218         $(NULL)
219
220 ###############################################################################
221 # MS Visual Studio and eMbedded Visual Studio projects
222 ###############################################################################
223
224 EXTRA_DIST += \
225         msvc/vlc.dsw \
226         msvc/libvlc.dsp.in \
227         msvc/plugins.dsp.in \
228         msvc/vlc.dsp.in \
229         msvc/config.h.in \
230         msvc/modules_builtin_msvc.h \
231         evc/vlc.vcw \
232         evc/libvlc.vcp.in \
233         evc/vlc.vcp.in \
234         evc/plugins.vcp.in \
235         evc/errno.h \
236         evc/config.h.in \
237         evc/modules_builtin_evc.h \
238         $(NULL)
239
240 dist-hook:
241         cd $(distdir) && srcdir=. $(SHELL) ./toolbox --update-vc
242         distdir=$(distdir) srcdir=$(srcdir) $(SHELL) $(srcdir)/toolbox --dist-contrib
243
244 ###############################################################################
245 # Building libvlc
246 ###############################################################################
247
248 bin_SCRIPTS = vlc-config
249 vlc-config: $(top_builddir)/config.status $(top_builddir)/vlc-config.in
250         $(SHELL) ./config.status --file=$@
251         chmod 0755 $@
252         touch $@
253
254 vlc-config.in: vlc-config.in.in
255         ./config.status --recheck
256         touch $@
257
258 CLEANFILES = $(BUILT_SOURCES_clean) stamp-builtin
259 DISTCLEANFILES = $(BUILT_SOURCES_distclean) vlc-config.in compile
260
261 ###############################################################################
262 # Building vlc
263 ###############################################################################
264
265 bin_PROGRAMS = vlc
266
267 vlc_SOURCES = src/vlc.c
268 # Ugly kludge so that automake defines $(CXXLINK)
269 EXTRA_vlc_SOURCES = extras/zsh.cpp
270
271 # Work around a bug in the arm-wince-pe linker
272 if HAVE_WINCE
273 vlc_WORKAROUNDLDFLAGS = $(LIBVLC)
274 endif
275
276 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
277 # old automake-1.5 bug (automake/279).
278 DEPENDENCIES_vlc = src/$(LIB_libvlc) $(DATA_win32_rc)
279
280 vlc_LDADD = $(DATA_win32_rc) $(LIBVLC)
281
282 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
283 if USE_LIBTOOL
284 LIB_libvlc = libvlc.la
285 LIBVLC = src/$(LIB_libvlc)
286 else
287 if BUILD_SHARED
288 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc` -Wl,-rpath $(libdir) -L$(top_builddir)/src -lvlc
289 if HAVE_WIN32
290 LIB_libvlc = libvlc.dll.a
291 else
292 LIB_libvlc = libvlc$(LIBEXT)
293 endif
294 LIBVLC =
295 else
296 vlc_LDFLAGS = $(vlc_WORKAROUNDLFDLAGS) `$(VLC_CONFIG) --libs vlc builtin`
297 LIB_libvlc = libvlc.a
298 LIBVLC = src/$(LIB_libvlc)
299 DEPENDENCIES_vlc += stamp-builtin
300 endif
301 vlc_LDADD += $(INCLUDED_LIBINTL)
302 endif
303
304 # Shortcut for developpers to rebuild the core (libvlc + vlc)
305 # Don't use it if you don't know what it is about.
306 # Don't complain if it doesn't work. -- Courmisch
307 core:
308         rm -f src/$(LIB_libvlc)
309         $(MAKE) $(AM_MAKEFLAGS) vlc$(EXEEXT)
310
311 .PHONY: core
312
313 src/$(LIB_libvlc):
314         cd src && $(MAKE) $(AM_MAKEFLAGS) $(LIB_libvlc)
315
316 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc)
317         @rm -f vlc$(EXEEXT)
318         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
319           c++) cmd="$(CXXLINK)" ;; \
320           objc) cmd="$(OBJCLINK)" ;; \
321           c|*) cmd="$(LINK)" ;; \
322         esac ; \
323         cmd="$$cmd $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS)" ; \
324         echo $$cmd ; \
325         eval $$cmd
326
327 if HAVE_BEOS
328 noinst_DATA = vlc-bundle
329 vlc-bundle: vlc
330         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
331         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
332         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
333         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
334           if test -n "$$i" ; then \
335             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
336             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
337           fi ; \
338         done
339         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
340           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
341           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
342             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
343           done ; \
344         fi
345         for i in $(ALL_LINGUAS); do \
346           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
347           cp "$(top_builddir)/po/$$i.gmo" \
348             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
349         done
350         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
351 endif
352
353 # Install the symlinks
354 install-exec-local:
355         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
356           rm -f "$(DESTDIR)$(bindir)/$$i" && \
357           ln -sf vlc "$(DESTDIR)$(bindir)/$$i" ; \
358         fi ; done
359
360 # the opposite of install-{data,exec}-local
361 uninstall-local:
362         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
363           rm -f "$(DESTDIR)$(bindir)/$$i" ; \
364         fi ; done
365
366 if HAVE_DARWIN
367 # Create the MacOS X app
368 vlc_app_DATA = VLC.app
369 vlc_appdir = $(bindir)
370 # VLC-release.app is the old VLC.app target
371 VLC-release.app: vlc
372         @if test -e "$(top_builddir)/tmp"; then \
373           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
374           false; \
375         else \
376           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
377         fi
378         rm -Rf $(top_builddir)/VLC-release.app
379         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
380         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
381           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
382         done
383         mkdir -p $(top_builddir)/tmp/modules/audio_output
384         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
385         for i in \
386             AppleRemote.h \
387             AppleRemote.m \
388             about.h \
389             about.m \
390             applescript.h \
391             applescript.m \
392             controls.h \
393             controls.m \
394             equalizer.h \
395             equalizer.m \
396             intf.h \
397             intf.m \
398             macosx.m \
399             misc.h \
400             misc.m \
401             open.h \
402             open.m \
403             output.h \
404             output.m \
405             playlist.h \
406             playlist.m \
407             playlistinfo.h \
408             playlistinfo.m \
409             prefs_widgets.h \
410             prefs_widgets.m \
411             prefs.h \
412             prefs.m \
413             vout.h \
414             voutqt.m \
415             voutgl.m \
416             wizard.h \
417             wizard.m \
418             extended.h \
419             extended.m \
420             bookmarks.h \
421             bookmarks.m \
422             sfilters.h \
423             sfilters.m \
424             update.h \
425             update.m \
426             interaction.h \
427             interaction.m \
428             embeddedwindow.h \
429             embeddedwindow.m \
430             fspanel.h \
431             fspanel.m \
432             vout.m; do \
433           cp "$(srcdir)/modules/gui/macosx/$$i" \
434              $(top_builddir)/tmp/modules/gui/macosx; \
435         done
436         case $(target_triplet) in \
437           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
438             cd ../../../; \
439             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
440                   $(top_builddir)/VLC-release.app;; \
441           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
442             cd ../../../; \
443             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
444                   $(top_builddir)/VLC-release.app;; \
445           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
446             cd ../../../; \
447             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
448                   $(top_builddir)/VLC-release.app;; \
449         esac
450         rm -Rf $(top_builddir)/tmp
451         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS
452         $(INSTALL) $(top_builddir)/vlc \
453                    $(top_builddir)/VLC-release.app/Contents/MacOS/VLC
454         ln -sf ./VLC $(top_builddir)/VLC-release.app/Contents/MacOS/clivlc
455         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/modules
456         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
457           if test -n "$$i" ; \
458             then $(INSTALL) "$$i$(LIBEXT)" \
459                            "$(top_builddir)/VLC-release.app/Contents/MacOS/modules" ; \
460           fi ; done
461         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
462           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/lib ; \
463           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
464             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/lib/`basename $${i}` ; \
465           done ; \
466         fi
467         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs
468         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js
469         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old
470         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin
471         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm
472         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images
473         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests
474         for i in $(srcdir)/share/http/*.* ; do \
475           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/`basename $${i}` ; \
476         done ; \
477         for i in $(srcdir)/share/http/dialogs/* ; do \
478           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/dialogs/`basename $${i}` ; \
479         done ; \
480         for i in $(srcdir)/share/http/js/*.* ; do \
481           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/js/`basename $${i}` ; \
482         done ; \
483         for i in $(srcdir)/share/http/old/*.* ; do \
484           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/`basename $${i}` ; \
485         done ; \
486         for i in $(srcdir)/share/http/old/admin/*.* ; do \
487           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/admin/`basename $${i}` ; \
488         done ; \
489         for i in $(srcdir)/share/http/old/vlm/*.* ; do \
490           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/old/vlm/`basename $${i}` ; \
491         done ; \
492         for i in $(srcdir)/share/http/images/*.* ; do \
493           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/images/`basename $${i}` ; \
494         done ; \
495         for i in $(srcdir)/share/http/requests/*.* ; do \
496           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/`basename $${i}` ; \
497         done ; \
498         $(INSTALL) -m 644 $(srcdir)/share/http/requests/readme $(top_builddir)/VLC-release.app/Contents/MacOS/share/http/requests/readme.txt
499         $(INSTALL) -d $(top_builddir)/VLC-release.app/Contents/MacOS/locale
500         for i in $(ALL_LINGUAS); do \
501           mkdir -p $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
502           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC-release.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
503           mkdir -p $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
504           ln -sf ../English.lproj/InfoPlist.strings \
505               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
506           ln -sf ../English.lproj/MainMenu.nib \
507               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
508           ln -sf ../English.lproj/vlc.scriptTerminology \
509               $(top_builddir)/VLC-release.app/Contents/Resources/$${i}.lproj ; \
510         done
511         printf "APPLVLC#" >| $(top_builddir)/VLC-release.app/Contents/PkgInfo
512
513 VLC.app: vlc
514         @if test -e "$(top_builddir)/tmp"; then \
515           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
516           false; \
517         else \
518           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
519         fi
520         rm -Rf $(top_builddir)/VLC.app
521         cp -R $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
522         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
523           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
524         done
525         mkdir -p $(top_builddir)/tmp/modules/audio_output
526         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
527         for i in \
528             AppleRemote.h \
529             AppleRemote.m \
530             about.h \
531             about.m \
532             applescript.h \
533             applescript.m \
534             controls.h \
535             controls.m \
536             equalizer.h \
537             equalizer.m \
538             intf.h \
539             intf.m \
540             macosx.m \
541             misc.h \
542             misc.m \
543             open.h \
544             open.m \
545             output.h \
546             output.m \
547             playlist.h \
548             playlist.m \
549             playlistinfo.h \
550             playlistinfo.m \
551             prefs_widgets.h \
552             prefs_widgets.m \
553             prefs.h \
554             prefs.m \
555             vout.h \
556             voutqt.m \
557             voutgl.m \
558             wizard.h \
559             wizard.m \
560             extended.h \
561             extended.m \
562             bookmarks.h \
563             bookmarks.m \
564             sfilters.h \
565             sfilters.m \
566             update.h \
567             update.m \
568             interaction.h \
569             interaction.m \
570             embeddedwindow.h \
571             embeddedwindow.m \
572             fspanel.h \
573             fspanel.m \
574             vout.m; do \
575           cp "$(srcdir)/modules/gui/macosx/$$i" \
576              $(top_builddir)/tmp/modules/gui/macosx; \
577         done
578         case $(target_triplet) in \
579           *darwin6*) cd $(top_builddir)/tmp/extras/MacOSX && pbxbuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
580             cd ../../../; \
581             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
582                   $(top_builddir)/VLC.app;; \
583           *darwin7*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
584             cd ../../../; \
585             cp -R $(top_builddir)/tmp/extras/MacOSX/build/VLC.bundle \
586                   $(top_builddir)/VLC.app;; \
587           *darwin8*) cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'; \
588             cd ../../../; \
589             cp -R $(top_builddir)/tmp/extras/MacOSX/build/Default/VLC.bundle \
590                   $(top_builddir)/VLC.app;; \
591         esac
592         rm -Rf $(top_builddir)/tmp
593         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
594         $(INSTALL) $(top_builddir)/vlc \
595                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
596         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
597         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
598         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
599           if test -n "$$i" ; \
600             then ln -sfn "`pwd`/$$i$(LIBEXT)" \
601                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
602           fi ; done
603         if test -d $(srcdir)/extras/contrib/vlc-lib; then \
604           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
605           for i in $(srcdir)/extras/contrib/vlc-lib/*.dylib ; do \
606             ln -sfn `pwd`/$${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/`basename $${i}` ; \
607           done ; \
608         fi
609         ln -sfn `pwd`/share $(top_builddir)/VLC.app/Contents/MacOS/
610         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
611         for i in $(ALL_LINGUAS); do \
612           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
613           ln -sfn `pwd`/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
614           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
615           ln -sf ../English.lproj/InfoPlist.strings \
616               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
617           ln -sf ../English.lproj/MainMenu.nib \
618               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
619         done
620         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
621 endif
622
623 if HAVE_WIN32
624 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
625 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
626 noinst_share_vlc_win32_rcdir = $(libdir)
627 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
628         $(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 $@
629 endif
630
631
632 ###############################################################################
633 # Building specific source packages
634 ###############################################################################
635
636 dist-woody: distdir
637         $(remove_distdir_woody)
638         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
639         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
640         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
641           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
642         $(remove_distdir_woody)
643
644 remove_distdir_woody = \
645   { test ! -d $(PACKAGE)-woody-$(VERSION) \
646     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
647            -exec chmod u+w {} ';' \
648          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
649
650 ###############################################################################
651 # Building architecture-specific binary packages
652 ###############################################################################
653
654 # XXX: this rule is probably only useful to you if you have exactly
655 # the same setup as me. Contact sam@zoy.org if you need to use it.
656 #
657
658 package-win-common:
659 # Check that tmp isn't in the way
660         @if test -e "$(top_builddir)/vlc-${VERSION}"; then \
661           echo "Error: please remove $(top_builddir)/vlc-${VERSION}, it is in the way"; \
662           false; \
663         else \
664           echo "OK."; mkdir -p "$(top_builddir)/vlc-${VERSION}"; \
665         fi
666
667 # Copy relevant files
668         cp "$(top_builddir)/vlc$(EXEEXT)" "$(top_builddir)/vlc-${VERSION}/"
669         cp "$(top_srcdir)/vlc.exe.manifest" "$(top_builddir)/vlc-${VERSION}/"
670 if BUILD_SHARED
671         cp "src/libvlc$(LIBEXT)" "vlc-${VERSION}/"
672 endif
673
674         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
675           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; \
676           unix2dos "$(top_builddir)/vlc-${VERSION}/$${file}.txt" ; done
677
678         mkdir $(top_builddir)/vlc-${VERSION}/locale
679         for i in $(ALL_LINGUAS); do \
680           mkdir -p "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
681           cp "$(srcdir)/po/$${i}.gmo" \
682             "$(top_builddir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
683             || true ; \
684         done
685
686         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/images"
687         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/requests"
688         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/js"
689         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/dialogs"
690         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old"
691         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/vlm"
692         mkdir -p "$(top_builddir)/vlc-${VERSION}/http/old/admin"
693         cp $(srcdir)/share/http/*.html $(top_builddir)/vlc-${VERSION}/http/ ;
694         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.html ;
695         cp $(srcdir)/share/http/*.css $(top_builddir)/vlc-${VERSION}/http/ ;
696         unix2dos $(top_builddir)/vlc-${VERSION}/http/*.css ;
697         cp $(srcdir)/share/http/js/*.js $(top_builddir)/vlc-${VERSION}/http/js/ ;
698         unix2dos $(top_builddir)/vlc-${VERSION}/http/js/*.js ;
699         cp $(srcdir)/share/http/dialogs/* $(top_builddir)/vlc-${VERSION}/http/dialogs/ ;
700         unix2dos $(top_builddir)/vlc-${VERSION}/http/dialogs/* ;
701         cp $(srcdir)/share/http/*.ico $(top_builddir)/vlc-${VERSION}/http/ ;
702         cp $(srcdir)/share/http/images/*.png $(top_builddir)/vlc-${VERSION}/http/images/
703         cp $(srcdir)/share/http/requests/*.xml $(top_builddir)/vlc-${VERSION}/http/requests/ ;
704         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/*.xml ;
705         cp $(srcdir)/share/http/requests/readme $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
706         unix2dos $(top_builddir)/vlc-${VERSION}/http/requests/readme.txt ;
707
708         cp $(srcdir)/share/http/old/*.html $(top_builddir)/vlc-${VERSION}/http/old/ ;
709         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/*.html ;
710         cp $(srcdir)/share/http/old/*.css $(top_builddir)/vlc-${VERSION}/http/old/ ;
711         cp $(srcdir)/share/http/old/*.png $(top_builddir)/vlc-${VERSION}/http/old/ ;
712         cp $(srcdir)/share/http/old/vlm/*.html $(top_builddir)/vlc-${VERSION}/http/old/vlm/ ;
713         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/vlm/*.html ;
714         cp $(srcdir)/share/http/old/admin/*.html $(top_builddir)/vlc-${VERSION}/http/old/admin/ ;
715         unix2dos $(top_builddir)/vlc-${VERSION}/http/old/admin/*.html ;
716
717         cp $(srcdir)/share/vlc48x48.ico $(top_builddir)/vlc-${VERSION}/ ;
718
719 if BUILD_MOZILLA
720         mkdir -p "$(top_builddir)/vlc-${VERSION}/mozilla"
721         cp $(top_builddir)/mozilla/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/mozilla/ ;
722 endif
723
724 if BUILD_ACTIVEX
725         mkdir -p "$(top_builddir)/vlc-${VERSION}/activex"
726         cp $(srcdir)/activex/README.TXT  $(top_builddir)/vlc-${VERSION}/activex/ ;
727         cp $(srcdir)/activex/test.html  $(top_builddir)/vlc-${VERSION}/activex/ ;
728         unix2dos $(top_builddir)/vlc-${VERSION}/activex/* ;
729
730         cp $(top_builddir)/activex/*$(LIBEXT) $(top_builddir)/vlc-${VERSION}/activex/ ;
731 endif
732 # Rebase all those DLLs to speed up loading (need cygwin rebase)
733         if rebase -b 0x42 /dev/null >/dev/null 2>&1; then \
734                 find $(top_builddir)/vlc-${VERSION} -type f -name '*.dll' -print | rebase -b 0x70000000 -T -; \
735         fi
736
737 package-win-common-strip:
738         $(STRIP) "$(top_builddir)/vlc-${VERSION}/vlc$(EXEEXT)"
739 if BUILD_SHARED
740         $(STRIP) "vlc-${VERSION}/libvlc$(LIBEXT)"
741 endif
742 if BUILD_MOZILLA
743         $(STRIP) $(top_builddir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
744 endif
745 if BUILD_ACTIVEX
746         $(STRIP) $(top_builddir)/vlc-${VERSION}/activex/*$(LIBEXT);
747 endif
748
749 package-win32-base-debug: package-win-common
750 # Copy relevant files
751         cp "$(top_builddir)/vlc.win32.nsi" "$(top_builddir)/vlc-${VERSION}/"
752
753         mkdir -p "$(top_builddir)/vlc-${VERSION}/plugins"
754         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
755           if test -n "$$i" ; then \
756             $(INSTALL) "$(top_builddir)/$$i$(LIBEXT)" \
757             "$(top_builddir)/vlc-${VERSION}/plugins/" ; \
758           fi ; done
759
760         mkdir -p $(top_builddir)/vlc-${VERSION}/skins/fonts
761         for i in $(srcdir)/share/skins2/fonts/*.*; do \
762           cp $$i $(top_builddir)/vlc-${VERSION}/skins/fonts/ || true ; \
763         done
764         for i in $(srcdir)/share/skins2/*.*; do \
765           cp $$i $(top_builddir)/vlc-${VERSION}/skins/ || true ; \
766         done
767
768         mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu"
769         cp $(srcdir)/share/osdmenu/*.* "$(top_builddir)/vlc-${VERSION}/osdmenu"
770         for dir in dvd dvd/selected dvd/unselect dvd/selection dvd/volume default default/selected default/selection default/volume;do \
771                 mkdir -p "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir"; \
772                 for file in $(srcdir)/share/osdmenu/$${dir}/*.*;do \
773                          cp $$file "$(top_builddir)/vlc-${VERSION}/osdmenu/$$dir" || true; \
774                 done; \
775         done
776         unix2dos $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg;
777         sed -i 's%share/osdmenu%osdmenu%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg
778         sed -i 's%/%\\%g' $(top_builddir)/vlc-${VERSION}/osdmenu/*.cfg 
779
780
781 package-win32-base: package-win32-base-debug package-win-common-strip
782         for i in "" $(top_builddir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
783           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
784
785 package-win32-base-exe: package-win32-base
786 # Create package
787         if makensis -VERSION >/dev/null 2>&1; then \
788             MAKENSIS="makensis -DVERSION=${VERSION}"; \
789         elif [ -x "/cygdrive/c/Program Files/NSIS/makensis" ]; then \
790             MAKENSIS="/cygdrive/c/Program\ Files/NSIS/makensis /DVERSION=${VERSION}"; \
791         elif wine --version >dev/null 2>&1; then \
792             MAKENSIS="wine C:/Program\ Files/NSIS/makensis.exe /DVERSION=${VERSION}"; \
793         else \
794             echo 'Error: cannot locate makensis tool'; exit 1; \
795         fi; \
796         eval "$$MAKENSIS $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi"
797
798 package-win32-base-exe-cygwin: package-win32-base-exe
799 # Create package
800
801 package-win32-base-exe-linux:
802 # Create package
803         makensis -DVERSION=${VERSION} $(top_builddir)/vlc-${VERSION}/vlc.win32.nsi
804
805 package-win32-base-zip: package-win32-base
806 # Create package 
807         zip -r -9 vlc-${VERSION}-win32.zip vlc-${VERSION}
808
809 package-win32-base-7zip: package-win32-base
810 # Create package 
811         7z a -t7z -m0=lzma -mx=9 -mfb=64 -md=32m -ms=on vlc-${VERSION}-win32.7z vlc-${VERSION}
812
813 package-win32-exe: package-win32-base package-win32-base-exe
814 # Clean up
815         rm -Rf $(top_builddir)/vlc-${VERSION}
816
817 package-win32-exe-linux: package-win32-base package-win32-base-exe-linux
818 # Clean up
819         rm -Rf $(top_builddir)/vlc-${VERSION}
820
821 package-win32-zip: package-win32-base-zip
822 # Clean up
823         rm -Rf $(top_builddir)/vlc-${VERSION}
824
825 package-win32-7zip: package-win32-base-7zip
826 # Clean up
827         rm -Rf $(top_builddir)/vlc-${VERSION}
828
829 package-win32: package-win32-base-exe package-win32-base-zip
830 # Clean up
831         rm -Rf $(top_builddir)/vlc-${VERSION}
832
833 package-wince-base: package-win-common package-win-common-strip
834
835 package-wince-base-zip:
836 # Create package 
837         zip -r vlc-${VERSION}-wince.zip vlc-${VERSION}
838
839 package-wince: package-wince-base  package-wince-base-zip
840 # Clean up
841         rm -Rf $(top_builddir)/vlc-${VERSION}
842
843
844 package-beos:
845 # Check that tmp isn't in the way
846         @if test -e $(srcdir)/tmp; then \
847           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
848           false ; \
849         else \
850           echo "OK." ; mkdir $(srcdir)/tmp ; \
851         fi
852
853 # Copy relevant files
854         mkdir -p $(srcdir)/tmp/vlc ;
855         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
856           THANKS NEWS tmp/vlc/ ;
857
858 # Create debug package
859         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
860         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
861         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
862         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
863         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
864         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
865
866 # Create normal package
867         $(STRIP) --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
868         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec $(STRIP) \
869           --strip-debug --strip-unneeded "{}" \; ;
870         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
871         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
872         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
873         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
874         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
875
876 # Clean up
877         rm -Rf $(srcdir)/tmp ;
878
879 package-macosx:
880 # Check that the temporary location isn't in the way
881         @if test -e "$(top_builddir)/vlc-${VERSION}/"; then \
882           rm -Rf "$(top_builddir)/vlc-${VERSION}/" ; \
883         fi
884
885         echo "Create package directory: vlc-${VERSION}/";
886         mkdir -p "$(top_builddir)/vlc-${VERSION}/";
887
888 # Copy relevant files 
889         cp -R "$(top_builddir)/VLC-release.app" "$(top_builddir)/vlc-${VERSION}/VLC.app"
890         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}/
891
892 # Create disk image 
893         echo "Creating disk image" ;
894         rm -f "$(top_builddir)/vlc-${VERSION}.dmg" ;
895         hdiutil create -srcfolder "$(top_builddir)/vlc-${VERSION}" \
896           "$(top_builddir)/vlc-${VERSION}.dmg" -format UDZO \
897           -scrub -imagekey zlib-level=9 ;
898         echo "Disk image creation completed:" ;
899         ls -la "$(top_builddir)/vlc-${VERSION}.dmg" ; echo ;
900
901 # Clean up
902         rm -Rf "$(top_builddir)/vlc-${VERSION}" ;
903
904 package-macosx-plugin:
905 if BUILD_MOZILLA
906 # Create Installer
907         rm -rf "$(top_builddir)/macosx-plugin-instdata/"; true
908         mkdir -p "$(top_builddir)/macosx-plugin-instdata"
909         cp -R "$(top_builddir)/mozilla/VLC Plugin.plugin" "$(top_builddir)/macosx-plugin-instdata"
910         rm -rf "$(top_builddir)/VLC Internet Plug-In.pkg"
911         /Developer/Tools/packagemaker -build -ds -p "$(top_builddir)/VLC Internet Plug-In.pkg" \
912         -f "$(top_builddir)/macosx-plugin-instdata" \
913         -i "$(srcdir)/extras/MacOSX/plugin/InstallerInfo.plist" \
914         -d "$(srcdir)/extras/MacOSX/plugin/InstallerDescription.plist"; true
915         rm -rf "$(top_builddir)/macosx-plugin-instdata/"
916
917 # Create disk image 
918         rm -f "$(top_builddir)/vlc-plugin-${VERSION}.dmg"; true
919         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}/"; true
920         mkdir -p "$(top_builddir)/vlc-plugin-${VERSION}/"
921         mv "$(top_builddir)/VLC Internet Plug-In.pkg" "$(top_builddir)/vlc-plugin-${VERSION}/"
922         hdiutil create -srcfolder "$(top_builddir)/vlc-plugin-${VERSION}" \
923           "$(top_builddir)/vlc-plugin-${VERSION}.dmg" -format UDZO \
924           -scrub -imagekey zlib-level=9 ;
925         echo "Disk image creation completed:"
926         rm -rf "$(top_builddir)/vlc-plugin-${VERSION}"
927 endif
928
929 package-translations:
930         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
931           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
932           false; \
933         else \
934           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
935         fi
936 # Copy translations
937         for i in $(ALL_LINGUAS); do \
938           cp "$(srcdir)/po/$${i}.po" \
939             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
940             || true ; \
941         done
942         cp "$(srcdir)/doc/translations.txt" \
943           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
944
945         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
946         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
947         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
948         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
949         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
950         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
951         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
952         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
953
954         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
955           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
956
957 ###############################################################################
958 # PO translation files update
959 ###############################################################################
960 .PHONY: update-po
961
962 update-po:
963         rm -f $(top_srcdir)/po/POTFILES.in
964         { \
965           cd $(top_srcdir) ; \
966           echo "# automatically created by make update-po" ; \
967           echo "" ; \
968           echo "# main sources" ; \
969           find include src -name '*.[chm]' -o -name '*.[ch]pp' \
970             | grep -v '\(vlc_symbols\|misc/modules_\|src/misc/version.c\)' \
971             | sort ; \
972           echo "" ; \
973           echo "# modules" ; \
974           find modules -name '*.[chm]' -o -name '*.[ch]pp' -o -wholename 'modules/gui/qt4/ui/*.ui'\
975             | grep -v '\(\.moc\.\|gui/gtk2/\)' \
976             | grep -vE 'qt4/ui/.*.h' |grep -v qt4/resources.cpp \
977             | sort ; \
978         } > $(top_srcdir)/po/POTFILES.in
979         rm -f $(top_srcdir)/po/vlc.pot
980         cd po && $(MAKE) POTFILES vlc.pot update-po
981
982 #cd po && $(MAKE) update-po
983
984 ###############################################################################
985 # Stamp rules
986 ###############################################################################
987 stamp-builtin: FORCE
988         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
989           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
990             rm -f $@; \
991             break; \
992           fi; \
993         done
994         @if test ! -f $@; then printf "" > $@; fi
995
996 ###############################################################################
997 # Enforce Mac OS X deployment target environment variable
998 ###############################################################################
999 macosx-sdk: Makefile.in $(HEADERS_include) vlc-config vlc-api.pl
1000         export MACOSX_DEPLOYMENT_TARGET=$(MACOSX_DEPLOYMENT_TARGET)
1001
1002 ###############################################################################
1003 # Force rule
1004 ###############################################################################
1005 FORCE: