Makefile revision 4558
970N/A#
970N/A# CDDL HEADER START
1356N/A#
1356N/A# The contents of this file are subject to the terms of the
1610N/A# Common Development and Distribution License (the "License").
970N/A# You may not use this file except in compliance with the License.
970N/A#
970N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
970N/A# or http://www.opensolaris.org/os/licensing.
970N/A# See the License for the specific language governing permissions
970N/A# and limitations under the License.
970N/A#
970N/A# When distributing Covered Code, include this CDDL HEADER in each
970N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
970N/A# If applicable, add the following below this CDDL HEADER, with the
970N/A# fields enclosed by brackets "[]" replaced with your own identifying
970N/A# information: Portions Copyright [yyyy] [name of copyright owner]
970N/A#
970N/A# CDDL HEADER END
970N/A#
970N/A
970N/A#
970N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
970N/A#
970N/A
970N/Ainclude ../../make-rules/shared-macros.mk
970N/A
970N/ACOMPONENT_NAME= pv
970N/ACOMPONENT_VERSION= 1.5.7
970N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
970N/ACOMPONENT_PROJECT_URL= http://www.ivarch.com/programs/pv.shtml
970N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
970N/ACOMPONENT_ARCHIVE_HASH= \
977N/A sha256:7379ae42dbb6b111989d223e8e45a0d37376e49687e1727214f61306b48253aa
970N/ACOMPONENT_ARCHIVE_URL= http://www.ivarch.com/programs/sources/$(COMPONENT_ARCHIVE)
970N/ACOMPONENT_BUGDB= utility/pv
970N/A
970N/ATPNO= 21554
970N/A
970N/Ainclude $(WS_MAKE_RULES)/prep.mk
1003N/Ainclude $(WS_MAKE_RULES)/configure.mk
1356N/Ainclude $(WS_MAKE_RULES)/ips.mk
1003N/A
1003N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
1003N/A
1356N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
1356N/A
1356N/ACOMPILER = gcc
1356N/A
970N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
1356N/A
970N/ACOMPONENT_TEST_TRANSFORMS += \
970N/A '-e "s|^sh .*$$|XXX_CC_XXX|g" ' \
970N/A '-e "s|^make.*: Leaving directory.*$$|XXX_CC_XXX|g" ' \
970N/A '-e "s|^make.*: Entering directory.*$$|XXX_CC_XXX|g" ' \
970N/A '-e "/^XXX_CC_XXX$$/d" '
970N/A
970N/ACOMPONENT_SYSTEM_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
970N/ACOMPONENT_SYSTEM_TEST_CMD = sh $(SOURCE_DIR)/autoconf/scripts/run-test.sh
970N/ACOMPONENT_SYSTEM_TEST_ARGS = /usr/bin/pv $(SOURCE_DIR)
970N/ACOMPONENT_SYSTEM_TEST_TARGETS =
970N/A
970N/AASLR_MODE = $(ASLR_ENABLE)
970N/A
970N/Aconfigure: $(CONFIGURE_64)
970N/A
970N/Abuild: $(BUILD_64)
970N/A
980N/Ainstall: $(INSTALL_64)
970N/A
970N/Atest: $(TEST_64)
970N/A
970N/Asystem-test: $(SYSTEM_TEST_64)
970N/A
970N/AREQUIRED_PACKAGES += system/library
970N/A