]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/multiprecision/test/coverage/Makefile
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / libs / multiprecision / test / coverage / Makefile
1 # copyright John Maddock 2012
2 # Distributed under the Boost Software License, Version 1.0.
3 # (See accompanying file LICENSE_1_0.txt or copy at
4 # http://www.boost.org/LICENSE_1_0.txt.
5
6
7 SOURCES=\
8 ../../../../boost/multiprecision/mpfr.hpp\
9 ../../../../boost/multiprecision/tommath.hpp\
10 ../../../../boost/multiprecision/number.hpp\
11 ../../../../boost/multiprecision/cpp_dec_float.hpp\
12 ../../../../boost/multiprecision/gmp.hpp\
13 ../../../../boost/multiprecision/random.hpp\
14 ../../../../boost/multiprecision/cpp_int.hpp\
15 ../../../../boost/multiprecision/miller_rabin.hpp\
16 ../../../../boost/multiprecision/rational_adaptor.hpp\
17 ../../../../boost/multiprecision/concepts/mp_number_archetypes.hpp\
18 ../../../../boost/multiprecision/detail/digits.hpp\
19 ../../../../boost/multiprecision/detail/no_et_ops.hpp\
20 ../../../../boost/multiprecision/detail/number_base.hpp\
21 ../../../../boost/multiprecision/detail/generic_interconvert.hpp\
22 ../../../../boost/multiprecision/detail/number_compare.hpp\
23 ../../../../boost/multiprecision/detail/default_ops.hpp\
24 ../../../../boost/multiprecision/detail/integer_ops.hpp\
25 ../../../../boost/multiprecision/detail/functions/constants.hpp\
26 ../../../../boost/multiprecision/detail/functions/pow.hpp\
27 ../../../../boost/multiprecision/detail/functions/trig.hpp\
28 ../../../../boost/multiprecision/traits/explicit_conversion.hpp\
29 ../../../../boost/multiprecision/traits/is_restricted_conversion.hpp
30
31 coverage : run
32 gcov test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
33 gcov test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
34 gcov test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
35 gcov test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
36 gcov test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
37 gcov test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
38 test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_3\
39 test_arithmetic_concept test_arithmetic_mpz test_arithmetic_mpf \
40 test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 test_cpp_int \
41 test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv
42
43 test_arithmetic_cpp_int_1.o : ../test_arithmetic_cpp_int_1.cpp $(SOURCES)
44 g++ -std=gnu++0x -DTEST_CPP_INT_1 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_1.o -c ../test_arithmetic_cpp_int_1.cpp
45
46 test_arithmetic_cpp_int_1 : test_arithmetic_cpp_int_1.o
47 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_1.o
48
49 test_arithmetic_cpp_int_2.o : ../test_arithmetic_cpp_int_2.cpp $(SOURCES)
50 g++ -std=gnu++0x -DTEST_CPP_INT_2 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_2.o -c ../test_arithmetic_cpp_int_2.cpp
51
52 test_arithmetic_cpp_int_2 : test_arithmetic_cpp_int_2.o
53 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_2.o
54
55 test_arithmetic_cpp_int_3.o : ../test_arithmetic_cpp_int_3.cpp $(SOURCES)
56 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_3.o -c ../test_arithmetic_cpp_int_3.cpp
57
58 test_arithmetic_cpp_int_3 : test_arithmetic_cpp_int_3.o
59 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_3 test_arithmetic_cpp_int_3.o
60
61 test_arithmetic_cpp_int_4.o : ../test_arithmetic_cpp_int_4.cpp $(SOURCES)
62 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_4.o -c ../test_arithmetic_cpp_int_4.cpp
63
64 test_arithmetic_cpp_int_4 : test_arithmetic_cpp_int_4.o
65 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_4.o
66
67 test_arithmetic_cpp_int_5.o : ../test_arithmetic_cpp_int_5.cpp $(SOURCES)
68 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_5.o -c ../test_arithmetic_cpp_int_5.cpp
69
70 test_arithmetic_cpp_int_5 : test_arithmetic_cpp_int_5.o
71 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_5.o
72
73 test_arithmetic_cpp_int_6.o : ../test_arithmetic_cpp_int_6.cpp $(SOURCES)
74 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_6.o -c ../test_arithmetic_cpp_int_6.cpp
75
76 test_arithmetic_cpp_int_6 : test_arithmetic_cpp_int_6.o
77 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_6 test_arithmetic_cpp_int_6.o
78
79 test_arithmetic_cpp_int_7.o : ../test_arithmetic_cpp_int_7.cpp $(SOURCES)
80 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_7.o -c ../test_arithmetic_cpp_int_7.cpp
81
82 test_arithmetic_cpp_int_7 : test_arithmetic_cpp_int_7.o
83 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_7.o
84
85 test_arithmetic_cpp_int_8.o : ../test_arithmetic_cpp_int_8.cpp $(SOURCES)
86 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_8.o -c ../test_arithmetic_cpp_int_8.cpp
87
88 test_arithmetic_cpp_int_8 : test_arithmetic_cpp_int_8.o
89 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_8.o
90
91 test_arithmetic_cpp_int_9.o : ../test_arithmetic_cpp_int_9.cpp $(SOURCES)
92 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_9.o -c ../test_arithmetic_cpp_int_9.cpp
93
94 test_arithmetic_cpp_int_9 : test_arithmetic_cpp_int_9.o
95 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_9 test_arithmetic_cpp_int_9.o
96
97 test_arithmetic_cpp_int_10.o : ../test_arithmetic_cpp_int_10.cpp $(SOURCES)
98 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_10.o -c ../test_arithmetic_cpp_int_10.cpp
99
100 test_arithmetic_cpp_int_10 : test_arithmetic_cpp_int_10.o
101 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_10.o
102
103 test_arithmetic_cpp_int_11.o : ../test_arithmetic_cpp_int_11.cpp $(SOURCES)
104 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_11.o -c ../test_arithmetic_cpp_int_12.cpp
105
106 test_arithmetic_cpp_int_11 : test_arithmetic_cpp_int_11.o
107 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_11.o
108
109 test_arithmetic_cpp_int_12.o : ../test_arithmetic_cpp_int_12.cpp $(SOURCES)
110 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_12.o -c ../test_arithmetic_cpp_int_12.cpp
111
112 test_arithmetic_cpp_int_12 : test_arithmetic_cpp_int_12.o
113 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_12 test_arithmetic_cpp_int_12.o
114
115 test_arithmetic_cpp_int_13.o : ../test_arithmetic_cpp_int_13.cpp $(SOURCES)
116 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_13.o -c ../test_arithmetic_cpp_int_13.cpp
117
118 test_arithmetic_cpp_int_13 : test_arithmetic_cpp_int_13.o
119 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_13.o
120
121 test_arithmetic_cpp_int_14.o : ../test_arithmetic_cpp_int_14.cpp $(SOURCES)
122 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_14.o -c ../test_arithmetic_cpp_int_14.cpp
123
124 test_arithmetic_cpp_int_14 : test_arithmetic_cpp_int_14.o
125 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_14.o
126
127 test_arithmetic_cpp_int_15.o : ../test_arithmetic_cpp_int_15.cpp $(SOURCES)
128 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_15.o -c ../test_arithmetic_cpp_int_15.cpp
129
130 test_arithmetic_cpp_int_15 : test_arithmetic_cpp_int_15.o
131 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_15 test_arithmetic_cpp_int_15.o
132
133 test_arithmetic_cpp_int_16.o : ../test_arithmetic_cpp_int_16.cpp $(SOURCES)
134 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_16.o -c ../test_arithmetic_cpp_int_16.cpp
135
136 test_arithmetic_cpp_int_16 : test_arithmetic_cpp_int_16.o
137 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_16.o
138
139 test_arithmetic_cpp_int_17.o : ../test_arithmetic_cpp_int_17.cpp $(SOURCES)
140 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_17.o -c ../test_arithmetic_cpp_int_17.cpp
141
142 test_arithmetic_cpp_int_17 : test_arithmetic_cpp_int_17.o
143 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_17.o
144
145 test_arithmetic_cpp_int_18.o : ../test_arithmetic_cpp_int_18.cpp $(SOURCES)
146 g++ -std=gnu++0x -DTEST_CPP_INT_3 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_int_18.o -c ../test_arithmetic_cpp_int_18.cpp
147
148 test_arithmetic_cpp_int_18 : test_arithmetic_cpp_int_18.o
149 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_18 test_arithmetic_cpp_int_18.o
150
151 test_arithmetic_cpp_dec_float_1.o : ../test_arithmetic_cpp_dec_float_1.cpp $(SOURCES)
152 g++ -std=gnu++0x -DTEST_CPP_DEC_FLOAT --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_dec_float_1.o -c ../test_arithmetic_cpp_dec_float_1.cpp
153
154 test_arithmetic_cpp_dec_float_1 : test_arithmetic_cpp_dec_float_1.o
155 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_1.o
156
157 test_arithmetic_cpp_dec_float_2.o : ../test_arithmetic_cpp_dec_float_2.cpp $(SOURCES)
158 g++ -std=gnu++0x -DTEST_CPP_DEC_FLOAT --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_dec_float_2.o -c ../test_arithmetic_cpp_dec_float_2.cpp
159
160 test_arithmetic_cpp_dec_float_2 : test_arithmetic_cpp_dec_float_2.o
161 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_2.o
162
163 test_arithmetic_cpp_dec_float_3.o : ../test_arithmetic_cpp_dec_float_3.cpp $(SOURCES)
164 g++ -std=gnu++0x -DTEST_CPP_DEC_FLOAT --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_cpp_dec_float_3.o -c ../test_arithmetic_cpp_dec_float_3.cpp
165
166 test_arithmetic_cpp_dec_float_3 : test_arithmetic_cpp_dec_float_3.o
167 g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_3 test_arithmetic_cpp_dec_float_3.o
168
169 test_arithmetic_concept.o : ../test_arithmetic_backend_concept.cpp $(SOURCES)
170 g++ -std=gnu++0x -DTEST_BACKEND --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_concept.o -c ../test_arithmetic_backend_concept.cpp
171
172 test_arithmetic_concept : test_arithmetic_concept.o
173 g++ -std=gnu++0x --coverage -o test_arithmetic_concept test_arithmetic_concept.o
174
175 test_arithmetic_mpz.o : ../test_arithmetic_mpz.cpp $(SOURCES)
176 g++ -std=gnu++0x -DTEST_MPZ --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpz.o -c ../test_arithmetic_mpz.cpp
177
178 test_arithmetic_mpz : test_arithmetic_mpz.o
179 g++ -std=gnu++0x --coverage -o test_arithmetic_mpz test_arithmetic_mpz.o -lgmp
180
181 test_arithmetic_mpf.o : ../test_arithmetic_mpf.cpp $(SOURCES)
182 g++ -std=gnu++0x -DTEST_MPF --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpf.o -c ../test_arithmetic_mpf.cpp
183
184 test_arithmetic_mpf : test_arithmetic_mpf.o
185 g++ -std=gnu++0x --coverage -o test_arithmetic_mpf test_arithmetic_mpf.o -lgmp
186
187 test_arithmetic_mpf_50.o : ../test_arithmetic_mpf_50.cpp $(SOURCES)
188 g++ -std=gnu++0x -DTEST_MPF_50 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpf_50.o -c ../test_arithmetic_mpf_50.cpp
189
190 test_arithmetic_mpf_50 : test_arithmetic_mpf_50.o
191 g++ -std=gnu++0x --coverage -o test_arithmetic_mpf_50 test_arithmetic_mpf_50.o -lgmp
192
193 test_arithmetic_mpq.o : ../test_arithmetic_mpq.cpp $(SOURCES)
194 g++ -std=gnu++0x -DTEST_MPQ --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpq.o -c ../test_arithmetic_mpq.cpp
195
196 test_arithmetic_mpq : test_arithmetic_mpq.o
197 g++ -std=gnu++0x --coverage -o test_arithmetic_mpq test_arithmetic_mpq.o -lgmp
198
199 test_arithmetic_mpfr.o : ../test_arithmetic_mpfr.cpp $(SOURCES)
200 g++ -std=gnu++0x -DTEST_MPFR --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpfr.o -c ../test_arithmetic_mpfr.cpp
201
202 test_arithmetic_mpfr : test_arithmetic_mpfr.o
203 g++ -std=gnu++0x --coverage -o test_arithmetic_mpfr test_arithmetic_mpfr.o -lmpfr -lgmp
204
205 test_arithmetic_mpfr_50.o : ../test_arithmetic_mpfr_50.cpp $(SOURCES)
206 g++ -std=gnu++0x -DTEST_MPFR_50 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpfr_50.o -c ../test_arithmetic_mpfr_50.cpp
207
208 test_arithmetic_mpfr_50 : test_arithmetic_mpfr_50.o
209 g++ -std=gnu++0x --coverage -o test_arithmetic_mpfr_50 test_arithmetic_mpfr_50.o -lmpfr -lgmp
210
211 test_cpp_int.o : ../test_cpp_int.cpp $(SOURCES)
212 g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_cpp_int.o -c ../test_cpp_int.cpp
213
214 test_cpp_int : test_cpp_int.o
215 g++ -std=gnu++0x --coverage -o test_cpp_int test_cpp_int.o -lgmp
216
217 test_int_io.o : ../test_int_io.cpp $(SOURCES)
218 g++ -std=gnu++0x --coverage -DTEST_MPZ -DTEST_CPP_INT -g -I../../../.. -I../../../../../../trunk -o test_int_io.o -c ../test_int_io.cpp
219
220 test_int_io : test_int_io.o
221 g++ -std=gnu++0x --coverage -o test_int_io test_int_io.o -lgmp
222
223 test_float_io.o : ../test_float_io.cpp $(SOURCES)
224 g++ -std=gnu++0x --coverage -g -DTEST_MPF_50 -DTEST_CPP_DEC_FLOAT -DTEST_MPFR_50 -I../../../.. -I../../../../../../trunk -o test_float_io.o -c ../test_float_io.cpp
225
226 test_float_io : test_float_io.o
227 g++ -std=gnu++0x --coverage -o test_float_io test_float_io.o -lmpfr -lgmp
228
229 test_rational_io.o : ../test_rational_io.cpp $(SOURCES)
230 g++ -std=gnu++0x --coverage -DTEST_MPQ -DTEST_CPP_INT -g -I../../../.. -I../../../../../../trunk -o test_rational_io.o -c ../test_rational_io.cpp
231
232 test_rational_io : test_rational_io.o
233 g++ -std=gnu++0x --coverage -o test_rational_io test_rational_io.o -lgmp
234
235 test_gmp_conversions.o : ../test_gmp_conversions.cpp $(SOURCES)
236 g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_gmp_conversions.o -c ../test_gmp_conversions.cpp
237
238 test_gmp_conversions : test_gmp_conversions.o
239 g++ -std=gnu++0x --coverage -o test_gmp_conversions test_gmp_conversions.o -lgmp
240
241 test_mpfr_conversions.o : ../test_mpfr_conversions.cpp $(SOURCES)
242 g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_mpfr_conversions.o -c ../test_mpfr_conversions.cpp
243
244 test_mpfr_conversions : test_mpfr_conversions.o
245 g++ -std=gnu++0x --coverage -o test_mpfr_conversions test_mpfr_conversions.o -lmpfr -lgmp
246
247 test_cpp_int_conv.o : ../test_cpp_int_conv.cpp $(SOURCES)
248 g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_cpp_int_conv.o -c ../test_cpp_int_conv.cpp
249
250 test_cpp_int_conv : test_cpp_int_conv.o
251 g++ -std=gnu++0x --coverage -o test_cpp_int_conv test_cpp_int_conv.o
252
253 run : test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
254 test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
255 test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
256 test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
257 test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
258 test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
259 test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_3 test_arithmetic_concept \
260 test_arithmetic_mpz test_arithmetic_mpf test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 \
261 test_cpp_int test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv
262 ./test_arithmetic_cpp_int_1
263 ./test_arithmetic_cpp_int_2
264 ./test_arithmetic_cpp_int_3
265 ./test_arithmetic_cpp_int_4
266 ./test_arithmetic_cpp_int_5
267 ./test_arithmetic_cpp_int_6
268 ./test_arithmetic_cpp_int_7
269 ./test_arithmetic_cpp_int_8
270 ./test_arithmetic_cpp_int_9
271 ./test_arithmetic_cpp_int_10
272 ./test_arithmetic_cpp_int_11
273 ./test_arithmetic_cpp_int_12
274 ./test_arithmetic_cpp_int_13
275 ./test_arithmetic_cpp_int_14
276 ./test_arithmetic_cpp_int_15
277 ./test_arithmetic_cpp_int_16
278 ./test_arithmetic_cpp_int_17
279 ./test_arithmetic_cpp_int_18
280 ./test_arithmetic_cpp_dec_float_1
281 ./test_arithmetic_cpp_dec_float_2
282 ./test_arithmetic_cpp_dec_float_3
283 ./test_arithmetic_concept
284 ./test_arithmetic_mpz
285 ./test_arithmetic_mpf
286 ./test_arithmetic_mpf_50
287 ./test_arithmetic_mpq
288 ./test_arithmetic_mpfr
289 ./test_arithmetic_mpfr_50
290 ./test_cpp_int
291 ./test_int_io
292 ./test_float_io
293 ./test_rational_io
294 ./test_gmp_conversions
295 ./test_mpfr_conversions
296 ./test_cpp_int_conv
297
298 clean :
299 rm -rf *.o *.gc* test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
300 test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
301 test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
302 test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
303 test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
304 test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
305 test_arithmetic_cpp_dec_float test_arithmetic_concept test_arithmetic_mpz \
306 test_arithmetic_mpf test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 test_cpp_int\
307 test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv
308
309
310
311
312