NetBSD/gnu/lib/libgcc3
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
..
alpha.mk Regenerate gcc3 configuration for alpha 2003-07-30 06:22:54 +00:00
arm.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
i386.mk regenerate with --enable-threads 2003-07-29 06:49:53 +00:00
m68k.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
m68000.mk build-tested support for m68000, m68k, sh3el and sh3eb. 2003-07-27 14:41:32 +00:00
Makefile Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
mipseb.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
mipsel.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
powerpc.mk - fix several build problems 2003-08-01 13:55:36 +00:00
sh3eb.mk build-tested support for m68000, m68k, sh3el and sh3eb. 2003-07-27 14:41:32 +00:00
sh3el.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
sparc64.mk - find gthr-default.h for libgcc3 2003-07-30 05:33:25 +00:00
sparc.mk - fix several build problems 2003-08-01 13:55:36 +00:00