repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: access: Fix X_OK behaviour for backup operators and admins
[newlib-cygwin.git]
/
newlib
/
libm
/
machine
/
aarch64
/
Makefile.inc
blob
478aaeed8b05aa63f4d34b2b8ec79e7771a3c356
1
%C%_src = \
2
%D%/e_sqrt.c \
3
%D%/ef_sqrt.c \
4
%D%/s_ceil.c \
5
%D%/s_fabs.c \
6
%D%/s_floor.c \
7
%D%/s_fma.c \
8
%D%/s_fmax.c \
9
%D%/s_fmin.c \
10
%D%/s_llrint.c \
11
%D%/s_llround.c \
12
%D%/s_lrint.c \
13
%D%/s_lround.c \
14
%D%/s_nearbyint.c \
15
%D%/s_rint.c \
16
%D%/s_round.c \
17
%D%/s_trunc.c \
18
%D%/sf_ceil.c \
19
%D%/sf_fabs.c \
20
%D%/sf_floor.c \
21
%D%/sf_fma.c \
22
%D%/sf_fmax.c \
23
%D%/sf_fmin.c \
24
%D%/sf_llrint.c \
25
%D%/sf_llround.c \
26
%D%/sf_lrint.c \
27
%D%/sf_lround.c \
28
%D%/sf_nearbyint.c \
29
%D%/sf_rint.c \
30
%D%/sf_round.c \
31
%D%/sf_trunc.c \
32
%D%/fenv.c \
33
%D%/feclearexcept.c \
34
%D%/fegetenv.c \
35
%D%/fegetexceptflag.c \
36
%D%/fegetround.c \
37
%D%/feholdexcept.c \
38
%D%/feraiseexcept.c \
39
%D%/fesetenv.c \
40
%D%/fesetexceptflag.c \
41
%D%/fesetround.c \
42
%D%/fetestexcept.c \
43
%D%/feupdateenv.c
44
45
libm_a_SOURCES += $(%C%_src)