components/python/greenlet/Makefile
branchs11-update
changeset 3028 5e73a3a3f66a
parent 2855 576d5a7857b7
child 3661 47545fb8aed4
child 4156 4b1def16fe9b
equal deleted inserted replaced
3027:3bcf7d43558b 3028:5e73a3a3f66a
    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, 2013, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2012, 2014, 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=		greenlet
    25 COMPONENT_NAME=		greenlet
    26 COMPONENT_VERSION=	0.4.1
    26 COMPONENT_VERSION=	0.4.1
    36 include $(WS_TOP)/make-rules/setup.py.mk
    36 include $(WS_TOP)/make-rules/setup.py.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    37 include $(WS_TOP)/make-rules/ips.mk
    38 
    38 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    40 
    41 COMPILER =	gcc3
    41 COMPILER =	gcc
    42 gcc_OPT =	-O2
    42 CC =		$(COMPONENT_DIR)/CC.sh
    43 
    43 
    44 COMPONENT_PRE_BUILD_ACTION = \
    44 COMPONENT_PRE_BUILD_ACTION = \
    45 	$(MKDIR) $(SOURCE_DIR)/64
    45 	$(MKDIR) $(SOURCE_DIR)/64
    46 
    46 
    47 # Needed to get around a broken /usr/lib/python2.7/config/Makefile
    47 # Needed to get around a broken /usr/lib/python2.7/config/Makefile