summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/Attic/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/Attic/Makefile')
-rw-r--r--src/lib/libcrypto/Attic/Makefile30
1 files changed, 25 insertions, 5 deletions
diff --git a/src/lib/libcrypto/Attic/Makefile b/src/lib/libcrypto/Attic/Makefile
index bb8eaa036c..6557f2b4e1 100644
--- a/src/lib/libcrypto/Attic/Makefile
+++ b/src/lib/libcrypto/Attic/Makefile
@@ -33,8 +33,8 @@ GENERAL=Makefile README crypto-lib.com install.com
33 33
34LIB= $(TOP)/libcrypto.a 34LIB= $(TOP)/libcrypto.a
35SHARED_LIB= libcrypto$(SHLIB_EXT) 35SHARED_LIB= libcrypto$(SHLIB_EXT)
36LIBSRC= cryptlib.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.c 36LIBSRC= cryptlib.c dyn_lck.c mem.c mem_clr.c mem_dbg.c cversion.c ex_data.c tmdiff.c cpt_err.c ebcdic.c uid.c o_time.c o_str.c o_dir.c o_init.c fips_err.c
37LIBOBJ= cryptlib.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o $(CPUID_OBJ) 37LIBOBJ= cryptlib.o dyn_lck.o mem.o mem_clr.o mem_dbg.o cversion.o ex_data.o tmdiff.o cpt_err.o ebcdic.o uid.o o_time.o o_str.o o_dir.o o_init.o fips_err.o $(CPUID_OBJ)
38 38
39SRC= $(LIBSRC) 39SRC= $(LIBSRC)
40 40
@@ -47,7 +47,7 @@ ALL= $(GENERAL) $(SRC) $(HEADER)
47top: 47top:
48 @(cd ..; $(MAKE) DIRS=$(DIR) all) 48 @(cd ..; $(MAKE) DIRS=$(DIR) all)
49 49
50all: shared 50all: lib
51 51
52buildinf.h: ../Makefile 52buildinf.h: ../Makefile
53 ( echo "#ifndef MK1MF_BUILD"; \ 53 ( echo "#ifndef MK1MF_BUILD"; \
@@ -95,10 +95,10 @@ links:
95 @target=links; $(RECURSIVE_MAKE) 95 @target=links; $(RECURSIVE_MAKE)
96 96
97# lib: and $(LIB): are splitted to avoid end-less loop 97# lib: and $(LIB): are splitted to avoid end-less loop
98lib: $(LIB) 98lib: buildinf.h $(LIB) subdirs
99 @touch lib 99 @touch lib
100$(LIB): $(LIBOBJ) 100$(LIB): $(LIBOBJ)
101 $(AR) $(LIB) $(LIBOBJ) 101 $(ARX) $(LIB) $(LIBOBJ)
102 $(RANLIB) $(LIB) || echo Never mind. 102 $(RANLIB) $(LIB) || echo Never mind.
103 103
104shared: buildinf.h lib subdirs 104shared: buildinf.h lib subdirs
@@ -159,6 +159,13 @@ cversion.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
159cversion.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h 159cversion.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
160cversion.o: ../include/openssl/stack.h ../include/openssl/symhacks.h buildinf.h 160cversion.o: ../include/openssl/stack.h ../include/openssl/symhacks.h buildinf.h
161cversion.o: cryptlib.h cversion.c 161cversion.o: cryptlib.h cversion.c
162dyn_lck.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
163dyn_lck.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
164dyn_lck.o: ../include/openssl/err.h ../include/openssl/lhash.h
165dyn_lck.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
166dyn_lck.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
167dyn_lck.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
168dyn_lck.o: dyn_lck.c
162ebcdic.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h ebcdic.c 169ebcdic.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h ebcdic.c
163ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h 170ex_data.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
164ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h 171ex_data.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
@@ -167,6 +174,13 @@ ex_data.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
167ex_data.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h 174ex_data.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
168ex_data.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h 175ex_data.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
169ex_data.o: ex_data.c 176ex_data.o: ex_data.c
177fips_err.o: ../include/openssl/bio.h ../include/openssl/crypto.h
178fips_err.o: ../include/openssl/e_os2.h ../include/openssl/err.h
179fips_err.o: ../include/openssl/fips.h ../include/openssl/lhash.h
180fips_err.o: ../include/openssl/opensslconf.h ../include/openssl/opensslv.h
181fips_err.o: ../include/openssl/ossl_typ.h ../include/openssl/safestack.h
182fips_err.o: ../include/openssl/stack.h ../include/openssl/symhacks.h fips_err.c
183fips_err.o: fips_err.h
170mem.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h 184mem.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/buffer.h
171mem.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h 185mem.o: ../include/openssl/crypto.h ../include/openssl/e_os2.h
172mem.o: ../include/openssl/err.h ../include/openssl/lhash.h 186mem.o: ../include/openssl/err.h ../include/openssl/lhash.h
@@ -187,6 +201,12 @@ mem_dbg.o: ../include/openssl/stack.h ../include/openssl/symhacks.h cryptlib.h
187mem_dbg.o: mem_dbg.c 201mem_dbg.o: mem_dbg.c
188o_dir.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h 202o_dir.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
189o_dir.o: LPdir_unix.c o_dir.c o_dir.h 203o_dir.o: LPdir_unix.c o_dir.c o_dir.h
204o_init.o: ../e_os.h ../include/openssl/bio.h ../include/openssl/crypto.h
205o_init.o: ../include/openssl/e_os2.h ../include/openssl/err.h
206o_init.o: ../include/openssl/lhash.h ../include/openssl/opensslconf.h
207o_init.o: ../include/openssl/opensslv.h ../include/openssl/ossl_typ.h
208o_init.o: ../include/openssl/safestack.h ../include/openssl/stack.h
209o_init.o: ../include/openssl/symhacks.h o_init.c
190o_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h 210o_str.o: ../e_os.h ../include/openssl/e_os2.h ../include/openssl/opensslconf.h
191o_str.o: o_str.c o_str.h 211o_str.o: o_str.c o_str.h
192o_time.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_time.c 212o_time.o: ../include/openssl/e_os2.h ../include/openssl/opensslconf.h o_time.c