Makefile revision 1273
132N/A#
132N/A# CDDL HEADER START
132N/A#
132N/A# The contents of this file are subject to the terms of the
132N/A# Common Development and Distribution License (the "License").
132N/A# You may not use this file except in compliance with the License.
132N/A#
132N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
132N/A# or http://www.opensolaris.org/os/licensing.
132N/A# See the License for the specific language governing permissions
132N/A# and limitations under the License.
132N/A#
132N/A# When distributing Covered Code, include this CDDL HEADER in each
132N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
132N/A# If applicable, add the following below this CDDL HEADER, with the
132N/A# fields enclosed by brackets "[]" replaced with your own identifying
132N/A# information: Portions Copyright [yyyy] [name of copyright owner]
132N/A#
132N/A# CDDL HEADER END
132N/A#
132N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
132N/A#
132N/Ainclude ../../make-rules/shared-macros.mk
132N/A
215N/ACOMPONENT_NAME= guile
132N/ACOMPONENT_VERSION= 1.8.6
132N/ACOMPONENT_PROJECT_URL= http://www.gnu.org/software/guile/
132N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
132N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
132N/ACOMPONENT_ARCHIVE_HASH= \
132N/A sha256:69a2f9491480ff756d1cc4c8ea2bdc13d40ea8ddc8f93f26957bade8219a1d86
132N/ACOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/pub/gnu/guile/$(COMPONENT_ARCHIVE)
132N/ACOMPONENT_BUGDB= utility/guile
132N/A
132N/Ainclude ../../make-rules/prep.mk
132N/Ainclude ../../make-rules/configure.mk
132N/Ainclude ../../make-rules/ips.mk
132N/A
132N/A# Built in SFW with gcc and builds cleanly now only with gcc
132N/ACOMPILER = gcc
132N/ACONFIGURE_OPTIONS += CPPFLAGS="-I/usr/include/gmp -D__USE_LEGACY_PROTOTYPES__"
132N/ACONFIGURE_OPTIONS += --disable-static
132N/ACONFIGURE_OPTIONS += --disable-error-on-warning
132N/ACONFIGURE_OPTIONS += ac_cv_type_complex_double=no
132N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
132N/A
132N/A# common targets
132N/Abuild: $(BUILD_32_and_64)
132N/A
132N/Ainstall: $(INSTALL_32_and_64)
132N/A
132N/Atest: $(TEST_32_and_64)
132N/A
132N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
132N/A
132N/Ainclude ../../make-rules/depend.mk
132N/A