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

Makefile.inc « aarch64 « machine « libm « newlib - cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 478aaeed8b05aa63f4d34b2b8ec79e7771a3c356 (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
35
36
37
38
39
40
41
42
43
44
45
%C%_src = \
	%D%/e_sqrt.c \
	%D%/ef_sqrt.c \
	%D%/s_ceil.c \
	%D%/s_fabs.c \
	%D%/s_floor.c \
	%D%/s_fma.c \
	%D%/s_fmax.c \
	%D%/s_fmin.c \
	%D%/s_llrint.c \
	%D%/s_llround.c \
	%D%/s_lrint.c \
	%D%/s_lround.c \
	%D%/s_nearbyint.c \
	%D%/s_rint.c \
	%D%/s_round.c \
	%D%/s_trunc.c \
	%D%/sf_ceil.c \
	%D%/sf_fabs.c \
	%D%/sf_floor.c \
	%D%/sf_fma.c \
	%D%/sf_fmax.c \
	%D%/sf_fmin.c \
	%D%/sf_llrint.c \
	%D%/sf_llround.c \
	%D%/sf_lrint.c \
	%D%/sf_lround.c \
	%D%/sf_nearbyint.c \
	%D%/sf_rint.c \
	%D%/sf_round.c \
	%D%/sf_trunc.c \
	%D%/fenv.c \
	%D%/feclearexcept.c \
	%D%/fegetenv.c \
	%D%/fegetexceptflag.c \
	%D%/fegetround.c \
	%D%/feholdexcept.c \
	%D%/feraiseexcept.c \
	%D%/fesetenv.c \
	%D%/fesetexceptflag.c \
	%D%/fesetround.c \
	%D%/fetestexcept.c \
	%D%/feupdateenv.c

libm_a_SOURCES += $(%C%_src)