00e4b51109f5945287c3fb2752f9fd4cd8e469ce
[openssl.git] / crypto / rand / Makefile.ssl
1 #
2 # SSLeay/crypto/rand/Makefile
3 #
4
5 DIR=    rand
6 TOP=    ../..
7 CC=     cc
8 INCLUDES=
9 CFLAG=-g
10 INSTALL_PREFIX=
11 OPENSSLDIR=     /usr/local/ssl
12 INSTALLTOP=/usr/local/ssl
13 MAKE=           make -f Makefile.ssl
14 MAKEDEPPROG=    makedepend
15 MAKEDEPEND=     $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16 MAKEFILE=       Makefile.ssl
17 AR=             ar r
18
19 CFLAGS= $(INCLUDES) $(CFLAG)
20
21 GENERAL=Makefile
22 TEST= randtest.c
23 APPS=
24
25 LIB=$(TOP)/libcrypto.a
26 LIBSRC=md_rand.c randfile.c rand_lib.c rand_err.c rand_egd.c \
27         rand_win.c rand_unix.c
28 LIBOBJ=md_rand.o randfile.o rand_lib.o rand_err.o rand_egd.o \
29         rand_win.o rand_unix.o
30
31 SRC= $(LIBSRC)
32
33 EXHEADER= rand.h
34 HEADER= $(EXHEADER)
35
36 ALL=    $(GENERAL) $(SRC) $(HEADER)
37
38 top:
39         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
40
41 all:    lib
42
43 lib:    $(LIBOBJ)
44         $(AR) $(LIB) $(LIBOBJ)
45         @echo You may get an error following this line.  Please ignore.
46         - $(RANLIB) $(LIB)
47         @touch lib
48
49 files:
50         $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
51
52 links:
53         @$(TOP)/util/point.sh Makefile.ssl Makefile
54         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
55         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
56         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
57
58 install:
59         @for i in $(EXHEADER) ; \
60         do  \
61         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
62         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
63         done;
64
65 tags:
66         ctags $(SRC)
67
68 tests:
69
70 lint:
71         lint -DLINT $(INCLUDES) $(SRC)>fluff
72
73 depend:
74         $(MAKEDEPEND) $(INCLUDES) $(DEPFLAG) $(PROGS) $(LIBSRC)
75
76 dclean:
77         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
78         mv -f Makefile.new $(MAKEFILE)
79
80 clean:
81         rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
82
83 # DO NOT DELETE THIS LINE -- make depend depends on it.
84
85 md_rand.o: ../../include/openssl/bio.h ../../include/openssl/crypto.h
86 md_rand.o: ../../include/openssl/e_os.h ../../include/openssl/e_os2.h
87 md_rand.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
88 md_rand.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
89 md_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
90 md_rand.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
91 md_rand.o: ../../include/openssl/symhacks.h md_rand.c rand_lcl.h
92 rand_egd.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
93 rand_egd.o: ../../include/openssl/rand.h 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/rand.h
98 rand_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
99 rand_err.o: ../../include/openssl/symhacks.h rand_err.c
100 rand_lib.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
101 rand_lib.o: ../../include/openssl/blowfish.h ../../include/openssl/bn.h
102 rand_lib.o: ../../include/openssl/cast.h ../../include/openssl/crypto.h
103 rand_lib.o: ../../include/openssl/des.h ../../include/openssl/dh.h
104 rand_lib.o: ../../include/openssl/dsa.h ../../include/openssl/e_os.h
105 rand_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/engine.h
106 rand_lib.o: ../../include/openssl/evp.h ../../include/openssl/idea.h
107 rand_lib.o: ../../include/openssl/md2.h ../../include/openssl/md4.h
108 rand_lib.o: ../../include/openssl/md5.h ../../include/openssl/mdc2.h
109 rand_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
110 rand_lib.o: ../../include/openssl/opensslconf.h
111 rand_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
112 rand_lib.o: ../../include/openssl/rc2.h ../../include/openssl/rc4.h
113 rand_lib.o: ../../include/openssl/rc5.h ../../include/openssl/rd_fst.h
114 rand_lib.o: ../../include/openssl/rijndael.h ../../include/openssl/ripemd.h
115 rand_lib.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h
116 rand_lib.o: ../../include/openssl/sha.h ../../include/openssl/stack.h
117 rand_lib.o: ../../include/openssl/symhacks.h rand_lib.c
118 rand_unix.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
119 rand_unix.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
120 rand_unix.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
121 rand_unix.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
122 rand_unix.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
123 rand_unix.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
124 rand_unix.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
125 rand_unix.o: ../cryptlib.h rand_lcl.h rand_unix.c
126 rand_win.o: ../../include/openssl/bio.h ../../include/openssl/buffer.h
127 rand_win.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
128 rand_win.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
129 rand_win.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
130 rand_win.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
131 rand_win.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h
132 rand_win.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
133 rand_win.o: ../cryptlib.h rand_lcl.h rand_win.c
134 randfile.o: ../../include/openssl/crypto.h ../../include/openssl/e_os.h
135 randfile.o: ../../include/openssl/e_os2.h ../../include/openssl/opensslconf.h
136 randfile.o: ../../include/openssl/opensslv.h ../../include/openssl/rand.h
137 randfile.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
138 randfile.o: ../../include/openssl/symhacks.h randfile.c