summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/md4/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/md4/Makefile')
-rw-r--r--src/lib/libcrypto/md4/Makefile24
1 files changed, 9 insertions, 15 deletions
diff --git a/src/lib/libcrypto/md4/Makefile b/src/lib/libcrypto/md4/Makefile
index eeb457f20f..ef97bb0cbe 100644
--- a/src/lib/libcrypto/md4/Makefile
+++ b/src/lib/libcrypto/md4/Makefile
@@ -8,11 +8,6 @@ CC= cc
8CPP= $(CC) -E 8CPP= $(CC) -E
9INCLUDES= 9INCLUDES=
10CFLAG=-g 10CFLAG=-g
11INSTALL_PREFIX=
12OPENSSLDIR= /usr/local/ssl
13INSTALLTOP=/usr/local/ssl
14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16MAKEFILE= Makefile 11MAKEFILE= Makefile
17AR= ar r 12AR= ar r
18 13
@@ -52,6 +47,7 @@ links:
52 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 47 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
53 48
54install: 49install:
50 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
55 @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ 51 @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
56 do \ 52 do \
57 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ 53 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
@@ -67,6 +63,7 @@ lint:
67 lint -DLINT $(INCLUDES) $(SRC)>fluff 63 lint -DLINT $(INCLUDES) $(SRC)>fluff
68 64
69depend: 65depend:
66 @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
70 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) 67 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
71 68
72dclean: 69dclean:
@@ -78,15 +75,12 @@ clean:
78 75
79# DO NOT DELETE THIS LINE -- make depend depends on it. 76# DO NOT DELETE THIS LINE -- make depend depends on it.
80 77
81md4_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h 78md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h
82md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 79md4_dgst.o: ../../include/openssl/opensslconf.h
83md4_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h 80md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c
84md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h 81md4_dgst.o: md4_locl.h
85md4_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
86md4_dgst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
87md4_dgst.o: ../md32_common.h md4_dgst.c md4_locl.h
88md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h 82md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
89md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h 83md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h
90md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h 84md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
91md4_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 85md4_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
92md4_one.o: md4_one.c 86md4_one.o: ../../include/openssl/symhacks.h md4_one.c