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