Makefile revision 142425
1142425Snectar#
2142425Snectar# SSLeay/crypto/bn/Makefile
3142425Snectar#
4142425Snectar
5142425SnectarDIR=	bn
6142425SnectarTOP=	../..
7142425SnectarCC=	cc
8142425SnectarCPP=    $(CC) -E
9142425SnectarINCLUDES= -I.. -I$(TOP) -I../../include
10142425SnectarCFLAG=-g
11142425SnectarINSTALL_PREFIX=
12142425SnectarOPENSSLDIR=     /usr/local/ssl
13142425SnectarINSTALLTOP=/usr/local/ssl
14142425SnectarMAKEDEPPROG=	makedepend
15142425SnectarMAKEDEPEND=	$(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG)
16142425SnectarMAKEFILE=	Makefile
17142425SnectarAR=		ar r
18142425Snectar
19142425SnectarBN_ASM=		bn_asm.o
20142425Snectar# or use
21142425Snectar#BN_ASM=	bn86-elf.o
22142425Snectar
23142425SnectarCFLAGS= $(INCLUDES) $(CFLAG)
24142425SnectarASFLAGS= $(INCLUDES) $(ASFLAG)
25142425Snectar
26142425SnectarGENERAL=Makefile
27142425SnectarTEST=bntest.c exptest.c
28142425SnectarAPPS=
29142425Snectar
30142425SnectarLIB=$(TOP)/libcrypto.a
31142425SnectarLIBSRC=	bn_add.c bn_div.c bn_exp.c bn_lib.c bn_ctx.c bn_mul.c bn_mod.c \
32142425Snectar	bn_print.c bn_rand.c bn_shift.c bn_word.c bn_blind.c \
33142425Snectar	bn_kron.c bn_sqrt.c bn_gcd.c bn_prime.c bn_err.c bn_sqr.c bn_asm.c \
34142425Snectar	bn_recp.c bn_mont.c bn_mpi.c bn_exp2.c
35142425Snectar
36142425SnectarLIBOBJ=	bn_add.o bn_div.o bn_exp.o bn_lib.o bn_ctx.o bn_mul.o bn_mod.o \
37142425Snectar	bn_print.o bn_rand.o bn_shift.o bn_word.o bn_blind.o \
38142425Snectar	bn_kron.o bn_sqrt.o bn_gcd.o bn_prime.o bn_err.o bn_sqr.o $(BN_ASM) \
39142425Snectar	bn_recp.o bn_mont.o bn_mpi.o bn_exp2.o
40142425Snectar
41142425SnectarSRC= $(LIBSRC)
42142425Snectar
43142425SnectarEXHEADER= bn.h
44142425SnectarHEADER=	bn_lcl.h bn_prime.h $(EXHEADER)
45142425Snectar
46142425SnectarALL=    $(GENERAL) $(SRC) $(HEADER)
47142425Snectar
48142425Snectartop:
49142425Snectar	(cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all)
50142425Snectar
51142425Snectarall:	lib
52142425Snectar
53142425Snectarbn_prime.h: bn_prime.pl
54142425Snectar	$(PERL) bn_prime.pl >bn_prime.h
55142425Snectar
56142425Snectardivtest: divtest.c ../../libcrypto.a
57142425Snectar	cc -I../../include divtest.c -o divtest ../../libcrypto.a
58142425Snectar
59142425Snectarbnbug: bnbug.c ../../libcrypto.a top
60142425Snectar	cc -g -I../../include bnbug.c -o bnbug ../../libcrypto.a
61142425Snectar
62142425Snectarlib:	$(LIBOBJ)
63142425Snectar	$(AR) $(LIB) $(LIBOBJ)
64142425Snectar	$(RANLIB) $(LIB) || echo Never mind.
65142425Snectar	@touch lib
66142425Snectar
67142425Snectar# elf
68142425Snectarasm/bn86-elf.s:	asm/bn-586.pl ../perlasm/x86asm.pl
69142425Snectar	(cd asm; $(PERL) bn-586.pl elf $(CFLAGS) > bn86-elf.s)
70142425Snectar
71142425Snectarasm/co86-elf.s:	asm/co-586.pl ../perlasm/x86asm.pl
72142425Snectar	(cd asm; $(PERL) co-586.pl elf $(CFLAGS) > co86-elf.s)
73142425Snectar
74142425Snectar# a.out
75142425Snectarasm/bn86-out.o: asm/bn86unix.cpp
76142425Snectar	$(CPP) -DOUT asm/bn86unix.cpp | as -o asm/bn86-out.o
77142425Snectar
78142425Snectarasm/co86-out.o: asm/co86unix.cpp
79142425Snectar	$(CPP) -DOUT asm/co86unix.cpp | as -o asm/co86-out.o
80142425Snectar
81142425Snectar# bsdi
82142425Snectarasm/bn86bsdi.o: asm/bn86unix.cpp
83142425Snectar	$(CPP) -DBSDI asm/bn86unix.cpp | sed 's/ :/:/' | as -o asm/bn86bsdi.o
84142425Snectar
85142425Snectarasm/co86bsdi.o: asm/co86unix.cpp
86142425Snectar	$(CPP) -DBSDI asm/co86unix.cpp | sed 's/ :/:/' | as -o asm/co86bsdi.o
87142425Snectar
88142425Snectarasm/bn86unix.cpp: asm/bn-586.pl ../perlasm/x86asm.pl
89142425Snectar	(cd asm; $(PERL) bn-586.pl cpp >bn86unix.cpp )
90142425Snectar
91142425Snectarasm/co86unix.cpp: asm/co-586.pl ../perlasm/x86asm.pl
92142425Snectar	(cd asm; $(PERL) co-586.pl cpp >co86unix.cpp )
93142425Snectar
94142425Snectarasm/sparcv8.o: asm/sparcv8.S
95142425Snectar
96142425Snectarasm/sparcv8plus.o: asm/sparcv8plus.S
97142425Snectar
98142425Snectar# Old GNU assembler doesn't understand V9 instructions, so we
99142425Snectar# hire /usr/ccs/bin/as to do the job. Note that option is called
100142425Snectar# *-gcc27, but even gcc 2>=8 users may experience similar problem
101142425Snectar# if they didn't bother to upgrade GNU assembler. Such users should
102142425Snectar# not choose this option, but be adviced to *remove* GNU assembler
103142425Snectar# or upgrade it.
104142425Snectarasm/sparcv8plus-gcc27.o: asm/sparcv8plus.S
105142425Snectar	$(CC) $(ASFLAGS) -E asm/sparcv8plus.S | \
106142425Snectar		/usr/ccs/bin/as -xarch=v8plus - -o asm/sparcv8plus-gcc27.o
107142425Snectar
108142425Snectar
109142425Snectarasm/ia64.o:	asm/ia64.S
110142425Snectar
111142425Snectar# Some compiler drivers (most notably HP-UX and Intel C++) don't
112142425Snectar# understand .S extension:-( I wish I could pipe output from cc -E,
113142425Snectar# but it's too compiler driver/ABI dependent to cover with a single
114142425Snectar# rule...	<appro@fy.chalmers.se>
115142425Snectarasm/ia64-cpp.o:	asm/ia64.S
116142425Snectar	$(CC) $(ASFLAGS) -E asm/ia64.S > /tmp/ia64.$$$$.s &&	\
117142425Snectar	$(CC) $(ASFLAGS) -c -o asm/ia64-cpp.o /tmp/ia64.$$$$.s;	\
118142425Snectar	rm -f /tmp/ia64.$$$$.s
119142425Snectar
120142425Snectarasm/x86_64-gcc.o: asm/x86_64-gcc.c
121142425Snectar
122142425Snectarasm/pa-risc2W.o: asm/pa-risc2W.s
123142425Snectar	/usr/ccs/bin/as -o asm/pa-risc2W.o asm/pa-risc2W.s
124142425Snectar
125142425Snectarfiles:
126142425Snectar	$(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO
127142425Snectar
128142425Snectarlinks:
129142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../include/openssl $(EXHEADER)
130142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../test $(TEST)
131142425Snectar	@$(PERL) $(TOP)/util/mklink.pl ../../apps $(APPS)
132142425Snectar
133142425Snectarinstall:
134142425Snectar	@for i in $(EXHEADER) ; \
135142425Snectar	do  \
136142425Snectar	(cp $$i $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i; \
137142425Snectar	chmod 644 $(INSTALL_PREFIX)$(INSTALLTOP)/include/openssl/$$i ); \
138142425Snectar	done;
139142425Snectar
140142425Snectarexptest:
141142425Snectar	rm -f exptest
142142425Snectar	gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
143142425Snectar
144142425Snectardiv:
145142425Snectar	rm -f a.out
146142425Snectar	gcc -I.. -g div.c ../../libcrypto.a
147142425Snectar
148142425Snectartags:
149142425Snectar	ctags $(SRC)
150142425Snectar
151142425Snectartests:
152142425Snectar
153142425Snectarlint:
154142425Snectar	lint -DLINT $(INCLUDES) $(SRC)>fluff
155142425Snectar
156142425Snectardepend:
157142425Snectar	$(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(PROGS) $(LIBSRC)
158142425Snectar
159142425Snectardclean:
160142425Snectar	$(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
161142425Snectar	mv -f Makefile.new $(MAKEFILE)
162142425Snectar
163142425Snectarclean:
164142425Snectar	rm -f asm/co86unix.cpp asm/bn86unix.cpp asm/*-elf.* *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bn_asm.s
165142425Snectar
166142425Snectar# DO NOT DELETE THIS LINE -- make depend depends on it.
167142425Snectar
168142425Snectarbn_add.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
169142425Snectarbn_add.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
170142425Snectarbn_add.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
171142425Snectarbn_add.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
172142425Snectarbn_add.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
173142425Snectarbn_add.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
174142425Snectarbn_add.o: ../cryptlib.h bn_add.c bn_lcl.h
175142425Snectarbn_asm.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
176142425Snectarbn_asm.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
177142425Snectarbn_asm.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
178142425Snectarbn_asm.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
179142425Snectarbn_asm.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
180142425Snectarbn_asm.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
181142425Snectarbn_asm.o: ../cryptlib.h bn_asm.c bn_lcl.h
182142425Snectarbn_blind.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
183142425Snectarbn_blind.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
184142425Snectarbn_blind.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
185142425Snectarbn_blind.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
186142425Snectarbn_blind.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
187142425Snectarbn_blind.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
188142425Snectarbn_blind.o: ../cryptlib.h bn_blind.c bn_lcl.h
189142425Snectarbn_ctx.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
190142425Snectarbn_ctx.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
191142425Snectarbn_ctx.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
192142425Snectarbn_ctx.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
193142425Snectarbn_ctx.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
194142425Snectarbn_ctx.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
195142425Snectarbn_ctx.o: ../cryptlib.h bn_ctx.c bn_lcl.h
196142425Snectarbn_div.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
197142425Snectarbn_div.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
198142425Snectarbn_div.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
199142425Snectarbn_div.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
200142425Snectarbn_div.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
201142425Snectarbn_div.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
202142425Snectarbn_div.o: ../cryptlib.h bn_div.c bn_lcl.h
203142425Snectarbn_err.o: ../../include/openssl/bio.h ../../include/openssl/bn.h
204142425Snectarbn_err.o: ../../include/openssl/crypto.h ../../include/openssl/e_os2.h
205142425Snectarbn_err.o: ../../include/openssl/err.h ../../include/openssl/lhash.h
206142425Snectarbn_err.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h
207142425Snectarbn_err.o: ../../include/openssl/safestack.h ../../include/openssl/stack.h
208142425Snectarbn_err.o: ../../include/openssl/symhacks.h bn_err.c
209142425Snectarbn_exp.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
210142425Snectarbn_exp.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
211142425Snectarbn_exp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
212142425Snectarbn_exp.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
213142425Snectarbn_exp.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
214142425Snectarbn_exp.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
215142425Snectarbn_exp.o: ../cryptlib.h bn_exp.c bn_lcl.h
216142425Snectarbn_exp2.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
217142425Snectarbn_exp2.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
218142425Snectarbn_exp2.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
219142425Snectarbn_exp2.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
220142425Snectarbn_exp2.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
221142425Snectarbn_exp2.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
222142425Snectarbn_exp2.o: ../cryptlib.h bn_exp2.c bn_lcl.h
223142425Snectarbn_gcd.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
224142425Snectarbn_gcd.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
225142425Snectarbn_gcd.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
226142425Snectarbn_gcd.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
227142425Snectarbn_gcd.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
228142425Snectarbn_gcd.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
229142425Snectarbn_gcd.o: ../cryptlib.h bn_gcd.c bn_lcl.h
230142425Snectarbn_kron.o: ../../include/openssl/bn.h ../../include/openssl/e_os2.h
231142425Snectarbn_kron.o: ../../include/openssl/opensslconf.h bn_kron.c bn_lcl.h
232142425Snectarbn_lib.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
233142425Snectarbn_lib.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
234142425Snectarbn_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
235142425Snectarbn_lib.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
236142425Snectarbn_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
237142425Snectarbn_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
238142425Snectarbn_lib.o: ../cryptlib.h bn_lcl.h bn_lib.c
239142425Snectarbn_mod.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
240142425Snectarbn_mod.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
241142425Snectarbn_mod.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
242142425Snectarbn_mod.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
243142425Snectarbn_mod.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
244142425Snectarbn_mod.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
245142425Snectarbn_mod.o: ../cryptlib.h bn_lcl.h bn_mod.c
246142425Snectarbn_mont.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
247142425Snectarbn_mont.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
248142425Snectarbn_mont.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
249142425Snectarbn_mont.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
250142425Snectarbn_mont.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
251142425Snectarbn_mont.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
252142425Snectarbn_mont.o: ../cryptlib.h bn_lcl.h bn_mont.c
253142425Snectarbn_mpi.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
254142425Snectarbn_mpi.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
255142425Snectarbn_mpi.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
256142425Snectarbn_mpi.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
257142425Snectarbn_mpi.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
258142425Snectarbn_mpi.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
259142425Snectarbn_mpi.o: ../cryptlib.h bn_lcl.h bn_mpi.c
260142425Snectarbn_mul.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
261142425Snectarbn_mul.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
262142425Snectarbn_mul.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
263142425Snectarbn_mul.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
264142425Snectarbn_mul.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
265142425Snectarbn_mul.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
266142425Snectarbn_mul.o: ../cryptlib.h bn_lcl.h bn_mul.c
267142425Snectarbn_prime.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
268142425Snectarbn_prime.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
269142425Snectarbn_prime.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
270142425Snectarbn_prime.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
271142425Snectarbn_prime.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
272142425Snectarbn_prime.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
273142425Snectarbn_prime.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
274142425Snectarbn_prime.o: ../cryptlib.h bn_lcl.h bn_prime.c bn_prime.h
275142425Snectarbn_print.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
276142425Snectarbn_print.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
277142425Snectarbn_print.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
278142425Snectarbn_print.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
279142425Snectarbn_print.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
280142425Snectarbn_print.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
281142425Snectarbn_print.o: ../cryptlib.h bn_lcl.h bn_print.c
282142425Snectarbn_rand.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
283142425Snectarbn_rand.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
284142425Snectarbn_rand.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
285142425Snectarbn_rand.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
286142425Snectarbn_rand.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h
287142425Snectarbn_rand.o: ../../include/openssl/rand.h ../../include/openssl/safestack.h
288142425Snectarbn_rand.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
289142425Snectarbn_rand.o: ../cryptlib.h bn_lcl.h bn_rand.c
290142425Snectarbn_recp.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
291142425Snectarbn_recp.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
292142425Snectarbn_recp.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
293142425Snectarbn_recp.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
294142425Snectarbn_recp.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
295142425Snectarbn_recp.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
296142425Snectarbn_recp.o: ../cryptlib.h bn_lcl.h bn_recp.c
297142425Snectarbn_shift.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
298142425Snectarbn_shift.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
299142425Snectarbn_shift.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
300142425Snectarbn_shift.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
301142425Snectarbn_shift.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
302142425Snectarbn_shift.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
303142425Snectarbn_shift.o: ../cryptlib.h bn_lcl.h bn_shift.c
304142425Snectarbn_sqr.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
305142425Snectarbn_sqr.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
306142425Snectarbn_sqr.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
307142425Snectarbn_sqr.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
308142425Snectarbn_sqr.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
309142425Snectarbn_sqr.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
310142425Snectarbn_sqr.o: ../cryptlib.h bn_lcl.h bn_sqr.c
311142425Snectarbn_sqrt.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
312142425Snectarbn_sqrt.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
313142425Snectarbn_sqrt.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
314142425Snectarbn_sqrt.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
315142425Snectarbn_sqrt.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
316142425Snectarbn_sqrt.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
317142425Snectarbn_sqrt.o: ../cryptlib.h bn_lcl.h bn_sqrt.c
318142425Snectarbn_word.o: ../../e_os.h ../../include/openssl/bio.h ../../include/openssl/bn.h
319142425Snectarbn_word.o: ../../include/openssl/buffer.h ../../include/openssl/crypto.h
320142425Snectarbn_word.o: ../../include/openssl/e_os2.h ../../include/openssl/err.h
321142425Snectarbn_word.o: ../../include/openssl/lhash.h ../../include/openssl/opensslconf.h
322142425Snectarbn_word.o: ../../include/openssl/opensslv.h ../../include/openssl/safestack.h
323142425Snectarbn_word.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h
324142425Snectarbn_word.o: ../cryptlib.h bn_lcl.h bn_word.c
325