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