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