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