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: mmap: use 64K pages for bookkeeping, second attempt
[newlib-cygwin.git]
/
newlib
/
libm
/
ld
/
Makefile.inc
blob
fef3db4a699f27427e2b23b23a1a08fd95c76c05
1
%C%_lsrc = \
2
%D%/e_acoshl.c \
3
%D%/e_acosl.c \
4
%D%/e_asinl.c \
5
%D%/e_atan2l.c \
6
%D%/e_atanhl.c \
7
%D%/e_coshl.c \
8
%D%/e_fmodl.c \
9
%D%/e_lgammal.c \
10
%D%/e_remainderl.c \
11
%D%/e_sinhl.c \
12
%D%/s_asinhl.c \
13
%D%/s_atanl.c \
14
%D%/s_cbrtl.c \
15
%D%/s_ceill.c \
16
%D%/s_copysignl.c \
17
%D%/s_cosl.c \
18
%D%/s_fabsl.c \
19
%D%/fdiml.c \
20
%D%/s_floorl.c \
21
%D%/s_fmal.c \
22
%D%/s_fmaxl.c \
23
%D%/s_fminl.c \
24
%D%/s_frexpl.c \
25
%D%/s_ilogbl.c \
26
%D%/s_llrintl.c \
27
%D%/s_llroundl.c \
28
%D%/s_logbl.c \
29
%D%/s_lrint.c \
30
%D%/s_lrintl.c \
31
%D%/s_lround.c \
32
%D%/s_lroundl.c \
33
%D%/s_modfl.c \
34
%D%/s_nearbyintl.c \
35
%D%/s_nextafterl.c \
36
%D%/s_nexttoward.c \
37
%D%/s_nexttowardf.c \
38
%D%/s_remquol.c \
39
%D%/s_rintl.c \
40
%D%/s_roundl.c \
41
%D%/scalblnl.c \
42
%D%/s_scalbnl.c \
43
%D%/s_sinl.c \
44
%D%/s_tanhl.c \
45
%D%/s_tanl.c \
46
%D%/s_truncl.c
47
48
libm_a_CFLAGS_%C% = -fbuiltin -fno-math-errno
49
50
if HAVE_LONG_DOUBLE
51
libm_a_SOURCES += $(%C%_lsrc)
52
endif # HAVE_LONG_DOUBLE
53
54
LIBM_CHEWOUT_FILES +=
55
56
LIBM_CHAPTERS +=