Makefile revision 159d09a20817016f09b3ea28d1bdada4a336bb91
1117N/A#
1407N/A# CDDL HEADER START
1117N/A#
1117N/A# The contents of this file are subject to the terms of the
1117N/A# Common Development and Distribution License (the "License").
1117N/A# You may not use this file except in compliance with the License.
1117N/A#
1117N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1117N/A# or http://www.opensolaris.org/os/licensing.
1117N/A# See the License for the specific language governing permissions
1117N/A# and limitations under the License.
1117N/A#
1117N/A# When distributing Covered Code, include this CDDL HEADER in each
1117N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
1117N/A# If applicable, add the following below this CDDL HEADER, with the
1117N/A# fields enclosed by brackets "[]" replaced with your own identifying
1117N/A# information: Portions Copyright [yyyy] [name of copyright owner]
1117N/A#
1117N/A# CDDL HEADER END
1117N/A#
1117N/A#
1117N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
1117N/A# Use is subject to license terms.
1407N/A#
1407N/A#
1407N/A
1407N/Ainclude $(SRC)/lib/krb5/Makefile.lib
1407N/A
1407N/Ainclude $(SRC)/lib/gss_mechs/mech_krb5/Makefile.mech_krb5
1407N/A
1407N/ASUBDIRS= $(MACH)
1407N/A
1407N/Aall := TARGET= all
1407N/Aclean := TARGET= clean
1407N/Aclobber := TARGET= clobber
1407N/Ainstall := TARGET= install
1407N/Alint := TARGET= lint
1407N/A_msg := TARGET= _msg
1407N/A
1407N/A.KEEP_STATE:
1407N/A
1407N/Aall clean clobber lint _msg: $(SUBDIRS)
1407N/A
1407N/A$(ROOTLIBDIR):
1407N/A $(INS.dir)
1407N/A
1407N/A$(ROOTLIBDIR)/%: %
1407N/A $(INS.file)
1407N/A
1407N/Ainstall: $(ROOTLIBDIR) $(SUBDIRS)
1117N/A
1407N/A$(SUBDIRS): FRC
1407N/A @cd $@; pwd; $(MAKE) $(TARGET)
1407N/A
1407N/AFRC:
1407N/A