Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
# lib/krb5/kdb/spec/i386/Makefile
include ../Makefile.targ
# Add arch specific objects here
OBJECTS +=
include $(SRC)/lib/Makefile.lib
include $(SRC)/lib/Makefile.spec
# Uncomment the following if the linker complains
#i386_C_PICFLAGS = -K PIC
# These include paths must be searched before includes paths in CPPFLAGS
CFLAGS += -I$(SRC)/lib/krb5/kadm5 -I$(SRC)/lib/krb5/kdb \
-I$(SRC)/lib/krb5 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
-I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
-I$(SRC)/uts/common/gssapi/include/ \
-I$(SRC)/uts/common/gssapi/mechs/krb5/include
ISRCHDR= iprop.h
KRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
$(ISRCHDR): $(KRB5IPROPDIR)/iprop.x
$(RM) $@
$(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
CLEANFILES += $(ISRCHDR)
install: $(KRB5ABILIB)
# Explicitly state the dependancy on iprop.h
$(SPECMAP): $(ISRCHDR)