summaryrefslogtreecommitdiffstats
path: root/input/Makefile
blob: 364d73641d99932d0f460b3c00ad0d582cc3693e (plain)
1
2
3
4
5
6
7
8
9
10
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