components/python/cssutils/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3778 35735ffdda43
child 7811 9126e6f58cd8
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2013, 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=		cssutils
    28 COMPONENT_NAME=		cssutils
    38 TPNO=			7908
    38 TPNO=			7908
    39 
    39 
    40 # This module is not Python 3 ready: syntax issues.
    40 # This module is not Python 3 ready: syntax issues.
    41 PYTHON_VERSIONS = 2.7 2.6
    41 PYTHON_VERSIONS = 2.7 2.6
    42 
    42 
    43 include $(WS_TOP)/make-rules/prep.mk
    43 include $(WS_MAKE_RULES)/prep.mk
    44 include $(WS_TOP)/make-rules/setup.py.mk
    44 include $(WS_MAKE_RULES)/setup.py.mk
    45 include $(WS_TOP)/make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 
    46 
    47 COMPONENT_TEST_DIR= $(COMPONENT_SRC)
    47 COMPONENT_TEST_DIR= $(COMPONENT_SRC)
    48 COMPONENT_TEST_ARGS= ./setup.py test
    48 COMPONENT_TEST_ARGS= ./setup.py test
    49 
    49 
    50 # Remove the trailing Control-M's from the Python source files.
    50 # Remove the trailing Control-M's from the Python source files.
    80 
    80 
    81 install:        $(INSTALL_NO_ARCH)
    81 install:        $(INSTALL_NO_ARCH)
    82 
    82 
    83 test:           $(TEST_NO_ARCH)
    83 test:           $(TEST_NO_ARCH)
    84 
    84 
    85 BUILD_PKG_DEPENDENCIES =        $(BUILD_TOOLS)
       
    86 
    85 
    87 include $(WS_TOP)/make-rules/depend.mk