c0e157e3b2
One must build yasm (included in the yasm directory) before building GMP, if building on an x86_64 machine. Note: make test and make tune do not currently build.
10 lines
286 B
Makefile
10 lines
286 B
Makefile
# $Id: Makefile.inc 1929 2007-09-07 22:05:33Z peter $
|
|
|
|
EXTRA_DIST += tools/re2c/Makefile.inc
|
|
EXTRA_DIST += tools/genperf/Makefile.inc
|
|
EXTRA_DIST += tools/python-yasm/Makefile.inc
|
|
|
|
include tools/re2c/Makefile.inc
|
|
include tools/genperf/Makefile.inc
|
|
include tools/python-yasm/Makefile.inc
|