Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Makefile.inc « arm « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 988e2340006c1ad400ca034874ab2913f7414468 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
%C%_src = \
	%D%/e_sqrt.c \
	%D%/ef_sqrt.c \
	%D%/s_ceil.c \
	%D%/s_floor.c \
	%D%/s_fma_arm.c \
	%D%/s_nearbyint.c \
	%D%/s_rint.c \
	%D%/s_round.c \
	%D%/s_trunc.c \
	%D%/sf_ceil.c \
	%D%/sf_floor.c \
	%D%/sf_fma_arm.c \
	%D%/sf_nearbyint.c \
	%D%/sf_rint.c \
	%D%/sf_round.c \
	%D%/sf_trunc.c \
	%D%/feclearexcept.c \
	%D%/fe_dfl_env.c\
	%D%/fegetenv.c \
	%D%/fegetexceptflag.c \
	%D%/fegetround.c \
	%D%/feholdexcept.c \
	%D%/fegetexcept.c \
	%D%/feraiseexcept.c \
	%D%/fesetenv.c \
	%D%/fesetexceptflag.c \
	%D%/fesetround.c \
	%D%/fetestexcept.c \
	%D%/feupdateenv.c \
	%D%/feenableexcept.c \
	%D%/fedisableexcept.c

libm_a_SOURCES += $(%C%_src)