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