Further BUILDENV refinement, further fool-proofing of Makefiles and

[most importantly] put back dependencies accidentaly eliminated in
check-in #13342.
This commit is contained in:
Andy Polyakov
2005-05-16 16:55:47 +00:00
parent 7abbffc3fb
commit ce92b6eb9c
54 changed files with 397 additions and 239 deletions

View File

@@ -7,8 +7,6 @@ TOP= ../..
CC= cc
INCLUDES= -I.. -I$(TOP) -I../../include
CFLAG=-g
MAKEDEPPROG= makedepend
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
MAKEFILE= Makefile
AR= ar r
@@ -67,6 +65,7 @@ lint:
lint -DLINT $(INCLUDES) $(SRC)>fluff
depend:
@[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(LIBSRC)
dclean: