Makefile revision 1938
4063N/A#
4063N/A# CDDL HEADER START
4063N/A#
4063N/A# The contents of this file are subject to the terms of the
4063N/A# Common Development and Distribution License (the "License").
4063N/A# You may not use this file except in compliance with the License.
4063N/A#
4063N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4063N/A# or http://www.opensolaris.org/os/licensing.
4063N/A# See the License for the specific language governing permissions
4063N/A# and limitations under the License.
4063N/A#
4063N/A# When distributing Covered Code, include this CDDL HEADER in each
4063N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4063N/A# If applicable, add the following below this CDDL HEADER, with the
4063N/A# fields enclosed by brackets "[]" replaced with your own identifying
4063N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4063N/A#
4063N/A# CDDL HEADER END
4063N/A#
4063N/A# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
4063N/A#
4063N/Ainclude ../../../make-rules/shared-macros.mk
4063N/A
4063N/ACOMPONENT_NAME= XML-LibXML
4063N/ACOMPONENT_VERSION= 2.14
4063N/AHUMAN_VERSION= 2.0014
4063N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(HUMAN_VERSION)
4063N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
4063N/ACOMPONENT_ARCHIVE_HASH= \
4063N/A sha256:c6c1e854b8be7abcedd243fb43e4845c45629d2c98b8f4ec5d423e6fafe15564
4063N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/$(COMPONENT_ARCHIVE)
4063N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~shlomif/XML-LibXML/
4063N/ACOMPONENT_BUGDB= perl-mod/xml-libxml
4063N/A
4063N/A# build threaded 5.12 support too
4063N/APERL_VERSIONS += 5.12-mt
4063N/A
4063N/Ainclude $(WS_TOP)/make-rules/prep.mk
4063N/Ainclude $(WS_TOP)/make-rules/ips.mk
4063N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
4063N/A
4063N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
4063N/A
4063N/A# man pages go in the common area
4063N/ACOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
4063N/A
4063N/ACOMPONENT_TEST_TARGETS = test
5177N/A
5177N/Abuild: $(BUILD_32_and_64)
5177N/A
5177N/Ainstall: $(INSTALL_32_and_64)
5177N/A
5177N/Atest: $(TEST_32_and_64)
5177N/A
5177N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
5177N/A
5177N/Ainclude $(WS_TOP)/make-rules/depend.mk
4063N/A