Makefile revision 2a8d6eba033e4713ab12b61178f0513f1f075482
487N/A#
487N/A# CDDL HEADER START
487N/A#
487N/A# The contents of this file are subject to the terms of the
487N/A# Common Development and Distribution License (the "License").
487N/A# You may not use this file except in compliance with the License.
487N/A#
487N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
487N/A# or http://www.opensolaris.org/os/licensing.
487N/A# See the License for the specific language governing permissions
487N/A# and limitations under the License.
487N/A#
487N/A# When distributing Covered Code, include this CDDL HEADER in each
487N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
487N/A# If applicable, add the following below this CDDL HEADER, with the
487N/A# fields enclosed by brackets "[]" replaced with your own identifying
487N/A# information: Portions Copyright [yyyy] [name of copyright owner]
487N/A#
487N/A# CDDL HEADER END
487N/A#
723N/A#
487N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
487N/A# Use is subject to license terms.
487N/A#
487N/A
487N/Ainclude ../Makefile.lib
618N/A
487N/ASUBDIRS = $(MACH) $(BUILD64) $(MACH64)
487N/A
844N/AINSTALLED_HDRS = \
844N/A com_err.h krb5.h
487N/ACOMERRH = $(SRC)/lib/gss_mechs/mech_krb5/include/com_err.h
1273N/AKRB5H = $(SRC)/uts/common/gssapi/mechs/krb5/include/krb5.h
487N/A
487N/AKRB5INCDIR= $(ROOT)/usr/include/kerberosv5
487N/A
487N/ACOMERRHINST = $(KRB5INCDIR)/com_err.h
487N/AKRB5HINST = $(KRB5INCDIR)/krb5.h
523N/A
523N/AKRB5HDRS = $(INSTALLED_HDRS:%=$(KRB5INCDIR)/%)
487N/A
487N/Aall := TARGET= all
487N/Aclean := TARGET= clean
487N/Aclobber := TARGET= clobber
487N/Ainstall := TARGET= install
487N/A
487N/A.KEEP_STATE:
487N/A
487N/Aall clean clobber install: $(SUBDIRS)
487N/A
487N/Alint check:
487N/A
487N/A$(SUBDIRS): FRC
487N/A @cd $@; pwd; $(MAKE) $(TARGET)
487N/A
487N/Ainstall_h: $(KRB5INCDIR) $(KRB5HDRS)
487N/A
723N/A$(COMERRHINST): $(COMERRH)
723N/A install -s -m 644 -f $(KRB5INCDIR) $(COMERRH)
723N/A$(KRB5HINST): $(KRB5H)
723N/A install -s -m 644 -f $(KRB5INCDIR) $(KRB5H)
723N/A
723N/AFRC:
723N/A