comparison vidix/Makefile @ 22544:22aee0fa42a4

Merge all and do_drivers rules.
author diego
date Wed, 14 Mar 2007 08:39:00 +0000
parents 1503d29ab0d1
children effb4c7d9c1a
comparison
equal deleted inserted replaced
22543:1503d29ab0d1 22544:22aee0fa42a4
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 9
10 all: $(LIBNAME) do_drivers 10 all: $(LIBNAME)
11
12 do_drivers:
13 $(MAKE) -C drivers 11 $(MAKE) -C drivers
14 12
15 $(LIBNAME): $(OBJS) 13 $(LIBNAME): $(OBJS)
16 $(AR) r $(LIBNAME) $(OBJS) 14 $(AR) r $(LIBNAME) $(OBJS)
17 $(RANLIB) $(LIBNAME) 15 $(RANLIB) $(LIBNAME)