Mercurial > mplayer.hg
diff input/Makefile @ 22528:8bcff5c7e387
Give more descriptive names to the source and library variables and split
between common, MPlayer-specific and MEncoder-specific parts.
author | diego |
---|---|
date | Tue, 13 Mar 2007 12:10:57 +0000 |
parents | ef59ac68c9b6 |
children | 090ec2169aee |
line wrap: on
line diff
--- a/input/Makefile Tue Mar 13 10:33:33 2007 +0000 +++ b/input/Makefile Tue Mar 13 12:10:57 2007 +0000 @@ -1,10 +1,10 @@ include ../config.mak -LIBNAME = libinput.a +LIBNAME_MPLAYER = libinput.a -SRCS=input.c -SRCS-$(JOYSTICK) += joystick.c -SRCS-$(LIRC) += lirc.c +SRCS_MPLAYER = input.c +SRCS_MPLAYER-$(JOYSTICK) += joystick.c +SRCS_MPLAYER-$(LIRC) += lirc.c include ../mpcommon.mak