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
/
arm
/
Makefile.inc
blob
988e2340006c1ad400ca034874ab2913f7414468
1
%C%_src = \
2
%D%/e_sqrt.c \
3
%D%/ef_sqrt.c \
4
%D%/s_ceil.c \
5
%D%/s_floor.c \
6
%D%/s_fma_arm.c \
7
%D%/s_nearbyint.c \
8
%D%/s_rint.c \
9
%D%/s_round.c \
10
%D%/s_trunc.c \
11
%D%/sf_ceil.c \
12
%D%/sf_floor.c \
13
%D%/sf_fma_arm.c \
14
%D%/sf_nearbyint.c \
15
%D%/sf_rint.c \
16
%D%/sf_round.c \
17
%D%/sf_trunc.c \
18
%D%/feclearexcept.c \
19
%D%/fe_dfl_env.c\
20
%D%/fegetenv.c \
21
%D%/fegetexceptflag.c \
22
%D%/fegetround.c \
23
%D%/feholdexcept.c \
24
%D%/fegetexcept.c \
25
%D%/feraiseexcept.c \
26
%D%/fesetenv.c \
27
%D%/fesetexceptflag.c \
28
%D%/fesetround.c \
29
%D%/fetestexcept.c \
30
%D%/feupdateenv.c \
31
%D%/feenableexcept.c \
32
%D%/fedisableexcept.c
33
34
libm_a_SOURCES += $(%C%_src)