Makefile revision 3998
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# CDDL HEADER START
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# The contents of this file are subject to the terms of the
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# Common Development and Distribution License (the "License").
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# You may not use this file except in compliance with the License.
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# See the License for the specific language governing permissions
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# and limitations under the License.
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# When distributing Covered Code, include this CDDL HEADER in each
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# If applicable, add the following below this CDDL HEADER, with the
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# fields enclosed by brackets "[]" replaced with your own identifying
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# information: Portions Copyright [yyyy] [name of copyright owner]
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# CDDL HEADER END
bd670b35a010421b6e1a5536c34453a827007c81Erik Nordmark# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
c793af95640863cd29868fc7c419c5d2496b207bsangeetaCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
c793af95640863cd29868fc7c419c5d2496b207bsangeeta sha256:811040b647e5d5686f84db415efd697e6250008b112b6909ba77ac059e140c74
c793af95640863cd29868fc7c419c5d2496b207bsangeetaCOMPONENT_PROJECT_URL= https://github.com/farcepest/MySQLdb1
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# Syntax issues: not Python 3 ready.
c793af95640863cd29868fc7c419c5d2496b207bsangeeta# Remove trailing carriage returns, if present, in the files.
c793af95640863cd29868fc7c419c5d2496b207bsangeeta /usr/bin/find $(SOURCE_DIR) -type f -exec $(GSED) -i 's/\r//' '{}' \; ;
c793af95640863cd29868fc7c419c5d2496b207bsangeetaPATH_32= /usr/mysql/5.5/bin/$(MACH32):/usr/bin:$(SPRO_VROOT)/bin
c793af95640863cd29868fc7c419c5d2496b207bsangeetaPATH_64= /usr/mysql/5.5/bin:/usr/bin:$(SPRO_VROOT)/bin
f4b3ec61df05330d25f55a36b975b4d7519fdeb1dhCFLAGS_64= -L/usr/mysql/5.5/lib/$(MACH64) -R/usr/mysql/5.5/lib/$(MACH64)
f4b3ec61df05330d25f55a36b975b4d7519fdeb1dh# common targets