NetBSD/bin/csh
lukem a93ea220fc Rework how dependency generation is performed:
* DPSRCS contains extra dependencies, but is _NOT_ added to CLEANFILES.
  This is a change of behaviour.  If a Makefile wants the clean semantics
  it must specifically append to CLEANFILES.
  Resolves PR toolchain/5204.

* To recap: .d (depend) files are generated for all files in SRCS and DPSRCS
  that have a suffix of: .c .m .s .S .C .cc .cpp .cxx

* If YHEADER is set, automatically add the .y->.h to DPSRCS & CLEANFILES

* Ensure that ${OBJS} ${POBJS} ${LOBJS} ${SOBJS} *.d  depend upon ${DPSRCS}

* Deprecate the (short lived) DEPENDSRCS


Update the various Makefiles to these new semantics; generally either
adding to CLEANFILES (because DPSRCS doesn't do that anymore), or replacing
specific .o dependencies with DPSRCS entries.

Tested with "make -j 8 distribution" and "make distribution".
2003-08-01 17:03:41 +00:00
..
USD.doc Rename a large chunk of the make(1) variables which refer to a 2003-07-10 10:33:58 +00:00
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
alloc.c
char.c
char.h
const.c
csh.1 cpu -> CPU. 2003-07-14 08:58:12 +00:00
csh.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
csh.h
dir.c
dir.h
dol.c
err.c
exec.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
exp.c
extern.h
file.c remove maxitems limit (from Todd Miller) 2003-02-08 19:05:19 +00:00
func.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
glob.c
hist.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
init.c
lex.c
misc.c
parse.c
pathnames.h
proc.c use strtol() for better error handling in builtin kill (Peter Jeremy) 2003-02-08 19:40:30 +00:00
proc.h
sem.c strlcpy 2003-07-12 13:23:55 +00:00
set.c Rename `sigset' locals to avoid symbol shadowing warning. 2003-01-16 09:38:37 +00:00
str.c
strpct.c
time.c