make update
[openssl.git] / crypto / rsa / Makefile
1 #
2 # OpenSSL/crypto/rsa/Makefile
3 #
4
5 DIR=    rsa
6 TOP=    ../..
7 CC=     cc
8 INCLUDES= -I.. -I$(TOP) -I../../include
9 CFLAG=-g
10 MAKEFILE=       Makefile
11 AR=             ar r
12
13 CFLAGS= $(INCLUDES) $(CFLAG)
14
15 GENERAL=Makefile
16 TEST=rsa_test.c
17 APPS=
18
19 LIB=$(TOP)/libcrypto.a
20 LIBSRC= rsa_eay.c rsa_gen.c rsa_lib.c rsa_sign.c rsa_saos.c rsa_err.c \
21         rsa_pk1.c rsa_ssl.c rsa_none.c rsa_oaep.c rsa_chk.c rsa_null.c \
22         rsa_pss.c rsa_x931.c rsa_asn1.c rsa_depr.c rsa_ameth.c rsa_prn.c \
23         rsa_pmeth.c rsa_crpt.c
24 LIBOBJ= rsa_eay.o rsa_gen.o rsa_lib.o rsa_sign.o rsa_saos.o rsa_err.o \
25         rsa_pk1.o rsa_ssl.o rsa_none.o rsa_oaep.o rsa_chk.o rsa_null.o \
26         rsa_pss.o rsa_x931.o rsa_asn1.o rsa_depr.o rsa_ameth.o rsa_prn.o \
27         rsa_pmeth.o rsa_crpt.o
28
29 SRC= $(LIBSRC)
30
31 EXHEADER= rsa.h
32 HEADER= $(EXHEADER)
33
34 ALL=    $(GENERAL) $(SRC) $(HEADER)
35
36 top:
37         (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
38
39 all:    lib
40
41 lib:    $(LIBOBJ)
42         $(AR) $(LIB) $(LIBOBJ)
43         $(RANLIB) $(LIB) || echo Never mind.
44         @touch lib
45
46 files:
47         $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
48
49 links:
50         @$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
51         @$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
52         @$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
53
54 install:
55         @[ -n "$(INSTALLTOP)" ] # should be set by top Makefile...
56         @headerlist="$(EXHEADER)"; for i in $$headerlist ; \
57         do  \
58         (cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
59         chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
60         done;
61
62 tags:
63         ctags $(SRC)
64
65 tests:
66
67 lint:
68         lint -DLINT $(INCLUDES) $(SRC)>fluff
69
70 depend:
71         @[ -n "$(MAKEDEPEND)" ] # should be set by upper Makefile...
72         $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
73
74 dclean:
75         $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
76         mv -f Makefile.new $(MAKEFILE)
77
78 clean:
79         rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
80
81 # DO NOT DELETE THIS LINE -- make depend depends on it.
82
83 rsa_ameth.o: ../../e_os.h ../../include/openssl/asn1.h
84 rsa_ameth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
85 rsa_ameth.o: ../../include/openssl/cms.h ../../include/openssl/err.h
86 rsa_ameth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
87 rsa_ameth.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
88 rsa_ameth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
89 rsa_ameth.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
90 rsa_ameth.o: ../asn1/asn1_locl.h ../cryptlib.h rsa_ameth.c
91 rsa_asn1.o: ../../e_os.h ../../include/openssl/asn1.h
92 rsa_asn1.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
93 rsa_asn1.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
94 rsa_asn1.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
95 rsa_asn1.o: ../../include/openssl/pkcs7.h ../../include/openssl/safestack.h
96 rsa_asn1.o: ../../include/openssl/stack.h ../../include/openssl/x509.h
97 rsa_asn1.o: ../../include/openssl/x509_vfy.h ../cryptlib.h rsa_asn1.c
98 rsa_chk.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
99 rsa_chk.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
100 rsa_chk.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
101 rsa_chk.o: rsa_chk.c
102 rsa_crpt.o: ../../e_os.h ../../include/openssl/asn1.h
103 rsa_crpt.o: ../../include/openssl/bio.h ../../include/openssl/engine.h
104 rsa_crpt.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
105 rsa_crpt.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
106 rsa_crpt.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
107 rsa_crpt.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
108 rsa_crpt.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
109 rsa_crpt.o: ../cryptlib.h rsa_crpt.c
110 rsa_depr.o: ../../e_os.h ../../include/openssl/asn1.h
111 rsa_depr.o: ../../include/openssl/bio.h ../../include/openssl/err.h
112 rsa_depr.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
113 rsa_depr.o: ../../include/openssl/stack.h ../cryptlib.h rsa_depr.c
114 rsa_eay.o: ../../e_os.h ../../include/openssl/asn1.h
115 rsa_eay.o: ../../include/openssl/bio.h ../../include/openssl/err.h
116 rsa_eay.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
117 rsa_eay.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
118 rsa_eay.o: ../cryptlib.h rsa_eay.c
119 rsa_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h
120 rsa_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
121 rsa_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
122 rsa_err.o: rsa_err.c
123 rsa_gen.o: ../../e_os.h ../../include/openssl/asn1.h
124 rsa_gen.o: ../../include/openssl/bio.h ../../include/openssl/err.h
125 rsa_gen.o: ../../include/openssl/lhash.h ../../include/openssl/safestack.h
126 rsa_gen.o: ../../include/openssl/stack.h ../cryptlib.h rsa_gen.c
127 rsa_lib.o: ../../e_os.h ../../include/openssl/asn1.h
128 rsa_lib.o: ../../include/openssl/bio.h ../../include/openssl/engine.h
129 rsa_lib.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
130 rsa_lib.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h
131 rsa_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h
132 rsa_lib.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
133 rsa_lib.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
134 rsa_lib.o: ../cryptlib.h rsa_lib.c
135 rsa_none.o: ../../e_os.h ../../include/openssl/asn1.h
136 rsa_none.o: ../../include/openssl/bio.h ../../include/openssl/err.h
137 rsa_none.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
138 rsa_none.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
139 rsa_none.o: ../cryptlib.h rsa_none.c
140 rsa_null.o: ../../e_os.h ../../include/openssl/asn1.h
141 rsa_null.o: ../../include/openssl/bio.h ../../include/openssl/err.h
142 rsa_null.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
143 rsa_null.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
144 rsa_null.o: ../cryptlib.h rsa_null.c
145 rsa_oaep.o: ../../e_os.h ../../include/openssl/asn1.h
146 rsa_oaep.o: ../../include/openssl/bio.h ../../include/openssl/err.h
147 rsa_oaep.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
148 rsa_oaep.o: ../../include/openssl/objects.h ../../include/openssl/rand.h
149 rsa_oaep.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
150 rsa_oaep.o: ../cryptlib.h rsa_oaep.c
151 rsa_pk1.o: ../../e_os.h ../../include/openssl/asn1.h
152 rsa_pk1.o: ../../include/openssl/bio.h ../../include/openssl/err.h
153 rsa_pk1.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
154 rsa_pk1.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
155 rsa_pk1.o: ../cryptlib.h rsa_pk1.c
156 rsa_pmeth.o: ../../e_os.h ../../include/openssl/asn1.h
157 rsa_pmeth.o: ../../include/openssl/asn1t.h ../../include/openssl/bio.h
158 rsa_pmeth.o: ../../include/openssl/cms.h ../../include/openssl/err.h
159 rsa_pmeth.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
160 rsa_pmeth.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
161 rsa_pmeth.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
162 rsa_pmeth.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
163 rsa_pmeth.o: ../cryptlib.h ../evp/evp_locl.h rsa_locl.h rsa_pmeth.c
164 rsa_prn.o: ../../e_os.h ../../include/openssl/asn1.h
165 rsa_prn.o: ../../include/openssl/bio.h ../../include/openssl/err.h
166 rsa_prn.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
167 rsa_prn.o: ../../include/openssl/objects.h ../../include/openssl/safestack.h
168 rsa_prn.o: ../../include/openssl/stack.h ../cryptlib.h rsa_prn.c
169 rsa_pss.o: ../../e_os.h ../../include/openssl/asn1.h
170 rsa_pss.o: ../../include/openssl/bio.h ../../include/openssl/err.h
171 rsa_pss.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
172 rsa_pss.o: ../../include/openssl/objects.h ../../include/openssl/rand.h
173 rsa_pss.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
174 rsa_pss.o: ../cryptlib.h rsa_pss.c
175 rsa_saos.o: ../../e_os.h ../../include/openssl/asn1.h
176 rsa_saos.o: ../../include/openssl/bio.h ../../include/openssl/err.h
177 rsa_saos.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
178 rsa_saos.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
179 rsa_saos.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
180 rsa_saos.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
181 rsa_saos.o: ../cryptlib.h rsa_saos.c
182 rsa_sign.o: ../../e_os.h ../../include/openssl/asn1.h
183 rsa_sign.o: ../../include/openssl/bio.h ../../include/openssl/err.h
184 rsa_sign.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
185 rsa_sign.o: ../../include/openssl/objects.h ../../include/openssl/pkcs7.h
186 rsa_sign.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
187 rsa_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h
188 rsa_sign.o: ../cryptlib.h rsa_locl.h rsa_sign.c
189 rsa_ssl.o: ../../e_os.h ../../include/openssl/asn1.h
190 rsa_ssl.o: ../../include/openssl/bio.h ../../include/openssl/err.h
191 rsa_ssl.o: ../../include/openssl/lhash.h ../../include/openssl/rand.h
192 rsa_ssl.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
193 rsa_ssl.o: ../cryptlib.h rsa_ssl.c
194 rsa_x931.o: ../../e_os.h ../../include/openssl/asn1.h
195 rsa_x931.o: ../../include/openssl/bio.h ../../include/openssl/err.h
196 rsa_x931.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h
197 rsa_x931.o: ../../include/openssl/objects.h ../../include/openssl/rand.h
198 rsa_x931.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
199 rsa_x931.o: ../cryptlib.h rsa_x931.c