Makefile revision 393
393N/A#
393N/A# CDDL HEADER START
393N/A#
393N/A# The contents of this file are subject to the terms of the
393N/A# Common Development and Distribution License (the "License").
393N/A# You may not use this file except in compliance with the License.
393N/A#
393N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
393N/A# or http://www.opensolaris.org/os/licensing.
393N/A# See the License for the specific language governing permissions
393N/A# and limitations under the License.
393N/A#
393N/A# When distributing Covered Code, include this CDDL HEADER in each
393N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
393N/A# If applicable, add the following below this CDDL HEADER, with the
393N/A# fields enclosed by brackets "[]" replaced with your own identifying
393N/A# information: Portions Copyright [yyyy] [name of copyright owner]
393N/A#
393N/A# CDDL HEADER END
393N/A#
393N/A
393N/A#
393N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
393N/A#
393N/A
393N/Ainclude $(WS_TOP)/make-rules/shared-macros.mk
393N/A
393N/ACOMPONENT_NAME= pmtools
393N/ACOMPONENT_VERSION= 1.10
393N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
393N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
393N/ACOMPONENT_ARCHIVE_HASH= sha1:9be28391ea83c47b6a6ffd9d2e6466cf86f33f57
393N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/M/ML/MLFISHER/$(COMPONENT_ARCHIVE)
393N/A
393N/Ainclude $(WS_TOP)/make-rules/prep.mk
393N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
393N/Ainclude $(WS_TOP)/make-rules/ips.mk
393N/A
393N/A# common targets
393N/Abuild: $(BUILD_32)
393N/A
393N/Ainstall: $(INSTALL_32)
393N/A
393N/Atest: $(NO_TESTS)
393N/A
393N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
393N/A
393N/Ainclude $(WS_TOP)/make-rules/depend.mk