Makefile revision 2350
71N/A#
71N/A# CDDL HEADER START
71N/A#
71N/A# The contents of this file are subject to the terms of the
71N/A# Common Development and Distribution License (the "License").
71N/A# You may not use this file except in compliance with the License.
71N/A#
71N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
71N/A# or http://www.opensolaris.org/os/licensing.
71N/A# See the License for the specific language governing permissions
71N/A# and limitations under the License.
71N/A#
71N/A# When distributing Covered Code, include this CDDL HEADER in each
71N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
71N/A# If applicable, add the following below this CDDL HEADER, with the
71N/A# fields enclosed by brackets "[]" replaced with your own identifying
71N/A# information: Portions Copyright [yyyy] [name of copyright owner]
71N/A#
71N/A# CDDL HEADER END
71N/A#
844N/A
71N/A#
71N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
71N/A#
71N/A
71N/Ainclude ../../make-rules/shared-macros.mk
618N/A
71N/ACOMPONENT_NAME= memcached
71N/ACOMPONENT_VERSION= 1.4.17
844N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
844N/ACOMPONENT_PROJECT_URL= http://memcached.org/
77N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
1273N/ACOMPONENT_ARCHIVE_HASH= \
71N/A sha256:d9173ef6d99ba798c982ea4566cb4f0e64eb23859fdbf9926a89999d8cdc0458
71N/ACOMPONENT_ARCHIVE_URL= http://memcached.org/files/$(COMPONENT_ARCHIVE)
71N/ACOMPONENT_BUGDB= database/memcached
71N/A
71N/Ainclude ../../make-rules/prep.mk
71N/Ainclude ../../make-rules/configure.mk
71N/Ainclude ../../make-rules/ips.mk
71N/A
71N/APATH=/usr/bin:/usr/gnu/bin:/usr/perl5/bin
71N/A
71N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
71N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
71N/A
71N/ACOMPONENT_TEST_TARGETS= test
71N/A
181N/Astudio_OPT = -xO5
181N/A
71N/ACFLAGS += -D__ATTRIBUTE_DISABLED
71N/A
71N/ACONFIGURE_BINDIR.64 = $(CONFIGURE_PREFIX)/lib/$(MACH64)
71N/ACONFIGURE_OPTIONS.64 += --with-libevent=/usr/lib/${MACH64}
CONFIGURE_OPTIONS += --enable-dtrace --disable-docs --disable-coverage
CONFIGURE_OPTIONS += --localstatedir=/var
CONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
ASLR_MODE = $(ASLR_ENABLE)
# common targets
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(TEST_64)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk