acadia-newlib/newlib/libm/fenv
Mike Frysinger ed20821a40 newlib: migrate from INCLUDES to AM_CPPFLAGS
Since automake deprecated the INCLUDES name in favor of AM_CPPFLAGS,
change all existing users over.  The generated code is the same since
the two variables have been used in the same exact places by design.

There are other cleanups to be done, but lets focus on just renaming
here so we can upgrade to a newer automake version w/out triggering
new warnings.
2022-01-05 20:29:53 -05:00
..
Makefile.am newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
Makefile.in newlib: migrate from INCLUDES to AM_CPPFLAGS 2022-01-05 20:29:53 -05:00
fe_dfl_env.c fe_dfl_env.c: Fix typo in comment 2019-09-03 09:53:38 -05:00
feclearexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetenv.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fegetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fegetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feholdexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fenv.tex fenv: Include documentation in generated .info file 2019-08-15 12:04:50 +02:00
fenv_stub.c fenv: fix up stub file comment, drop symlinks from description 2021-04-13 12:55:34 +02:00
feraiseexcept.c fenv: Fix typo-ed variable name in documentation 2019-08-13 12:29:30 +01:00
fesetenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetexceptflag.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00
fesetround.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
fetestexcept.c Add default implementation of fenv.h and all methods 2019-08-09 17:49:16 +02:00
feupdateenv.c fenv: Fix mangled makedoc markup 2019-08-13 12:29:30 +01:00