view input/Makefile @ 25421:cc1b8a9d0ae2

Here should add the minb to x when x>=0 because in later code we use 'x - minb' to draw bg box when x>=0.
author ulion
date Tue, 18 Dec 2007 11:54:17 +0000
parents 4c260bdb4de9
children
line wrap: on
line source

include ../config.mak

LIBNAME_MPLAYER = libinput.a

SRCS_MPLAYER                  = input.c
SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
SRCS_MPLAYER-$(JOYSTICK)     += joystick.c
SRCS_MPLAYER-$(LIRC)         += lirc.c

include ../mpcommon.mak