Mercurial > mplayer.hg
view input/Makefile @ 21283:4b312876b682
sync w/ 21298
author | gpoirier |
---|---|
date | Sun, 26 Nov 2006 23:25:42 +0000 |
parents | 92b122592776 |
children | ef59ac68c9b6 |
line wrap: on
line source
include ../config.mak LIBNAME = libinput.a SRCS=input.c ifeq ($(JOYSTICK),yes) SRCS += joystick.c endif ifeq ($(LIRC),yes) SRCS += lirc.c endif include ../mpcommon.mak