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