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