make depend
[openssl.git] / crypto / rand / Makefile
1 #
2 # OpenSSL/crypto/rand/Makefile
3 #
4
5 DIR=    rand
6 TOP=    ../..
7 CC=     cc
8 INCLUDES=
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile
16
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
22
23 SRC= $(LIBSRC)
24
25 HEADER= 
26
27 ALL=    $(GENERAL) $(SRC) $(HEADER)
28
29 top:
30         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
31
32 all:    lib
33
34 lib:    $(LIBOBJ)
35         $(AR) $(LIB) $(LIBOBJ)
36         $(RANLIB) $(LIB) || echo Never mind.
37         @touch lib
38
39 files:
40         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
41
42 tags:
43         ctags $(SRC)
44
45 tests:
46
47 lint:
48         lint -DLINT $(INCLUDES) $(SRC)>fluff
49
50 depend:
51         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
52         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
53
54 dclean:
55         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
56         mv -f Makefile.new $(MAKEFILE)
57
58 clean:
59         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
60
61 # DO NOT DELETE THIS LINE -- make depend depends on it.
62
63 md_rand.o: ../../e_os.h ../../include/openssl/asn1.h
64 md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
65 md_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
66 md_rand.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h
67 md_rand.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
68 md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
69 md_rand.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
70 md_rand.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
71 md_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
72 md_rand.o: md_rand.c rand_lcl.h
73 rand_egd.o: ../../include/openssl/buffer.h ../../include/openssl/e_os2.h
74 rand_egd.o: ../../include/openssl/opensslconf.h
75 rand_egd.o: ../../include/openssl/ossl_typ.h ../../include/openssl/rand.h
76 rand_egd.o: rand_egd.c
77 rand_err.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
78 rand_err.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
79 rand_err.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
80 rand_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
81 rand_err.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
82 rand_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
83 rand_err.o: rand_err.c
84 rand_lib.o: ../../e_os.h ../../include/openssl/asn1.h
85 rand_lib.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
86 rand_lib.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
87 rand_lib.o: ../../include/openssl/ec.h ../../include/openssl/ecdh.h
88 rand_lib.o: ../../include/openssl/ecdsa.h ../../include/openssl/engine.h
89 rand_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h
90 rand_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
91 rand_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
92 rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
93 rand_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
94 rand_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
95 rand_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
96 rand_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
97 rand_lib.o: ../include/internal/cryptlib.h rand_lib.c
98 rand_nw.o: ../../e_os.h ../../include/openssl/asn1.h
99 rand_nw.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
100 rand_nw.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
101 rand_nw.o: ../../include/openssl/err.h ../../include/openssl/evp.h
102 rand_nw.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
103 rand_nw.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
104 rand_nw.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
105 rand_nw.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
106 rand_nw.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
107 rand_nw.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
108 rand_nw.o: rand_lcl.h rand_nw.c
109 rand_os2.o: ../../e_os.h ../../include/openssl/asn1.h
110 rand_os2.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
111 rand_os2.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
112 rand_os2.o: ../../include/openssl/err.h ../../include/openssl/evp.h
113 rand_os2.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
114 rand_os2.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
115 rand_os2.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
116 rand_os2.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
117 rand_os2.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
118 rand_os2.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
119 rand_os2.o: rand_lcl.h rand_os2.c
120 rand_unix.o: ../../e_os.h ../../include/openssl/asn1.h
121 rand_unix.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
122 rand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
123 rand_unix.o: ../../include/openssl/err.h ../../include/openssl/evp.h
124 rand_unix.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
125 rand_unix.o: ../../include/openssl/objects.h
126 rand_unix.o: ../../include/openssl/opensslconf.h
127 rand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
128 rand_unix.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
129 rand_unix.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
130 rand_unix.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
131 rand_unix.o: rand_lcl.h rand_unix.c
132 rand_win.o: ../../e_os.h ../../include/openssl/asn1.h
133 rand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
134 rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
135 rand_win.o: ../../include/openssl/err.h ../../include/openssl/evp.h
136 rand_win.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
137 rand_win.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h
138 rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
139 rand_win.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
140 rand_win.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
141 rand_win.o: ../../include/openssl/symhacks.h ../include/internal/cryptlib.h
142 rand_win.o: rand_lcl.h rand_win.c
143 randfile.o: ../../e_os.h ../../include/openssl/buffer.h
144 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
145 randfile.o: ../../include/openssl/opensslconf.h
146 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
147 randfile.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
148 randfile.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
149 randfile.o: randfile.c