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