comparison vidix/Makefile @ 22543:1503d29ab0d1

Remove superfluous/obsolete rules and variables.
author diego
date Wed, 14 Mar 2007 08:37:34 +0000
parents 909e1e707dc5
children 22aee0fa42a4
comparison
equal deleted inserted replaced
22542:974f5ffb5097 22543:1503d29ab0d1
4 4
5 SRCS = vidixlib.c 5 SRCS = vidixlib.c
6 OBJS = $(SRCS:.c=.o) 6 OBJS = $(SRCS:.c=.o)
7 7
8 CFLAGS = $(OPTFLAGS) 8 CFLAGS = $(OPTFLAGS)
9
10 .SUFFIXES: .c .o
11
12 # .PHONY: all clean
13
14 .c.o:
15 $(CC) -c $(CFLAGS) -o $@ $<
16 9
17 all: $(LIBNAME) do_drivers 10 all: $(LIBNAME) do_drivers
18 11
19 do_drivers: 12 do_drivers:
20 $(MAKE) -C drivers 13 $(MAKE) -C drivers