NetBSD/lib/libc/arch/sh5/gen
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
..
__setjmp14.S Much rototilling to add PIC support. 2003-03-24 14:29:34 +00:00
__sigsetjmp14.S Much rototilling to add PIC support. 2003-03-24 14:29:34 +00:00
_lwp.c Make sure we reference getcontext() by its internal name. 2003-04-07 21:04:20 +00:00
_setjmp.S Much rototilling to add PIC support. 2003-03-24 14:29:34 +00:00
alloca.S Round-up the supplied length *before* aligning. 2002-09-06 15:31:19 +00:00
byte_swap_2.S Sign-extend the return value, as required by the ABI. 2003-03-26 11:59:36 +00:00
byte_swap_4.S Sign-extend the return value, as required by the ABI. 2003-03-26 11:59:36 +00:00
byte_swap_8.S Ditch the leading underscores for bswap*() 2002-07-10 12:42:28 +00:00
fabs.S
flt_rounds.S It helps to use the right register for the return value. 2002-07-10 13:21:56 +00:00
fpgetmask.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
fpgetround.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
fpgetsticky.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
fpsetmask.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
fpsetround.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
fpsetsticky.S Add IEEE FP mode control functions and definitions for SH5. 2002-07-12 12:20:24 +00:00
makecontext.c Now make these actually work. 2003-01-22 13:44:36 +00:00
Makefile.inc Rework how dependency generation is performed: 2003-08-01 17:03:41 +00:00
resumecontext.c SH5 libc ucontext/lwp support. 2003-01-19 23:05:01 +00:00
swapcontext.S Much rototilling to add PIC support. 2003-03-24 14:29:34 +00:00