2
# SSLeay/crypto/md4/Makefile
12
OPENSSLDIR= /usr/local/ssl
13
INSTALLTOP=/usr/local/ssl
14
MAKE= make -f Makefile.ssl
15
MAKEDEPPROG= makedepend
16
MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
17
MAKEFILE= Makefile.ssl
20
CFLAGS= $(INCLUDES) $(CFLAG)
26
LIB=$(TOP)/libcrypto.a
27
LIBSRC=md4_dgst.c md4_one.c
28
LIBOBJ=md4_dgst.o md4_one.o
33
HEADER= md4_locl.h $(EXHEADER)
35
ALL= $(GENERAL) $(SRC) $(HEADER)
38
(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
43
$(AR) $(LIB) $(LIBOBJ)
44
$(RANLIB) $(LIB) || echo Never mind.
48
$(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
51
@sh $(TOP)/util/point.sh Makefile.ssl Makefile
52
@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
53
@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
54
@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57
@for i in $(EXHEADER) ; \
59
(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
60
chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
69
lint -DLINT $(INCLUDES) $(SRC)>fluff
72
$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
75
$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
76
mv -f Makefile.new $(MAKEFILE)
79
rm -f asm/mx86unix.cpp *.o asm/*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
81
# DO NOT DELETE THIS LINE -- make depend depends on it.
83
md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h
84
md4_dgst.o: ../../include/openssl/opensslconf.h
85
md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c
86
md4_dgst.o: md4_locl.h
87
md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
88
md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
89
md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
90
md4_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h