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