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
7SOURCES=\
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
32coverage : 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
44test_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
47test_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
50test_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
53test_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
56test_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
59test_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
62test_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
65test_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
68test_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
71test_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
74test_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
77test_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
80test_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
83test_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
86test_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
89test_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
92test_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
95test_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
98test_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
101test_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
104test_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
107test_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
110test_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
113test_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
116test_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
119test_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
122test_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
125test_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
128test_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
131test_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
134test_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
137test_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
140test_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
143test_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
146test_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
149test_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
152test_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
155test_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
158test_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
161test_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
164test_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
167test_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
170test_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
173test_arithmetic_concept : test_arithmetic_concept.o
174	g++ -std=gnu++0x --coverage -o test_arithmetic_concept test_arithmetic_concept.o
175
176test_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
179test_arithmetic_mpz : test_arithmetic_mpz.o
180	g++ -std=gnu++0x --coverage -o test_arithmetic_mpz test_arithmetic_mpz.o -lgmp
181
182test_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
185test_arithmetic_mpf : test_arithmetic_mpf.o
186	g++ -std=gnu++0x --coverage -o test_arithmetic_mpf test_arithmetic_mpf.o -lgmp
187
188test_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
191test_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
194test_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
197test_arithmetic_mpq : test_arithmetic_mpq.o
198	g++ -std=gnu++0x --coverage -o test_arithmetic_mpq test_arithmetic_mpq.o -lgmp
199
200test_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
203test_arithmetic_mpfr : test_arithmetic_mpfr.o
204	g++ -std=gnu++0x --coverage -o test_arithmetic_mpfr test_arithmetic_mpfr.o -lmpfr -lgmp
205
206test_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
209test_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
212test_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
215test_cpp_int : test_cpp_int.o
216	g++ -std=gnu++0x --coverage -o test_cpp_int test_cpp_int.o -lgmp
217
218test_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
221test_int_io : test_int_io.o
222	g++ -std=gnu++0x --coverage -o test_int_io test_int_io.o -lgmp
223
224test_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
227test_float_io : test_float_io.o
228	g++ -std=gnu++0x --coverage -o test_float_io test_float_io.o -lmpfr -lgmp
229
230test_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
233test_rational_io : test_rational_io.o
234	g++ -std=gnu++0x --coverage -o test_rational_io test_rational_io.o -lgmp
235
236test_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
239test_gmp_conversions : test_gmp_conversions.o
240	g++ -std=gnu++0x --coverage -o test_gmp_conversions test_gmp_conversions.o -lgmp
241
242test_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
245test_mpfr_conversions : test_mpfr_conversions.o
246	g++ -std=gnu++0x --coverage -o test_mpfr_conversions test_mpfr_conversions.o -lmpfr -lgmp
247
248test_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
251test_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
254run : 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
299clean :
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
314