summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects
diff options
context:
space:
mode:
authordjm <>2010-10-01 22:54:19 +0000
committerdjm <>2010-10-01 22:54:19 +0000
commit6ddfb710ab14b10183ff3a6a32f643554c80065e (patch)
tree03b202b49e2c6367ae5dec12d939ea99c9ca36b3 /src/lib/libcrypto/objects
parentb204ac0374903f9d6a2fcc50cfd94578e357d00a (diff)
parent242690ab2a8e991b85b4735c4e0bac0ec7bd3481 (diff)
downloadopenbsd-6ddfb710ab14b10183ff3a6a32f643554c80065e.tar.gz
openbsd-6ddfb710ab14b10183ff3a6a32f643554c80065e.tar.bz2
openbsd-6ddfb710ab14b10183ff3a6a32f643554c80065e.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/Makefile21
1 files changed, 16 insertions, 5 deletions
diff --git a/src/lib/libcrypto/objects/Makefile b/src/lib/libcrypto/objects/Makefile
index 25e8b23b5d..a8aedbd422 100644
--- a/src/lib/libcrypto/objects/Makefile
+++ b/src/lib/libcrypto/objects/Makefile
@@ -18,23 +18,23 @@ TEST=
18APPS= 18APPS=
19 19
20LIB=$(TOP)/libcrypto.a 20LIB=$(TOP)/libcrypto.a
21LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c 21LIBSRC= o_names.c obj_dat.c obj_lib.c obj_err.c obj_xref.c
22LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o 22LIBOBJ= o_names.o obj_dat.o obj_lib.o obj_err.o obj_xref.o
23 23
24SRC= $(LIBSRC) 24SRC= $(LIBSRC)
25 25
26EXHEADER= objects.h obj_mac.h 26EXHEADER= objects.h obj_mac.h
27HEADER= $(EXHEADER) obj_dat.h 27HEADER= $(EXHEADER) obj_dat.h obj_xref.h
28 28
29ALL= $(GENERAL) $(SRC) $(HEADER) 29ALL= $(GENERAL) $(SRC) $(HEADER)
30 30
31top: 31top:
32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) 32 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
33 33
34all: obj_dat.h lib 34all: obj_dat.h obj_xref.h lib
35 35
36lib: $(LIBOBJ) 36lib: $(LIBOBJ)
37 $(ARX) $(LIB) $(LIBOBJ) 37 $(AR) $(LIB) $(LIBOBJ)
38 $(RANLIB) $(LIB) || echo Never mind. 38 $(RANLIB) $(LIB) || echo Never mind.
39 @touch lib 39 @touch lib
40 40
@@ -46,6 +46,10 @@ obj_mac.h: objects.pl objects.txt obj_mac.num
46 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h 46 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
47 @sleep 1; touch obj_mac.h; sleep 1 47 @sleep 1; touch obj_mac.h; sleep 1
48 48
49obj_xref.h: objxref.pl obj_xref.txt obj_mac.num
50 $(PERL) objxref.pl obj_mac.num obj_xref.txt > obj_xref.h
51 @sleep 1; touch obj_xref.h; sleep 1
52
49files: 53files:
50 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO 54 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
51 55
@@ -117,3 +121,10 @@ obj_lib.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
117obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h 121obj_lib.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
118obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 122obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
119obj_lib.o: ../cryptlib.h obj_lib.c 123obj_lib.o: ../cryptlib.h obj_lib.c
124obj_xref.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
125obj_xref.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
126obj_xref.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
127obj_xref.o: ../../include/openssl/opensslconf.h
128obj_xref.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
129obj_xref.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
130obj_xref.o: ../../include/openssl/symhacks.h obj_xref.c obj_xref.h