components/python/cffi/Makefile
branchs11-update
changeset 3996 20c0f21bbe1e
parent 3661 47545fb8aed4
child 3998 5bd484384122
equal deleted inserted replaced
3994:3781477accf3 3996:20c0f21bbe1e
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2014, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2014, 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=		cffi
    28 COMPONENT_NAME=		cffi
    35 COMPONENT_PROJECT_URL=	http://cffi.readthedocs.org/
    35 COMPONENT_PROJECT_URL=	http://cffi.readthedocs.org/
    36 COMPONENT_BUGDB=	python-mod/cffi
    36 COMPONENT_BUGDB=	python-mod/cffi
    37 
    37 
    38 TPNO=			16913
    38 TPNO=			16913
    39 
    39 
    40 include $(WS_TOP)/make-rules/prep.mk
    40 include $(WS_MAKE_RULES)/prep.mk
    41 include $(WS_TOP)/make-rules/setup.py.mk
    41 include $(WS_MAKE_RULES)/setup.py.mk
    42 include $(WS_TOP)/make-rules/ips.mk
    42 include $(WS_MAKE_RULES)/ips.mk
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 # We need to go look at pycparser in the workspace until it's available in the
    46 # We need to go look at pycparser in the workspace until it's available in the
    47 # build environment.
    47 # build environment.
    81 
    81 
    82 install:	$(INSTALL_32_and_64)
    82 install:	$(INSTALL_32_and_64)
    83 
    83 
    84 test:		$(TEST_32_and_64)
    84 test:		$(TEST_32_and_64)
    85 
    85 
    86 BUILD_PKG_DEPENDENCIES =	$(BUILD_TOOLS)
       
    87 
    86 
    88 include $(WS_TOP)/make-rules/depend.mk
    87 REQUIRED_PACKAGES += library/libffi
       
    88 REQUIRED_PACKAGES += system/library