xref: /freebsd/crypto/krb5/src/plugins/audit/test/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=plugins$(S)audit$(S)test
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..$(S)..
3*7f2fe78bSCy Schubert
4*7f2fe78bSCy SchubertLIBBASE=k5audit_test
5*7f2fe78bSCy SchubertLIBMAJOR=0
6*7f2fe78bSCy SchubertLIBMINOR=0
7*7f2fe78bSCy SchubertRELDIR=../plugins/audit/test
8*7f2fe78bSCy Schubert# Depends on libkrb5 and libkrb5support.
9*7f2fe78bSCy SchubertSHLIB_EXPDEPS= $(KRB5_BASE_DEPLIBS)
10*7f2fe78bSCy SchubertSHLIB_EXPLIBS= $(KRB5_BASE_LIBS)
11*7f2fe78bSCy Schubert
12*7f2fe78bSCy SchubertSTOBJLISTS= OBJS.ST ../OBJS.ST
13*7f2fe78bSCy SchubertSTLIBOBJS= au_test.o
14*7f2fe78bSCy Schubert
15*7f2fe78bSCy SchubertSRCS= $(srcdir)/au_test.c
16*7f2fe78bSCy Schubert
17*7f2fe78bSCy Schubertall-unix: all-liblinks
18*7f2fe78bSCy Schubertclean-unix:: clean-liblinks clean-libs clean-libobjs
19*7f2fe78bSCy Schubert
20*7f2fe78bSCy Schubert@libnover_frag@
21*7f2fe78bSCy Schubert@libobj_frag@
22