diff options
author | Kevin Ryde <user42@zip.com.au> | 2001-10-09 01:56:32 +0200 |
---|---|---|
committer | Kevin Ryde <user42@zip.com.au> | 2001-10-09 01:56:32 +0200 |
commit | aceb67e5889f8208e4f1c458ecb26eff43dbbe72 (patch) | |
tree | 6e86a816a30dd5377a5e3fc71519ba42f95ea569 /mpbsd | |
parent | 3860e4ca2d96602e461e5c21f05c692cf9927f4d (diff) | |
download | gmp-aceb67e5889f8208e4f1c458ecb26eff43dbbe72.tar.gz |
* mpbsd/Makefile.am (INCLUDES): Add -I$(top_srcdir)/mpz.
Diffstat (limited to 'mpbsd')
-rw-r--r-- | mpbsd/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/mpbsd/Makefile.am b/mpbsd/Makefile.am index 917880455..0463878b1 100644 --- a/mpbsd/Makefile.am +++ b/mpbsd/Makefile.am @@ -22,8 +22,12 @@ AUTOMAKE_OPTIONS = gnu no-dependencies $(top_builddir)/ansi2knr +# -I$(top_srcdir)/mpz is for #includes done by mpz .c files. Perhaps most +# compilers are smart enough to look in the same directory as the .c file +# already, but lets make absolutely sure. +# INCLUDES = -DBERKELEY_MP -D__GMP_WITHIN_GMP -D__gmpz_realloc=_mp_realloc \ - -I$(top_srcdir) + -I$(top_srcdir) -I$(top_srcdir)/mpz # The mpz sources here all know to look for -DBERKELEY_MP to compile to in # mpbsd form. |