components/python/sqlalchemy/Makefile
changeset 6404 776ac4e2d089
parent 6399 6205769a2639
child 6836 464d17ec745f
equal deleted inserted replaced
6403:9d25dbe7eb71 6404:776ac4e2d089
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 
    21 
    22 #
    22 #
    23 # Copyright (c) 2012, 2016, Oracle and/or its affiliates. All rights reserved.
    23 # Copyright (c) 2012, 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=		SQLAlchemy
    28 COMPONENT_NAME=		SQLAlchemy
    43 
    43 
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    44 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
    45 
    45 
    46 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    46 COMPONENT_TEST_DIR=	$(SOURCE_DIR)
    47 COMPONENT_TEST_ARGS=	setup.py test
    47 COMPONENT_TEST_ARGS=	setup.py test
    48 COMPONENT_TEST_ENV=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES)
    48 COMPONENT_TEST_ENV=	PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
    49 
    49 
    50 # common targets
    50 # common targets
    51 build:		$(BUILD_32_and_64)
    51 build:		$(BUILD_32_and_64)
    52 
    52 
    53 install:	$(INSTALL_32_and_64)
    53 install:	$(INSTALL_32_and_64)