Makefile revision 844
7126N/A# The contents of this file are subject to the terms of the 7126N/A# Common Development and Distribution License (the "License"). 7126N/A# You may not use this file except in compliance with the License. 7126N/A# See the License for the specific language governing permissions 7126N/A# and limitations under the License. 7126N/A# When distributing Covered Code, include this CDDL HEADER in each 7126N/A# If applicable, add the following below this CDDL HEADER, with the 7126N/A# fields enclosed by brackets "[]" replaced with your own identifying 7126N/A# information: Portions Copyright [yyyy] [name of copyright owner] 7126N/A# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 7126N/A# need some files in $(SOURCE_DIR)/docs during build 7126N/A# Libmemcached's configure script sets an incorrect CFLAGS in the Makefiles 7126N/A# it generates. Make sure we use the correct one by passing CFLAGS in 7126N/A# as a build argument (CFLAGS in the environment won't take precedence 7126N/A# Similarly, set pkglibdir in the arguments to gmake; otherwise 7126N/A# Tests fail, probably because memcached is not running.