]> git.sesse.net Git - vlc/blob - Makefile.am
* Makefile.am: "noinst_lib_DATA" broke bootstrap :(
[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 because the plugin needs libvlc_pic.a
13 #  - po should come before . because VLC.app needs the pofiles
14 SUBDIRS = intl modules po . mozilla share m4 doc
15 DIST_SUBDIRS = $(SUBDIRS) src debian ipkg lib
16
17 EXTRA_DIST = \
18         HACKING \
19         INSTALL.win32 \
20         vlc.exe.manifest \
21         MAINTAINERS \
22         README.MacOSX.rtf \
23         bootstrap \
24         src/extras/COPYING \
25         toolbox \
26         vlc-config.in.in \
27         vlc.ebuild \
28         vlc.spec \
29         vlc.spec.mdk \
30         vlc.win32.nsi \
31         $(NULL)
32
33 BUILT_SOURCES =
34 SUFFIXES = 
35
36 # Tell aclocal to use -I m4. Wonder if it really works.
37 ACLOCAL_AMFLAGS = -I m4
38
39 # XXX: these flags could be set in configure.ac, but we set them here
40 # because old versions of automake don't support them in configure.ac.
41 AUTOMAKE_OPTIONS = dist-bzip2 subdir-objects
42
43 ###############################################################################
44 # Headers
45 ###############################################################################
46
47 BUILT_SOURCES += \
48         include/vlc_symbols.h \
49         src/misc/modules_builtin.h \
50         src/misc/modules_plugin.h \
51         $(NULL)
52
53 pkgincludedir = $(includedir)/vlc
54
55 dist_pkginclude_HEADERS = \
56         include/vlc/vlc.h \
57         include/vlc/aout.h \
58         include/vlc/vout.h \
59         include/vlc/sout.h \
60         include/vlc/decoder.h \
61         include/vlc/input.h \
62         include/vlc/intf.h \
63         $(NULL)
64
65 noinst_HEADERS = $(HEADERS_include) $(HEADERS_include_built)
66
67 HEADERS_include = \
68         include/aout_internal.h \
69         include/audio_output.h \
70         include/beos_specific.h \
71         include/charset.h \
72         include/codecs.h \
73         include/configuration.h \
74         include/darwin_specific.h \
75         include/intf_eject.h \
76         include/iso_lang.h \
77         include/main.h \
78         include/mmx.h \
79         include/modules.h \
80         include/modules_inner.h \
81         include/mtime.h \
82         include/network.h \
83         include/osd.h \
84         include/os_specific.h \
85         include/snapshot.h \
86         include/stream_output.h \
87         include/variables.h \
88         include/video_output.h \
89         include/vlc_access.h \
90         include/vlc_bits.h \
91         include/vlc_block.h \
92         include/vlc_block_helper.h \
93         include/vlc_codec.h \
94         include/vlc_common.h \
95         include/vlc_config.h \
96         include/vlc_cpu.h \
97         include/vlc_demux.h \
98         include/vlc_error.h \
99         include/vlc_es.h \
100         include/vlc_es_out.h \
101         include/vlc_filter.h \
102         include/vlc_help.h \
103         include/vlc_httpd.h \
104         include/vlc_input.h \
105         include/vlc_interface.h \
106         include/vlc_keys.h \
107         include/vlc_messages.h \
108         include/vlc_meta.h \
109         include/vlc_objects.h \
110         include/vlc_playlist.h \
111         include/vlc_stream.h \
112         include/vlc_threads_funcs.h \
113         include/vlc_threads.h \
114         include/vlc_video.h \
115         include/vlc_vlm.h \
116         include/vout_synchro.h \
117         include/win32_specific.h \
118         $(NULL)
119
120 HEADERS_include_built = \
121         include/vlc_symbols.h \
122         $(NULL)
123
124 include/vlc_symbols.h: Makefile $(HEADERS_include)
125         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
126
127 src/misc/modules_plugin.h: Makefile src/misc/modules_plugin.h.in $(HEADERS_include)
128         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
129
130 src/misc/modules_builtin.h: Makefile src/misc/modules_builtin.h.in
131         srcdir=$(srcdir) $(srcdir)/toolbox --update-includes
132
133 # These dependencies are mandatory
134 $(SOURCES): include/vlc_symbols.h
135 $(SOURCES_libvlc): src/misc/modules_plugin.h src/misc/modules_builtin.h $(LIB_intl)
136
137 ###############################################################################
138 # Optional libintl - FIXME, bad dependencies
139 ###############################################################################
140
141 intl/libintl.a: FORCE
142         cd $(top_builddir)/intl && $(MAKE) $(AM_MAKEFLAGS)
143
144 if BUILD_INTL
145 LIB_intl = intl/libintl.a
146 endif
147
148 ###############################################################################
149 # MacOS X project
150 ###############################################################################
151
152 EXTRA_DIST += \
153         extras/MacOSX/Resources/English.lproj/MainMenu.nib/classes.nib \
154         extras/MacOSX/Resources/English.lproj/MainMenu.nib/info.nib \
155         extras/MacOSX/Resources/English.lproj/MainMenu.nib/objects.nib \
156         extras/MacOSX/Resources/English.lproj/InfoPlist.strings \
157         extras/MacOSX/Resources/English.lproj/vlc.scriptTerminology \
158         extras/MacOSX/Resources/a52.icns \
159         extras/MacOSX/Resources/aac.icns \
160         extras/MacOSX/Resources/asf.icns \
161         extras/MacOSX/Resources/asx.icns \
162         extras/MacOSX/Resources/avi.icns \
163         extras/MacOSX/Resources/bin.icns \
164         extras/MacOSX/Resources/cue.icns \
165         extras/MacOSX/Resources/dat.icns \
166         extras/MacOSX/Resources/divx.icns \
167         extras/MacOSX/Resources/dv.icns \
168         extras/MacOSX/Resources/generic.icns \
169         extras/MacOSX/Resources/m3u.icns \
170         extras/MacOSX/Resources/mov.icns \
171         extras/MacOSX/Resources/mp3.icns \
172         extras/MacOSX/Resources/mp4.icns \
173         extras/MacOSX/Resources/mpeg.icns \
174         extras/MacOSX/Resources/mpeg1.icns \
175         extras/MacOSX/Resources/mpeg2.icns \
176         extras/MacOSX/Resources/mpeg4.icns \
177         extras/MacOSX/Resources/mpg.icns \
178         extras/MacOSX/Resources/ogg.icns \
179         extras/MacOSX/Resources/ogm.icns \
180         extras/MacOSX/Resources/pls.icns \
181         extras/MacOSX/Resources/srt.icns \
182         extras/MacOSX/Resources/sub.icns \
183         extras/MacOSX/Resources/vlc.icns \
184         extras/MacOSX/Resources/vob.icns \
185         extras/MacOSX/Resources/wma.icns \
186         extras/MacOSX/Resources/wmv.icns \
187         extras/MacOSX/Resources/pause.png \
188         extras/MacOSX/Resources/pause_blue.png \
189         extras/MacOSX/Resources/play.png \
190         extras/MacOSX/Resources/play_blue.png \
191         extras/MacOSX/Resources/stop.png \
192         extras/MacOSX/Resources/stop_blue.png \
193         extras/MacOSX/Resources/display.png \
194         extras/MacOSX/Resources/display_slider.png \
195         extras/MacOSX/Resources/display_track.png \
196         extras/MacOSX/Resources/equalizerdrawer_active.png \
197         extras/MacOSX/Resources/equalizerdrawer_blue.png \
198         extras/MacOSX/Resources/fullscreen_active.png \
199         extras/MacOSX/Resources/fullscreen_blue.png \
200         extras/MacOSX/Resources/next_active.png \
201         extras/MacOSX/Resources/next_blue.png \
202         extras/MacOSX/Resources/playlistdrawer_active.png \
203         extras/MacOSX/Resources/playlistdrawer_blue.png \
204         extras/MacOSX/Resources/previous_active.png \
205         extras/MacOSX/Resources/previous_blue.png \
206         extras/MacOSX/Resources/skip_forward_active.png \
207         extras/MacOSX/Resources/skip_forward_blue.png \
208         extras/MacOSX/Resources/skip_previous_active.png \
209         extras/MacOSX/Resources/skip_previous_blue.png \
210         extras/MacOSX/Resources/volume_high.png \
211         extras/MacOSX/Resources/volume_low.png \
212         extras/MacOSX/Resources/volumeslider_blue.png \
213         extras/MacOSX/Resources/volumeslider_normal.png \
214         extras/MacOSX/Resources/volumetrack.png \
215         extras/MacOSX/Resources/about_bg.png \
216         extras/MacOSX/Resources/vlc.scriptSuite \
217         extras/MacOSX/Resources/README \
218         extras/MacOSX/vlc.pbproj/project.pbxproj \
219         extras/MacOSX/macosx-dmg \
220         $(NULL)
221
222 ###############################################################################
223 # MS Visual Studio and eMbedded Visual Studio projects
224 ###############################################################################
225
226 EXTRA_DIST += \
227         msvc/vlc.dsw \
228         msvc/libvlc.dsp.in \
229         msvc/plugins.dsp.in \
230         msvc/vlc.dsp.in \
231         msvc/config.h.in \
232         msvc/modules_builtin_msvc.h \
233         evc/vlc.vcw \
234         evc/libvlc.vcp.in \
235         evc/vlc.vcp.in \
236         evc/plugins.vcp.in \
237         evc/vlc.c \
238         evc/config.h.in \
239         evc/modules_builtin_evc.h \
240         $(NULL)
241
242 dist-hook:
243         cp $(distdir)/vlc.ebuild $(distdir)/vlc-${VERSION}.ebuild
244         cd $(distdir) && srcdir=$(srcdir) $(srcdir)/toolbox --update-vc
245
246 ###############################################################################
247 # Building libvlc
248 ###############################################################################
249
250 bin_SCRIPTS = vlc-config
251
252 lib_LIBRARIES = lib/libvlc.a $(LIBRARIES_libvlc_pic)
253
254 lib_libvlc_a_SOURCES = $(SOURCES_libvlc)
255 dist_lib_libvlc_a_SOURCES = src/misc/modules_plugin.h
256 lib_libvlc_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
257 lib_libvlc_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc`
258 lib_libvlc_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc`
259
260 lib_libvlc_pic_a_SOURCES = $(SOURCES_libvlc)
261 lib_libvlc_pic_a_CFLAGS = `$(VLC_CONFIG) --cflags vlc pic`
262 lib_libvlc_pic_a_CXXFLAGS = `$(VLC_CONFIG) --cxxflags vlc pic`
263 lib_libvlc_pic_a_OBJCFLAGS = `$(VLC_CONFIG) --objcflags vlc pic`
264
265 if HAVE_BEOS
266 OPT_SOURCES_libvlc_beos = $(SOURCES_libvlc_beos)
267 endif
268 if HAVE_DARWIN
269 OPT_SOURCES_libvlc_darwin = $(SOURCES_libvlc_darwin)
270 endif
271 if HAVE_WIN32
272 OPT_SOURCES_libvlc_win32 = $(SOURCES_libvlc_win32)
273 endif
274 if BUILD_DIRENT
275 OPT_SOURCES_libvlc_dirent = $(SOURCES_libvlc_dirent)
276 endif
277 if BUILD_GETOPT
278 OPT_SOURCES_libvlc_getopt = $(SOURCES_libvlc_getopt)
279 endif
280 if BUILD_MOZILLA
281 if !HAVE_WIN32
282 LIBRARIES_libvlc_pic = lib/libvlc_pic.a
283 endif
284 endif
285
286 EXTRA_DIST += \
287         $(SOURCES_libvlc_beos) \
288         $(SOURCES_libvlc_darwin) \
289         $(SOURCES_libvlc_win32) \
290         $(SOURCES_libvlc_dirent) \
291         $(SOURCES_libvlc_getopt) \
292         $(NULL)
293
294 SOURCES_libvlc_beos = \
295         src/misc/beos_specific.cpp \
296         $(NULL)
297
298 SOURCES_libvlc_darwin = \
299         src/misc/darwin_specific.m \
300         $(NULL)
301
302 SOURCES_libvlc_win32 = \
303         src/misc/win32_specific.c \
304         $(NULL)
305
306 SOURCES_libvlc_dirent = \
307         src/extras/dirent.c \
308         src/extras/dirent.h \
309         $(NULL)
310
311 SOURCES_libvlc_getopt = \
312         src/extras/getopt.c \
313         src/extras/getopt.h \
314         src/extras/getopt1.c \
315         $(NULL)
316
317 SOURCES_libvlc_common = \
318         src/libvlc.c \
319         src/libvlc.h \
320         src/interface/interface.c \
321         src/interface/intf_eject.c \
322         src/playlist/playlist.c \
323         src/playlist/sort.c \
324         src/playlist/loadsave.c \
325         src/playlist/group.c \
326         src/playlist/item.c \
327         src/playlist/item-ext.c \
328         src/playlist/info.c \
329         src/input/access.c \
330         src/input/clock.c \
331         src/input/control.c \
332         src/input/decoder.c \
333         src/input/demux.c \
334         src/input/es_out.c \
335         src/input/input.c \
336         src/input/input_internal.h \
337         src/input/stream.c \
338         src/input/subtitles.c \
339         src/input/var.c \
340         src/video_output/video_output.c \
341         src/video_output/vout_pictures.c \
342         src/video_output/vout_pictures.h \
343         src/video_output/video_text.c \
344         src/video_output/video_widgets.c \
345         src/video_output/vout_subpictures.c \
346         src/video_output/vout_synchro.c \
347         src/video_output/vout_intf.c \
348         src/audio_output/common.c \
349         src/audio_output/dec.c \
350         src/audio_output/filters.c \
351         src/audio_output/input.c \
352         src/audio_output/mixer.c \
353         src/audio_output/output.c \
354         src/audio_output/intf.c \
355         src/stream_output/stream_output.c \
356         src/stream_output/announce.c \
357         src/stream_output/sap.c \
358         src/misc/charset.c \
359         src/misc/httpd.c \
360         src/misc/mtime.c \
361         src/misc/block.c \
362         src/misc/modules.c \
363         src/misc/threads.c \
364         src/misc/cpu.c \
365         src/misc/configuration.c \
366         src/misc/iso_lang.c \
367         src/misc/iso-639_def.h \
368         src/misc/messages.c \
369         src/misc/objects.c \
370         src/misc/variables.c \
371         src/misc/error.c \
372         src/misc/net.c \
373         src/misc/vlm.c \
374         src/extras/libc.c \
375         $(NULL)
376
377 SOURCES_libvlc = \
378         $(SOURCES_libvlc_common) \
379         $(OPT_SOURCES_libvlc_beos) \
380         $(OPT_SOURCES_libvlc_darwin) \
381         $(OPT_SOURCES_libvlc_win32) \
382         $(OPT_SOURCES_libvlc_dirent) \
383         $(OPT_SOURCES_libvlc_getopt) \
384         $(NULL)
385
386 ###############################################################################
387 # Building vlc
388 ###############################################################################
389
390 bin_PROGRAMS = vlc
391
392 vlc_SOURCES = src/vlc.c
393
394 vlc_LDFLAGS = `$(VLC_CONFIG) --libs vlc builtin`
395 vlc_LDADD = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
396 vlc_CFLAGS = `$(VLC_CONFIG) --cflags vlc`
397
398 # We use DEPENDENCIES_vlc instead of vlc_DEPENDENCIES because of an
399 # old automake-1.5 bug (automake/279).
400 DEPENDENCIES_vlc = lib/libvlc.a $(DATA_win32_rc) $(LIB_intl)
401
402 vlc$(EXEEXT): $(vlc_OBJECTS) $(DEPENDENCIES_vlc) stamp-builtin
403         @rm -f $(top_builddir)/vlc$(EXEEXT)
404         @case `$(VLC_CONFIG) --linkage vlc builtin` in \
405           c++) echo $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(CXXLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
406           objc) echo $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(OBJCLINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
407           c|*) echo $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ; $(LINK) $(vlc_OBJECTS) $(vlc_LDADD) $(vlc_LDFLAGS) $(LIBS) ;; \
408         esac
409
410 if HAVE_BEOS
411 vlc_app_DATA = vlc-bundle
412 vlc-bundle: vlc
413         rm -Rf $(top_builddir)/vlc-bundle ; mkdir -p $(top_builddir)/vlc-bundle
414         cp $(top_builddir)/vlc $(top_builddir)/vlc-bundle/
415         xres -o $(top_builddir)/vlc-bundle/vlc $(srcdir)/share/vlc_beos.rsrc
416         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
417           if test -n "$$i" ; then \
418             mkdir -p $(top_builddir)/vlc-bundle/plugins ; \
419             cp "$$i$(LIBEXT)" $(top_builddir)/vlc-bundle/plugins/ ; \
420           fi ; \
421         done
422         if test -d $(top_builddir)/extras/contrib/vlc-lib ; then \
423           mkdir -p $(top_builddir)/vlc-bundle/lib ; \
424           for i in $(top_builddir)/extras/contrib/vlc-lib/*.so ; do \
425             cp $$i $(top_builddir)/vlc-bundle/lib/ ; \
426           done ; \
427         fi
428         for i in $(ALL_LINGUAS); do \
429           mkdir -p "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES" ; \
430           cp "$(top_builddir)/po/$$i.gmo" \
431             "$(top_builddir)/vlc-bundle/locale/$$i/LC_MESSAGES/vlc.mo" || true ; \
432         done
433         find $(top_builddir)/vlc-bundle -type f -exec mimeset -f "{}" \;
434 endif
435
436 # Install the modules and the symlinks
437 install-exec-local:
438         for i in "" `$(VLC_CONFIG) --target plugin` ; do if test -n "$$i" ; then \
439           echo $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
440           $(INSTALL) -m 755 "$$i$(LIBEXT)" "$(DESTDIR)$(libdir)/vlc/`echo $$i | sed -e 's,.*modules/\([^/]*\).*,\1,'`" ; \
441         fi ; done
442         for i in "" `$(VLC_CONFIG) --target builtin` ; do if test -n "$$i" ; then \
443           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
444           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
445         fi ; done
446 if BUILD_MOZILLA
447         for i in "" `$(VLC_CONFIG) --target builtin pic` ; do if test -n "$$i" ; then \
448           echo $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
449           $(INSTALL) -m 644 "$$i" "$(DESTDIR)$(libdir)/vlc" ; \
450         fi ; done
451 endif
452         for i in "" $(ALIASES) ; do if test -n "$$i" ; then \
453           rm -f "$(DESTDIR)$(bindir)/$$i" && \
454           ln -s vlc "$(DESTDIR)$(bindir)/$$i" ; \
455         fi ; done
456
457 if HAVE_DARWIN
458 # Create the MacOS X app
459 vlc_app_DATA = VLC.app
460 vlc_appdir = $(bindir)
461 VLC.app: vlc
462         @if test -e "$(top_builddir)/tmp"; then \
463           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
464           false; \
465         else \
466           echo "OK."; mkdir -p "$(top_builddir)/tmp/extras"; \
467         fi
468         rm -Rf $(top_builddir)/VLC.app
469         cp -r $(srcdir)/extras/MacOSX $(top_builddir)/tmp/extras
470         for i in AUTHORS COPYING README.MacOSX.rtf THANKS; do \
471           cp "$(srcdir)/$$i" $(top_builddir)/tmp; \
472         done
473         mkdir -p $(top_builddir)/tmp/modules/audio_output
474         cp $(srcdir)/modules/audio_output/coreaudio.c \
475            $(top_builddir)/tmp/modules/audio_output/coreaudio.c
476         mkdir -p $(top_builddir)/tmp/modules/gui/macosx
477         for i in \
478             about.h \
479             about.m \
480             applescript.h \
481             applescript.m \
482             controls.h \
483             controls.m \
484             equalizer.h \
485             equalizer.m \
486             intf.h \
487             intf.m \
488             macosx.m \
489             misc.h \
490             misc.m \
491             open.h \
492             open.m \
493             output.h \
494             output.m \
495             playlist.h \
496             playlist.m \
497             playlistinfo.h \
498             playlistinfo.m \
499             prefs_widgets.h \
500             prefs_widgets.m \
501             prefs.h \
502             prefs.m \
503             vout.h \
504             vout.m; do \
505           cp "$(srcdir)/modules/gui/macosx/$$i" \
506              $(top_builddir)/tmp/modules/gui/macosx; \
507         done
508         cd $(top_builddir)/tmp/extras/MacOSX && xcodebuild -target vlc | grep -v '^\([ \t]\|$$\)'
509         cp -r $(top_builddir)/tmp/extras/MacOSX/build/vlc.bundle \
510               $(top_builddir)/VLC.app
511         rm -Rf $(top_builddir)/tmp
512         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS
513         $(INSTALL) $(top_builddir)/vlc \
514                    $(top_builddir)/VLC.app/Contents/MacOS/VLC
515         ln -sf ./VLC $(top_builddir)/VLC.app/Contents/MacOS/clivlc
516         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/modules
517         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
518           if test -n "$$i" ; \
519             then $(INSTALL) "$$i$(LIBEXT)" \
520                            "$(top_builddir)/VLC.app/Contents/MacOS/modules" ; \
521           fi ; done
522         if test -d $(top_builddir)/extras/contrib/vlc-lib; then \
523           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/lib ; \
524           for i in $(top_builddir)/extras/contrib/vlc-lib/*.dylib ; do \
525             $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/lib/vlc_`basename $${i}` ; \
526           done ; \
527         fi
528         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share
529         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http
530         for i in $(srcdir)/share/http/* ; do \
531           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/`basename $${i}` ; \
532         done ; \
533         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm
534         for i in $(srcdir)/share/http/vlm/* ; do \
535           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/vlm/`basename $${i}` ; \
536         done ; \
537         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin
538         for i in $(srcdir)/share/http/admin/* ; do \
539           $(INSTALL) -m 644 $${i} $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/`basename $${i}` ; \
540         done ; \
541         $(INSTALL) -m 644 $(srcdir)/share/http/admin/.access $(top_builddir)/VLC.app/Contents/MacOS/share/http/admin/.access
542         $(INSTALL) -d $(top_builddir)/VLC.app/Contents/MacOS/locale
543         for i in $(ALL_LINGUAS); do \
544           mkdir -p $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES ; \
545           cp $(srcdir)/po/$${i}.gmo $(top_builddir)/VLC.app/Contents/MacOS/locale/$${i}/LC_MESSAGES/vlc.mo || true ; \
546           mkdir -p $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
547           ln -sf ../English.lproj/InfoPlist.strings \
548               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
549           ln -sf ../English.lproj/MainMenu.nib \
550               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
551           ln -sf ../English.lproj/vlc.scriptTerminology \
552               $(top_builddir)/VLC.app/Contents/Resources/$${i}.lproj ; \
553         done
554         printf "APPLVLC#" >| $(top_builddir)/VLC.app/Contents/PkgInfo
555 endif
556
557 if HAVE_WIN32
558 DATA_win32_rc = $(noinst_share_vlc_win32_rc_DATA)
559 noinst_share_vlc_win32_rc_DATA = share/vlc_win32_rc.$(OBJEXT)
560 noinst_share_vlc_win32_rcdir = $(libdir)
561 share/vlc_win32_rc.$(OBJEXT): share/vlc_win32_rc.rc
562         $(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 $@
563 endif
564
565 ###############################################################################
566 # Building specific source packages
567 ###############################################################################
568
569 dist-woody: distdir
570         $(remove_distdir_woody)
571         mv $(distdir) $(PACKAGE)-woody-$(VERSION)
572         $(srcdir)/toolbox --make-woody $(PACKAGE)-woody-$(VERSION)
573         $(AMTAR) chof - $(PACKAGE)-woody-$(VERSION) \
574           | GZIP=$(GZIP_ENV) gzip -c >$(PACKAGE)-woody-$(VERSION).tar.gz
575         $(remove_distdir_woody)
576
577 remove_distdir_woody = \
578   { test ! -d $(PACKAGE)-woody-$(VERSION) \
579     || { find $(PACKAGE)-woody-$(VERSION) -type d ! -perm -200 \
580            -exec chmod u+w {} ';' \
581          && rm -fr $(PACKAGE)-woody-$(VERSION); }; }
582
583 ###############################################################################
584 # Building architecture-specific binary packages
585 ###############################################################################
586
587 # XXX: this rule is probably only useful to you if you have exactly
588 # the same setup as me. Contact sam@zoy.org if you need to use it.
589 #
590 package-win32-base:
591 # Check that tmp isn't in the way
592         @if test -e "$(srcdir)/vlc-${VERSION}"; then \
593           echo "Error: please remove $(srcdir)/vlc-${VERSION}, it is in the way"; \
594           false; \
595         else \
596           echo "OK."; mkdir -p "$(srcdir)/vlc-${VERSION}"; \
597         fi
598
599 # Copy relevant files
600         cp "$(srcdir)/vlc.win32.nsi" "$(srcdir)/vlc-${VERSION}/"
601         cp "$(top_builddir)/vlc$(EXEEXT)" "$(srcdir)/vlc-${VERSION}/"
602         cp "$(top_builddir)/vlc.exe.manifest" "$(srcdir)/vlc-${VERSION}/"
603         $(STRIP) "$(srcdir)/vlc-${VERSION}/vlc$(EXEEXT)"
604
605         for file in AUTHORS MAINTAINERS THANKS NEWS COPYING README ; \
606           do sed 's/@/_AT_/' < "$(srcdir)/$$file" > "$(srcdir)/vlc-${VERSION}/$${file}.txt" ; \
607           unix2dos "$(srcdir)/vlc-${VERSION}/$${file}.txt" ; done
608
609         mkdir -p "$(srcdir)/vlc-${VERSION}/plugins"
610         for i in "" `$(VLC_CONFIG) --target plugin` ; do \
611           if test -n "$$i" ; then \
612             $(INSTALL) "$(srcdir)/$$i$(LIBEXT)" \
613             "$(srcdir)/vlc-${VERSION}/plugins/" ; \
614           fi ; done
615
616         for i in "" $(srcdir)/vlc-${VERSION}/plugins/*$(LIBEXT) ; \
617           do if test -n "$$i" ; then $(STRIP) "$$i" ; fi ; done
618
619         mkdir $(srcdir)/vlc-${VERSION}/locale
620         for i in $(ALL_LINGUAS); do \
621           mkdir -p "$(srcdir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES" ; \
622           cp "$(srcdir)/po/$${i}.gmo" \
623             "$(srcdir)/vlc-${VERSION}/locale/$${i}/LC_MESSAGES/vlc.mo" \
624             || true ; \
625         done
626
627         mkdir -p $(srcdir)/vlc-${VERSION}/skins/default
628         for i in $(srcdir)/share/skins/default/*.*; do \
629           cp $$i $(srcdir)/vlc-${VERSION}/skins/default/ || true ; \
630         done
631         for i in $(srcdir)/doc/skins/*.txt; do \
632           cp $$i $(srcdir)/vlc-${VERSION}/skins/ || true ; \
633         done
634         mkdir -p $(srcdir)/vlc-${VERSION}/skins2/fonts
635         for i in $(srcdir)/share/skins2/fonts/*.*; do \
636           cp $$i $(srcdir)/vlc-${VERSION}/skins2/fonts/ || true ; \
637         done
638         mkdir -p $(srcdir)/vlc-${VERSION}/skins2/default
639         for i in $(srcdir)/share/skins2/default/*.*; do \
640           cp $$i $(srcdir)/vlc-${VERSION}/skins2/default/ || true ; \
641         done
642         for i in $(srcdir)/share/skins2/*.*; do \
643           cp $$i $(srcdir)/vlc-${VERSION}/skins2/ || true ; \
644         done
645
646         mkdir -p "$(srcdir)/vlc-${VERSION}/http/admin"
647         mkdir -p "$(srcdir)/vlc-${VERSION}/http/vlm"
648         cp $(srcdir)/share/http/*.html $(srcdir)/vlc-${VERSION}/http/ ;
649         cp $(srcdir)/share/http/*.css $(srcdir)/vlc-${VERSION}/http/ ;
650         cp $(srcdir)/share/http/admin/*.html \
651            $(srcdir)/vlc-${VERSION}/http/admin/ ;
652         cp $(srcdir)/share/http/admin/.access \
653            $(srcdir)/vlc-${VERSION}/http/admin/ ;
654         cp $(srcdir)/share/http/vlm/*.html \
655            $(srcdir)/vlc-${VERSION}/http/vlm/ ;
656
657         cp $(srcdir)/share/vlc48x48.ico $(srcdir)/vlc-${VERSION}/ ;
658
659         mkdir -p "$(srcdir)/vlc-${VERSION}/mozilla"
660 if BUILD_MOZILLA
661         cp $(srcdir)/mozilla/*$(LIBEXT) $(srcdir)/vlc-${VERSION}/mozilla/ ;
662         $(STRIP) $(srcdir)/vlc-${VERSION}/mozilla/*$(LIBEXT);
663         cp $(srcdir)/mozilla/vlcintf.xpt  $(srcdir)/vlc-${VERSION}/mozilla/ ;
664 endif
665
666 package-win32-base-exe:
667 # Create package 
668         wine ~/.wine/fake_windows/Program\ Files/NSIS/makensis.exe \
669              -- /DVERSION=${VERSION} $(srcdir)/vlc-${VERSION}/vlc.win32.nsi
670
671 package-win32-base-zip:
672 # Create package 
673         zip -r vlc-${VERSION}-win32.zip vlc-${VERSION}
674
675 package-win32-exe: package-win32-base package-win32-base-exe
676 # Clean up
677         rm -Rf $(srcdir)/vlc-${VERSION}
678
679 package-win32-zip: package-win32-base package-win32-base-zip
680 # Clean up
681         rm -Rf $(srcdir)/vlc-${VERSION}
682
683 package-win32: package-win32-base package-win32-base-exe package-win32-base-zip
684 # Clean up
685         rm -Rf $(srcdir)/vlc-${VERSION}
686
687 package-beos:
688 # Check that tmp isn't in the way
689         @if test -e $(srcdir)/tmp; then \
690           echo "Error: please remove $(srcdir)/tmp, it is in the way"; \
691           false ; \
692         else \
693           echo "OK." ; mkdir $(srcdir)/tmp ; \
694         fi
695
696 # Copy relevant files
697         mkdir -p $(srcdir)/tmp/vlc ;
698         cd $(srcdir) && cp -R vlc-bundle/* AUTHORS COPYING ChangeLog README \
699           THANKS NEWS tmp/vlc/ ;
700
701 # Create debug package
702         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
703         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
704         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
705         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS-debug.zip vlc-${VERSION} )
706         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS-debug.zip $(srcdir)/ ;
707         mv $(srcdir)/tmp/vlc-${VERSION} $(srcdir)/tmp/vlc ;
708
709 # Create normal package
710         strip --strip-debug --strip-unneeded $(srcdir)/tmp/vlc/vlc ;
711         find $(srcdir)/tmp/vlc -name 'lib*.so' -exec strip \
712           --strip-debug --strip-unneeded "{}" \; ;
713         xres -o $(srcdir)/tmp/vlc/vlc $(srcdir)/share/vlc_beos.rsrc ;
714         find $(srcdir)/tmp/vlc -exec mimeset -f {} \; ;
715         mv $(srcdir)/tmp/vlc $(srcdir)/tmp/vlc-${VERSION} ;
716         (cd $(srcdir)/tmp ; zip -9 -r vlc-${VERSION}-BeOS.zip vlc-${VERSION} )
717         mv $(srcdir)/tmp/vlc-${VERSION}-BeOS.zip $(srcdir)/ ;
718
719 # Clean up
720         rm -Rf $(srcdir)/tmp ;
721
722 package-macosx:
723 # Check that tmp isn't in the way
724         @if test -e "$(top_builddir)/tmp"; then \
725           echo "Error: please remove $(top_builddir)/tmp, it is in the way"; \
726           false; \
727         else \
728           echo "OK."; mkdir -p "$(top_builddir)/tmp"; \
729         fi
730
731 # Copy relevant files 
732         cp -R "$(top_builddir)/VLC.app" "$(top_builddir)/tmp/"
733         cd "$(srcdir)" && cp AUTHORS COPYING ChangeLog README README.MacOSX.rtf THANKS NEWS $(top_builddir)/tmp/
734
735 # Create disk image 
736         $(srcdir)/extras/MacOSX/macosx-dmg "vlc-${VERSION}" $(top_builddir)/tmp
737
738 # Clean up
739         rm -Rf $(top_builddir)/tmp
740
741 package-translations:
742         @if test -e "$(srcdir)/vlc-translations-${VERSION}"; then \
743           echo "Error: please remove $(srcdir)/vlc-translations-${VERSION}, it is in the way"; \
744           false; \
745         else \
746           echo "OK."; mkdir -p "$(srcdir)/vlc-translations-${VERSION}"; \
747         fi
748 # Copy translations
749         for i in $(ALL_LINGUAS); do \
750           cp "$(srcdir)/po/$${i}.po" \
751             "$(srcdir)/vlc-translations-${VERSION}/$${i}.po" \
752             || true ; \
753         done
754         cp "$(srcdir)/doc/translations.txt" \
755           "$(srcdir)/vlc-translations-${VERSION}/README.txt"
756
757         echo "#!/bin/sh" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
758         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
759         echo 'if test $$# != 1; then' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
760         echo "  echo \"Usage: convert-po.sh <.po file>\"" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
761         echo "  exit 1" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
762         echo "fi" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
763         echo "" >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
764         echo 'msgfmt --statistics -o vlc.mo $$1' >>"$(srcdir)/vlc-translations-$(VERSION)/convert.po.sh"
765
766         $(AMTAR) chof - $(srcdir)/vlc-translations-$(VERSION) \
767           | GZIP=$(GZIP_ENV) gzip -c >$(srcdir)/vlc-translations-$(VERSION).tar.gz
768
769 ###############################################################################
770 # Stamp rules
771 ###############################################################################
772 clean: clean-stamp
773 clean-stamp:
774         rm -f stamp-builtin
775
776 stamp-builtin: FORCE
777         @for dep in "" `$(VLC_CONFIG) --target builtin`; do \
778           if test "$${dep}" -nt "$(top_builddir)/vlc$(EXEEXT)"; then \
779             rm -f $@; \
780             break; \
781           fi; \
782         done
783         @if test ! -f $@; then printf "" > $@; fi
784
785 ###############################################################################
786 # Force rule
787 ###############################################################################
788 FORCE: