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/objects | |
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/objects')
-rw-r--r-- | src/lib/libcrypto/objects/Makefile | 51 |
1 files changed, 24 insertions, 27 deletions
diff --git a/src/lib/libcrypto/objects/Makefile b/src/lib/libcrypto/objects/Makefile index 23b2a69e6d..9c5615099c 100644 --- a/src/lib/libcrypto/objects/Makefile +++ b/src/lib/libcrypto/objects/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 | PERL= perl | 12 | PERL= perl |
@@ -60,6 +55,7 @@ links: | |||
60 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) | 55 | @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) |
61 | 56 | ||
62 | install: | 57 | install: |
58 | @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile... | ||
63 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ | 59 | @headerlist="$(EXHEADER)"; for i in $$headerlist ; \ |
64 | do \ | 60 | do \ |
65 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ | 61 | (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \ |
@@ -75,6 +71,7 @@ lint: | |||
75 | lint -DLINT $(INCLUDES) $(SRC)>fluff | 71 | lint -DLINT $(INCLUDES) $(SRC)>fluff |
76 | 72 | ||
77 | depend: | 73 | depend: |
74 | @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile... | ||
78 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) | 75 | $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC) |
79 | 76 | ||
80 | dclean: | 77 | dclean: |
@@ -87,13 +84,13 @@ clean: | |||
87 | # DO NOT DELETE THIS LINE -- make depend depends on it. | 84 | # DO NOT DELETE THIS LINE -- make depend depends on it. |
88 | 85 | ||
89 | o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 86 | o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
90 | o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 87 | o_names.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
91 | o_names.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 88 | o_names.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
92 | o_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 89 | o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
93 | o_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 90 | o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
94 | o_names.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 91 | o_names.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
95 | o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 92 | o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
96 | o_names.o: ../../include/openssl/symhacks.h o_names.c | 93 | o_names.o: o_names.c |
97 | obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h | 94 | obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h |
98 | obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 95 | obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h |
99 | obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 96 | obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h |
@@ -104,19 +101,19 @@ obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | |||
104 | obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 101 | obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h |
105 | obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h | 102 | obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h |
106 | obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h | 103 | obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h |
107 | obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h | 104 | obj_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
108 | obj_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 105 | obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
109 | obj_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 106 | obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
110 | obj_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 107 | obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
111 | obj_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 108 | obj_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
112 | obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 109 | obj_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
113 | obj_err.o: ../../include/openssl/symhacks.h obj_err.c | 110 | obj_err.o: obj_err.c |
114 | obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h | 111 | obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h |
115 | obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h | 112 | obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h |
116 | obj_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h | 113 | obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h |
117 | obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h | 114 | obj_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h |
118 | obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h | 115 | obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h |
119 | obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h | 116 | obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h |
120 | obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h | 117 | obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h |
121 | obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h | 118 | obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h |
122 | obj_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_lib.c | 119 | obj_lib.o: ../cryptlib.h obj_lib.c |