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#
2790N/A
251N/A#
3817N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
2790N/A#
2790N/A
251N/Ainclude ../../../make-rules/shared-macros.mk
251N/A
4845N/ACOMPONENT_NAME= lxml
784N/ACOMPONENT_VERSION= 2.3.3
618N/ACOMPONENT_PROJECT_URL= http://lxml.de/
4845N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4845N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
844N/ACOMPONENT_ARCHIVE_HASH= \
844N/A sha256:2a3ca34f63b062ee8e059ca2460ac18040ec9622f0a31e143383f0db944ceb36
4845N/ACOMPONENT_ARCHIVE_URL= $(call pypi_url)
1289N/ACOMPONENT_BUGDB= python-mod/lxml
251N/A
2899N/ATPNO= 17146
2899N/A
251N/A# disable optimization to prevent the Studio compilers from spinning
251N/Astudio_OPT.i386.32 =
251N/Astudio_OPT.i386.64 =
251N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
3817N/Ainclude $(WS_MAKE_RULES)/setup.py.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
251N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
2790N/ACOMPONENT_TEST_ARGS= test
2790N/ACOMPONENT_TEST_CMD= $(MAKE) -i
2790N/ACOMPONENT_TEST_DIR= $(SOURCE_DIR)
5069N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
5069N/ACOMPONENT_TEST_TRANSFORMS += \
5069N/A '-e "/\(cc\).*/d" ' \
5069N/A '-e "/\(PYTHONPATH\).*/d" ' \
5069N/A '-e "/\(Doctest\).*/d" ' \
5069N/A '-e "/\(Building\).*/d" ' \
5069N/A '-e "/\(building\).*/d" ' \
5069N/A '-e "/\(copying\).*/d" ' \
5069N/A '-e "/\(creating\).*/d" ' \
5069N/A '-e "s|\(Ran 1368 tests\).*|\1|" '
2790N/A
251N/A# common targets
251N/Abuild: $(BUILD_32_and_64)
251N/A
251N/Ainstall: $(INSTALL_32_and_64)
251N/A
2790N/Atest: $(TEST_32_and_64)
251N/A
4337N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4337N/A
251N/A
3817N/AREQUIRED_PACKAGES += library/libxml2
3817N/AREQUIRED_PACKAGES += library/libxslt
3817N/AREQUIRED_PACKAGES += system/library
3817N/AREQUIRED_PACKAGES += system/library/math