Makefile revision 2446
2430N/A#
2430N/A# CDDL HEADER START
2430N/A#
2430N/A# The contents of this file are subject to the terms of the
2430N/A# Common Development and Distribution License (the "License").
2430N/A# You may not use this file except in compliance with the License.
2430N/A#
2430N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2430N/A# or http://www.opensolaris.org/os/licensing.
2430N/A# See the License for the specific language governing permissions
2430N/A# and limitations under the License.
2430N/A#
2430N/A# When distributing Covered Code, include this CDDL HEADER in each
2430N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2430N/A# If applicable, add the following below this CDDL HEADER, with the
2430N/A# fields enclosed by brackets "[]" replaced with your own identifying
2430N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2430N/A#
2430N/A# CDDL HEADER END
2430N/A#
2430N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
2430N/A#
2430N/Ainclude ../../../make-rules/shared-macros.mk
2430N/A
2430N/ACOMPONENT_NAME= X11-Protocol
2430N/ACOMPONENT_VERSION= 0.56
2430N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2430N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2430N/ACOMPONENT_PROJECT_URL= http://search.cpan.org/~smccam/X11-Protocol
2430N/ACOMPONENT_ARCHIVE_HASH= \
2430N/A sha256:de96dd6c7c1f25f3287aa7af64902bf84acaaa8e0c3bb76aa1676367e04a08b7
2430N/ACOMPONENT_ARCHIVE_URL= http://search.cpan.org/CPAN/authors/id/S/SM/SMCCAM/$(COMPONENT_ARCHIVE)
2430N/ACOMPONENT_BUGDB= perl-mod/x11-protocol
2430N/A
2446N/A# Only build for the default version, since 5.8.4 is almost dead
2446N/APERL_VERSIONS = $(PERL_VERSION)
2446N/A
2430N/Ainclude $(WS_TOP)/make-rules/prep.mk
2430N/Ainclude $(WS_TOP)/make-rules/ips.mk
2430N/Ainclude $(WS_TOP)/make-rules/makemaker.mk
2430N/A
2430N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2430N/A
2430N/ACOMPONENT_TEST_TARGETS = test
2430N/A
2430N/Abuild: $(BUILD_32)
2430N/A
2430N/Ainstall: $(INSTALL_32)
2430N/A
2430N/Atest: $(TEST_32)
2430N/A
2430N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2430N/A
2430N/Ainclude $(WS_TOP)/make-rules/depend.mk