Mercurial > mplayer.hg
view input/Makefile @ 21260:cc732ceece60
Shouldn't move "#ifdef MACOSX" before #include config.h of course...
author | uau |
---|---|
date | Sun, 26 Nov 2006 18:27: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