Separate DSA functionality from ASN.1 encoding.
[openssl.git] / crypto / err / Makefile.ssl
index 514f3ec391c32e541a1ae9ac891063a4b72c24f2..337f8739fc2b7499c85347bdd8025bbc2c92bda5 100644 (file)
@@ -37,11 +37,11 @@ all:        lib
 
 lib:   $(LIBOBJ)
        $(AR) $(LIB) $(LIBOBJ)
-       sh $(TOP)/util/ranlib.sh $(LIB)
+       $(RANLIB) $(LIB)
        @touch lib
 
 files:
-       perl $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
+       $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO
 
 links:
        @$(TOP)/util/point.sh Makefile.ssl Makefile
@@ -68,7 +68,7 @@ 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:
@@ -77,3 +77,21 @@ clean:
 errors:
 
 # DO NOT DELETE THIS LINE -- make depend depends on it.
+
+err.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+err.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h ../crypto.h
+err.o: ../opensslv.h err.h
+err_all.o: ../../include/asn1.h ../../include/bio.h ../../include/blowfish.h
+err_all.o: ../../include/bn.h ../../include/buffer.h ../../include/cast.h
+err_all.o: ../../include/conf.h ../../include/des.h ../../include/dh.h
+err_all.o: ../../include/dsa.h ../../include/evp.h ../../include/idea.h
+err_all.o: ../../include/lhash.h ../../include/md2.h ../../include/md5.h
+err_all.o: ../../include/mdc2.h ../../include/objects.h ../../include/pem2.h
+err_all.o: ../../include/pkcs12.h ../../include/pkcs7.h ../../include/rc2.h
+err_all.o: ../../include/rc4.h ../../include/rc5.h ../../include/ripemd.h
+err_all.o: ../../include/rsa.h ../../include/sha.h ../../include/stack.h
+err_all.o: ../../include/x509.h ../../include/x509_vfy.h ../../include/x509v3.h
+err_all.o: ../crypto.h ../opensslv.h err.h
+err_prn.o: ../../include/bio.h ../../include/buffer.h ../../include/e_os.h
+err_prn.o: ../../include/lhash.h ../../include/stack.h ../cryptlib.h
+err_prn.o: ../crypto.h ../opensslv.h err.h