Cross Reference: /illumos-gate/usr/src/lib/krb5/db2/spec/sparc/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
#
# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
#
#pragma ident "%Z%%M% %I% %E% SMI"
#
# lib/krb5/db2/spec/sparc/Makefile
.KEEP_STATE:
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
#sparc_C_PICFLAGS = -K PIC
# These include paths must be searched before includes paths in CPPFLAGS
CFLAGS += -I$(SRC)/lib/krb5/db2/mpool \
-I$(SRC)/lib/krb5/db2/db \
-I$(SRC)/lib/krb5/db2/hash \
-I$(SRC)/lib/krb5/db2/btree \
-I$(SRC)/lib/krb5/db2/recno \
-I$(SRC)/lib/krb5/db2/include \
-I$(SRC)/lib/gss_mechs/mech_krb5/include/
install: $(KRB5ABILIB)