8f415be5d8dab29c94d08828d2c14b271cf35bae
[openssl.git] / crypto / md2 / Makefile.ssl
1 #
2 # SSLeay/crypto/md/Makefile
3 #
4
5 DIR=    md
6 TOP=    ../..
7 CC=     cc
8 INCLUDES=
9 CFLAG=-g
10 INSTALLTOP=/usr/local/ssl
11 MAKE=           make -f Makefile.ssl
12 MAKEDEPEND=     $(TOP)/util/domd $(TOP)
13 MAKEFILE=       Makefile.ssl
14 AR=             ar r
15
16 CFLAGS= $(INCLUDES) $(CFLAG)
17
18 GENERAL=Makefile
19 TEST=md2test.c
20 APPS=
21
22 LIB=$(TOP)/libcrypto.a
23 LIBSRC=md2_dgst.c md2_one.c
24 LIBOBJ=md2_dgst.o md2_one.o
25
26 SRC= $(LIBSRC)
27
28 EXHEADER= md2.h
29 HEADER= $(EXHEADER)
30
31 ALL=    $(GENERAL) $(SRC) $(HEADER)
32
33 top:
34         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
35
36 all:    lib
37
38 lib:    $(LIBOBJ)
39         $(AR) $(LIB) $(LIBOBJ)
40         $(RANLIB) $(LIB)
41         @touch lib
42
43 files:
44         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
45
46 links:
47         @$(TOP)/util/point.sh Makefile.ssl Makefile
48         @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
49         @$(TOP)/util/mklink.sh ../../test $(TEST)
50         @$(TOP)/util/mklink.sh ../../apps $(APPS)
51
52 install:
53         @for i in $(EXHEADER) ; \
54         do  \
55         (cp $$i $(INSTALLTOP)/include/$$i; \
56         chmod 644 $(INSTALLTOP)/include/$$i ); \
57         done;
58
59 tags:
60         ctags $(SRC)
61
62 tests:
63
64 lint:
65         lint -DLINT $(INCLUDES) $(SRC)>fluff
66
67 depend:
68         $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
69
70 dclean:
71         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
72         mv -f Makefile.new $(MAKEFILE)
73
74 clean:
75         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
76
77 errors:
78
79 # DO NOT DELETE THIS LINE -- make depend depends on it.
80
81 md2_dgst.o: ../opensslv.h md2.h
82 md2_one.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
83 md2_one.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
84 md2_one.o: ../opensslv.h md2.h