components/python/greenlet/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3789 137fdcb27c8e
child 4072 db0cec748ec0
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) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
       
    23 
       
    24 COMPILER =	gcc
       
    25 
    23 include ../../../make-rules/shared-macros.mk
    26 include ../../../make-rules/shared-macros.mk
    24 
    27 
    25 COMPONENT_NAME=		greenlet
    28 COMPONENT_NAME=		greenlet
    26 COMPONENT_VERSION=	0.4.1
    29 COMPONENT_VERSION=	0.4.1
    27 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    30 COMPONENT_SRC=		$(COMPONENT_NAME)-$(COMPONENT_VERSION)
    36 
    39 
    37 # This module is not Python 3 ready: strange build failures that need more
    40 # This module is not Python 3 ready: strange build failures that need more
    38 # investigation.
    41 # investigation.
    39 PYTHON_VERSIONS = 2.7 2.6
    42 PYTHON_VERSIONS = 2.7 2.6
    40 
    43 
    41 include $(WS_TOP)/make-rules/prep.mk
    44 include $(WS_MAKE_RULES)/prep.mk
    42 include $(WS_TOP)/make-rules/setup.py.mk
    45 include $(WS_MAKE_RULES)/setup.py.mk
    43 include $(WS_TOP)/make-rules/ips.mk
    46 include $(WS_MAKE_RULES)/ips.mk
    44 
    47 
    45 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    48 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    46 
    49 
    47 COMPILER =	gcc
       
    48 CC =		$(COMPONENT_DIR)/CC.sh
    50 CC =		$(COMPONENT_DIR)/CC.sh
    49 
    51 
    50 COMPONENT_PRE_BUILD_ACTION = \
    52 COMPONENT_PRE_BUILD_ACTION = \
    51 	$(MKDIR) $(SOURCE_DIR)/64
    53 	$(MKDIR) $(SOURCE_DIR)/64
    52 
    54 
    65 
    67 
    66 install:	$(INSTALL_32_and_64)
    68 install:	$(INSTALL_32_and_64)
    67 
    69 
    68 test:		$(TEST_32_and_64)
    70 test:		$(TEST_32_and_64)
    69 
    71 
    70 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    71 
    72 
    72 include $(WS_TOP)/make-rules/depend.mk
    73 REQUIRED_PACKAGES += system/library