xref: /freebsd/crypto/krb5/src/kadmin/ktutil/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=kadmin$(S)ktutil
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..
3*7f2fe78bSCy Schubert
4*7f2fe78bSCy SchubertOBJS= 	ktutil.o \
5*7f2fe78bSCy Schubert	ktutil_ct.o \
6*7f2fe78bSCy Schubert	ktutil_funcs.o
7*7f2fe78bSCy Schubert
8*7f2fe78bSCy SchubertSRCS= 	$(srcdir)/ktutil.c \
9*7f2fe78bSCy Schubert	ktutil_ct.c \
10*7f2fe78bSCy Schubert	$(srcdir)/ktutil_funcs.c
11*7f2fe78bSCy Schubert
12*7f2fe78bSCy Schubertall: ktutil
13*7f2fe78bSCy Schubert
14*7f2fe78bSCy Schubertktutil: ktutil.o $(OBJS) $(SS_DEPLIB) $(KRB5_BASE_DEPLIBS)
15*7f2fe78bSCy Schubert	$(CC_LINK) -o ktutil $(OBJS) $(SS_LIB) $(KRB5_BASE_LIBS)
16*7f2fe78bSCy Schubert
17*7f2fe78bSCy Schubertinstall:
18*7f2fe78bSCy Schubert	$(INSTALL_PROGRAM) ktutil ${DESTDIR}$(CLIENT_BINDIR)/ktutil
19*7f2fe78bSCy Schubert
20*7f2fe78bSCy Schubertgenerate-files-mac: ktutil_ct.c
21*7f2fe78bSCy Schubert
22*7f2fe78bSCy Schubert# needed until we run makedepend
23*7f2fe78bSCy Schubertktutil_ct.c: ktutil_ct.ct
24*7f2fe78bSCy Schubert
25*7f2fe78bSCy Schubertktutil_ct.o: ktutil_ct.c
26*7f2fe78bSCy Schubert
27*7f2fe78bSCy Schubertclean:
28*7f2fe78bSCy Schubert	$(RM) ktutil_ct.c ktutil
29*7f2fe78bSCy Schubert
30*7f2fe78bSCy Schubertdepend: ktutil_ct.c
31