Imported Upstream version 1.15.1
[platform/upstream/krb5.git] / src / plugins / pwqual / test / Makefile.in
1 mydir=plugins$(S)pwqual$(S)test
2 BUILDTOP=$(REL)..$(S)..$(S)..
3
4 LIBBASE=pwqual_test
5 LIBMAJOR=0
6 LIBMINOR=0
7 RELDIR=../plugins/pwqual/test
8 # Depends on libkrb5 and possibly libkrb5support
9 SHLIB_EXPDEPS= $(KRB5_BASE_DEPLIBS)
10 SHLIB_EXPLIBS= $(KRB5_BASE_LIBS)
11
12 STLIBOBJS=main.o
13
14 SRCS= $(srcdir)/main.c
15
16 all-unix: all-libs
17 install-unix:
18 clean-unix:: clean-liblinks clean-libs clean-libobjs
19
20 @libnover_frag@
21 @libobj_frag@