You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
339 B
13 lines
339 B
################################################################################
|
|
#
|
|
# gmp
|
|
#
|
|
################################################################################
|
|
|
|
GMP_VERSION = 6.2.1
|
|
GMP_DIR = gmp-$(GMP_VERSION)
|
|
GMP_SOURCE = gmp-$(GMP_VERSION).tar.xz
|
|
GMP_SITE = $(GNU_MIRROR)/gmp
|
|
|
|
gmp: | $(TARGET_DIR)
|
|
$(call autotools-package)
|
|
|