Makefile revision 3794
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# CDDL HEADER START
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# The contents of this file are subject to the terms of the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Common Development and Distribution License (the "License").
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# You may not use this file except in compliance with the License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# See the License for the specific language governing permissions
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# and limitations under the License.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# If applicable, add the following below this CDDL HEADER, with the
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# CDDL HEADER END
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCOMPONENT_PROJECT_URL= http://sourceforge.net/projects/mysql-python
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync sha256:f4133b81e65c7b94a5921ff6a0e7bdbfb622f2a70473673103cb17d5a5be807a
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/mysql-python/$(COMPONENT_ARCHIVE)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# Syntax issues: not Python 3 ready.
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncPATH_32=/usr/mysql/5.5/bin/$(MACH32):/usr/bin:$(SPRO_VROOT)/bin
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncPATH_64=/usr/mysql/5.5/bin:/usr/bin:$(SPRO_VROOT)/bin
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCOMPONENT_INSTALL_ENV += PATH=$(PATH_$(BITS)):$(PATH)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCFLAGS_32= -L/usr/mysql/5.5/lib -R/usr/mysql/5.5/lib
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsyncCFLAGS_64= -L/usr/mysql/5.5/lib/$(MACH64) -R/usr/mysql/5.5/lib/$(MACH64)
cf22150eaeeb72431bf1cf65c309a431454fb22bvboxsync# common targets