diff options
Diffstat (limited to 'src/lib/libcrypto/md4/Makefile')
-rw-r--r-- | src/lib/libcrypto/md4/Makefile | 24 |
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 | |||
8 | CPP= $(CC) -E | 8 | CPP= $(CC) -E |
9 | INCLUDES= | 9 | INCLUDES= |
10 | CFLAG=-g | 10 | CFLAG=-g |
11 | INSTALL_PREFIX= | ||
12 | OPENSSLDIR= /usr/local/ssl | ||
13 | INSTALLTOP=/usr/local/ssl | ||
14 | MAKEDEPPROG= makedepend | ||
15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
16 | MAKEFILE= Makefile | 11 | MAKEFILE= Makefile |
17 | AR= ar r | 12 | AR= 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 | ||
54 | install: | 49 | install: |
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 | ||
69 | depend: | 65 | depend: |
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 | ||
72 | dclean: | 69 | dclean: |
@@ -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 | ||
81 | md4_dgst.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 78 | md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/md4.h |
82 | md4_dgst.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 79 | md4_dgst.o: ../../include/openssl/opensslconf.h |
83 | md4_dgst.o: ../../include/openssl/fips.h ../../include/openssl/lhash.h | 80 | md4_dgst.o: ../../include/openssl/opensslv.h ../md32_common.h md4_dgst.c |
84 | md4_dgst.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h | 81 | md4_dgst.o: md4_locl.h |
85 | md4_dgst.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | ||
86 | md4_dgst.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | ||
87 | md4_dgst.o: ../md32_common.h md4_dgst.c md4_locl.h | ||
88 | md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 82 | md4_one.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
89 | md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h | 83 | md4_one.o: ../../include/openssl/md4.h ../../include/openssl/opensslconf.h |
90 | md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 84 | md4_one.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
91 | md4_one.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 85 | md4_one.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
92 | md4_one.o: md4_one.c | 86 | md4_one.o: ../../include/openssl/symhacks.h md4_one.c |