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