Makefile revision 1498
86N/A#
86N/A# CDDL HEADER START
86N/A#
86N/A# The contents of this file are subject to the terms of the
86N/A# Common Development and Distribution License (the "License").
86N/A# You may not use this file except in compliance with the License.
86N/A#
86N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
86N/A# or http://www.opensolaris.org/os/licensing.
86N/A# See the License for the specific language governing permissions
86N/A# and limitations under the License.
86N/A#
86N/A# When distributing Covered Code, include this CDDL HEADER in each
86N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
86N/A# If applicable, add the following below this CDDL HEADER, with the
86N/A# fields enclosed by brackets "[]" replaced with your own identifying
86N/A# information: Portions Copyright [yyyy] [name of copyright owner]
86N/A#
86N/A# CDDL HEADER END
86N/A#
86N/A
844N/A#
86N/A# Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
86N/A#
86N/A
86N/Ainclude ../../make-rules/shared-macros.mk
86N/A
618N/ACOMPONENT_NAME= pv
86N/ACOMPONENT_VERSION= 1.2.0
86N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_PROJECT_URL= http://www.ivarch.com/programs/pv.shtml
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
86N/ACOMPONENT_ARCHIVE_HASH= \
1258N/A sha256:f93a5eda47d4607e35020622717ade5bc0e5ee82123a97331090f19e0b907c5f
86N/ACOMPONENT_ARCHIVE_URL= http://pipeviewer.googlecode.com/files/$(COMPONENT_ARCHIVE)
86N/ACOMPONENT_BUGDB= utility/pv
86N/A
86N/Ainclude ../../make-rules/prep.mk
86N/Ainclude ../../make-rules/configure.mk
86N/Ainclude ../../make-rules/ips.mk
86N/A
86N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
86N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
86N/A
86N/APATCH_LEVEL= 0
86N/A
86N/APKG_PROTO_DIRS += $(BUILD_DIR_32)
86N/A
86N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
86N/A
86N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
181N/A
86N/AASLR_MODE = $(ASLR_ENABLE)
88N/A
88N/A# common targets
88N/Abuild: $(BUILD_32)
86N/A
install: $(INSTALL_32)
test: $(TEST_32)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk