diff options
| author | markus <> | 2002-09-05 12:51:51 +0000 |
|---|---|---|
| committer | markus <> | 2002-09-05 12:51:51 +0000 |
| commit | f3e848761b58c1645ce3b150d17770e528f39556 (patch) | |
| tree | 88a70dc7c35100da165c0ff4f7182805f3d85b76 /src/lib/libcrypto/dso | |
| parent | 2f5692b12332315048054bcce20e370985e19970 (diff) | |
| download | openbsd-f3e848761b58c1645ce3b150d17770e528f39556.tar.gz openbsd-f3e848761b58c1645ce3b150d17770e528f39556.tar.bz2 openbsd-f3e848761b58c1645ce3b150d17770e528f39556.zip | |
import openssl-0.9.7-beta1
Diffstat (limited to 'src/lib/libcrypto/dso')
| -rw-r--r-- | src/lib/libcrypto/dso/Makefile.ssl | 70 |
1 files changed, 36 insertions, 34 deletions
diff --git a/src/lib/libcrypto/dso/Makefile.ssl b/src/lib/libcrypto/dso/Makefile.ssl index effc46d2dc..c47ca2d78c 100644 --- a/src/lib/libcrypto/dso/Makefile.ssl +++ b/src/lib/libcrypto/dso/Makefile.ssl | |||
| @@ -5,13 +5,14 @@ | |||
| 5 | DIR= dso | 5 | DIR= dso |
| 6 | TOP= ../.. | 6 | TOP= ../.. |
| 7 | CC= cc | 7 | CC= cc |
| 8 | INCLUDES= -I.. -I../../include | 8 | INCLUDES= -I.. -I$(TOP) -I../../include |
| 9 | CFLAG=-g | 9 | CFLAG=-g |
| 10 | INSTALL_PREFIX= | 10 | INSTALL_PREFIX= |
| 11 | OPENSSLDIR= /usr/local/ssl | 11 | OPENSSLDIR= /usr/local/ssl |
| 12 | INSTALLTOP=/usr/local/ssl | 12 | INSTALLTOP=/usr/local/ssl |
| 13 | MAKE= make -f Makefile.ssl | 13 | MAKE= make -f Makefile.ssl |
| 14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) | 14 | MAKEDEPPROG= makedepend |
| 15 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
| 15 | MAKEFILE= Makefile.ssl | 16 | MAKEFILE= Makefile.ssl |
| 16 | AR= ar r | 17 | AR= ar r |
| 17 | 18 | ||
| @@ -41,7 +42,7 @@ all: lib | |||
| 41 | 42 | ||
| 42 | lib: $(LIBOBJ) | 43 | lib: $(LIBOBJ) |
| 43 | $(AR) $(LIB) $(LIBOBJ) | 44 | $(AR) $(LIB) $(LIBOBJ) |
| 44 | $(RANLIB) $(LIB) | 45 | $(RANLIB) $(LIB) || echo Never mind. |
| 45 | @touch lib | 46 | @touch lib |
| 46 | 47 | ||
| 47 | files: | 48 | files: |
| @@ -80,61 +81,62 @@ clean: | |||
| 80 | 81 | ||
| 81 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 82 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 82 | 83 | ||
| 83 | dso_dl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 84 | dso_dl.o: ../../e_os.h ../../include/openssl/bio.h |
| 84 | dso_dl.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 85 | dso_dl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 85 | dso_dl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 86 | dso_dl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 86 | dso_dl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 87 | dso_dl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 87 | dso_dl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 88 | dso_dl.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 88 | dso_dl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 89 | dso_dl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 89 | dso_dl.o: ../../include/openssl/symhacks.h ../cryptlib.h | 90 | dso_dl.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_dl.c |
| 90 | dso_dlfcn.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 91 | dso_dlfcn.o: ../../e_os.h ../../include/openssl/bio.h |
| 91 | dso_dlfcn.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 92 | dso_dlfcn.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 92 | dso_dlfcn.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 93 | dso_dlfcn.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 93 | dso_dlfcn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 94 | dso_dlfcn.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 94 | dso_dlfcn.o: ../../include/openssl/opensslconf.h | 95 | dso_dlfcn.o: ../../include/openssl/opensslconf.h |
| 95 | dso_dlfcn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 96 | dso_dlfcn.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 96 | dso_dlfcn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 97 | dso_dlfcn.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 97 | dso_dlfcn.o: ../cryptlib.h | 98 | dso_dlfcn.o: ../cryptlib.h dso_dlfcn.c |
| 98 | dso_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 99 | dso_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 99 | dso_err.o: ../../include/openssl/dso.h ../../include/openssl/err.h | 100 | dso_err.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 100 | dso_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslv.h | 101 | dso_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 102 | dso_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | ||
| 101 | dso_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 103 | dso_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 102 | dso_err.o: ../../include/openssl/symhacks.h | 104 | dso_err.o: ../../include/openssl/symhacks.h dso_err.c |
| 103 | dso_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 105 | dso_lib.o: ../../e_os.h ../../include/openssl/bio.h |
| 104 | dso_lib.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 106 | dso_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 105 | dso_lib.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 107 | dso_lib.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 106 | dso_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 108 | dso_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 107 | dso_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 109 | dso_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 108 | dso_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 110 | dso_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 109 | dso_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h | 111 | dso_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_lib.c |
| 110 | dso_null.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 112 | dso_null.o: ../../e_os.h ../../include/openssl/bio.h |
| 111 | dso_null.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 113 | dso_null.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 112 | dso_null.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 114 | dso_null.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 113 | dso_null.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 115 | dso_null.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 114 | dso_null.o: ../../include/openssl/opensslconf.h | 116 | dso_null.o: ../../include/openssl/opensslconf.h |
| 115 | dso_null.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 117 | dso_null.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 116 | dso_null.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 118 | dso_null.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 117 | dso_null.o: ../cryptlib.h | 119 | dso_null.o: ../cryptlib.h dso_null.c |
| 118 | dso_openssl.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 120 | dso_openssl.o: ../../e_os.h ../../include/openssl/bio.h |
| 119 | dso_openssl.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 121 | dso_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 120 | dso_openssl.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 122 | dso_openssl.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 121 | dso_openssl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 123 | dso_openssl.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 122 | dso_openssl.o: ../../include/openssl/opensslconf.h | 124 | dso_openssl.o: ../../include/openssl/opensslconf.h |
| 123 | dso_openssl.o: ../../include/openssl/opensslv.h | 125 | dso_openssl.o: ../../include/openssl/opensslv.h |
| 124 | dso_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 126 | dso_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 125 | dso_openssl.o: ../../include/openssl/symhacks.h ../cryptlib.h | 127 | dso_openssl.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_openssl.c |
| 126 | dso_vms.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 128 | dso_vms.o: ../../e_os.h ../../include/openssl/bio.h |
| 127 | dso_vms.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 129 | dso_vms.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 128 | dso_vms.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 130 | dso_vms.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 129 | dso_vms.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 131 | dso_vms.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 130 | dso_vms.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 132 | dso_vms.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 131 | dso_vms.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 133 | dso_vms.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 132 | dso_vms.o: ../../include/openssl/symhacks.h ../cryptlib.h | 134 | dso_vms.o: ../../include/openssl/symhacks.h ../cryptlib.h dso_vms.c |
| 133 | dso_win32.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h | 135 | dso_win32.o: ../../e_os.h ../../include/openssl/bio.h |
| 134 | dso_win32.o: ../../include/openssl/crypto.h ../../include/openssl/dso.h | 136 | dso_win32.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 135 | dso_win32.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h | 137 | dso_win32.o: ../../include/openssl/dso.h ../../include/openssl/e_os2.h |
| 136 | dso_win32.o: ../../include/openssl/err.h ../../include/openssl/lhash.h | 138 | dso_win32.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
| 137 | dso_win32.o: ../../include/openssl/opensslconf.h | 139 | dso_win32.o: ../../include/openssl/opensslconf.h |
| 138 | dso_win32.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 140 | dso_win32.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h |
| 139 | dso_win32.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 141 | dso_win32.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 140 | dso_win32.o: ../cryptlib.h | 142 | dso_win32.o: ../cryptlib.h dso_win32.c |
