comparison input/Makefile @ 19420:4f71ed7cb512

Move all internal -I parameters to the front of CFLAGS to avoid using external header files that happen to have the same name as internal ones. based on a patch by Vladislav Naumov, vladislav.naumov **at** gmail **dot** com
author diego
date Thu, 17 Aug 2006 17:19:56 +0000
parents 7a9a9748e045
children 133f4d2f84c5
comparison
equal deleted inserted replaced
19419:3ae6b0a6fffc 19420:4f71ed7cb512
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.. 9 CFLAGS = -I. -I.. $(OPTFLAGS)
10 10
11 .SUFFIXES: .c .o 11 .SUFFIXES: .c .o
12 12
13 13
14 .c.o: 14 .c.o: