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