diff options
| author | djm <> | 2008-09-06 12:15:54 +0000 |
|---|---|---|
| committer | djm <> | 2008-09-06 12:15:54 +0000 |
| commit | f519f07de9bfb123f2b32aa3965e6f73c8364b80 (patch) | |
| tree | ad353b318ee632f73212a174cffac9bb9e573b7c /src/lib/libcrypto/ui | |
| parent | 89b182c5db7ea802edfc3ee734b4899b43e13e09 (diff) | |
| parent | f1625f274acf5dcd5601f6cb5e29e233b2a441a3 (diff) | |
| download | openbsd-f519f07de9bfb123f2b32aa3965e6f73c8364b80.tar.gz openbsd-f519f07de9bfb123f2b32aa3965e6f73c8364b80.tar.bz2 openbsd-f519f07de9bfb123f2b32aa3965e6f73c8364b80.zip | |
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/ui')
| -rw-r--r-- | src/lib/libcrypto/ui/Makefile | 38 |
1 files changed, 17 insertions, 21 deletions
diff --git a/src/lib/libcrypto/ui/Makefile b/src/lib/libcrypto/ui/Makefile index fcb2a66a39..a685659fb4 100644 --- a/src/lib/libcrypto/ui/Makefile +++ b/src/lib/libcrypto/ui/Makefile | |||
| @@ -7,11 +7,6 @@ TOP= ../.. | |||
| 7 | CC= cc | 7 | CC= cc |
| 8 | INCLUDES= -I.. -I$(TOP) -I../../include | 8 | INCLUDES= -I.. -I$(TOP) -I../../include |
| 9 | CFLAG=-g | 9 | CFLAG=-g |
| 10 | INSTALL_PREFIX= | ||
| 11 | OPENSSLDIR= /usr/local/ssl | ||
| 12 | INSTALLTOP=/usr/local/ssl | ||
| 13 | MAKEDEPPROG= makedepend | ||
| 14 | MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) | ||
| 15 | MAKEFILE= Makefile | 10 | MAKEFILE= Makefile |
| 16 | AR= ar r | 11 | AR= ar r |
| 17 | 12 | ||
| @@ -55,6 +50,7 @@ links: | |||
| 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 50 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
| 56 | 51 | ||
| 57 | install: | 52 | install: |
| 53 | @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
| 58 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | 54 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ |
| 59 | do \ | 55 | do \ |
| 60 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | 56 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ |
| @@ -70,6 +66,7 @@ lint: | |||
| 70 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 66 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
| 71 | 67 | ||
| 72 | depend: | 68 | depend: |
| 69 | @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
| 73 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | 70 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |
| 74 | 71 | ||
| 75 | dclean: | 72 | dclean: |
| @@ -81,35 +78,34 @@ clean: | |||
| 81 | 78 | ||
| 82 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 79 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
| 83 | 80 | ||
| 84 | ui_compat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 81 | ui_compat.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h |
| 85 | ui_compat.o: ../../include/openssl/opensslconf.h | 82 | ui_compat.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
| 86 | ui_compat.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 83 | ui_compat.o: ../../include/openssl/stack.h ../../include/openssl/ui.h |
| 87 | ui_compat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 84 | ui_compat.o: ../../include/openssl/ui_compat.h ui_compat.c |
| 88 | ui_compat.o: ../../include/openssl/ui.h ../../include/openssl/ui_compat.h | ||
| 89 | ui_compat.o: ui_compat.c | ||
| 90 | ui_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h | 85 | ui_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h |
| 91 | ui_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 86 | ui_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 92 | ui_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 87 | ui_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
| 93 | ui_err.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 88 | ui_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 94 | ui_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 89 | ui_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 95 | ui_err.o: ../../include/openssl/ui.h ui_err.c | 90 | ui_err.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h ui_err.c |
| 96 | ui_lib.o: ../../e_os.h ../../include/openssl/bio.h | 91 | ui_lib.o: ../../e_os.h ../../include/openssl/bio.h |
| 97 | ui_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 92 | ui_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 98 | ui_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 93 | ui_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 99 | ui_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 94 | ui_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
| 100 | ui_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h | 95 | ui_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 101 | ui_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h | 96 | ui_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 102 | ui_lib.o: ../../include/openssl/ui.h ../cryptlib.h ui_lib.c ui_locl.h | 97 | ui_lib.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
| 98 | ui_lib.o: ../cryptlib.h ui_lib.c ui_locl.h | ||
| 103 | ui_openssl.o: ../../e_os.h ../../include/openssl/bio.h | 99 | ui_openssl.o: ../../e_os.h ../../include/openssl/bio.h |
| 104 | ui_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 100 | ui_openssl.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
| 105 | ui_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 101 | ui_openssl.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h |
| 106 | ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h | 102 | ui_openssl.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h |
| 107 | ui_openssl.o: ../../include/openssl/opensslv.h | 103 | ui_openssl.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h |
| 108 | ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 104 | ui_openssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
| 109 | ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 105 | ui_openssl.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h |
| 110 | ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c | 106 | ui_openssl.o: ../cryptlib.h ui_locl.h ui_openssl.c |
| 111 | ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h | 107 | ui_util.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
| 112 | ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h | 108 | ui_util.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
| 113 | ui_util.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 109 | ui_util.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
| 114 | ui_util.o: ../../include/openssl/symhacks.h ../../include/openssl/ui.h | 110 | ui_util.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
| 115 | ui_util.o: ui_util.c | 111 | ui_util.o: ../../include/openssl/ui.h ui_locl.h ui_util.c |
