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