Makefile revision 1754
9019569316e39087410336bb76c02bf185974fe3Mark Andrews#
9019569316e39087410336bb76c02bf185974fe3Mark Andrews# CDDL HEADER START
ac4b736ab20cc1098448028c4ae3db7a50e96123Mark Andrews#
ac4b736ab20cc1098448028c4ae3db7a50e96123Mark Andrews# The contents of this file are subject to the terms of the
ac4b736ab20cc1098448028c4ae3db7a50e96123Mark Andrews# Common Development and Distribution License (the "License").
eb8265942b3019d34e365432314b63decc84728fTatuya JINMEI 神明達哉# You may not use this file except in compliance with the License.
eb8265942b3019d34e365432314b63decc84728fTatuya JINMEI 神明達哉#
eb8265942b3019d34e365432314b63decc84728fTatuya JINMEI 神明達哉# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
eb8265942b3019d34e365432314b63decc84728fTatuya JINMEI 神明達哉# or http://www.opensolaris.org/os/licensing.
eb8265942b3019d34e365432314b63decc84728fTatuya JINMEI 神明達哉# See the License for the specific language governing permissions
e7ba4d8dc4559ff47f7f8298dad1469275ed0f1eMark Andrews# and limitations under the License.
e7ba4d8dc4559ff47f7f8298dad1469275ed0f1eMark Andrews#
e7ba4d8dc4559ff47f7f8298dad1469275ed0f1eMark Andrews# When distributing Covered Code, include this CDDL HEADER in each
81e5de17419f2e6f80ce76c333159ca9feb67b8cMark Andrews# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
81e5de17419f2e6f80ce76c333159ca9feb67b8cMark Andrews# If applicable, add the following below this CDDL HEADER, with the
50df1ec60af410fca6b7a85d5c85e8f31bb13bc3Mark Andrews# fields enclosed by brackets "[]" replaced with your own identifying
50df1ec60af410fca6b7a85d5c85e8f31bb13bc3Mark Andrews# information: Portions Copyright [yyyy] [name of copyright owner]
da2d57c8cf7e18c8ab1fbcc8e5f2001fb2f02cb1Mark Andrews#
da2d57c8cf7e18c8ab1fbcc8e5f2001fb2f02cb1Mark Andrews# CDDL HEADER END
da2d57c8cf7e18c8ab1fbcc8e5f2001fb2f02cb1Mark Andrews#
b58d2c6a1cfe8f06548763a139579f270d9014a6Jeremy Reed# Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
ef4eed2a2a8897bd4e5b19dd94f638e0861ebda5Mark Andrews#
ef4eed2a2a8897bd4e5b19dd94f638e0861ebda5Mark Andrews
d5be219ff773a91c839c660fee54f1df7448adfaMark Andrewsinclude ../../../make-rules/shared-macros.mk
7d89c53f6e8dcbac40334156aa999a13e6af189cMark Andrews
7d89c53f6e8dcbac40334156aa999a13e6af189cMark AndrewsCOMPONENT_NAME= XML-SAX
7d89c53f6e8dcbac40334156aa999a13e6af189cMark AndrewsCOMPONENT_VERSION= 0.99
96b3cb85d3b06d99323a6ea7ae04f4eb3d74e8bcMark AndrewsCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
96b3cb85d3b06d99323a6ea7ae04f4eb3d74e8bcMark AndrewsCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
96b3cb85d3b06d99323a6ea7ae04f4eb3d74e8bcMark AndrewsCOMPONENT_ARCHIVE_HASH= \
dc143a8f5cc8b2893f5b63077224f091f8c51862Mark Andrews sha256:32b04b8e36b6cc4cfc486de2d859d87af5386dd930f2383c49347050d6f5ad84
dc143a8f5cc8b2893f5b63077224f091f8c51862Mark AndrewsCOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/G/GR/GRANTM/$(COMPONENT_ARCHIVE)
dc143a8f5cc8b2893f5b63077224f091f8c51862Mark AndrewsCOMPONENT_PROJECT_URL= http://search.cpan.org/~grantm/XML-SAX-0.99/SAX.pm
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉COMPONENT_BUGDB= perl-mod/xml-sax
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉# build threaded 5.12 support too
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉PERL_VERSIONS += 5.12-mt
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉
f99fd90097c3260a14eca9ee5aa8c4c4d50ebca7Tatuya JINMEI 神明達哉include $(WS_TOP)/make-rules/prep.mk
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrewsinclude $(WS_TOP)/make-rules/ips.mk
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrewsinclude $(WS_TOP)/make-rules/makemaker.mk
582f8b9a8d170a80ef67475bddb8ad5cf7cd7cadMark Andrews
09b45f7b5800c4dbb86846dea35e8aba0a25b0d0Mark Andrews# Enable ASLR for this component
09b45f7b5800c4dbb86846dea35e8aba0a25b0d0Mark AndrewsASLR_MODE = $(ASLR_ENABLE)
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrews
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrews# man pages go in the common area
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark AndrewsCOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrews
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark AndrewsCOMPONENT_TEST_TARGETS = test
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrews
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrewsbuild: $(BUILD_32_and_64)
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrews
f6f1672b4e460571c418e43ae3bd0fae97e4c149Mark Andrewsinstall: $(INSTALL_32_and_64)
1f3e0508c2146b473838899429f44e72c52b32f4Mark Andrews
b58d2c6a1cfe8f06548763a139579f270d9014a6Jeremy Reedtest: $(TEST_32_and_64)
1f3e0508c2146b473838899429f44e72c52b32f4Mark Andrews
1f3e0508c2146b473838899429f44e72c52b32f4Mark AndrewsBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
a14aff6984062f01b6d88f485f0a3f68d99fc174Mark Andrews
a14aff6984062f01b6d88f485f0a3f68d99fc174Mark Andrewsinclude $(WS_TOP)/make-rules/depend.mk
a14aff6984062f01b6d88f485f0a3f68d99fc174Mark Andrews