Makefile revision 2441
2441N/A#
2441N/A# CDDL HEADER START
2441N/A#
2441N/A# The contents of this file are subject to the terms of the
2441N/A# Common Development and Distribution License (the "License").
2441N/A# You may not use this file except in compliance with the License.
2441N/A#
2441N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2441N/A# or http://www.opensolaris.org/os/licensing.
2441N/A# See the License for the specific language governing permissions
2441N/A# and limitations under the License.
2441N/A#
2441N/A# When distributing Covered Code, include this CDDL HEADER in each
2441N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2441N/A# If applicable, add the following below this CDDL HEADER, with the
2441N/A# fields enclosed by brackets "[]" replaced with your own identifying
2441N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2441N/A#
2441N/A# CDDL HEADER END
2441N/A#
2441N/A
2441N/A#
2441N/A# Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
2441N/A#
2441N/A
2441N/Ainclude ../../make-rules/shared-macros.mk
2441N/A
2441N/ACOMPONENT_NAME= xmlto
2441N/ACOMPONENT_VERSION= 0.0.25
2441N/ACOMPONENT_PROJECT_URL= https://fedorahosted.org/xmlto/
2441N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2441N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
2441N/ACOMPONENT_ARCHIVE_HASH= \
2441N/A sha256:c52b56d929e8d20fc19cd3b7ec238f8d039730c56ee311cc352e843147e3e31a
2441N/ACOMPONENT_ARCHIVE_URL= https://fedorahosted.org/releases/x/m/$(COMPONENT_NAME)/$(COMPONENT_ARCHIVE)
2441N/ACOMPONENT_BUGDB= utility/xmlto
2441N/A
2441N/Ainclude ../../make-rules/prep.mk
2441N/Ainclude ../../make-rules/configure.mk
2441N/Ainclude ../../make-rules/ips.mk
2441N/A
2441N/A# These will be used by the xmlto script.
2441N/ACONFIGURE_ENV += FIND="/usr/gnu/bin/find"
2441N/ACONFIGURE_ENV += GETOPT="/usr/gnu/bin/getopt"
2441N/ACONFIGURE_ENV += GREP="/usr/gnu/bin/grep"
2441N/ACONFIGURE_ENV += TAIL="/usr/gnu/bin/tail"
2441N/A
2441N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
2441N/A
2441N/AASLR_MODE = $(ASLR_ENABLE)
2441N/A
2441N/A# common targets
2441N/Abuild: $(BUILD_64)
2441N/A
2441N/Ainstall: $(INSTALL_64)
2441N/A
2441N/Atest: $(TEST_64)
2441N/A
2441N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
2441N/A
2441N/Ainclude ../../make-rules/depend.mk