Mercurial > mplayer.hg
comparison input/Makefile @ 19037:7a9a9748e045
OPTFLAGS already includes EXTRA_INC.
author | diego |
---|---|
date | Wed, 12 Jul 2006 17:58:07 +0000 |
parents | ce1ba8fd57e7 |
children | 4f71ed7cb512 |
comparison
equal
deleted
inserted
replaced
19036:414709f20b74 | 19037:7a9a9748e045 |
---|---|
4 LIBNAME = libinput.a | 4 LIBNAME = libinput.a |
5 | 5 |
6 SRCS=input.c joystick.c lirc.c | 6 SRCS=input.c joystick.c lirc.c |
7 OBJS=$(SRCS:.c=.o) | 7 OBJS=$(SRCS:.c=.o) |
8 | 8 |
9 CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) | 9 CFLAGS = $(OPTFLAGS) -I. -I.. |
10 | 10 |
11 .SUFFIXES: .c .o | 11 .SUFFIXES: .c .o |
12 | 12 |
13 | 13 |
14 .c.o: | 14 .c.o: |