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