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