equal
deleted
inserted
replaced
|
1 # |
|
2 # Copyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved. |
|
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
|
4 # |
|
5 # This code is free software; you can redistribute it and/or modify it |
|
6 # under the terms of the GNU General Public License version 2 only, as |
|
7 # published by the Free Software Foundation. Sun designates this |
|
8 # particular file as subject to the "Classpath" exception as provided |
|
9 # by Sun in the LICENSE file that accompanied this code. |
|
10 # |
|
11 # This code is distributed in the hope that it will be useful, but WITHOUT |
|
12 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
|
13 # FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
|
14 # version 2 for more details (a copy is included in the LICENSE file that |
|
15 # accompanied this code). |
|
16 # |
|
17 # You should have received a copy of the GNU General Public License version |
|
18 # 2 along with this work; if not, write to the Free Software Foundation, |
|
19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
|
20 # |
|
21 # Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, |
|
22 # CA 95054 USA or visit www.sun.com if you need additional information or |
|
23 # have any questions. |
|
24 # |
|
25 |
|
26 FILES_c = \ |
|
27 k_standard.c \ |
|
28 k_rem_pio2.c \ |
|
29 k_cos.c \ |
|
30 k_sin.c \ |
|
31 k_tan.c \ |
|
32 e_acos.c \ |
|
33 e_acosh.c \ |
|
34 e_asin.c \ |
|
35 e_atan2.c \ |
|
36 e_atanh.c \ |
|
37 e_cosh.c \ |
|
38 e_exp.c \ |
|
39 e_fmod.c \ |
|
40 e_gamma.c \ |
|
41 e_gamma_r.c \ |
|
42 e_hypot.c \ |
|
43 e_j0.c \ |
|
44 e_j1.c \ |
|
45 e_jn.c \ |
|
46 e_lgamma.c \ |
|
47 e_lgamma_r.c \ |
|
48 e_log.c \ |
|
49 e_log10.c \ |
|
50 e_pow.c \ |
|
51 e_rem_pio2.c \ |
|
52 e_remainder.c \ |
|
53 e_scalb.c \ |
|
54 e_sinh.c \ |
|
55 e_sqrt.c \ |
|
56 w_acos.c \ |
|
57 w_acosh.c \ |
|
58 w_asin.c \ |
|
59 w_atan2.c \ |
|
60 w_atanh.c \ |
|
61 w_cosh.c \ |
|
62 w_exp.c \ |
|
63 w_fmod.c \ |
|
64 w_gamma.c \ |
|
65 w_gamma_r.c \ |
|
66 w_hypot.c \ |
|
67 w_j0.c \ |
|
68 w_j1.c \ |
|
69 w_jn.c \ |
|
70 w_lgamma.c \ |
|
71 w_lgamma_r.c \ |
|
72 w_log.c \ |
|
73 w_log10.c \ |
|
74 w_pow.c \ |
|
75 w_remainder.c \ |
|
76 w_scalb.c \ |
|
77 w_sinh.c \ |
|
78 w_sqrt.c \ |
|
79 s_asinh.c \ |
|
80 s_atan.c \ |
|
81 s_cbrt.c \ |
|
82 s_ceil.c \ |
|
83 s_copysign.c \ |
|
84 s_cos.c \ |
|
85 s_erf.c \ |
|
86 s_expm1.c \ |
|
87 s_fabs.c \ |
|
88 s_finite.c \ |
|
89 s_floor.c \ |
|
90 s_frexp.c \ |
|
91 s_ilogb.c \ |
|
92 s_isnan.c \ |
|
93 s_ldexp.c \ |
|
94 s_lib_version.c \ |
|
95 s_log1p.c \ |
|
96 s_logb.c \ |
|
97 s_matherr.c \ |
|
98 s_modf.c \ |
|
99 s_nextafter.c \ |
|
100 s_rint.c \ |
|
101 s_scalbn.c \ |
|
102 s_signgam.c \ |
|
103 s_significand.c \ |
|
104 s_sin.c \ |
|
105 s_tan.c \ |
|
106 s_tanh.c |