Makefile revision 54925bf60766fbb4f1f2d7c843721406a7b7a3fb
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# CDDL HEADER START
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# The contents of this file are subject to the terms of the
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# Common Development and Distribution License (the "License").
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# You may not use this file except in compliance with the License.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# or http://www.opensolaris.org/os/licensing.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# See the License for the specific language governing permissions
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# and limitations under the License.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# When distributing Covered Code, include this CDDL HEADER in each
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# If applicable, add the following below this CDDL HEADER, with the
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
a180a41bba1d50822df23fff0099e90b86638b89vboxsync#
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# CDDL HEADER END
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync#
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync#
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync# Use is subject to license terms.
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync#
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync# ident "%Z%%M% %I% %E% SMI"
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync#
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsync
6e9aa255e3376b2da5824c09c4c62bc233463bfevboxsyncinclude $(SRC)/lib/krb5/Makefile.lib
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncinclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncSUBDIRS= libkdb_ldap $(MACH)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncall := TARGET= all
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncclean := TARGET= clean
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncclobber := TARGET= clobber
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncinstall := TARGET= install
a180a41bba1d50822df23fff0099e90b86638b89vboxsynclint := TARGET= lint
a180a41bba1d50822df23fff0099e90b86638b89vboxsync_msg := TARGET= _msg
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync.KEEP_STATE:
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncall clean clobber lint: $(SUBDIRS)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync# no messages in this current dir but there are in libkdb_ldap
a180a41bba1d50822df23fff0099e90b86638b89vboxsync_msg: libkdb_ldap
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync$(ROOTLIBDIR):
a180a41bba1d50822df23fff0099e90b86638b89vboxsync $(INS.dir)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync$(ROOTLIBDIR)/%: %
a180a41bba1d50822df23fff0099e90b86638b89vboxsync $(INS.file)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncinstall: $(ROOTLIBDIR) $(ROOTREADME) $(SUBDIRS)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsync$(SUBDIRS): FRC
a180a41bba1d50822df23fff0099e90b86638b89vboxsync @cd $@; pwd; $(MAKE) $(TARGET)
a180a41bba1d50822df23fff0099e90b86638b89vboxsync
a180a41bba1d50822df23fff0099e90b86638b89vboxsyncFRC:
a180a41bba1d50822df23fff0099e90b86638b89vboxsync