components/python/pycurl/Makefile
changeset 706 6e61f0012046
parent 609 775168282b2f
child 800 2ad056ed89ec
equal deleted inserted replaced
705:ea8fed4b5f65 706:6e61f0012046
    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) 2011, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2012, 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 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    25 PATH=/usr/bin:/usr/gnu/bin:/usr/sbin
    26 
    26 
    38 
    38 
    39 include $(WS_TOP)/make-rules/prep.mk
    39 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    40 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    41 include $(WS_TOP)/make-rules/ips.mk
    42 
    42 
       
    43 # build modules PIC (needed for Python 2.7)
       
    44 CFLAGS += $(CC_PIC)
       
    45 
       
    46 # to make sure that the docs get installed in the right place.
       
    47 PYTHON_DATA = /usr
       
    48 
    43 # common targets
    49 # common targets
    44 build:		$(BUILD_32_and_64)
    50 build:		$(BUILD_32_and_64)
    45 
    51 
    46 install:	$(INSTALL_32_and_64)
    52 install:	$(INSTALL_32_and_64)
    47 
    53