NetBSD/tools
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
..
asn1_compile
autoconf
binstall
binutils - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
cap_mkdb
cat
cksum
compat Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
compile_et
config
crunchgen
ctags
db
dbsym - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
fgen
file
gcc we need config.h an another version of gthr-default.h 2003-08-01 02:44:55 +00:00
gencat
gettext
groff
hexdump
host-mkdep netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
installboot
lex
lint
lint1
lint2
lorder
m4
make netbsd.org->NetBSD.org 2003-07-26 20:17:31 +00:00
makefs
makewhatis
mdsetimage - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
menuc
mips-elf2ecoff
mkcsmapper
mkdep
mkesdb
mklocale
mktemp
msgc
mtree
pax
prep-mkbootimage
pwd_mkdb
rpcgen
stat add stat(1) as a host tool 2003-07-20 14:06:32 +00:00
sunlabel
texinfo
toolchain document how to generate GCC3.3 bootstrap info with mknative 2003-07-27 15:00:52 +00:00
tsort
uudecode
yacc
zic
Makefile - build "binutils" and "gcc" separately if USE_TOOLS_TOOLCHAIN is not set 2003-07-25 16:26:51 +00:00
Makefile.gnuhost
Makefile.gnuwrap
Makefile.host