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