aboutsummaryrefslogtreecommitdiff
path: root/src/lib/crypto/builtin/md5/Makefile.in
blob: e8778f380ca336a98cb137b412023b81f8146eee (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
mydir=lib$(S)crypto$(S)builtin$(S)md5
BUILDTOP=$(REL)..$(S)..$(S)..$(S)..

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

STLIBOBJS= md5.o

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

SRCS= $(srcdir)/md5.c

##DOS##LIBOBJS = $(OBJS)

all-unix: all-libobjs

includes: depend

depend: $(SRCS)

check-unix:

check-windows:

clean:

clean-unix:: clean-libobjs

@libobj_frag@