Makefile revision 3778
525421c923d798cdea9e5691bcee1e5e5530491dStéphane Graber# CDDL HEADER START
fd5c4f905861964cb473cf3df3336447a9365962Stéphane Graber# The contents of this file are subject to the terms of the
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# Common Development and Distribution License (the "License").
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# You may not use this file except in compliance with the License.
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# or http://www.opensolaris.org/os/licensing.
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# See the License for the specific language governing permissions
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# and limitations under the License.
16216c83297543692b8dede52c9dd8a998758e9cStéphane Graber# When distributing Covered Code, include this CDDL HEADER in each
afeecbba0359d2b4404cdf896e6b6d0b5a8443b0Serge Hallyn# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
ae5c8b8ed5feb9a47c5007c986ce01ea39b5075fSerge Hallyn# If applicable, add the following below this CDDL HEADER, with the
9be53773792fc9e8bd173edc3b7ac7e144875387Serge Hallyn# fields enclosed by brackets "[]" replaced with your own identifying
0115f8fd27b1a31d367bb161a121694f92b45e62Dwight Engen# information: Portions Copyright [yyyy] [name of copyright owner]
f209d63a97a8a2df5324608fee7b0d7a494d69ebS.Çağlar Onur# CDDL HEADER END
2aa123185e055bbe2506a6210e795e0b9375e477Serge Hallyn# Copyright (c) 2012, 2014, Oracle and/or its affiliates. All rights reserved.
72d0e1cb2facaa4b8ba2f15e311d6bb9491badb7Stéphane GraberCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
2a59a68183e55e38beedb6442938e31eb7d4749cSerge Hallyn sha256:4a89556cb55275d1af694dc4d5700d8bf0f83690bac16ab30340092ff25bb4d7
061ba5d071e4c2b4bfe76c84875bc29cc5334c27Stéphane GraberCOMPONENT_PROJECT_URL= http://www.sqlalchemy.org/
72863294f63e27ac263a774aab37aace20dc1bc5Dwight Engen# This module appears to be Python 3 ready, but work is needed before we can
72863294f63e27ac263a774aab37aace20dc1bc5Dwight Engen# enable it. See the README.py3k in the distro for details.
2aa123185e055bbe2506a6210e795e0b9375e477Serge Hallyn# Needed to get around a broken /usr/lib/python2.7/config/Makefile
198b363fff1de9afcee2f26b9aa847316f589afeSerge Hallyn# See CR #16837431.
188adf0594f623a1273b89a646402484b6816f90Stéphane GraberCOMPONENT_TEST_ENV= PYTHONPATH=$(PROTO_DIR)$(PYTHON_VENDOR_PACKAGES.32)
188adf0594f623a1273b89a646402484b6816f90Stéphane Graber# common targets