Makefile revision 1289
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73nd# CDDL HEADER START
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73nd# The contents of this file are subject to the terms of the
fa8ed9702ac1820f539365853f0671f3125b2d73nd# Common Development and Distribution License (the "License").
fa8ed9702ac1820f539365853f0671f3125b2d73nd# You may not use this file except in compliance with the License.
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73nd# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fa8ed9702ac1820f539365853f0671f3125b2d73nd# or http://www.opensolaris.org/os/licensing.
fa8ed9702ac1820f539365853f0671f3125b2d73nd# See the License for the specific language governing permissions
fa8ed9702ac1820f539365853f0671f3125b2d73nd# and limitations under the License.
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
0662ed52e814f8f08ef0e09956413a792584eddffuankg# When distributing Covered Code, include this CDDL HEADER in each
fa8ed9702ac1820f539365853f0671f3125b2d73nd# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fa8ed9702ac1820f539365853f0671f3125b2d73nd# If applicable, add the following below this CDDL HEADER, with the
fa8ed9702ac1820f539365853f0671f3125b2d73nd# fields enclosed by brackets "[]" replaced with your own identifying
fa8ed9702ac1820f539365853f0671f3125b2d73nd# information: Portions Copyright [yyyy] [name of copyright owner]
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73nd# CDDL HEADER END
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73nd# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
fa8ed9702ac1820f539365853f0671f3125b2d73nd#
fa8ed9702ac1820f539365853f0671f3125b2d73ndinclude ../../make-rules/shared-macros.mk
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_NAME = libneon
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_VERSION = 0.29.6
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_PROJECT_URL= http://www.webdav.org/neon/
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_SRC_NAME = neon
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_SRC = $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION)
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_ARCHIVE_HASH = \
fa8ed9702ac1820f539365853f0671f3125b2d73nd sha256:9c640b728d6dc80ef1e48f83181166ab6bc95309cece5537e01ffdd01b96eb43
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_ARCHIVE_URL = $(COMPONENT_PROJECT_URL)$(COMPONENT_ARCHIVE)
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_BUGDB= library/neon
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndinclude ../../make-rules/prep.mk
fa8ed9702ac1820f539365853f0671f3125b2d73ndinclude ../../make-rules/configure.mk
fa8ed9702ac1820f539365853f0671f3125b2d73ndinclude ../../make-rules/ips.mk
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndPATCH_LEVEL = 0
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndCC += $(CC_BITS)
fa8ed9702ac1820f539365853f0671f3125b2d73ndCPPFLAGS += $(CPP_LARGEFILES)
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_ENV += CFLAGS="$(CFLAGS)"
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --localstatedir=/var
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --mandir=/usr/share/man
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --infodir=/usr/share/info
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --enable-shared
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --disable-static
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --enable-webdav
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --enable-threadsafe-ssl=posix
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --enable-nls
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --disable-warnings
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --disable-ld-version-script
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --with-zlib
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --with-ssl=openssl
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --with-libproxy
fa8ed9702ac1820f539365853f0671f3125b2d73ndCONFIGURE_OPTIONS += --with-libxml2
ac7985784d08a3655291f24f711812b4d8b1cbcffuankg
fa8ed9702ac1820f539365853f0671f3125b2d73ndCOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndbuild: $(BUILD_32_and_64)
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndinstall: $(INSTALL_32_and_64)
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndtest: $(TEST_32_and_64)
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73ndinclude ../../make-rules/depend.mk
fa8ed9702ac1820f539365853f0671f3125b2d73nd
fa8ed9702ac1820f539365853f0671f3125b2d73nd