Makefile revision 3661
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# CDDL HEADER START
84fbf855118f318dd5e511d8e5b902cecc1177c0jim# The contents of this file are subject to the terms of the
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf# Common Development and Distribution License (the "License").
9c233808c898095865fcc0a2dc1cf594d0d8faf3sf# You may not use this file except in compliance with the License.
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# See the License for the specific language governing permissions
3b41ccdaa163f4e900bbf8a7aa6a366df033822dminfrin# and limitations under the License.
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin# When distributing Covered Code, include this CDDL HEADER in each
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
28587db43bc4bea96a36fbcffdd967e7b422bb97minfrin# If applicable, add the following below this CDDL HEADER, with the
5a2dcc476c33985b7681aa72256bcd7266057eddsf# fields enclosed by brackets "[]" replaced with your own identifying
5a2dcc476c33985b7681aa72256bcd7266057eddsf# information: Portions Copyright [yyyy] [name of copyright owner]
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier# CDDL HEADER END
e08076ca56e6cb68b30846b9e9339061058aae6dpoirier# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
fa1c7ce09927decc1eecd1e9a35cc5331078a052covenerCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
fa1c7ce09927decc1eecd1e9a35cc5331078a052covenerCOMPONENT_PROJECT_URL= http://www.heiho.net/pconsole/
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjim sha256:94520bf65f726df9d7e686bb486e9a2828c29d09a20b9522f1da4f7d66700bb2
4fda5fb4cc40703a76e261bbf21ec1d6b51b7d3fjimCOMPONENT_ARCHIVE_URL= http://www.heiho.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
dc52cac281d8b311dc47d115ed979f923b667679rjung# Required to configure correctly.
2534e869d2ba209bd0c43717ea80992e6de0c51djim# -I argument needed to find the generated config.h file.
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna# If the configure options are not explicitly set, then configure fails with:
f8033d657a57eab45af44368774d8beb3e4f7f35pquerna# configure: warning: CC=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/cc: invalid host type
02fd88c85a9850109753b87612955ad372de1575sf# configure: warning: CXX=/ws/onnv-tools/SUNWspro/sunstudio12.1/bin/CC: invalid host type
02fd88c85a9850109753b87612955ad372de1575sf# configure: error: can only configure for one host and one target at a time
da48ae521bcc2751f8eb8dfb02f7aab0f46943c6sf# DESTDIR doesn't work correctly, so we specify some of the paths directly.
1374472d83ce061a431b7f6eeb5e5135fb4cd922jim# common targets