2 # OpenSSL/crypto/rand/Makefile
13 CFLAGS
= $(INCLUDES
) $(CFLAG
)
17 LIB
=$(TOP
)/libcrypto.a
18 LIBSRC
=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
19 rand_win.c rand_unix.c rand_os2.c rand_nw.c
20 LIBOBJ
=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \
21 rand_win.o rand_unix.o rand_os2.o rand_nw.o
27 ALL
= $(GENERAL
) $(SRC
) $(HEADER
)
30 (cd ..
/..
; $(MAKE
) DIRS
=crypto SDIRS
=$(DIR
) sub_all
)
35 $(AR
) $(LIB
) $(LIBOBJ
)
36 $(RANLIB
) $(LIB
) || echo Never mind.
40 $(PERL
) $(TOP
)/util
/files.pl Makefile
>> $(TOP
)/MINFO
48 lint
-DLINT
$(INCLUDES
) $(SRC
)>fluff
53 @
[ -n
"$(MAKEDEPEND)" ] # should be set by upper Makefile...
54 $(MAKEDEPEND
) -- $(CFLAG
) $(INCLUDES
) $(DEPFLAG
) -- $(PROGS
) $(LIBSRC
)
57 $(PERL
) -pe
'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE
) >Makefile.new
58 mv
-f Makefile.new
$(MAKEFILE
)
61 rm -f
*.o
*.obj lib
tags core .pure .nfs
* *.old
*.bak fluff
63 # DO NOT DELETE THIS LINE -- make depend depends on it.
65 md_rand.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
66 md_rand.o
: ..
/..
/include/openssl
/async.h ..
/..
/include/openssl
/bio.h
67 md_rand.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
68 md_rand.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
69 md_rand.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
70 md_rand.o
: ..
/..
/include/openssl
/objects.h ..
/..
/include/openssl
/opensslconf.h
71 md_rand.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
72 md_rand.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
73 md_rand.o
: ..
/..
/include/openssl
/sha.h ..
/..
/include/openssl
/stack.h
74 md_rand.o
: ..
/..
/include/openssl
/symhacks.h md_rand.c rand_lcl.h
75 rand_egd.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
76 rand_egd.o
: ..
/..
/include/openssl
/opensslconf.h
77 rand_egd.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
78 rand_egd.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
79 rand_egd.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
80 rand_egd.o
: rand_egd.c
81 rand_err.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/crypto.h
82 rand_err.o
: ..
/..
/include/openssl
/e_os2.h ..
/..
/include/openssl
/err.h
83 rand_err.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/opensslconf.h
84 rand_err.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
85 rand_err.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
86 rand_err.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
87 rand_err.o
: rand_err.c
88 rand_lib.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
89 rand_lib.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/buffer.h
90 rand_lib.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
91 rand_lib.o
: ..
/..
/include/openssl
/ec.h ..
/..
/include/openssl
/engine.h
92 rand_lib.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
93 rand_lib.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
94 rand_lib.o
: ..
/..
/include/openssl
/objects.h ..
/..
/include/openssl
/opensslconf.h
95 rand_lib.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
96 rand_lib.o
: ..
/..
/include/openssl
/pkcs7.h ..
/..
/include/openssl
/rand.h
97 rand_lib.o
: ..
/..
/include/openssl
/safestack.h ..
/..
/include/openssl
/sha.h
98 rand_lib.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
99 rand_lib.o
: ..
/..
/include/openssl
/x509.h ..
/..
/include/openssl
/x509_vfy.h
100 rand_lib.o
: ..
/include/internal
/cryptlib.h rand_lib.c
101 rand_nw.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
102 rand_nw.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/buffer.h
103 rand_nw.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
104 rand_nw.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
105 rand_nw.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
106 rand_nw.o
: ..
/..
/include/openssl
/objects.h ..
/..
/include/openssl
/opensslconf.h
107 rand_nw.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
108 rand_nw.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
109 rand_nw.o
: ..
/..
/include/openssl
/sha.h ..
/..
/include/openssl
/stack.h
110 rand_nw.o
: ..
/..
/include/openssl
/symhacks.h ..
/include/internal
/cryptlib.h
111 rand_nw.o
: rand_lcl.h rand_nw.c
112 rand_os2.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
113 rand_os2.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/buffer.h
114 rand_os2.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
115 rand_os2.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
116 rand_os2.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
117 rand_os2.o
: ..
/..
/include/openssl
/objects.h ..
/..
/include/openssl
/opensslconf.h
118 rand_os2.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
119 rand_os2.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
120 rand_os2.o
: ..
/..
/include/openssl
/sha.h ..
/..
/include/openssl
/stack.h
121 rand_os2.o
: ..
/..
/include/openssl
/symhacks.h ..
/include/internal
/cryptlib.h
122 rand_os2.o
: rand_lcl.h rand_os2.c
123 rand_unix.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
124 rand_unix.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/buffer.h
125 rand_unix.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
126 rand_unix.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
127 rand_unix.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
128 rand_unix.o
: ..
/..
/include/openssl
/objects.h
129 rand_unix.o
: ..
/..
/include/openssl
/opensslconf.h
130 rand_unix.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
131 rand_unix.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
132 rand_unix.o
: ..
/..
/include/openssl
/sha.h ..
/..
/include/openssl
/stack.h
133 rand_unix.o
: ..
/..
/include/openssl
/symhacks.h ..
/include/internal
/cryptlib.h
134 rand_unix.o
: rand_lcl.h rand_unix.c
135 rand_win.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/asn1.h
136 rand_win.o
: ..
/..
/include/openssl
/bio.h ..
/..
/include/openssl
/buffer.h
137 rand_win.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
138 rand_win.o
: ..
/..
/include/openssl
/err.h ..
/..
/include/openssl
/evp.h
139 rand_win.o
: ..
/..
/include/openssl
/lhash.h ..
/..
/include/openssl
/obj_mac.h
140 rand_win.o
: ..
/..
/include/openssl
/objects.h ..
/..
/include/openssl
/opensslconf.h
141 rand_win.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
142 rand_win.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
143 rand_win.o
: ..
/..
/include/openssl
/sha.h ..
/..
/include/openssl
/stack.h
144 rand_win.o
: ..
/..
/include/openssl
/symhacks.h ..
/include/internal
/cryptlib.h
145 rand_win.o
: rand_lcl.h rand_win.c
146 randfile.o
: ..
/..
/e_os.h ..
/..
/include/openssl
/buffer.h
147 randfile.o
: ..
/..
/include/openssl
/crypto.h ..
/..
/include/openssl
/e_os2.h
148 randfile.o
: ..
/..
/include/openssl
/opensslconf.h
149 randfile.o
: ..
/..
/include/openssl
/opensslv.h ..
/..
/include/openssl
/ossl_typ.h
150 randfile.o
: ..
/..
/include/openssl
/rand.h ..
/..
/include/openssl
/safestack.h
151 randfile.o
: ..
/..
/include/openssl
/stack.h ..
/..
/include/openssl
/symhacks.h
152 randfile.o
: randfile.c