Makefile revision b6805bf78d2bbbeeaea8909a05623587b42d58b3
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# CDDL HEADER START
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# The contents of this file are subject to the terms of the
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Common Development and Distribution License (the "License").
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# You may not use this file except in compliance with the License.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# See the License for the specific language governing permissions
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# and limitations under the License.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# When distributing Covered Code, include this CDDL HEADER in each
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# If applicable, add the following below this CDDL HEADER, with the
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# fields enclosed by brackets "[]" replaced with your own identifying
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# information: Portions Copyright [yyyy] [name of copyright owner]
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# CDDL HEADER END
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Use is subject to license terms.
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# To compile in the $mgr SLP support
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# 1. add -DSLP in to CPPFLAGS line
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# 2. add cachemgr_discovery.o to the OBJS line
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# 3. add -lslp in the LDLIBS line
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox UserOBJS= cachemgr.o cachemgr_getldap.o cachemgr_parse.o cachemgr_change.o
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# Message files
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# TCOV_FLAG= -ql
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# GPROF_FLAG= -xpg
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# DEBUG_FLAG= -g
fae13836a33b474a6aa2c147df8334f5b1ffae45Tinderbox User# install macros and rule