2019-08-08 11:27:06 -05:00
|
|
|
## Process this file with automake to generate Makefile.in
|
|
|
|
|
2021-12-30 14:26:52 -05:00
|
|
|
AM_CPPFLAGS = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)
|
2019-08-08 11:27:06 -05:00
|
|
|
|
|
|
|
src = feclearexcept.c fe_dfl_env.c fegetenv.c fegetexceptflag.c \
|
|
|
|
fegetround.c feholdexcept.c feraiseexcept.c fesetenv.c \
|
|
|
|
fesetexceptflag.c fesetround.c fetestexcept.c feupdateenv.c
|
|
|
|
|
|
|
|
lib_a_CFLAGS = -fbuiltin -fno-math-errno
|
|
|
|
|
|
|
|
noinst_LIBRARIES = lib.a
|
|
|
|
lib_a_SOURCES = $(src)
|
|
|
|
lib_a_CFLAGS += $(AM_CFLAGS)
|
|
|
|
|
|
|
|
# A partial dependency list.
|
|
|
|
|
|
|
|
$(lib_a_OBJECTS): $(srcdir)/../../libc/include/fenv.h
|