Makefile revision 1370
6de8046f8f7e07cd83895a528df25d977e502c76nd#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# CDDL HEADER START
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# The contents of this file are subject to the terms of the
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# Common Development and Distribution License (the "License").
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# You may not use this file except in compliance with the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# or http://www.opensolaris.org/os/licensing.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# See the License for the specific language governing permissions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and limitations under the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# When distributing Covered Code, include this CDDL HEADER in each
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# If applicable, add the following below this CDDL HEADER, with the
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# fields enclosed by brackets "[]" replaced with your own identifying
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# information: Portions Copyright [yyyy] [name of copyright owner]
c9a95767fbf0f5fb0976a06b97a256033925e433rbb#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# CDDL HEADER END
c9a95767fbf0f5fb0976a06b97a256033925e433rbb#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbb#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
c9a95767fbf0f5fb0976a06b97a256033925e433rbb#
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbinclude ../../make-rules/shared-macros.mk
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
916b63787f738c06929cd34764c27d8ba0e4bc32brianpCOMPONENT_NAME= libexpat
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_VERSION= 2.1.0
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_PROJECT_URL= http://expat.sourceforge.net/
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_SRC_NAME= expat
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_SRC= $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_ARCHIVE_HASH= \
c9a95767fbf0f5fb0976a06b97a256033925e433rbb sha256:823705472f816df21c8f6aa026dd162b280806838bb55b3432b0fb1fcca7eb86
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_ARCHIVE_URL= \
c9a95767fbf0f5fb0976a06b97a256033925e433rbb http://downloads.sourceforge.net/project/expat/expat/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCOMPONENT_BUGDB= library/libexpat
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbinclude ../../make-rules/prep.mk
c9a95767fbf0f5fb0976a06b97a256033925e433rbbinclude ../../make-rules/configure.mk
c9a95767fbf0f5fb0976a06b97a256033925e433rbbinclude ../../make-rules/ips.mk
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCONFIGURE_OPTIONS += CFLAGS="$(CFLAGS) $(CPP_LARGEFILES)"
c9a95767fbf0f5fb0976a06b97a256033925e433rbbCONFIGURE_OPTIONS += CXXFLAGS="$(CXXFLAGS)"
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
9633c1d322367e32b0d2f34fe263bf9c8d002956wrowe# common targets
c9a95767fbf0f5fb0976a06b97a256033925e433rbbbuild: $(BUILD_32_and_64)
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
1397600ab25e11b203e7ced39e509e24b6ff4e68trawickinstall: $(INSTALL_32_and_64)
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbtest: $(TEST_32_and_64)
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
c9a95767fbf0f5fb0976a06b97a256033925e433rbb
c9a95767fbf0f5fb0976a06b97a256033925e433rbbinclude ../../make-rules/depend.mk
c9a95767fbf0f5fb0976a06b97a256033925e433rbb