Makefile revision 3743
286N/A#
286N/A# CDDL HEADER START
286N/A#
286N/A# The contents of this file are subject to the terms of the
286N/A# Common Development and Distribution License (the "License").
286N/A# You may not use this file except in compliance with the License.
286N/A#
286N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
286N/A# or http://www.opensolaris.org/os/licensing.
286N/A# See the License for the specific language governing permissions
286N/A# and limitations under the License.
286N/A#
286N/A# When distributing Covered Code, include this CDDL HEADER in each
286N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
286N/A# If applicable, add the following below this CDDL HEADER, with the
286N/A# fields enclosed by brackets "[]" replaced with your own identifying
286N/A# information: Portions Copyright [yyyy] [name of copyright owner]
286N/A#
286N/A# CDDL HEADER END
286N/A#
286N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
286N/A#
286N/A
286N/Ainclude ../../../make-rules/shared-macros.mk
286N/A
286N/ACOMPONENT_NAME= XML-SAX-Base
286N/ACOMPONENT_VERSION= 1.8
286N/AHUMAN_VERSION= 1.08
286N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
286N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
286N/ACOMPONENT_ARCHIVE_HASH= \
286N/A sha256:666270318b15f88b8427e585198abbc19bc2e6ccb36dc4c0a4f2d9807330219e
286N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
286N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~grantm/
286N/ACOMPONENT_BUGDB= perl-mod/xml-sax-base
286N/A
286N/ATPNO= 13137
286N/A
286N/A# build threaded 5.12 support too
286N/APERL_VERSIONS += 5.12-mt
286N/A
286N/Ainclude $(WS_TOP)/make-rules/prep.mk
286N/Ainclude $(WS_TOP)/make-rules/ips.mk
286N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
286N/A
286N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
286N/A
286N/A# man pages go in the common area
286N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
286N/A
286N/ACOMPONENT_TEST_TARGETS = test
286N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
286N/ACOMPONENT_TEST_TRANSFORMS += \
286N/A '-e "s|\(^Files=\).*|\1|" '
286N/A
286N/Abuild: $(BUILD_32_and_64)
286N/A
286N/Ainstall: $(INSTALL_32_and_64)
286N/A
286N/Atest: $(TEST_32_and_64)
286N/A
286N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
286N/A
include $(WS_TOP)/make-rules/depend.mk