Cross Reference: /illumos-gate/usr/src/lib/krb5/kdb/spec/i386/Makefile
Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
2N/A#
2N/A# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2N/A# Use is subject to license terms.
2N/A#
2N/A#pragma ident "%Z%%M% %I% %E% SMI"
2N/A#
2N/A# lib/krb5/kdb/spec/i386/Makefile
2N/A
2N/Ainclude ../Makefile.targ
2N/A
2N/A# Add arch specific objects here
2N/AOBJECTS +=
2N/A
2N/Ainclude $(SRC)/lib/Makefile.lib
2N/Ainclude $(SRC)/lib/Makefile.spec
2N/A
2N/A# Uncomment the following if the linker complains
2N/A#i386_C_PICFLAGS = -K PIC
2N/A
2N/A# These include paths must be searched before includes paths in CPPFLAGS
2N/ACFLAGS += -I$(SRC)/lib/krb5/kadm5 -I$(SRC)/lib/krb5/kdb \
2N/A -I$(SRC)/lib/krb5 -I$(SRC)/lib/gss_mechs/mech_krb5/include \
2N/A -I$(SRC)/lib/gss_mechs/mech_krb5/include/krb5 \
2N/A -I$(SRC)/uts/common/gssapi/include/ \
2N/A -I$(SRC)/uts/common/gssapi/mechs/krb5/include
2N/A
2N/AISRCHDR= iprop.h
2N/AKRB5IPROPDIR= $(SRC)/cmd/krb5/iprop
2N/A$(ISRCHDR): $(KRB5IPROPDIR)/iprop.x
2N/A $(RM) $@
2N/A $(RPCGEN) -h $(KRB5IPROPDIR)/iprop.x > $@
2N/ACLEANFILES += $(ISRCHDR)
2N/A
2N/Ainstall: $(KRB5ABILIB)
2N/A
2N/A# Explicitly state the dependancy on iprop.h
2N/A$(SPECMAP): $(ISRCHDR)
2N/A
2N/A