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