author | alanb |
Fri, 02 Nov 2012 15:50:11 +0000 | |
changeset 14342 | 8435a30053c1 |
parent 10143 | 4e1c885fb4f3 |
permissions | -rw-r--r-- |
2 | 1 |
# |
14342
8435a30053c1
7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents:
10143
diff
changeset
|
2 |
# Copyright (c) 1998, 2011, Oracle and/or its affiliates. All rights reserved. |
2 | 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 |
|
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
2 | 8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
2 | 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 |
# |
|
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
2 | 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_asin.c \ |
|
34 |
e_atan2.c \ |
|
35 |
e_atanh.c \ |
|
36 |
e_cosh.c \ |
|
37 |
e_exp.c \ |
|
38 |
e_fmod.c \ |
|
39 |
e_hypot.c \ |
|
40 |
e_log.c \ |
|
41 |
e_log10.c \ |
|
42 |
e_pow.c \ |
|
43 |
e_rem_pio2.c \ |
|
44 |
e_remainder.c \ |
|
45 |
e_scalb.c \ |
|
46 |
e_sinh.c \ |
|
47 |
e_sqrt.c \ |
|
48 |
w_acos.c \ |
|
49 |
w_asin.c \ |
|
50 |
w_atan2.c \ |
|
51 |
w_atanh.c \ |
|
52 |
w_cosh.c \ |
|
53 |
w_exp.c \ |
|
54 |
w_fmod.c \ |
|
55 |
w_hypot.c \ |
|
56 |
w_log.c \ |
|
57 |
w_log10.c \ |
|
58 |
w_pow.c \ |
|
59 |
w_remainder.c \ |
|
60 |
w_scalb.c \ |
|
61 |
w_sinh.c \ |
|
62 |
w_sqrt.c \ |
|
63 |
s_atan.c \ |
|
64 |
s_cbrt.c \ |
|
65 |
s_ceil.c \ |
|
66 |
s_copysign.c \ |
|
67 |
s_cos.c \ |
|
68 |
s_expm1.c \ |
|
69 |
s_fabs.c \ |
|
70 |
s_finite.c \ |
|
71 |
s_floor.c \ |
|
72 |
s_frexp.c \ |
|
73 |
s_ilogb.c \ |
|
74 |
s_isnan.c \ |
|
75 |
s_ldexp.c \ |
|
76 |
s_lib_version.c \ |
|
77 |
s_log1p.c \ |
|
78 |
s_logb.c \ |
|
79 |
s_matherr.c \ |
|
80 |
s_modf.c \ |
|
81 |
s_nextafter.c \ |
|
82 |
s_rint.c \ |
|
83 |
s_scalbn.c \ |
|
84 |
s_signgam.c \ |
|
85 |
s_significand.c \ |
|
86 |
s_sin.c \ |
|
87 |
s_tan.c \ |
|
88 |
s_tanh.c |