Makefile revision 181
301N/A#
301N/A# CDDL HEADER START
301N/A#
301N/A# The contents of this file are subject to the terms of the
301N/A# Common Development and Distribution License (the "License").
301N/A# You may not use this file except in compliance with the License.
301N/A#
301N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
301N/A# or http://www.opensolaris.org/os/licensing.
301N/A# See the License for the specific language governing permissions
301N/A# and limitations under the License.
301N/A#
301N/A# When distributing Covered Code, include this CDDL HEADER in each
301N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
301N/A# If applicable, add the following below this CDDL HEADER, with the
301N/A# fields enclosed by brackets "[]" replaced with your own identifying
301N/A# information: Portions Copyright [yyyy] [name of copyright owner]
301N/A#
301N/A# CDDL HEADER END
301N/A#
301N/A# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
301N/A#
301N/Ainclude ../../make-rules/shared-macros.mk
301N/A
301N/ACOMPONENT_NAME = neon
301N/ACOMPONENT_VERSION = 0.29.5
301N/ACOMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
485N/ACOMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
485N/ACOMPONENT_ARCHIVE_HASH = sha1:46e85922b2dad60f50393e7d8d4075c880c7e03e
301N/ACOMPONENT_ARCHIVE_URL = http://webdav.org/neon/$(COMPONENT_ARCHIVE)
301N/A
618N/Ainclude ../../make-rules/prep.mk
301N/Ainclude ../../make-rules/configure.mk
301N/Ainclude ../../make-rules/ips.mk
301N/A
301N/APATCH_LEVEL = 0
301N/A
301N/ACC += $(CC_BITS)
301N/ACPPFLAGS += $(CPP_LARGEFILES)
301N/A
301N/ACONFIGURE_ENV += CFLAGS="$(CFLAGS)"
301N/ACONFIGURE_ENV += CPPFLAGS="$(CPPFLAGS)"
301N/A
301N/ACONFIGURE_OPTIONS += --localstatedir=/var
301N/ACONFIGURE_OPTIONS += --mandir=/usr/share/man
301N/ACONFIGURE_OPTIONS += --infodir=/usr/share/info
301N/ACONFIGURE_OPTIONS += --enable-shared
301N/ACONFIGURE_OPTIONS += --disable-static
301N/ACONFIGURE_OPTIONS += --enable-webdav
301N/ACONFIGURE_OPTIONS += --enable-threadsafe-ssl=posix
301N/ACONFIGURE_OPTIONS += --enable-nls
301N/ACONFIGURE_OPTIONS += --disable-warnings
301N/ACONFIGURE_OPTIONS += --disable-ld-version-script
301N/ACONFIGURE_OPTIONS += --with-zlib
301N/ACONFIGURE_OPTIONS += --with-ssl=openssl
301N/ACONFIGURE_OPTIONS += --with-libproxy
301N/ACONFIGURE_OPTIONS += --with-libxml2
301N/A
301N/ACOMPONENT_TEST_ENV += PATH="$(GNUBIN):$(PATH)"
301N/A
301N/Abuild: $(BUILD_32_and_64)
301N/A
301N/Ainstall: $(INSTALL_32_and_64)
301N/A
301N/Atest: $(TEST_32_and_64)
301N/A
301N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
301N/A
include ../../make-rules/depend.mk