components/python/greenlet/Makefile
changeset 1645 ff50a80c552a
parent 1605 7fc7910b6d94
child 1907 446472de62e9
equal deleted inserted replaced
1644:99106880f744 1645:ff50a80c552a
    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
    38 
    38 
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    39 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    40 
    40 
    41 COMPILER =	gcc
    41 COMPILER =	gcc
    42 CC =		$(COMPONENT_DIR)/CC.sh
    42 CC =		$(COMPONENT_DIR)/CC.sh
    43 # Parfait doesn't work with the GNU 4.7 compilers yet.
       
    44 ifeq   ($(strip $(PARFAIT_BUILD)),yes)
       
    45 COMPILER =	gcc3
       
    46 endif
       
    47 
    43 
    48 COMPONENT_PRE_BUILD_ACTION = \
    44 COMPONENT_PRE_BUILD_ACTION = \
    49 	$(MKDIR) $(SOURCE_DIR)/64
    45 	$(MKDIR) $(SOURCE_DIR)/64
    50 
    46 
    51 # 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