Makefile revision 1258
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# CDDL HEADER START
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# The contents of this file are subject to the terms of the
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# Common Development and Distribution License (the "License").
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# You may not use this file except in compliance with the License.
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# or http://www.opensolaris.org/os/licensing.
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# See the License for the specific language governing permissions
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# and limitations under the License.
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# When distributing Covered Code, include this CDDL HEADER in each
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# If applicable, add the following below this CDDL HEADER, with the
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# CDDL HEADER END
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync#
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinclude ../../../make-rules/shared-macros.mk
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_NAME= XML-Parser
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_VERSION= 2.36
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_ARCHIVE_HASH= \
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync sha256:9fd529867402456bd826fe0e5588d35b3a2e27e586a2fd838d1352b71c2ed73f
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_ARCHIVE_URL= http://www.cpan.org/authors/id/M/MS/MSERGEANT/$(COMPONENT_ARCHIVE)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_PROJECT_URL= http://search.cpan.org/~msergeant/
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_BUGDB= perl-mod/xml-parser
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinclude $(WS_TOP)/make-rules/prep.mk
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinclude $(WS_TOP)/make-rules/ips.mk
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinclude $(WS_TOP)/make-rules/makemaker.mk
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync# man pages go in the common area
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_INSTALL_ENV += INSTALLVENDORMAN3DIR=$(USRSHAREMAN3DIR)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncbuild: $(BUILD_32)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinstall: $(INSTALL_32)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncCOMPONENT_TEST_TARGETS = test
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsynctest: $(TEST_32)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsyncinclude $(WS_TOP)/make-rules/depend.mk
5d1fc7f6c660e826d7f81c580fbf4278dd44c6bdvboxsync