Makefile revision 5680
201N/A#
201N/A# CDDL HEADER START
201N/A#
201N/A# The contents of this file are subject to the terms of the
201N/A# Common Development and Distribution License (the "License").
201N/A# You may not use this file except in compliance with the License.
201N/A#
201N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
201N/A# or http://www.opensolaris.org/os/licensing.
201N/A# See the License for the specific language governing permissions
201N/A# and limitations under the License.
201N/A#
201N/A# When distributing Covered Code, include this CDDL HEADER in each
201N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
201N/A# If applicable, add the following below this CDDL HEADER, with the
201N/A# fields enclosed by brackets "[]" replaced with your own identifying
201N/A# information: Portions Copyright [yyyy] [name of copyright owner]
201N/A#
201N/A# CDDL HEADER END
201N/A#
201N/A
201N/A#
2899N/A# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
201N/A#
201N/ABUILD_BITS= 64
201N/Ainclude ../../make-rules/shared-macros.mk
201N/A
201N/ACOMPONENT_NAME= pconsole
3039N/ACOMPONENT_VERSION= 1.0
618N/ACOMPONENT_PROJECT_URL= http://www.heiho.net/pconsole/
201N/ACOMPONENT_ARCHIVE_HASH= \
201N/A sha256:94520bf65f726df9d7e686bb486e9a2828c29d09a20b9522f1da4f7d66700bb2
844N/ACOMPONENT_ARCHIVE_URL= http://www.heiho.net/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
3039N/A
201N/ATPNO= 9270
1258N/A
201N/ATEST_TARGET= $(NO_TESTS)
3039N/Ainclude $(WS_MAKE_RULES)/common.mk
2899N/A
201N/A# Required to configure correctly.
201N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
201N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
201N/A
201N/A# -I argument needed to find the generated config.h file. Also, pconsole
201N/A# configure.in forcibly overrides CFLAGS, so we override the compiler to
201N/A# specify required flags.
3039N/ACONFIGURE_ENV += "CC=$(CC) -I. $(CC_BITS)"
3039N/A
3039N/AREQUIRED_PACKAGES += shell/bash
3039N/AREQUIRED_PACKAGES += shell/ksh93
201N/A