components/python/pylxml/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		pylxml
    25 COMPONENT_NAME=		pylxml
    26 COMPONENT_VERSION=	2.3.3
    26 COMPONENT_VERSION=	2.3.3
    37 
    37 
    38 # disable optimization to prevent the Studio compilers from spinning
    38 # disable optimization to prevent the Studio compilers from spinning
    39 studio_OPT.i386.32 =
    39 studio_OPT.i386.32 =
    40 studio_OPT.i386.64 =
    40 studio_OPT.i386.64 =
    41 
    41 
    42 include $(WS_TOP)/make-rules/prep.mk
    42 include $(WS_MAKE_RULES)/prep.mk
    43 include $(WS_TOP)/make-rules/setup.py.mk
    43 include $(WS_MAKE_RULES)/setup.py.mk
    44 include $(WS_TOP)/make-rules/ips.mk
    44 include $(WS_MAKE_RULES)/ips.mk
    45 
    45 
    46 # common targets
    46 # common targets
    47 build:		$(BUILD_32_and_64)
    47 build:		$(BUILD_32_and_64)
    48 
    48 
    49 install:	$(INSTALL_32_and_64)
    49 install:	$(INSTALL_32_and_64)
    50 
    50 
    51 test:		$(BUILD_32_and_64)
    51 test:		$(BUILD_32_and_64)
    52 		cd $(SOURCE_DIR) && $(PYTHON) selftest.py
    52 		cd $(SOURCE_DIR) && $(PYTHON) selftest.py
    53 		cd $(SOURCE_DIR) && $(PYTHON) selftest2.py
    53 		cd $(SOURCE_DIR) && $(PYTHON) selftest2.py
    54 
    54 
    55 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    56 
    55 
    57 include $(WS_TOP)/make-rules/depend.mk
    56 REQUIRED_PACKAGES += library/libxml2
       
    57 REQUIRED_PACKAGES += library/libxslt
       
    58 REQUIRED_PACKAGES += library/zlib
       
    59 REQUIRED_PACKAGES += system/library
       
    60 REQUIRED_PACKAGES += system/library/math