Makefile revision 3817
2128N/A#
2128N/A# CDDL HEADER START
2128N/A#
2128N/A# The contents of this file are subject to the terms of the
2128N/A# Common Development and Distribution License (the "License").
2128N/A# You may not use this file except in compliance with the License.
2128N/A#
2128N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
2128N/A# or http://www.opensolaris.org/os/licensing.
2128N/A# See the License for the specific language governing permissions
2128N/A# and limitations under the License.
2128N/A#
2128N/A# When distributing Covered Code, include this CDDL HEADER in each
2128N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
2128N/A# If applicable, add the following below this CDDL HEADER, with the
2128N/A# fields enclosed by brackets "[]" replaced with your own identifying
2128N/A# information: Portions Copyright [yyyy] [name of copyright owner]
2128N/A#
2128N/A# CDDL HEADER END
2128N/A#
3817N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
2128N/A#
2128N/Ainclude ../../make-rules/shared-macros.mk
2128N/A
2128N/ACOMPONENT_NAME= mysql-common
2128N/ACOMPONENT_VERSION= 5.11
2128N/ACOMPONENT_PROJECT_URL= http://dev.mysql.com/
2128N/ACOMPONENT_BUGDB= database/mysql
2128N/A
3817N/Ainclude $(WS_MAKE_RULES)/configure.mk
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
2128N/A
2128N/A# ASLR Mode should be set as not applicable
2128N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
2128N/A
2128N/A# nothing to download or build; just package
3817N/Adownload::
3817N/Aprep configure build install test:
2128N/A
2128N/Aclobber: clean
3817N/A
3817N/AREQUIRED_PACKAGES += shell/ksh93
3817N/AREQUIRED_PACKAGES += system/core-os
3817N/AREQUIRED_PACKAGES += system/network