Makefile revision 387
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# CDDL HEADER START
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# The contents of this file are subject to the terms of the
57591c5ea045b6829ebcfed9b145d719d63f935aTimo Sirainen# Common Development and Distribution License (the "License").
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# You may not use this file except in compliance with the License.
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ec186c47c50bafcb66c5ac183b390c023cdf3fe5Timo Sirainen# See the License for the specific language governing permissions
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# and limitations under the License.
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# When distributing Covered Code, include this CDDL HEADER in each
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4ee00532a265bdfb38539d811fcd12d51210ac35Timo Sirainen# If applicable, add the following below this CDDL HEADER, with the
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# fields enclosed by brackets "[]" replaced with your own identifying
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# information: Portions Copyright [yyyy] [name of copyright owner]
0dffa25d211be541ee3c953b23566a1a990789dfTimo Sirainen# CDDL HEADER END
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
528bfe84f996046645103de898564ef5bcb5edadTimo SirainenCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
528bfe84f996046645103de898564ef5bcb5edadTimo SirainenCOMPONENT_PROJECT_URL= http://invisible-island.net/conflict/conflict.html
528bfe84f996046645103de898564ef5bcb5edadTimo SirainenCOMPONENT_ARCHIVE_HASH= sha1:fbf712f55c71c1c7c298609284fae00bdcbcc9c6
528bfe84f996046645103de898564ef5bcb5edadTimo SirainenCOMPONENT_ARCHIVE_URL= ftp://invisible-island.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
528bfe84f996046645103de898564ef5bcb5edadTimo Sirainen# Required to configure correctly.
2982cfa232c4b320bc8df4d2e3c5f62e5b18c418Martti Rannanjärvi# If the configure options are not explicitly set, then configure fails with:
2982cfa232c4b320bc8df4d2e3c5f62e5b18c418Martti Rannanjärvi# configure: warning: CC=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/cc: invalid host type
2982cfa232c4b320bc8df4d2e3c5f62e5b18c418Martti Rannanjärvi# configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
ec186c47c50bafcb66c5ac183b390c023cdf3fe5Timo Sirainen# configure: error: can only configure for one host and one target at a time
ec186c47c50bafcb66c5ac183b390c023cdf3fe5Timo SirainenCONFIGURE_OPTIONS = --prefix=$(CONFIGURE_PREFIX)
ec186c47c50bafcb66c5ac183b390c023cdf3fe5Timo SirainenCONFIGURE_OPTIONS += --mandir=$(CONFIGURE_MANDIR)
57591c5ea045b6829ebcfed9b145d719d63f935aTimo Sirainen# common targets