view input/Makefile @ 26009:40fd58b7e8ab

sync w/r25308, patch by mesecam %mesecam A gmail P com %
author gpoirier
date Wed, 20 Feb 2008 22:40:14 +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