Makefile revision 5680
427N/A#
427N/A# CDDL HEADER START
427N/A#
427N/A# The contents of this file are subject to the terms of the
427N/A# Common Development and Distribution License (the "License").
427N/A# You may not use this file except in compliance with the License.
427N/A#
427N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
427N/A# or http://www.opensolaris.org/os/licensing.
427N/A# See the License for the specific language governing permissions
427N/A# and limitations under the License.
427N/A#
427N/A# When distributing Covered Code, include this CDDL HEADER in each
427N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
427N/A# If applicable, add the following below this CDDL HEADER, with the
427N/A# fields enclosed by brackets "[]" replaced with your own identifying
427N/A# information: Portions Copyright [yyyy] [name of copyright owner]
427N/A#
427N/A# CDDL HEADER END
427N/A#
427N/A
427N/A#
5680N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
427N/A#
5680N/ABUILD_BITS= 64_and_32
427N/Ainclude ../../make-rules/shared-macros.mk
427N/A
427N/ACOMPONENT_NAME= mpc
427N/ACOMPONENT_VERSION= 0.9
618N/ACOMPONENT_PROJECT_URL= http://www.multiprecision.org/
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:fd3efe422f0d454592059e80f2c00d1a2e381bf2beda424c5094abd4deb049ac
618N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)mpc/download/$(COMPONENT_ARCHIVE)
427N/A
2899N/ATPNO= 4706
2899N/A
5680N/ATEST_TARGET= install $(TEST_32_and_64)
5680N/A# Add install dependency when system-test target is implemented.
5680N/Ainclude $(WS_MAKE_RULES)/common.mk
427N/A
427N/Aexport SHELL
5680N/ASHELL=$(BINDIR)/sh
427N/A
427N/ACFLAGS += `pkg-config --cflags libmpfr`
427N/A
427N/ACONFIGURE_OPTIONS += --infodir=$(CONFIGURE_INFODIR)
427N/ACONFIGURE_OPTIONS += --disable-static
427N/A
3353N/ACOMPONENT_TEST_DIR = $(BUILD_DIR)/$(MACH$(BITS))/tests
3353N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
3817N/AREQUIRED_PACKAGES += library/gmp
3817N/AREQUIRED_PACKAGES += library/mpfr
3817N/AREQUIRED_PACKAGES += system/library/math