Makefile revision 560
e9458b1a7a19a63aa4c179f9ab20f4d50681c168Jens Elkner# CDDL HEADER START
76647324ed70f33b95a881b536d883daccf9568dChristian Maeder# The contents of this file are subject to the terms of the
98890889ffb2e8f6f722b00e265a211f13b5a861Corneliu-Claudiu Prodescu# Common Development and Distribution License (the "License").
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# You may not use this file except in compliance with the License.
abd8dd44106c507dd2cb64359b63d7d56fa0a9c8Christian Maeder# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
76647324ed70f33b95a881b536d883daccf9568dChristian Maeder# or http://www.opensolaris.org/os/licensing.
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# See the License for the specific language governing permissions
f3a94a197960e548ecd6520bb768cb0d547457bbChristian Maeder# and limitations under the License.
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# When distributing Covered Code, include this CDDL HEADER in each
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
e8ffec0fa3d3061061bdc16e44247b9cf96b050fChristian Maeder# If applicable, add the following below this CDDL HEADER, with the
c00adad2e9459b422dee09e3a2bddba66b433bb7Christian Maeder# fields enclosed by brackets "[]" replaced with your own identifying
e8ffec0fa3d3061061bdc16e44247b9cf96b050fChristian Maeder# information: Portions Copyright [yyyy] [name of copyright owner]
0a39036fa485579a7b7c81cdd44a412392571927Christian Maeder# CDDL HEADER END
d48085f765fca838c1d972d2123601997174583dChristian Maeder# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
76647324ed70f33b95a881b536d883daccf9568dChristian MaederCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
d48085f765fca838c1d972d2123601997174583dChristian MaederCOMPONENT_ARCHIVE_HASH= sha1:b0f6bf8408e759ac4b8b9650005ee8adea911e1d
76647324ed70f33b95a881b536d883daccf9568dChristian MaederCOMPONENT_ARCHIVE_URL= ftp://xmlsoft.org/libxml2/$(COMPONENT_ARCHIVE)
a39a820684c1974350f46593025e0bb279f41bc6Christian MaederLDFLAGS += $(LD_Z_DEFS) $(LD_Z_TEXT) -lpthread
d48085f765fca838c1d972d2123601997174583dChristian MaederCONFIGURE_OPTIONS += --with-python=$(PYTHON.$(BITS))
d48085f765fca838c1d972d2123601997174583dChristian MaederCONFIGURE_OPTIONS += PYTHON_VENDOR_PACKAGES=$(PYTHON_VENDOR_PACKAGES)
05ae87b9efa19655024b0b6ac344d250b96567cdChristian MaederCOMPONENT_PREP_ACTION += (cd $(@D) ; cp ../mapfile libxml2.syms ; autoconf)
793945d4ac7c0f22760589c87af8e71427c76118Christian Maeder# common targets