summaryrefslogtreecommitdiffstats
path: root/src/tests/verify/Makefile.in
blob: c3494e6077d17a5c2ae2900a327df16e8fab1a53 (plain)
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
thisconfigdir=./..
myfulldir=tests/verify
mydir=verify
BUILDTOP=$(REL)$(U)$(S)$(U)
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)

SRCS=$(srcdir)/kdb5_verify.c

all:: kdb5_verify

kdb5_verify: kdb5_verify.o $(KDB5_DEPLIBS) $(KRB5_BASE_DEPLIBS)
	$(CC_LINK) -o kdb5_verify kdb5_verify.o $(KDB5_LIBS) $(KRB5_BASE_LIBS)

install::

clean::
	$(RM) kdb5_verify.o kdb5_verify

# +++ Dependency line eater +++
# 
# Makefile dependencies follow.  This must be the last section in
# the Makefile.in file
#
$(OUTPRE)kdb5_verify.$(OBJEXT): kdb5_verify.c $(SRCTOP)/include/k5-int.h \
  $(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
  $(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
  $(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
  $(BUILDTOP)/include/ss/ss.h $(BUILDTOP)/include/ss/ss_err.h