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