view input/Makefile @ 24070:bf7545ebc044

Remove an unnecessary #ifdef The default version of the sleep timer no longer has the code which required adding a different #ifdef SYS_DARWIN version, so remove the Darwin implementation.
author uau
date Sat, 18 Aug 2007 05:32:45 +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