Separate DSA functionality from ASN.1 encoding.
[openssl.git] / crypto / err / Makefile.ssl
index 9e1e451e594d53e519a6b6e85219f2a3153086c9..337f8739fc2b7499c85347bdd8025bbc2c92bda5 100644 (file)
@@ -2,14 +2,14 @@
 # SSLeay/crypto/err/Makefile
 #
 
-DIR=   error
+DIR=   err
 TOP=   ../..
 CC=    cc
 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
 
@@ -37,18 +37,17 @@ 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:
-       /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) ; \
@@ -69,12 +68,30 @@ 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 *.obj lib tags core .pure .nfs* *.old *.bak fluff
+       rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
 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