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