view input/Makefile @ 26153:ccb45896d3ab

sync w/r26067, patch by JRaSH jrash06 A 163 P com
author gpoirier
date Thu, 06 Mar 2008 14:28:59 +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