Makefile revision 3661
253N/A#
253N/A# CDDL HEADER START
253N/A#
253N/A# The contents of this file are subject to the terms of the
253N/A# Common Development and Distribution License (the "License").
253N/A# You may not use this file except in compliance with the License.
253N/A#
253N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
253N/A# or http://www.opensolaris.org/os/licensing.
253N/A# See the License for the specific language governing permissions
253N/A# and limitations under the License.
253N/A#
253N/A# When distributing Covered Code, include this CDDL HEADER in each
253N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
253N/A# If applicable, add the following below this CDDL HEADER, with the
253N/A# fields enclosed by brackets "[]" replaced with your own identifying
253N/A# information: Portions Copyright [yyyy] [name of copyright owner]
253N/A#
253N/A# CDDL HEADER END
253N/A#
2490N/A
253N/A#
253N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
253N/A#
783N/A
253N/Ainclude ../../make-rules/shared-macros.mk
253N/A
253N/ACOMPONENT_NAME= libexpat
253N/ACOMPONENT_VERSION= 2.1.0
253N/ACOMPONENT_PROJECT_URL= http://expat.sourceforge.net/
253N/ACOMPONENT_SRC_NAME= expat
844N/ACOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
253N/ACOMPONENT_ARCHIVE_HASH= \
1273N/A sha256:823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
253N/ACOMPONENT_ARCHIVE_URL= \
253N/A http://downloads.sourceforge.net/project/expat/expat/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
844N/ACOMPONENT_BUGDB= library/libexpat
844N/A
253N/ATPNO= 5498
253N/A
3517N/Ainclude ../../make-rules/prep.mk
3517N/Ainclude ../../make-rules/configure.mk
253N/Ainclude ../../make-rules/ips.mk
253N/A
253N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) $(CPP_LARGEFILES)"
253N/ACONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
253N/A
253N/A# common targets
253N/Abuild: $(BUILD_32_and_64)
253N/A
253N/Ainstall: $(INSTALL_32_and_64)
253N/A
253N/Atest: $(TEST_32_and_64)
253N/A
253N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
253N/A
253N/Ainclude ../../make-rules/depend.mk
253N/A