acadia-newlib/newlib/libm/complex
Mike Frysinger 2339979934 newlib: libm: merge machine/ configure scripts up a level
The machine configure scripts are all effectively stub scripts that
pass the higher level options to its own makefile.  The only one doing
any custom tests was nds32.  The rest were all effectively the same as
the libm/ configure script.

So instead of recursively running configure in all of these subdirs,
generate their makefiles from the top-level configure.  For nds32,
deploy a pattern of including subdir logic via m4:
	m4_include([machine/nds32/acinclude.m4])

Even its set of checks are very small -- it does 2 preprocessor tests
and sets up 2 makefile conditionals.

Some of the generated machine makefiles have a bunch of extra stuff
added to them, but that's because they were inconsistent in their
configure libtool calls.  The top-level has it, so it exports some
new vars to the ones that weren't already.
2022-01-26 03:11:20 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: libm: merge machine/ configure scripts up a level 2022-01-26 03:11:20 -05:00
cabs.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cabsf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cabsl.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
cacos.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cacosf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cacosh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cacoshf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cacoshl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cacosl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
carg.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cargf.c * libm/complex/cargf.c: Use crealf instead of creal. 2010-11-26 08:59:22 +00:00
cargl.c newlib/libm/complex/cargl.c change imag() real() to cimagl() creall() 2017-09-19 15:36:12 -05:00
casin.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
casinf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
casinh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
casinhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
casinhl.c Importing casinhl.c from NetBSD. 2017-06-29 13:44:32 +02:00
casinl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
catan.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
catanf.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
catanh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
catanhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
catanhl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
catanl.c Importing catanl long double complex method from NetBSD. 2017-07-28 20:36:09 +02:00
ccos.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
ccosf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ccosh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
ccoshf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ccoshl.c ccoshl: Align formatting to upstream 2017-06-14 10:36:38 +02:00
ccosl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cephes_subr.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subr.h * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subrf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subrf.h * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cephes_subrl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cephes_subrl.h newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cexp.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cexpf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cexpl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cimag.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cimagf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cimagl.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
clog.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
clog10.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
clog10f.c libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
clogf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
clogl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
complex.tex libm/complex: add clog10, clog10f 2016-02-22 14:43:41 -06:00
conj.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
conjf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
conjl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cpow.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cpowf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
cpowl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
cproj.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
cprojf.c 2011-03-01 Aaron Landwehr <snaphat@gmail.com> 2011-03-01 21:43:15 +00:00
cprojl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
creal.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
crealf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
creall.c * libc/include/complex.h (cabsl): Add prototype. 2015-02-06 16:14:04 +00:00
csin.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
csinf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
csinh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
csinhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
csinhl.c Importing csinhl.c from NetBSD. 2017-06-29 13:44:32 +02:00
csinl.c Importing csinl.c from NetBSD. 2017-06-29 13:54:31 +02:00
csqrt.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
csqrtf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
csqrtl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
ctan.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
ctanf.c * libm/complex/catan.c, libm/complex/catanf.c, 2010-11-29 12:15:02 +00:00
ctanh.c complex: remove TRAD_SYNOPSIS 2017-12-01 03:41:53 -06:00
ctanhf.c * libc/include/complex.h: New complex header. 2010-10-08 10:35:14 +00:00
ctanhl.c newlib: fix file mode of newly added complex sources 2017-06-29 15:30:35 +02:00
ctanl.c Fixing HUGE_VALF to HUGE_VALL. 2017-07-28 20:30:30 +02:00