components/python/pylxml/Makefile
changeset 3817 30b42c38bbc4
parent 3497 091183b2cc24
child 4339 6501cf9c29f9
equal deleted inserted replaced
3814:60344306d223 3817:30b42c38bbc4
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
    24 #
    24 #
    25 
    25 
    26 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    27 
    27 
    28 COMPONENT_NAME=		pylxml
    28 COMPONENT_NAME=		pylxml
    40 
    40 
    41 # disable optimization to prevent the Studio compilers from spinning
    41 # disable optimization to prevent the Studio compilers from spinning
    42 studio_OPT.i386.32 =
    42 studio_OPT.i386.32 =
    43 studio_OPT.i386.64 =
    43 studio_OPT.i386.64 =
    44 
    44 
    45 include $(WS_TOP)/make-rules/prep.mk
    45 include $(WS_MAKE_RULES)/prep.mk
    46 include $(WS_TOP)/make-rules/setup.py.mk
    46 include $(WS_MAKE_RULES)/setup.py.mk
    47 include $(WS_TOP)/make-rules/ips.mk
    47 include $(WS_MAKE_RULES)/ips.mk
    48 
    48 
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    50 
    50 
    51 COMPONENT_TEST_ARGS=	test
    51 COMPONENT_TEST_ARGS=	test
    52 COMPONENT_TEST_CMD=	$(MAKE) -i
    52 COMPONENT_TEST_CMD=	$(MAKE) -i
    57 
    57 
    58 install:	$(INSTALL_32_and_64)
    58 install:	$(INSTALL_32_and_64)
    59 
    59 
    60 test:		$(TEST_32_and_64)
    60 test:		$(TEST_32_and_64)
    61 
    61 
    62 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    63 
    62 
    64 include $(WS_TOP)/make-rules/depend.mk
    63 REQUIRED_PACKAGES += library/libxml2
       
    64 REQUIRED_PACKAGES += library/libxslt
       
    65 REQUIRED_PACKAGES += system/library
       
    66 REQUIRED_PACKAGES += system/library/math