Remove references to .org header file names.
[openssl.git] / crypto / bn / Makefile.ssl
index bf3423415bff7717fbbbe0825641a9fa4977c8b3..663aa4dd517028ffebc59fdc0543a2c7bb772df4 100644 (file)
@@ -9,7 +9,7 @@ INCLUDES= -I.. -I../../include
 CFLAG=-g
 INSTALLTOP=/usr/local/ssl
 MAKE=          make -f Makefile.ssl
-MAKEDEPEND=    makedepend -f Makefile.ssl
+MAKEDEPEND=    $(TOP)/util/domd $(TOP)
 MAKEFILE=      Makefile.ssl
 AR=            ar r
 
@@ -57,7 +57,7 @@ knuth.fast: bn_knuth.c
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/util/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
        @touch lib
 
 # elf
@@ -92,11 +92,14 @@ asm/bn86bsdi.o: asm/bn86unix.cpp
 asm/co86bsdi.o: asm/co86unix.cpp
        $(CPP) -DBSDI asm/co86unix.cpp | sed 's/ :/:/' | as -o asm/co86bsdi.o
 
-asm/bn86unix.cpp:
-       (cd asm; perl bn-586.pl cpp >bn86unix.cpp )
+asm/bn86unix.cpp: asm/bn-586.pl
+       (cd asm; $(PERL) bn-586.pl cpp >bn86unix.cpp )
 
-asm/co86unix.cpp:
-       (cd asm; perl co-586.pl cpp >co86unix.cpp )
+asm/co86unix.cpp: asm/co-586.pl
+       (cd asm; $(PERL) co-586.pl cpp >co86unix.cpp )
+
+asm/sparcv8.o: asm/sparcv8.S
+       $(CC) -c -o asm/sparcv8.o asm/sparcv8.S
 
 # MIPS 64 bit assember 
 asm/mips3.o: asm/mips3.s
@@ -107,14 +110,13 @@ asm/mips1.o: asm/mips1.s
        /usr/bin/as -O2 -o asm/mips1.o asm/mips1.s
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
-       /bin/rm -f Makefile
-       $(TOP)/util/point.sh Makefile.ssl Makefile ;
-       $(TOP)/util/mklink.sh ../../include $(EXHEADER)
-       $(TOP)/util/mklink.sh ../../test $(TEST)
-       $(TOP)/util/mklink.sh ../../apps $(APPS)
+       @$(TOP)/util/point.sh Makefile.ssl Makefile
+       @$(TOP)/util/mklink.sh ../../include $(EXHEADER)
+       @$(TOP)/util/mklink.sh ../../test $(TEST)
+       @$(TOP)/util/mklink.sh ../../apps $(APPS)
 
 install:
        @for i in $(EXHEADER) ; \
@@ -124,11 +126,11 @@ install:
        done;
 
 exptest:
-       /bin/rm -f exptest
+       rm -f exptest
        gcc -I../../include -g2 -ggdb -o exptest exptest.c ../../libcrypto.a
 
 div:
-       /bin/rm -f a.out
+       rm -f a.out
        gcc -I.. -g div.c ../../libcrypto.a
 
 tags:
@@ -143,17 +145,72 @@ depend:
        $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC)
 
 dclean:
-       perl -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
+       $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new
        mv -f Makefile.new $(MAKEFILE)
 
 clean:
-       /bin/rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bn_asm.s
+       rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff bn_asm.s
 
 errors: $(ERRC).c
 
 $(ERRC).c: $(ERR).err
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).org # special case .org
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
-       perl ../err/err_genc.pl -s $(ERR).h $(ERRC).c
+       $(PERL) $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
+       $(PERL) ../err/err_genc.pl -s $(ERR).h $(ERRC).c
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+bn_add.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_add.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_add.o: ../opensslv.h bn.h bn_lcl.h
+bn_asm.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_asm.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_asm.o: ../opensslv.h bn.h bn_lcl.h
+bn_blind.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_blind.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_blind.o: ../opensslv.h bn.h bn_lcl.h
+bn_div.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_div.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_div.o: ../opensslv.h bn.h bn_lcl.h
+bn_err.o: ../../include/err.h bn.h
+bn_exp.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_exp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_exp.o: ../opensslv.h bn.h bn_lcl.h
+bn_exp2.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_exp2.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_exp2.o: ../opensslv.h bn.h bn_lcl.h
+bn_gcd.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_gcd.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_gcd.o: ../opensslv.h bn.h bn_lcl.h
+bn_lib.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_lib.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_lib.o: ../opensslv.h bn.h bn_lcl.h
+bn_mont.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_mont.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_mont.o: ../opensslv.h bn.h bn_lcl.h
+bn_mpi.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_mpi.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_mpi.o: ../opensslv.h bn.h bn_lcl.h
+bn_mul.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_mul.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_mul.o: ../opensslv.h bn.h bn_lcl.h
+bn_prime.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_prime.o: ../../include/err.h ../../include/rand.h ../../include/stack.h
+bn_prime.o: ../cryptlib.h ../crypto.h ../opensslv.h bn.h bn_lcl.h bn_prime.h
+bn_print.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_print.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_print.o: ../opensslv.h bn.h bn_lcl.h
+bn_rand.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_rand.o: ../../include/err.h ../../include/rand.h ../../include/stack.h
+bn_rand.o: ../cryptlib.h ../crypto.h ../opensslv.h bn.h bn_lcl.h
+bn_recp.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_recp.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_recp.o: ../opensslv.h bn.h bn_lcl.h
+bn_shift.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_shift.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_shift.o: ../opensslv.h bn.h bn_lcl.h
+bn_sqr.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_sqr.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_sqr.o: ../opensslv.h bn.h bn_lcl.h
+bn_word.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+bn_word.o: ../../include/err.h ../../include/stack.h ../cryptlib.h ../crypto.h
+bn_word.o: ../opensslv.h bn.h bn_lcl.h