Makefile 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313
  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. SOURCES=\
  6. ../../../../boost/multiprecision/mpfr.hpp\
  7. ../../../../boost/multiprecision/tommath.hpp\
  8. ../../../../boost/multiprecision/number.hpp\
  9. ../../../../boost/multiprecision/cpp_dec_float.hpp\
  10. ../../../../boost/multiprecision/gmp.hpp\
  11. ../../../../boost/multiprecision/random.hpp\
  12. ../../../../boost/multiprecision/cpp_int.hpp\
  13. ../../../../boost/multiprecision/miller_rabin.hpp\
  14. ../../../../boost/multiprecision/rational_adaptor.hpp\
  15. ../../../../boost/multiprecision/concepts/mp_number_archetypes.hpp\
  16. ../../../../boost/multiprecision/detail/big_lanczos.hpp\
  17. ../../../../boost/multiprecision/detail/digits.hpp\
  18. ../../../../boost/multiprecision/detail/no_et_ops.hpp\
  19. ../../../../boost/multiprecision/detail/number_base.hpp\
  20. ../../../../boost/multiprecision/detail/generic_interconvert.hpp\
  21. ../../../../boost/multiprecision/detail/number_compare.hpp\
  22. ../../../../boost/multiprecision/detail/default_ops.hpp\
  23. ../../../../boost/multiprecision/detail/integer_ops.hpp\
  24. ../../../../boost/multiprecision/detail/functions/constants.hpp\
  25. ../../../../boost/multiprecision/detail/functions/pow.hpp\
  26. ../../../../boost/multiprecision/detail/functions/trig.hpp\
  27. ../../../../boost/multiprecision/traits/explicit_conversion.hpp\
  28. ../../../../boost/multiprecision/traits/is_restricted_conversion.hpp
  29. coverage : run
  30. gcov test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
  31. gcov test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
  32. gcov test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
  33. gcov test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
  34. gcov test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
  35. gcov test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
  36. test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_3\
  37. test_arithmetic_concept test_arithmetic_mpz test_arithmetic_mpf \
  38. test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 test_cpp_int \
  39. test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv
  40. test_arithmetic_cpp_int_1.o : ../test_arithmetic_cpp_int_1.cpp $(SOURCES)
  41. 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
  42. test_arithmetic_cpp_int_1 : test_arithmetic_cpp_int_1.o
  43. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_1.o
  44. test_arithmetic_cpp_int_2.o : ../test_arithmetic_cpp_int_2.cpp $(SOURCES)
  45. 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
  46. test_arithmetic_cpp_int_2 : test_arithmetic_cpp_int_2.o
  47. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_2.o
  48. test_arithmetic_cpp_int_3.o : ../test_arithmetic_cpp_int_3.cpp $(SOURCES)
  49. 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
  50. test_arithmetic_cpp_int_3 : test_arithmetic_cpp_int_3.o
  51. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_3 test_arithmetic_cpp_int_3.o
  52. test_arithmetic_cpp_int_4.o : ../test_arithmetic_cpp_int_4.cpp $(SOURCES)
  53. 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
  54. test_arithmetic_cpp_int_4 : test_arithmetic_cpp_int_4.o
  55. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_4.o
  56. test_arithmetic_cpp_int_5.o : ../test_arithmetic_cpp_int_5.cpp $(SOURCES)
  57. 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
  58. test_arithmetic_cpp_int_5 : test_arithmetic_cpp_int_5.o
  59. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_5.o
  60. test_arithmetic_cpp_int_6.o : ../test_arithmetic_cpp_int_6.cpp $(SOURCES)
  61. 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
  62. test_arithmetic_cpp_int_6 : test_arithmetic_cpp_int_6.o
  63. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_6 test_arithmetic_cpp_int_6.o
  64. test_arithmetic_cpp_int_7.o : ../test_arithmetic_cpp_int_7.cpp $(SOURCES)
  65. 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
  66. test_arithmetic_cpp_int_7 : test_arithmetic_cpp_int_7.o
  67. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_7.o
  68. test_arithmetic_cpp_int_8.o : ../test_arithmetic_cpp_int_8.cpp $(SOURCES)
  69. 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
  70. test_arithmetic_cpp_int_8 : test_arithmetic_cpp_int_8.o
  71. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_8.o
  72. test_arithmetic_cpp_int_9.o : ../test_arithmetic_cpp_int_9.cpp $(SOURCES)
  73. 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
  74. test_arithmetic_cpp_int_9 : test_arithmetic_cpp_int_9.o
  75. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_9 test_arithmetic_cpp_int_9.o
  76. test_arithmetic_cpp_int_10.o : ../test_arithmetic_cpp_int_10.cpp $(SOURCES)
  77. 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
  78. test_arithmetic_cpp_int_10 : test_arithmetic_cpp_int_10.o
  79. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_10.o
  80. test_arithmetic_cpp_int_11.o : ../test_arithmetic_cpp_int_11.cpp $(SOURCES)
  81. 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
  82. test_arithmetic_cpp_int_11 : test_arithmetic_cpp_int_11.o
  83. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_11.o
  84. test_arithmetic_cpp_int_12.o : ../test_arithmetic_cpp_int_12.cpp $(SOURCES)
  85. 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
  86. test_arithmetic_cpp_int_12 : test_arithmetic_cpp_int_12.o
  87. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_12 test_arithmetic_cpp_int_12.o
  88. test_arithmetic_cpp_int_13.o : ../test_arithmetic_cpp_int_13.cpp $(SOURCES)
  89. 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
  90. test_arithmetic_cpp_int_13 : test_arithmetic_cpp_int_13.o
  91. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_13.o
  92. test_arithmetic_cpp_int_14.o : ../test_arithmetic_cpp_int_14.cpp $(SOURCES)
  93. 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
  94. test_arithmetic_cpp_int_14 : test_arithmetic_cpp_int_14.o
  95. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_14.o
  96. test_arithmetic_cpp_int_15.o : ../test_arithmetic_cpp_int_15.cpp $(SOURCES)
  97. 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
  98. test_arithmetic_cpp_int_15 : test_arithmetic_cpp_int_15.o
  99. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_15 test_arithmetic_cpp_int_15.o
  100. test_arithmetic_cpp_int_16.o : ../test_arithmetic_cpp_int_16.cpp $(SOURCES)
  101. 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
  102. test_arithmetic_cpp_int_16 : test_arithmetic_cpp_int_16.o
  103. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_16.o
  104. test_arithmetic_cpp_int_17.o : ../test_arithmetic_cpp_int_17.cpp $(SOURCES)
  105. 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
  106. test_arithmetic_cpp_int_17 : test_arithmetic_cpp_int_17.o
  107. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_17.o
  108. test_arithmetic_cpp_int_18.o : ../test_arithmetic_cpp_int_18.cpp $(SOURCES)
  109. 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
  110. test_arithmetic_cpp_int_18 : test_arithmetic_cpp_int_18.o
  111. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_int_18 test_arithmetic_cpp_int_18.o
  112. test_arithmetic_cpp_dec_float_1.o : ../test_arithmetic_cpp_dec_float_1.cpp $(SOURCES)
  113. 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
  114. test_arithmetic_cpp_dec_float_1 : test_arithmetic_cpp_dec_float_1.o
  115. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_1.o
  116. test_arithmetic_cpp_dec_float_2.o : ../test_arithmetic_cpp_dec_float_2.cpp $(SOURCES)
  117. 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
  118. test_arithmetic_cpp_dec_float_2 : test_arithmetic_cpp_dec_float_2.o
  119. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_2.o
  120. test_arithmetic_cpp_dec_float_3.o : ../test_arithmetic_cpp_dec_float_3.cpp $(SOURCES)
  121. 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
  122. test_arithmetic_cpp_dec_float_3 : test_arithmetic_cpp_dec_float_3.o
  123. g++ -std=gnu++0x --coverage -o test_arithmetic_cpp_dec_float_3 test_arithmetic_cpp_dec_float_3.o
  124. test_arithmetic_concept.o : ../test_arithmetic_backend_concept.cpp $(SOURCES)
  125. g++ -std=gnu++0x -DTEST_BACKEND --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_concept.o -c ../test_arithmetic_backend_concept.cpp
  126. test_arithmetic_concept : test_arithmetic_concept.o
  127. g++ -std=gnu++0x --coverage -o test_arithmetic_concept test_arithmetic_concept.o
  128. test_arithmetic_mpz.o : ../test_arithmetic_mpz.cpp $(SOURCES)
  129. g++ -std=gnu++0x -DTEST_MPZ --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpz.o -c ../test_arithmetic_mpz.cpp
  130. test_arithmetic_mpz : test_arithmetic_mpz.o
  131. g++ -std=gnu++0x --coverage -o test_arithmetic_mpz test_arithmetic_mpz.o -lgmp
  132. test_arithmetic_mpf.o : ../test_arithmetic_mpf.cpp $(SOURCES)
  133. g++ -std=gnu++0x -DTEST_MPF --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpf.o -c ../test_arithmetic_mpf.cpp
  134. test_arithmetic_mpf : test_arithmetic_mpf.o
  135. g++ -std=gnu++0x --coverage -o test_arithmetic_mpf test_arithmetic_mpf.o -lgmp
  136. test_arithmetic_mpf_50.o : ../test_arithmetic_mpf_50.cpp $(SOURCES)
  137. g++ -std=gnu++0x -DTEST_MPF_50 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpf_50.o -c ../test_arithmetic_mpf_50.cpp
  138. test_arithmetic_mpf_50 : test_arithmetic_mpf_50.o
  139. g++ -std=gnu++0x --coverage -o test_arithmetic_mpf_50 test_arithmetic_mpf_50.o -lgmp
  140. test_arithmetic_mpq.o : ../test_arithmetic_mpq.cpp $(SOURCES)
  141. g++ -std=gnu++0x -DTEST_MPQ --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpq.o -c ../test_arithmetic_mpq.cpp
  142. test_arithmetic_mpq : test_arithmetic_mpq.o
  143. g++ -std=gnu++0x --coverage -o test_arithmetic_mpq test_arithmetic_mpq.o -lgmp
  144. test_arithmetic_mpfr.o : ../test_arithmetic_mpfr.cpp $(SOURCES)
  145. g++ -std=gnu++0x -DTEST_MPFR --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpfr.o -c ../test_arithmetic_mpfr.cpp
  146. test_arithmetic_mpfr : test_arithmetic_mpfr.o
  147. g++ -std=gnu++0x --coverage -o test_arithmetic_mpfr test_arithmetic_mpfr.o -lmpfr -lgmp
  148. test_arithmetic_mpfr_50.o : ../test_arithmetic_mpfr_50.cpp $(SOURCES)
  149. g++ -std=gnu++0x -DTEST_MPFR_50 --coverage -g -I../../../.. -I../../../../../../trunk -o test_arithmetic_mpfr_50.o -c ../test_arithmetic_mpfr_50.cpp
  150. test_arithmetic_mpfr_50 : test_arithmetic_mpfr_50.o
  151. g++ -std=gnu++0x --coverage -o test_arithmetic_mpfr_50 test_arithmetic_mpfr_50.o -lmpfr -lgmp
  152. test_cpp_int.o : ../test_cpp_int.cpp $(SOURCES)
  153. g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_cpp_int.o -c ../test_cpp_int.cpp
  154. test_cpp_int : test_cpp_int.o
  155. g++ -std=gnu++0x --coverage -o test_cpp_int test_cpp_int.o -lgmp
  156. test_int_io.o : ../test_int_io.cpp $(SOURCES)
  157. g++ -std=gnu++0x --coverage -DTEST_MPZ -DTEST_CPP_INT -g -I../../../.. -I../../../../../../trunk -o test_int_io.o -c ../test_int_io.cpp
  158. test_int_io : test_int_io.o
  159. g++ -std=gnu++0x --coverage -o test_int_io test_int_io.o -lgmp
  160. test_float_io.o : ../test_float_io.cpp $(SOURCES)
  161. 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
  162. test_float_io : test_float_io.o
  163. g++ -std=gnu++0x --coverage -o test_float_io test_float_io.o -lmpfr -lgmp
  164. test_rational_io.o : ../test_rational_io.cpp $(SOURCES)
  165. g++ -std=gnu++0x --coverage -DTEST_MPQ -DTEST_CPP_INT -g -I../../../.. -I../../../../../../trunk -o test_rational_io.o -c ../test_rational_io.cpp
  166. test_rational_io : test_rational_io.o
  167. g++ -std=gnu++0x --coverage -o test_rational_io test_rational_io.o -lgmp
  168. test_gmp_conversions.o : ../test_gmp_conversions.cpp $(SOURCES)
  169. g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_gmp_conversions.o -c ../test_gmp_conversions.cpp
  170. test_gmp_conversions : test_gmp_conversions.o
  171. g++ -std=gnu++0x --coverage -o test_gmp_conversions test_gmp_conversions.o -lgmp
  172. test_mpfr_conversions.o : ../test_mpfr_conversions.cpp $(SOURCES)
  173. g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_mpfr_conversions.o -c ../test_mpfr_conversions.cpp
  174. test_mpfr_conversions : test_mpfr_conversions.o
  175. g++ -std=gnu++0x --coverage -o test_mpfr_conversions test_mpfr_conversions.o -lmpfr -lgmp
  176. test_cpp_int_conv.o : ../test_cpp_int_conv.cpp $(SOURCES)
  177. g++ -std=gnu++0x --coverage -g -I../../../.. -I../../../../../../trunk -o test_cpp_int_conv.o -c ../test_cpp_int_conv.cpp
  178. test_cpp_int_conv : test_cpp_int_conv.o
  179. g++ -std=gnu++0x --coverage -o test_cpp_int_conv test_cpp_int_conv.o
  180. run : test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
  181. test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
  182. test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
  183. test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
  184. test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
  185. test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
  186. test_arithmetic_cpp_dec_float_1 test_arithmetic_cpp_dec_float_2 test_arithmetic_cpp_dec_float_3 test_arithmetic_concept \
  187. test_arithmetic_mpz test_arithmetic_mpf test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 \
  188. test_cpp_int test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv
  189. ./test_arithmetic_cpp_int_1
  190. ./test_arithmetic_cpp_int_2
  191. ./test_arithmetic_cpp_int_3
  192. ./test_arithmetic_cpp_int_4
  193. ./test_arithmetic_cpp_int_5
  194. ./test_arithmetic_cpp_int_6
  195. ./test_arithmetic_cpp_int_7
  196. ./test_arithmetic_cpp_int_8
  197. ./test_arithmetic_cpp_int_9
  198. ./test_arithmetic_cpp_int_10
  199. ./test_arithmetic_cpp_int_11
  200. ./test_arithmetic_cpp_int_12
  201. ./test_arithmetic_cpp_int_13
  202. ./test_arithmetic_cpp_int_14
  203. ./test_arithmetic_cpp_int_15
  204. ./test_arithmetic_cpp_int_16
  205. ./test_arithmetic_cpp_int_17
  206. ./test_arithmetic_cpp_int_18
  207. ./test_arithmetic_cpp_dec_float_1
  208. ./test_arithmetic_cpp_dec_float_2
  209. ./test_arithmetic_cpp_dec_float_3
  210. ./test_arithmetic_concept
  211. ./test_arithmetic_mpz
  212. ./test_arithmetic_mpf
  213. ./test_arithmetic_mpf_50
  214. ./test_arithmetic_mpq
  215. ./test_arithmetic_mpfr
  216. ./test_arithmetic_mpfr_50
  217. ./test_cpp_int
  218. ./test_int_io
  219. ./test_float_io
  220. ./test_rational_io
  221. ./test_gmp_conversions
  222. ./test_mpfr_conversions
  223. ./test_cpp_int_conv
  224. clean :
  225. rm -rf *.o *.gc* test_arithmetic_cpp_int_1 test_arithmetic_cpp_int_2 test_arithmetic_cpp_int_3 \
  226. test_arithmetic_cpp_int_4 test_arithmetic_cpp_int_5 test_arithmetic_cpp_int_6 \
  227. test_arithmetic_cpp_int_7 test_arithmetic_cpp_int_8 test_arithmetic_cpp_int_9 \
  228. test_arithmetic_cpp_int_10 test_arithmetic_cpp_int_11 test_arithmetic_cpp_int_12 \
  229. test_arithmetic_cpp_int_13 test_arithmetic_cpp_int_14 test_arithmetic_cpp_int_15 \
  230. test_arithmetic_cpp_int_16 test_arithmetic_cpp_int_17 test_arithmetic_cpp_int_18 \
  231. test_arithmetic_cpp_dec_float test_arithmetic_concept test_arithmetic_mpz \
  232. test_arithmetic_mpf test_arithmetic_mpf_50 test_arithmetic_mpq test_arithmetic_mpfr test_arithmetic_mpfr_50 test_cpp_int\
  233. test_int_io test_float_io test_rational_io test_gmp_conversions test_mpfr_conversions test_cpp_int_conv