NetBSD/gnu/lib
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
..
libbfd When MKPIC is "no" and we force MKLINKLIB to "yes" to provide 2003-06-26 02:49:31 +00:00
libg2c If MKGCC == no, don't build these libraries (which are bundled with 2003-06-01 02:08:07 +00:00
libg2c3 - fix several build problems 2003-08-01 13:55:36 +00:00
libgcc * If MKGCC == no, don't build this library, which is bundled with the 2003-06-01 02:09:31 +00:00
libgcc3 Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
libiberty
libmalloc
libobjc Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
libobjc3 Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
libopcodes Run mknative to regenerate for binutils 2.13.2.1. 2003-05-26 01:03:05 +00:00
libstdc++ add more rules to disable default '.cc -> NULL' transforms, 2003-07-22 02:52:37 +00:00
libstdc++-v3 - fix several build problems 2003-08-01 13:55:36 +00:00
libsupc++ - fix several build problems 2003-08-01 13:55:36 +00:00
Makefile - build/install a libsupc++.a 2003-07-26 14:55:12 +00:00