NetBSD/gnu/usr.bin/gcc
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
..
arch Add native toolchain bits for "armeb" (big-endian ARM). 2002-05-20 15:05:07 +00:00
backend Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
cc1
cc1obj
cc1plus
cpp Add cpp.1 as an MLINK 2001-10-17 05:39:04 +00:00
cpp0 Set NOxxx= before <bsd.own.mk> is pulled in (even indirectly). 2001-12-12 12:24:19 +00:00
f771 Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
frontend - use NETBSDSRCDIR as appropriate 2002-09-19 03:09:31 +00:00
g++ build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
g77 build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
gcc build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
gcov build & install info & man page documentation. 2001-08-19 14:23:55 +00:00
protoize Set NOMAN correctly. From Andrew Brown. 2001-12-21 08:06:15 +00:00
unprotoize Set NOMAN correctly. From Andrew Brown. 2001-12-21 08:06:15 +00:00
Makefile * Eliminate the USE_NEW_TOOLCHAIN variable. Instead, split it into 2002-09-17 23:18:25 +00:00
Makefile.backend - use NETBSDSRCDIR as appropriate 2002-09-19 03:09:31 +00:00
Makefile.frontend - use NETBSDSRCDIR as appropriate 2002-09-19 03:09:31 +00:00
Makefile.inc Only do the nbcompat dance is USETOOLS == yes. 2003-04-04 00:25:07 +00:00
hconfig.h Make hconfig.h common as simply a redirect to config.h; these are 2002-02-26 20:56:29 +00:00