Makefile revision 3778
281N/A#
281N/A# CDDL HEADER START
281N/A#
281N/A# The contents of this file are subject to the terms of the
281N/A# Common Development and Distribution License (the "License").
281N/A# You may not use this file except in compliance with the License.
281N/A#
281N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
281N/A# or http://www.opensolaris.org/os/licensing.
281N/A# See the License for the specific language governing permissions
281N/A# and limitations under the License.
281N/A#
281N/A# When distributing Covered Code, include this CDDL HEADER in each
281N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
281N/A# If applicable, add the following below this CDDL HEADER, with the
281N/A# fields enclosed by brackets "[]" replaced with your own identifying
281N/A# information: Portions Copyright [yyyy] [name of copyright owner]
281N/A#
281N/A# CDDL HEADER END
281N/A#
281N/A
281N/A#
281N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
281N/A#
281N/A
281N/Ainclude ../../../make-rules/shared-macros.mk
281N/A
281N/APATH=/usr/mysql/5.1/bin:/usr/bin:/usr/gnu/bin
281N/A
281N/ACOMPONENT_NAME= MySQL-python
281N/ACOMPONENT_VERSION= 1.2.2
281N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/mysql-python
281N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
281N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
281N/ACOMPONENT_ARCHIVE_HASH= \
281N/A sha256:f4133b81e65c7b94a5921ff6a0e7bdbfb622f2a70473673103cb17d5a5be807a
281N/ACOMPONENT_ARCHIVE_URL= http://downloads.sourceforge.net/mysql-python/$(COMPONENT_ARCHIVE)
281N/ACOMPONENT_BUGDB= python-mod/mysql
281N/A
281N/ATPNO= 9533
281N/A
281N/A# Syntax issues: not Python 3 ready.
281N/APYTHON_VERSIONS = 2.7 2.6
281N/A
281N/Ainclude $(WS_TOP)/make-rules/prep.mk
281N/Ainclude $(WS_TOP)/make-rules/setup.py.mk
281N/Ainclude $(WS_TOP)/make-rules/ips.mk
281N/A
281N/ACFLAGS += -L/usr/mysql/5.1/lib/mysql -R/usr/mysql/5.1/lib/mysql
281N/A
281N/A# common targets
281N/Abuild: $(BUILD_32)
281N/A
281N/Ainstall: $(INSTALL_32)
281N/A
281N/Atest: $(NO_TESTS)
281N/A
281N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
281N/A
281N/Ainclude $(WS_TOP)/make-rules/depend.mk
281N/A