summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/objects/Makefile.ssl
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/objects/Makefile.ssl')
-rw-r--r--src/lib/libcrypto/objects/Makefile.ssl57
1 files changed, 34 insertions, 23 deletions
diff --git a/src/lib/libcrypto/objects/Makefile.ssl b/src/lib/libcrypto/objects/Makefile.ssl
index 6746ad21e7..7962a089db 100644
--- a/src/lib/libcrypto/objects/Makefile.ssl
+++ b/src/lib/libcrypto/objects/Makefile.ssl
@@ -5,15 +5,17 @@
5DIR= objects 5DIR= objects
6TOP= ../.. 6TOP= ../..
7CC= cc 7CC= cc
8INCLUDES= -I.. -I../../include 8INCLUDES= -I.. -I$(TOP) -I../../include
9CFLAG=-g 9CFLAG=-g
10INSTALL_PREFIX= 10INSTALL_PREFIX=
11OPENSSLDIR= /usr/local/ssl 11OPENSSLDIR= /usr/local/ssl
12INSTALLTOP=/usr/local/ssl 12INSTALLTOP=/usr/local/ssl
13MAKE= make -f Makefile.ssl 13MAKE= make -f Makefile.ssl
14MAKEDEPEND= $(TOP)/util/domd $(TOP) 14MAKEDEPPROG= makedepend
15MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15MAKEFILE= Makefile.ssl 16MAKEFILE= Makefile.ssl
16AR= ar r 17AR= ar r
18PERL= perl
17 19
18CFLAGS= $(INCLUDES) $(CFLAG) 20CFLAGS= $(INCLUDES) $(CFLAG)
19 21
@@ -39,10 +41,16 @@ all: obj_dat.h lib
39 41
40lib: $(LIBOBJ) 42lib: $(LIBOBJ)
41 $(AR) $(LIB) $(LIBOBJ) 43 $(AR) $(LIB) $(LIBOBJ)
42 @echo You may get an error following this line. Please ignore. 44 $(RANLIB) $(LIB) || echo Never mind.
43 - $(RANLIB) $(LIB)
44 @touch lib 45 @touch lib
45 46
47obj_dat.h: obj_dat.pl obj_mac.h
48 $(PERL) obj_dat.pl obj_mac.h obj_dat.h
49
50# objects.pl both reads and writes obj_mac.num
51obj_mac.h: objects.pl objects.txt obj_mac.num
52 $(PERL) objects.pl objects.txt obj_mac.num obj_mac.h
53
46files: 54files:
47 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO 55 $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
48 56
@@ -81,32 +89,35 @@ clean:
81 89
82o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 90o_names.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
83o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h 91o_names.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
84o_names.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 92o_names.o: ../../include/openssl/e_os2.h ../../include/openssl/lhash.h
85o_names.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 93o_names.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
86o_names.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h 94o_names.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
95o_names.o: ../../include/openssl/ossl_typ.h ../../include/openssl/safestack.h
87o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 96o_names.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
88obj_dat.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 97o_names.o: o_names.c
89obj_dat.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h 98obj_dat.o: ../../e_os.h ../../include/openssl/asn1.h
90obj_dat.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h 99obj_dat.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
100obj_dat.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
91obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 101obj_dat.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
92obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 102obj_dat.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
93obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 103obj_dat.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
94obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h 104obj_dat.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
95obj_dat.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 105obj_dat.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
96obj_dat.o: ../cryptlib.h obj_dat.h 106obj_dat.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_dat.c obj_dat.h
97obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 107obj_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
98obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h 108obj_err.o: ../../include/openssl/bn.h ../../include/openssl/crypto.h
99obj_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h 109obj_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
100obj_err.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h 110obj_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
101obj_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h 111obj_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
112obj_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
102obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h 113obj_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
103obj_err.o: ../../include/openssl/symhacks.h 114obj_err.o: ../../include/openssl/symhacks.h obj_err.c
104obj_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h 115obj_lib.o: ../../e_os.h ../../include/openssl/asn1.h
105obj_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h 116obj_lib.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
106obj_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h 117obj_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
107obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h 118obj_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
108obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h 119obj_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
109obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h 120obj_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
110obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h 121obj_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
111obj_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h 122obj_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
112obj_lib.o: ../cryptlib.h 123obj_lib.o: ../../include/openssl/symhacks.h ../cryptlib.h obj_lib.c