xref: /freebsd/crypto/krb5/src/lib/crypto/builtin/md4/Makefile.in (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubertmydir=lib$(S)crypto$(S)builtin$(S)md4
2*7f2fe78bSCy SchubertBUILDTOP=$(REL)..$(S)..$(S)..$(S)..
3*7f2fe78bSCy SchubertLOCALINCLUDES=-I$(srcdir)/../../krb $(CRYPTO_IMPL_CFLAGS)
4*7f2fe78bSCy Schubert
5*7f2fe78bSCy Schubert##DOS##BUILDTOP = ..\..\..\..
6*7f2fe78bSCy Schubert##DOS##PREFIXDIR = builtin\md4
7*7f2fe78bSCy Schubert##DOS##OBJFILE = ..\..\$(OUTPRE)md4.lst
8*7f2fe78bSCy Schubert
9*7f2fe78bSCy SchubertSTLIBOBJS= md4.o
10*7f2fe78bSCy Schubert
11*7f2fe78bSCy SchubertOBJS= $(OUTPRE)md4.$(OBJEXT)
12*7f2fe78bSCy Schubert
13*7f2fe78bSCy SchubertSRCS= $(srcdir)/md4.c
14*7f2fe78bSCy Schubert
15*7f2fe78bSCy Schubert##DOS##LIBOBJS = $(OBJS)
16*7f2fe78bSCy Schubert
17*7f2fe78bSCy Schubertall-unix: all-libobjs
18*7f2fe78bSCy Schubert
19*7f2fe78bSCy Schubertincludes: depend
20*7f2fe78bSCy Schubert
21*7f2fe78bSCy Schubertdepend: $(SRCS)
22*7f2fe78bSCy Schubert
23*7f2fe78bSCy Schubert
24*7f2fe78bSCy Schubertcheck-unix:
25*7f2fe78bSCy Schubert
26*7f2fe78bSCy Schubertcheck-windows:
27*7f2fe78bSCy Schubert
28*7f2fe78bSCy Schubertclean:
29*7f2fe78bSCy Schubert
30*7f2fe78bSCy Schubertclean-unix:: clean-libobjs
31*7f2fe78bSCy Schubert
32*7f2fe78bSCy Schubert@libobj_frag@
33*7f2fe78bSCy Schubert
34