Fix email address
[mplayer/greg.git] / Makefile
bloba5bc2b3b268586c6ca5622d29e82872b2f11c6c7
1 # LINUX Makefile made by A'rpi / Astral
2 # Some cleanup by LGB: * 'make -C dir' instead of 'cd dir;make;cd..'
3 # * for loops instead of linear sequence of make directories
4 # * some minor problems with make clean and distclean were corrected
5 # * DVD support
7 include config.mak
9 PRG_CFG = codec-cfg
11 # Do not strip the binaries at installation
12 ifeq ($(STRIPBINARIES),yes)
13 INSTALLSTRIP = -s
14 endif
16 # These subdirectories require installation due to binaries within them.
17 ifeq ($(VIDIX),yes)
18 SUBDIRS += libdha vidix
19 DO_MAKE = @ for i in $(SUBDIRS); do $(MAKE) -C $$i $@; done
20 endif
22 SRCS_COMMON = cpudetect.c codec-cfg.c spudec.c playtree.c playtreeparser.c asxparser.c vobsub.c subreader.c sub_cc.c find_sub.c m_config.c m_option.c parser-cfg.c m_struct.c edl.c
23 SRCS_MENCODER = mencoder.c mp_msg-mencoder.c $(SRCS_COMMON) divx4_vbr.c libvo/aclib.c libvo/osd.c libvo/sub.c libvo/font_load.c libvo/font_load_ft.c xvid_vbr.c parser-mecmd.c
24 SRCS_MPLAYER = mplayer.c mp_msg.c $(SRCS_COMMON) mixer.c parser-mpcmd.c subopt-helper.c
26 ifeq ($(UNRARLIB),yes)
27 SRCS_COMMON += unrarlib.c
28 endif
30 OBJS_MENCODER = $(SRCS_MENCODER:.c=.o)
31 OBJS_MPLAYER = $(SRCS_MPLAYER:.c=.o)
33 VO_LIBS = $(AA_LIB) $(X_LIB) $(SDL_LIB) $(GGI_LIB) $(MP1E_LIB) $(MLIB_LIB) $(SVGA_LIB) $(DIRECTFB_LIB) $(CACA_LIB)
34 AO_LIBS = $(ARTS_LIB) $(ESD_LIB) $(JACK_LIB) $(NAS_LIB) $(SGIAUDIO_LIB) $(POLYP_LIB)
35 CODEC_LIBS = $(AV_LIB) $(FAME_LIB) $(MAD_LIB) $(VORBIS_LIB) $(THEORA_LIB) $(FAAD_LIB) $(LIBLZO_LIB) $(DECORE_LIB) $(XVID_LIB) $(DTS_LIB) $(PNG_LIB) $(Z_LIB) $(JPEG_LIB) $(ALSA_LIB) $(XMMS_LIB) $(X264_LIB)
36 COMMON_LIBS = libmpcodecs/libmpcodecs.a $(W32_LIB) $(DS_LIB) libaf/libaf.a libmpdemux/libmpdemux.a input/libinput.a postproc/libswscale.a osdep/libosdep.a $(DVDREAD_LIB) $(CODEC_LIBS) $(FREETYPE_LIB) $(TERMCAP_LIB) $(CDPARANOIA_LIB) $(MPLAYER_NETWORK_LIB) $(WIN32_LIB) $(GIF_LIB) $(MACOSX_FRAMEWORKS) $(SMBSUPPORT_LIB) $(FRIBIDI_LIB) $(FONTCONFIG_LIB) $(ENCA_LIB)
38 CFLAGS = $(OPTFLAGS) -I. $(FREETYPE_INC) $(EXTRA_INC) $(CDPARANOIA_INC) $(SDL_INC) $(X11_INC) $(FRIBIDI_INC) $(DVB_INC) $(XVID_INC) $(FONTCONFIG_INC) $(CACA_INC) # -Wall
39 ifeq ($(TOOLAME),yes)
40 CFLAGS += $(TOOLAME_EXTRAFLAGS)
41 CODEC_LIBS += $(TOOLAME_LIB)
42 endif
44 ifeq ($(TWOLAME),yes)
45 CODEC_LIBS += $(TWOLAME_LIB)
46 endif
48 ifeq ($(FAAC),yes)
49 CODEC_LIBS += $(FAAC_LIB)
50 endif
52 PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf
53 ifeq ($(MP3LIB),yes)
54 PARTS += mp3lib
55 endif
56 ifeq ($(LIBA52),yes)
57 PARTS += liba52
58 endif
59 ifeq ($(LIBMPEG2),yes)
60 PARTS += libmpeg2
61 endif
62 ifeq ($(INTERNAL_FAAD),yes)
63 COMMON_LIBS += libfaad2/libfaad2.a
64 PARTS += libfaad2
65 endif
66 ifeq ($(VIDIX),yes)
67 PARTS += libdha vidix
68 endif
69 ifeq ($(FAME),yes)
70 PARTS += libfame
71 endif
72 ifeq ($(DVDKIT2),yes)
73 PARTS += libmpdvdkit2
74 else
75 ifeq ($(DVDKIT),yes)
76 PARTS += libmpdvdkit
77 endif
78 endif
79 ifeq ($(GUI),yes)
80 PARTS += Gui
81 endif
82 ifneq ($(W32_LIB),)
83 PARTS += loader loader/dshow loader/dmo
84 endif
85 ifeq ($(LIBMENU),yes)
86 PARTS += libmenu
87 endif
88 ifeq ($(TREMOR),yes)
89 PARTS += tremor
90 endif
92 ALL_PRG = $(PRG)
93 ifeq ($(MENCODER),yes)
94 ALL_PRG += $(PRG_MENCODER)
95 endif
97 COMMON_DEPS = $(W32_DEP) $(DS_DEP) $(MP1E_DEP) $(AV_DEP) libmpdemux/libmpdemux.a libmpcodecs/libmpcodecs.a libao2/libao2.a osdep/libosdep.a postproc/libswscale.a input/libinput.a libvo/libvo.a libaf/libaf.a
99 ifeq ($(MP3LIB),yes)
100 COMMON_DEPS += mp3lib/libMP3.a
101 COMMON_LIBS += mp3lib/libMP3.a
102 endif
103 ifeq ($(LIBA52),yes)
104 COMMON_DEPS += liba52/liba52.a
105 COMMON_LIBS += liba52/liba52.a
106 endif
107 ifeq ($(LIBMPEG2),yes)
108 COMMON_DEPS += libmpeg2/libmpeg2.a
109 COMMON_LIBS += libmpeg2/libmpeg2.a
110 endif
111 ifeq ($(INTERNAL_FAAD),yes)
112 COMMON_DEPS += libfaad2/libfaad2.a
113 endif
114 ifeq ($(TREMOR),yes)
115 COMMON_DEPS += tremor/libvorbisidec.a
116 COMMON_LIBS += tremor/libvorbisidec.a
117 endif
118 ifeq ($(VIDIX),yes)
119 COMMON_DEPS += libdha/libdha.so vidix/libvidix.a
120 endif
121 ifeq ($(FAME),yes)
122 COMMON_DEPS += libfame/libfame.a
123 endif
124 ifeq ($(DVDKIT2),yes)
125 ifeq ($(DVDKIT_SHARED),yes)
126 COMMON_DEPS += libmpdvdkit2/libmpdvdkit.so
127 else
128 COMMON_DEPS += libmpdvdkit2/libmpdvdkit.a
129 endif
130 endif
132 ifeq ($(SHARED_PP),yes)
133 COMMON_DEPS += libavcodec/libpostproc/libpostproc.so
134 COMMON_LIBS += libavcodec/libpostproc/libpostproc.so
135 endif
137 ifeq ($(GUI),yes)
138 COMMON_DEPS += Gui/libgui.a
139 GUI_LIBS = Gui/libgui.a
140 endif
142 .SUFFIXES: .cc .c .o
144 #.PHONY: $(COMMON_DEPS)
146 all: version.h $(ALL_PRG)
148 .c.o:
149 $(CC) -c $(CFLAGS) -o $@ $<
151 libaf/libaf.a:
152 $(MAKE) -C libaf
154 libmpdvdkit2/libmpdvdkit.a:
155 $(MAKE) -C libmpdvdkit2
157 libmpdvdkit2/libmpdvdkit.so:
158 $(MAKE) -C libmpdvdkit2 libmpdvdkit.so
160 loader/libloader.a:
161 $(MAKE) -C loader
163 libfame/libfame.a:
164 $(MAKE) -C libfame
166 libmpdemux/libmpdemux.a:
167 $(MAKE) -C libmpdemux
169 libmpcodecs/libmpcodecs.a:
170 $(MAKE) -C libmpcodecs
172 loader/dshow/libDS_Filter.a:
173 $(MAKE) -C loader/dshow
175 loader/dmo/libDMO_Filter.a:
176 $(MAKE) -C loader/dmo
178 libavcodec/libavcodec.a:
179 $(MAKE) -C libavcodec LIBPREF=lib LIBSUF=.a
181 libavformat/libavformat.a:
182 $(MAKE) -C libavformat LIBPREF=lib LIBSUF=.a
184 libmpeg2/libmpeg2.a:
185 $(MAKE) -C libmpeg2
187 libvo/libvo.a:
188 $(MAKE) -C libvo
190 libao2/libao2.a:
191 $(MAKE) -C libao2
193 liba52/liba52.a:
194 $(MAKE) -C liba52
196 libfaad2/libfaad2.a:
197 $(MAKE) -C libfaad2
199 mp3lib/libMP3.a:
200 $(MAKE) -C mp3lib
202 tremor/libvorbisidec.a:
203 $(MAKE) -C tremor
205 libdha/libdha.so:
206 $(MAKE) -C libdha
208 vidix/libvidix.a:
209 $(MAKE) -C vidix
211 Gui/libgui.a:
212 $(MAKE) -C Gui
214 osdep/libosdep.a:
215 $(MAKE) -C osdep
217 postproc/libswscale.a:
218 $(MAKE) -C postproc
220 input/libinput.a:
221 $(MAKE) -C input
223 libmenu/libmenu.a:
224 $(MAKE) -C libmenu
226 libavcodec/libpostproc/libpostproc.so:
227 $(MAKE) -C libavcodec/libpostproc
229 MPLAYER_DEP = $(OBJS_MPLAYER) $(COMMON_DEPS)
231 ifeq ($(LIBMENU),yes)
232 MPLAYER_DEP += libmenu/libmenu.a
233 MENU_LIBS = libmenu/libmenu.a
234 PARTS += libmenu
235 else
236 MENU_LIBS =
237 endif
239 MENCODER_DEP = $(OBJS_MENCODER) $(COMMON_DEPS) libmpcodecs/libmpencoders.a
241 ifeq ($(VIDIX),yes)
242 VIDIX_LIBS = vidix/libvidix.a
243 else
244 VIDIX_LIBS =
245 endif
247 ifeq ($(TARGET_WIN32),yes)
248 OBJS_MPLAYER += osdep/mplayer-rc.o
249 endif
251 $(PRG): $(MPLAYER_DEP)
252 ifeq ($(TARGET_WIN32),yes)
253 windres -o osdep/mplayer-rc.o osdep/mplayer.rc
254 endif
255 $(CC) $(CFLAGS) -o $(PRG) $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) $(I18NLIBS) $(MATH_LIB)
257 mplayer.exe.spec.c: libmpcodecs/libmpcodecs.a
258 winebuild -fPIC -o mplayer.exe.spec.c -exe mplayer.exe -mcui \
259 libmpcodecs/ad_qtaudio.o libmpcodecs/vd_qtvideo.o \
260 -L/usr/local/lib/wine -lkernel32
262 mplayer.exe.so: $(MPLAYER_DEP) mplayer.exe.spec.c
263 $(CC) $(CFLAGS) -Wall -shared -Wl,-rpath,/usr/local/lib -Wl,-Bsymbolic -o mplayer.exe.so $(OBJS_MPLAYER) mplayer.exe.spec.c libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) $(ARCH_LIB) -lwine $(MATH_LIB)
265 mplayer_wine.so: $(MPLAYER_DEP)
266 $(CC) $(CFLAGS) -shared -Wl,-Bsymbolic -o mplayer_wine.so mplayer_wine.spec.c $(OBJS_MPLAYER) libvo/libvo.a libao2/libao2.a $(MENU_LIBS) $(VIDIX_LIBS) $(GUI_LIBS) $(COMMON_LIBS) $(GTK_LIBS) $(VO_LIBS) $(AO_LIBS) $(EXTRA_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(STATIC_LIB) -lwine $(ARCH_LIB) $(MATH_LIB)
268 ifeq ($(MENCODER),yes)
269 $(PRG_MENCODER): $(MENCODER_DEP)
270 $(CC) $(CFLAGS) -o $(PRG_MENCODER) $(OBJS_MENCODER) libmpcodecs/libmpencoders.a $(ENCORE_LIB) $(COMMON_LIBS) $(EXTRA_LIB) $(MLIB_LIB) $(LIRC_LIB) $(LIRCC_LIB) $(ARCH_LIB) $(I18NLIBS) $(MATH_LIB)
271 endif
273 codecs.conf.h: $(PRG_CFG) etc/codecs.conf
274 ./$(PRG_CFG) ./etc/codecs.conf > $@
276 codec-cfg.o: codecs.conf.h
278 # Every mplayer dependency depends on version.h, to force building version.h
279 # first (in serial mode) before any other of the dependencies for a parallel make
280 # run. This is necessary, because the make rule for version.h removes objects
281 # in a recursive "make distclean" and we must wait for this "make distclean" to
282 # finish before we can start building new object files.
283 # help_mp.h is also required by a lot of files, so force generating it early.
284 $(MPLAYER_DEP): version.h help_mp.h
285 $(MENCODER_DEP): version.h help_mp.h
287 $(PRG_CFG): version.h codec-cfg.c codec-cfg.h
288 $(HOST_CC) $(HOST_CFLAGS) -I. -g codec-cfg.c mp_msg.c -o $(PRG_CFG) -DCODECS2HTML $(EXTRA_LIB) $(EXTRA_INC) $(I18NLIBS)
290 install: $(ALL_PRG)
291 ifeq ($(VIDIX),yes)
292 $(DO_MAKE)
293 endif
294 ifeq ($(SHARED_PP),yes)
295 $(MAKE) install -C libavcodec/libpostproc
296 endif
297 if test ! -d $(BINDIR) ; then mkdir -p $(BINDIR) ; fi
298 $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG) $(BINDIR)/$(PRG)
299 ifeq ($(GUI),yes)
300 -ln -sf $(PRG) $(BINDIR)/gmplayer
301 endif
302 if test ! -d $(MANDIR)/man1 ; then mkdir -p $(MANDIR)/man1; fi
303 for i in $(MAN_LANG); do \
304 if test "$$i" = en ; then \
305 $(INSTALL) -c -m 644 DOCS/man/en/mplayer.1 $(MANDIR)/man1/mplayer.1 ; \
306 else \
307 mkdir -p $(MANDIR)/$$i/man1 ; \
308 $(INSTALL) -c -m 644 DOCS/man/$$i/mplayer.1 $(MANDIR)/$$i/man1/mplayer.1 ; \
309 fi ; \
310 done
311 ifeq ($(MENCODER),yes)
312 $(INSTALL) -m 755 $(INSTALLSTRIP) $(PRG_MENCODER) $(BINDIR)/$(PRG_MENCODER)
313 for i in $(MAN_LANG); do \
314 if test "$$i" = en ; then \
315 ln -sf mplayer.1 $(MANDIR)/man1/mencoder.1 ; \
316 else \
317 ln -sf mplayer.1 $(MANDIR)/$$i/man1/mencoder.1 ; \
318 fi ; \
319 done
320 endif
321 @if test ! -d $(DATADIR) ; then mkdir -p $(DATADIR) ; fi
322 @if test ! -d $(DATADIR)/font ; then mkdir -p $(DATADIR)/font ; fi
323 @if test ! -f $(DATADIR)/font/font.desc ; then \
324 echo "*** Download font at http://www.mplayerhq.hu/homepage/dload.html" ; \
325 echo "*** for OSD/Subtitles support and extract to $(DATADIR)/font/" ; \
327 ifeq ($(GUI),yes)
328 @if test ! -d $(DATADIR)/Skin ; then mkdir -p $(DATADIR)/Skin ; fi
329 @echo "*** Download skin(s) at http://www.mplayerhq.hu/homepage/dload.html"
330 @echo "*** for GUI, and extract to $(DATADIR)/Skin/"
331 @if test ! -d $(prefix)/share/pixmaps ; then mkdir -p $(prefix)/share/pixmaps ; fi
332 $(INSTALL) -m 644 Gui/mplayer/pixmaps/mplayer-desktop.xpm $(prefix)/share/pixmaps/mplayer-desktop.xpm
333 @if test ! -d $(prefix)/share/applications ; then mkdir -p $(prefix)/share/applications ; fi
334 $(INSTALL) -m 644 etc/mplayer.desktop $(prefix)/share/applications/mplayer.desktop
335 endif
336 @if test ! -d $(CONFDIR) ; then mkdir -p $(CONFDIR) ; fi
337 @if test -f $(CONFDIR)/codecs.conf ; then mv -f $(CONFDIR)/codecs.conf $(CONFDIR)/codecs.conf.old ; fi
338 ifeq ($(DVDKIT_SHARED),yes)
339 ifeq ($(DVDKIT2),yes)
340 if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi
341 $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit2/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so
342 else
343 ifeq ($(DVDKIT),yes)
344 if test ! -d $(LIBDIR) ; then mkdir -p $(LIBDIR) ; fi
345 $(INSTALL) -m 755 $(INSTALLSTRIP) libmpdvdkit/libmpdvdkit.so $(LIBDIR)/libmpdvdkit.so
346 endif
347 endif
348 endif
350 uninstall:
351 -rm -f $(BINDIR)/$(PRG) $(BINDIR)/gmplayer $(MANDIR)/man1/mplayer.1
352 -rm -f $(BINDIR)/$(PRG_MENCODER) $(MANDIR)/man1/mencoder.1
353 -rm -f $(prefix)/share/pixmaps/mplayer-desktop.xpm
354 -rm -f $(prefix)/share/applications/mplayer.desktop
355 -rm -f $(LIBDIR)/libmpdvdkit.so
356 for l in $(MAN_LANG); do \
357 if test "i$$l" != "en"; then \
358 -rm -f $(MANDIR)/$$l/man1/mplayer.1 $(MANDIR)/$$l/man1/mencoder.1 \
359 -rm -f $(MANDIR)/$$l/man1/gmplayer.1 \
360 fi \
361 done
362 ifeq ($(VIDIX),yes)
363 $(DO_MAKE)
364 endif
365 @echo "Uninstall completed"
367 clean:
368 -rm -f *.o *~ $(OBJS) codecs.conf.h
370 distclean: doxygen_clean
371 -rm -f *~ $(PRG) $(PRG_MENCODER) $(PRG_CFG) $(OBJS)
372 -rm -f *.o *.a .depend configure.log codecs.conf.h help_mp.h
373 @for a in $(PARTS); do $(MAKE) -C $$a distclean; done
375 strip:
376 strip -s $(ALL_PRG)
378 dep: depend
380 depend: help_mp.h
381 ./version.sh `$(CC) -dumpversion`
382 $(CC) -MM $(CFLAGS) -DCODECS2HTML mplayer.c mencoder.c $(SRCS_MPLAYER) $(SRCS_MENCODER) 1>.depend
383 @for a in $(PARTS); do $(MAKE) -C $$a dep; done
385 # ./configure must be run if it changed in CVS
386 config.h: configure
387 @echo "############################################################"
388 @echo "####### Please run ./configure again - it's changed! #######"
389 @echo "############################################################"
390 ifeq ($(wildcard .developer),)
391 @exit 1
392 endif
394 # do not rebuild after cvs commits if .developer file is present!
396 # rebuild at every config.h/config.mak change:
397 version.h:
398 ./version.sh `$(CC) -dumpversion`
399 ifeq ($(wildcard .developer),)
400 $(MAKE) distclean
401 endif
402 $(MAKE) depend
404 doxygen:
405 doxygen DOCS/tech/Doxyfile
407 doxygen_clean:
408 -rm -rf DOCS/tech/doxygen
410 help_mp.h: help/help_mp-en.h $(HELP_FILE)
411 @echo '// WARNING! This is a generated file. Do NOT edit.' > help_mp.h
412 @echo '// See the help/ subdir for the editable files.' >> help_mp.h
413 ifeq ($(CHARSET),)
414 @echo '#include "$(HELP_FILE)"' >> help_mp.h
415 else
416 iconv -f `cat $(HELP_FILE).charset` -t $(CHARSET) "$(HELP_FILE)" >> help_mp.h
417 endif
419 ifneq ($(HELP_FILE),help/help_mp-en.h)
420 @echo "Adding untranslated messages to help_mp.h"
421 @echo '// untranslated messages from the English master file:' >> help_mp.h
422 @help/help_diff.sh $(HELP_FILE) < help/help_mp-en.h >> help_mp.h
423 endif
425 # rebuild at every CVS update or config/makefile change:
426 ifeq ($(wildcard .developer),)
427 ifneq ($(wildcard CVS/Entries),)
428 version.h: CVS/Entries
429 endif
430 version.h: config.h config.mak Makefile
431 endif
434 # include dependencies to get make to recurse into lib dirs,
435 # if the user desires such behavior
437 ifneq ($(wildcard .libdeps),)
438 include .libdeps
439 endif
442 # include dependency files if they exist
444 ifneq ($(wildcard .depend),)
445 include .depend
446 endif