History log of /netbsd/lib/libc/arch/i386/stdlib/Makefile.inc (Results 1 – 9 of 9)
Revision Date Author Comments
# a245205b 11-Aug-2009 dsl <dsl@NetBSD.org>

Change NO_SRCS lines to specify .S in order to exclude the .c file from
SRCS but add it to LSRCS (sort of makes sense!).


# 8190cfe5 31-Jul-2009 dsl <dsl@NetBSD.org>

Don't remove imaxdiv.c


# 10ad5ffa 31-Jul-2009 dsl <dsl@NetBSD.org>

Add the 'abs', 'div' and 'erand48' sources to stdlib/Makefile.inc.
Change the arch files only include the .S files.
This adds imaxdiv() to some archs where it was missing.


# cac8e449 04-Aug-2008 matt <matt@NetBSD.org>

Add C99 functions imaxabs and imaxdiv.


# f81322cf 22-Mar-2006 drochner <drochner@NetBSD.org>

build erand48_ieee754.c on everything but vax


# a93ea220 01-Aug-2003 lukem <lukem@NetBSD.org>

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

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".

show more ...


# e4d7c2e3 06-Mar-2000 kleink <kleink@NetBSD.org>

Add ISO C99 long long integer general utility interfaces; partially addresses
PR standards/9482.


# 435c105d 05-Nov-1997 cgd <cgd@NetBSD.org>

lint stubs for assembly routines.


# 4d7e7732 05-Nov-1997 cgd <cgd@NetBSD.org>

A foolish consistency... gen, net, and string all get MD sources
specified by including a Makefile.inc from the appropriate MD directory.
stdlib doesn't do that, but there's no reason that it should

A foolish consistency... gen, net, and string all get MD sources
specified by including a Makefile.inc from the appropriate MD directory.
stdlib doesn't do that, but there's no reason that it shouldn't (and
it'd be nice to eliminate the 'if's from the MI stdlib Makefile.inc).

show more ...