2 # SSLeay/crypto/rand/Makefile
10 MAKEDEPPROG= makedepend
11 MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
15 CFLAGS= $(INCLUDES) $(CFLAG)
21 LIB=$(TOP)/libcrypto.a
22 LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
23 rand_win.c rand_unix.c rand_os2.c rand_nw.c
24 LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \
25 rand_win.o rand_unix.o rand_os2.o rand_nw.o
32 ALL= $(GENERAL) $(SRC) $(HEADER)
35 (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
40 $(AR) $(LIB) $(LIBOBJ)
41 $(RANLIB) $(LIB) || echo Never mind.
45 $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
48 @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
49 @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
50 @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
53 @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
54 @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
56 (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
57 chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
66 lint -DLINT $(INCLUDES) $(SRC)>fluff
69 $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
72 $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
73 mv -f Makefile.new $(MAKEFILE)
76 rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
78 # DO NOT DELETE THIS LINE -- make depend depends on it.
80 md_rand.o: ../../e_os.h ../../include/openssl/asn1.h
81 md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
82 md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
83 md_rand.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
84 md_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
85 md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
86 md_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
87 md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
88 md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
89 md_rand.o: md_rand.c rand_lcl.h
90 rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h
91 rand_egd.o: ../../include/openssl/opensslconf.h
92 rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
93 rand_egd.o: rand_egd.c
94 rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
95 rand_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
96 rand_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
97 rand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
98 rand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
99 rand_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
100 rand_err.o: rand_err.c
101 rand_lib.o: ../../e_os.h ../../include/openssl/bio.h
102 rand_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
103 rand_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
104 rand_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
105 rand_lib.o: ../../include/openssl/opensslconf.h
106 rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
107 rand_lib.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
108 rand_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
109 rand_lib.o: ../cryptlib.h rand_lib.c
110 rand_nw.o: ../../e_os.h ../../include/openssl/asn1.h
111 rand_nw.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
112 rand_nw.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
113 rand_nw.o: ../../include/openssl/err.h ../../include/openssl/evp.h
114 rand_nw.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
115 rand_nw.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
116 rand_nw.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
117 rand_nw.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
118 rand_nw.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
119 rand_nw.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h rand_nw.c
120 rand_os2.o: ../../e_os.h ../../include/openssl/asn1.h
121 rand_os2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
122 rand_os2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
123 rand_os2.o: ../../include/openssl/err.h ../../include/openssl/evp.h
124 rand_os2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
125 rand_os2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
126 rand_os2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
127 rand_os2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
128 rand_os2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
129 rand_os2.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h
130 rand_os2.o: rand_os2.c
131 rand_unix.o: ../../e_os.h ../../include/openssl/asn1.h
132 rand_unix.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
133 rand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
134 rand_unix.o: ../../include/openssl/err.h ../../include/openssl/evp.h
135 rand_unix.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
136 rand_unix.o: ../../include/openssl/objects.h
137 rand_unix.o: ../../include/openssl/opensslconf.h
138 rand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
139 rand_unix.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
140 rand_unix.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
141 rand_unix.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h
142 rand_unix.o: rand_unix.c
143 rand_win.o: ../../e_os.h ../../include/openssl/asn1.h
144 rand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
145 rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
146 rand_win.o: ../../include/openssl/err.h ../../include/openssl/evp.h
147 rand_win.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
148 rand_win.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
149 rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
150 rand_win.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
151 rand_win.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
152 rand_win.o: ../../include/openssl/symhacks.h ../cryptlib.h rand_lcl.h
153 rand_win.o: rand_win.c
154 randfile.o: ../../e_os.h ../../include/openssl/buffer.h
155 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
156 randfile.o: ../../include/openssl/opensslconf.h
157 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
158 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
159 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
160 randfile.o: randfile.c