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