| 12345678910 | # This file is part of the OpenADK project. OpenADK is copyrighted# material, please see the LICENCE file in the top-level directory.PKG_NAME:=		gmpPKG_VERSION:=		4.3.1PKG_RELEASE:=		1PKG_MD5SUM:=		26cec15a90885042dd4a15c4003b08aePKG_SITES:=		${MASTER_SITE_GNU:=gmp/}DISTFILES:=		$(PKG_NAME)-$(PKG_VERSION).tar.bz2GMP_BUILD_DIR:=		$(TOOLCHAIN_BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)
 |