src/world/gmp/Makefile

19 lines
563 B
Makefile

# Makefile - hhl - /usr/src/world/gmp
# Copyright 2020 Nathan Fisher <nfisher.sr@gmail.com>
#
distname = gmp
include world.mk
config_opts += --host=$(tgt)
config_opts += --build=$(bld)
config_opts += --with-sysroot=$(DESTDIR)
config_opts += --enable-cxx
config_opts += --disable-static
config_opts += --docdir=$(install_prefix)/share/doc/gmp/$(gmp_version)
install_cmd = $(MAKE) -k $(makeflags) DESTDIR=$(DESTDIR) -C $(objdir) install || true
post_install = $(MAKE) DESTDIR=$(DESTDIR) -C $(objdir) html install-html
include targets.mk