Instead of arbitrary division of headers into include and include/krb5, with
[krb5.git] / src / tests / shlib / Makefile.in
1 thisconfigdir=./..
2 myfulldir=tests/shlib
3 mydir=shlib
4 BUILDTOP=$(REL)..$(S)..
5 PROG_LIBPATH=-L$(TOPLIBD)
6 PROG_RPATH=$(KRB5_LIBDIR)
7
8 RUN_SETUP = @KRB5_RUN_ENV@
9
10 VALGRIND=valgrind
11 VALGRINDFLAGS=--tool=memcheck --leak-check=yes --show-reachable=yes
12
13 SRCS=$(srcdir)/t_loader.c
14
15 all::
16
17 run-t_loader: t_loader
18         $(RUN_SETUP) ./t_loader
19
20 valgrind-t_loader: t_loader
21         $(RUN_SETUP) $(VALGRIND) $(VALGRINDFLAGS) ./t_loader
22
23 t_loader: t_loader.o
24         $(CC_LINK) -o t_loader t_loader.o $(DL_LIB)
25
26 check-unix::
27
28 install::
29
30 clean::
31         $(RM) t_loader.o t_loader
32
33 # +++ Dependency line eater +++
34
35 # Makefile dependencies follow.  This must be the last section in
36 # the Makefile.in file
37 #
38 $(OUTPRE)t_loader.$(OBJEXT): t_loader.c $(BUILDTOP)/include/autoconf.h \
39   $(BUILDTOP)/include/krb5.h $(COM_ERR_DEPS) $(BUILDTOP)/include/gssapi/gssapi.h