comparison input/Makefile @ 24038:4c260bdb4de9

cosmetics: prettyprint
author diego
date Tue, 14 Aug 2007 14:30:27 +0000
parents c7f95196dfe5
children
comparison
equal deleted inserted replaced
24037:c7f95196dfe5 24038:4c260bdb4de9
1 include ../config.mak 1 include ../config.mak
2 2
3 LIBNAME_MPLAYER = libinput.a 3 LIBNAME_MPLAYER = libinput.a
4 4
5 SRCS_MPLAYER = input.c 5 SRCS_MPLAYER = input.c
6 SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c 6 SRCS_MPLAYER-$(APPLE_REMOTE) += ar.c
7 SRCS_MPLAYER-$(JOYSTICK) += joystick.c 7 SRCS_MPLAYER-$(JOYSTICK) += joystick.c
8 SRCS_MPLAYER-$(LIRC) += lirc.c 8 SRCS_MPLAYER-$(LIRC) += lirc.c
9 9
10 include ../mpcommon.mak 10 include ../mpcommon.mak