summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
authordjm <>2008-09-06 12:15:54 +0000
committerdjm <>2008-09-06 12:15:54 +0000
commitf519f07de9bfb123f2b32aa3965e6f73c8364b80 (patch)
treead353b318ee632f73212a174cffac9bb9e573b7c /src/lib/libcrypto/objects
parent89b182c5db7ea802edfc3ee734b4899b43e13e09 (diff)
parentf1625f274acf5dcd5601f6cb5e29e233b2a441a3 (diff)
downloadopenbsd-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/Makefile51
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= ../..
7CC= cc 7CC= cc
8INCLUDES= -I.. -I$(TOP) -I../../include 8INCLUDES= -I.. -I$(TOP) -I../../include
9CFLAG=-g 9CFLAG=-g
10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl
12INSTALLTOP=/usr/local/ssl
13MAKEDEPPROG= makedepend
14MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15MAKEFILE= Makefile 10MAKEFILE= Makefile
16AR= ar r 11AR= ar r
17PERL= perl 12PERL= perl
@@ -60,6 +55,7 @@ links:
60 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS) 55 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
61 56
62install: 57install:
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
77depend: 73depend:
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
80dclean: 77dclean:
@@ -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
89o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 86o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
90o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h 87o_names.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
91o_names.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 88o_names.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
92o_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 89o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
93o_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 90o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
94o_names.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 91o_names.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
95o_names.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 92o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
96o_names.o: ../../include/openssl/symhacks.h o_names.c 93o_names.o: o_names.c
97obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h 94obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h
98obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h 95obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
99obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 96obj_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
104obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 101obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
105obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h 102obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h
106obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 103obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
107obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h 104obj_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
108obj_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 105obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
109obj_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 106obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
110obj_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 107obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
111obj_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 108obj_err.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
112obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 109obj_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
113obj_err.o: ../../include/openssl/symhacks.h obj_err.c 110obj_err.o: obj_err.c
114obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h 111obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h
115obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h 112obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
116obj_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h 113obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
117obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 114obj_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
118obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 115obj_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
119obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 116obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
120obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h 117obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
121obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 118obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
122obj_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_lib.c 119obj_lib.o: ../cryptlib.h obj_lib.c