Makefile revision 784
3853N/A#
3853N/A# CDDL HEADER START
3853N/A#
3853N/A# The contents of this file are subject to the terms of the
3853N/A# Common Development and Distribution License (the "License").
3853N/A# You may not use this file except in compliance with the License.
3853N/A#
3853N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3853N/A# or http://www.opensolaris.org/os/licensing.
3853N/A# See the License for the specific language governing permissions
3853N/A# and limitations under the License.
3853N/A#
3853N/A# When distributing Covered Code, include this CDDL HEADER in each
3853N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3853N/A# If applicable, add the following below this CDDL HEADER, with the
3853N/A# fields enclosed by brackets "[]" replaced with your own identifying
3853N/A# information: Portions Copyright [yyyy] [name of copyright owner]
3853N/A#
3853N/A# CDDL HEADER END
3853N/A#
3853N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
3853N/A#
3853N/Ainclude ../../../make-rules/shared-macros.mk
3853N/A
5031N/ACOMPONENT_NAME= lxml
6304N/ACOMPONENT_VERSION= 2.3.3
3853N/ACOMPONENT_PROJECT_URL= http://lxml.de/
3853N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
3853N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tgz
5031N/ACOMPONENT_ARCHIVE_HASH= sha1:891de38322643e6f052533be8b415f0c30e65ce7
4798N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)files/$(COMPONENT_ARCHIVE)
4798N/A
4798N/A# disable optimization to prevent the Studio compilers from spinning
4798N/Astudio_OPT.i386.32 =
4798N/Astudio_OPT.i386.64 =
4798N/A
4798N/Ainclude $(WS_TOP)/make-rules/prep.mk
4798N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
4798N/Ainclude $(WS_TOP)/make-rules/ips.mk
4798N/A
5449N/A# build modules PIC (needed for Python 2.7)
3853N/ACFLAGS += $(CC_PIC)
5031N/A
3853N/A# common targets
3853N/Abuild: $(BUILD_32_and_64)
4812N/A
3853N/Ainstall: $(INSTALL_32_and_64)
4798N/A
3853N/Atest: $(BUILD_32_and_64)
3853N/A cd $(SOURCE_DIR) && $(PYTHON) selftest.py
3988N/A cd $(SOURCE_DIR) && $(PYTHON) selftest2.py
3853N/A
3853N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
3853N/A
3853N/Ainclude $(WS_TOP)/make-rules/depend.mk
3853N/A