Makefile.am
上传用户:qaz666999
上传日期:2022-08-06
资源大小:2570k
文件大小:3k
源码类别:

数学计算

开发平台:

Unix_Linux

  1. ## Process this file with automake to generate Makefile.in
  2. # Copyright 1996, 1998, 1999, 2000, 2001, 2002, 2003 Free Software
  3. # Foundation, Inc.
  4. #
  5. # This file is part of the GNU MP Library.
  6. #
  7. # The GNU MP Library is free software; you can redistribute it and/or modify
  8. # it under the terms of the GNU Lesser General Public License as published by
  9. # the Free Software Foundation; either version 3 of the License, or (at your
  10. # option) any later version.
  11. #
  12. # The GNU MP Library is distributed in the hope that it will be useful, but
  13. # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
  14. # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
  15. # License for more details.
  16. #
  17. # You should have received a copy of the GNU Lesser General Public License
  18. # along with the GNU MP Library.  If not, see http://www.gnu.org/licenses/.
  19. INCLUDES = -D__GMP_WITHIN_GMP -I$(top_srcdir)
  20. noinst_LTLIBRARIES = libmpz.la
  21. libmpz_la_SOURCES = aors.h aors_ui.h fits_s.h mul_i.h 
  22.   add.c add_ui.c abs.c aorsmul.c aorsmul_i.c and.c array_init.c 
  23.   bin_ui.c bin_uiui.c cdiv_q.c 
  24.   cdiv_q_ui.c cdiv_qr.c cdiv_qr_ui.c cdiv_r.c cdiv_r_ui.c cdiv_ui.c 
  25.   cfdiv_q_2exp.c cfdiv_r_2exp.c 
  26.   clear.c clears.c clrbit.c 
  27.   cmp.c cmp_d.c cmp_si.c cmp_ui.c cmpabs.c cmpabs_d.c cmpabs_ui.c 
  28.   com.c combit.c 
  29.   cong.c cong_2exp.c cong_ui.c 
  30.   divexact.c divegcd.c dive_ui.c divis.c divis_ui.c divis_2exp.c 
  31.   dump.c export.c fac_ui.c fdiv_q.c fdiv_q_ui.c 
  32.   fdiv_qr.c fdiv_qr_ui.c fdiv_r.c fdiv_r_ui.c fdiv_ui.c 
  33.   fib_ui.c fib2_ui.c 
  34.   fits_sint.c fits_slong.c fits_sshort.c 
  35.   fits_uint.c fits_ulong.c fits_ushort.c 
  36.   gcd.c gcd_ui.c gcdext.c get_d.c get_d_2exp.c get_si.c 
  37.   get_str.c get_ui.c getlimbn.c hamdist.c 
  38.   import.c init.c init2.c inits.c inp_raw.c inp_str.c 
  39.   invert.c ior.c iset.c iset_d.c iset_si.c iset_str.c iset_ui.c 
  40.   jacobi.c kronsz.c kronuz.c kronzs.c kronzu.c 
  41.   lcm.c lcm_ui.c lucnum_ui.c lucnum2_ui.c millerrabin.c 
  42.   mod.c mul.c mul_2exp.c mul_si.c mul_ui.c n_pow_ui.c neg.c nextprime.c 
  43.   out_raw.c out_str.c perfpow.c perfsqr.c popcount.c pow_ui.c powm.c 
  44.   powm_sec.c powm_ui.c pprime_p.c random.c random2.c 
  45.   realloc.c realloc2.c remove.c root.c rootrem.c rrandomb.c 
  46.   scan0.c scan1.c set.c set_d.c set_f.c set_q.c set_si.c set_str.c 
  47.   set_ui.c setbit.c size.c sizeinbase.c sqrt.c sqrtrem.c sub.c sub_ui.c 
  48.   swap.c tdiv_ui.c tdiv_q.c tdiv_q_2exp.c tdiv_q_ui.c tdiv_qr.c 
  49.   tdiv_qr_ui.c tdiv_r.c tdiv_r_2exp.c tdiv_r_ui.c tstbit.c ui_pow_ui.c 
  50.   ui_sub.c urandomb.c urandomm.c xor.c
  51. # These are BUILT_SOURCES at the top-level, so normally they're built before
  52. # recursing into this directory.
  53. #
  54. fac_ui.h:
  55. cd ..; $(MAKE) $(AM_MAKEFLAGS) mpz/fac_ui.h