aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/md4/Makefile.in
blob: d93f78f74dab607aca249c846b554906f4ae4135 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
mydir=lib$(S)crypto$(S)builtin$(S)md4
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..
LOCALINCLUDES = -I$(srcdir)

##DOS##BUILDTOP = ..\..\..\..
##DOS##PREFIXDIR = builtin\md4
##DOS##OBJFILE = ..\..\$(OUTPRE)md4.lst

STLIBOBJS= md4.o

OBJS= $(OUTPRE)md4.$(OBJEXT) 

SRCS= $(srcdir)/md4.c

##DOS##LIBOBJS = $(OBJS)

all-unix:: all-libobjs

includes:: depend

depend:: $(SRCS)


check-unix:: 

check-windows::

clean:: 

clean-unix:: clean-libobjs

@libobj_frag@