Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / util / profile / testmod / Makefile.in
1 mydir=util$(S)profile$(S)testmod
2 BUILDTOP=$(REL)..$(S)..$(S)..
3
4 LOCALINCLUDES = -I.. -I$(srcdir)/..
5
6 LIBBASE=proftest
7 LIBMAJOR=0
8 LIBMINOR=0
9
10 SHLIB_EXPLIBS=$(SUPPORT_LIB) $(LIBS)
11 SHLIB_EXPDEPS=$(SUPPORT_DEPLIB)
12
13 STLIBOBJS=testmod_main.o
14
15 SRCS=$(srcdir)/testmod_main.c
16
17 check-unix: proftest$(DYNOBJEXT)
18 clean-unix:: clean-libs clean-libobjs
19
20 @libnover_frag@
21 @libobj_frag@