source: trunk/libs/newlib/src/newlib/libm/machine/riscv/Makefile.am @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 649 bytes
Line 
1## Process this file with automake to generate Makefile.in
2
3INCLUDES = -I $(newlib_basedir)/../newlib/libm/common $(NEWLIB_CFLAGS) \
4        $(CROSS_CFLAGS) $(TARGET_CFLAGS)
5
6LIB_SOURCES = \
7        feclearexcept.c fe_dfl_env.c fegetenv.c fegetexceptflag.c \
8        fegetround.c feholdexcept.c feraiseexcept.c fesetenv.c \
9        fesetexceptflag.c fesetround.c fetestexcept.c feupdateenv.c
10
11noinst_LIBRARIES = lib.a
12lib_a_SOURCES = $(LIB_SOURCES)
13lib_a_CFLAGS = $(AM_CFLAGS)
14lib_a_CCASFLAGS = $(AM_CCASFLAGS)
15noinst_DATA =
16
17include $(srcdir)/../../../Makefile.shared
18
19ACLOCAL_AMFLAGS = -I ../../.. -I ../../../..
20CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host
Note: See TracBrowser for help on using the repository browser.