components/logilab-astng/Makefile
changeset 3817 30b42c38bbc4
parent 1948 2d1537e7942d
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=		logilab-astng
    28 COMPONENT_NAME=		logilab-astng
    39 
    39 
    40 # logilab-astng depends on logilab-common, which is not Python 3 ready, so mark
    40 # logilab-astng depends on logilab-common, which is not Python 3 ready, so mark
    41 # this likewise.
    41 # this likewise.
    42 PYTHON_VERSIONS=	2.7 2.6
    42 PYTHON_VERSIONS=	2.7 2.6
    43 
    43 
    44 include ../../make-rules/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    45 include ../../make-rules/ips.mk
    45 include $(WS_MAKE_RULES)/ips.mk
    46 include ../../make-rules/setup.py.mk
    46 include $(WS_MAKE_RULES)/setup.py.mk
    47 
    47 
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    49 
    49 
    50 # common targets
    50 # common targets
    51 
    51 
    90 # failures: unittest_builder [2/55], unittest_lookup [1/21], 
    90 # failures: unittest_builder [2/55], unittest_lookup [1/21], 
    91 # unittest_inference [1/75]
    91 # unittest_inference [1/75]
    92 
    92 
    93 test:		$(TEST_NO_ARCH)
    93 test:		$(TEST_NO_ARCH)
    94 
    94 
    95 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    96 
       
    97 include ../../make-rules/depend.mk