Makefile revision 882
cbd842f948c0ffda90ec0803f0fefc0d7630131cwrowe# CDDL HEADER START
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# The contents of this file are subject to the terms of the
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj# Common Development and Distribution License (the "License").
a8d5ccbcbde8cb6cf3a9dcf2eb05f393ab76baa9ianh# You may not use this file except in compliance with the License.
4214e98fc9045e5010e66f9a967bd6d68f40d342aaron# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4a257be29f8aeab984fe5622fa69e0b2aab204d7jerenkrantz# See the License for the specific language governing permissions
91cacb801f6c0215b38322f6d2fc58cbfedfecfbjerenkrantz# and limitations under the License.
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# When distributing Covered Code, include this CDDL HEADER in each
df14f0d3a5191cdd7c4bb5b03acd135d43a6f51brbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ab71b233b3a36489e44a7b061c48293be0b17788jwoolley# If applicable, add the following below this CDDL HEADER, with the
571760de5e60c0b459cb11be45507b923cd023eejwoolley# fields enclosed by brackets "[]" replaced with your own identifying
571760de5e60c0b459cb11be45507b923cd023eejwoolley# information: Portions Copyright [yyyy] [name of copyright owner]
bcb6e1be6041dfeb549c8ea8d37f97ad4e90a0c3rbb# CDDL HEADER END
a548c09e6a8ca1b059d0e93b5256c6ccb2b3c3cdrbb# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
09bd86d0db1114ee23eda0a6eb76ca055877a1cftrawickCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2a6c49cfaef5979a5a06098f3ce987cd76769409manoj sha256:565256a50caca44a969b7440c986b3203a0b9679babd0f1dbcbc61a4f4622edb
af4c982a7cf4515f124935f99a329744035fc699sliveCOMPONENT_ARCHIVE_URL= http://ftp.gnu.org/gnu/clisp/release/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
af4c982a7cf4515f124935f99a329744035fc699slive# Required to configure correctly.
cbd842f948c0ffda90ec0803f0fefc0d7630131cwrowe# SHELLOPTS appears to cause clisp's configure script to fail while
10270f6f94b2069d0d357805c140a9897449b9ccianh# checking the compiler.
cbd842f948c0ffda90ec0803f0fefc0d7630131cwrowe# clisp's configure script is not a GNU auto* tools generated configure script
cbd842f948c0ffda90ec0803f0fefc0d7630131cwrowe# and doesn't take --sbindir, so we need to override the default values.
10270f6f94b2069d0d357805c140a9897449b9ccianhCONFIGURE_OPTIONS += --bindir=$(CONFIGURE_BINDIR.$(BITS))
10270f6f94b2069d0d357805c140a9897449b9ccianhCONFIGURE_OPTIONS += --libdir=$(CONFIGURE_LIBDIR.$(BITS))
10270f6f94b2069d0d357805c140a9897449b9ccianhCONFIGURE_OPTIONS += --with-libsigsegv-prefix=$(CONFIGURE_PREFIX)
10270f6f94b2069d0d357805c140a9897449b9ccianhCONFIGURE_OPTIONS += --with-libreadline-prefix=$(CONFIGURE_PREFIX)
58e0ed3d1f052d695078b1d2a61c19246776eab5jerenkrantz# common targets