Separate DSA functionality from ASN.1 encoding.
[openssl.git] / crypto / dsa / Makefile.ssl
index 7b9c9cf4ce40ea3660c2acd3ce1e2bd8cb772b28..d45501a11cb54b1d9a7da2b2bf62d91dc16c6764 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
 
@@ -22,8 +22,8 @@ TEST=dsatest.c
 APPS=
 
 LIB=$(TOP)/libcrypto.a
-LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_vrf.c dsa_sign.c $(ERRC).c
-LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_vrf.o dsa_sign.o $(ERRC).o
+LIBSRC= dsa_gen.c dsa_key.c dsa_lib.c dsa_asn1.c dsa_vrf.c dsa_sign.c $(ERRC).c
+LIBOBJ= dsa_gen.o dsa_key.o dsa_lib.o dsa_asn1.o dsa_vrf.o dsa_sign.o $(ERRC).o
 
 SRC= $(LIBSRC)
 
@@ -39,18 +39,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) ; \
@@ -71,14 +70,54 @@ 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
+       rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff
 
-errors:
-       perl $(TOP)/util/err-ins.pl $(ERR).err $(ERR).h
-       perl ../err/err_genc.pl $(ERR).h $(ERRC).c
+errors: $(ERRC).c
+
+$(ERRC).c: $(ERR).err
+       $(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.
+
+dsa_asn1.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
+dsa_asn1.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+dsa_asn1.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+dsa_asn1.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+dsa_asn1.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+dsa_asn1.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+dsa_asn1.o: ../../include/rc2.h ../../include/rc4.h ../../include/rc5.h
+dsa_asn1.o: ../../include/ripemd.h ../../include/rsa.h ../../include/sha.h
+dsa_asn1.o: ../../include/stack.h ../../include/x509.h ../../include/x509_vfy.h
+dsa_asn1.o: ../cryptlib.h ../crypto.h ../opensslv.h dsa.h
+dsa_err.o: ../../include/bn.h ../../include/err.h dsa.h
+dsa_gen.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dsa_gen.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+dsa_gen.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+dsa_gen.o: ../opensslv.h dsa.h
+dsa_key.o: ../../include/bio.h ../../include/bn.h ../../include/buffer.h
+dsa_key.o: ../../include/e_os.h ../../include/err.h ../../include/rand.h
+dsa_key.o: ../../include/sha.h ../../include/stack.h ../cryptlib.h ../crypto.h
+dsa_key.o: ../opensslv.h dsa.h
+dsa_lib.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+dsa_lib.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dsa_lib.o: ../../include/stack.h ../cryptlib.h ../crypto.h ../opensslv.h dsa.h
+dsa_sign.o: ../../include/asn1.h ../../include/bio.h ../../include/bn.h
+dsa_sign.o: ../../include/buffer.h ../../include/e_os.h ../../include/err.h
+dsa_sign.o: ../../include/rand.h ../../include/stack.h ../cryptlib.h
+dsa_sign.o: ../crypto.h ../opensslv.h dsa.h
+dsa_vrf.o: ../../include/asn1.h ../../include/asn1_mac.h ../../include/bio.h
+dsa_vrf.o: ../../include/blowfish.h ../../include/bn.h ../../include/buffer.h
+dsa_vrf.o: ../../include/cast.h ../../include/des.h ../../include/dh.h
+dsa_vrf.o: ../../include/e_os.h ../../include/err.h ../../include/evp.h
+dsa_vrf.o: ../../include/idea.h ../../include/md2.h ../../include/md5.h
+dsa_vrf.o: ../../include/mdc2.h ../../include/objects.h ../../include/pkcs7.h
+dsa_vrf.o: ../../include/rand.h ../../include/rc2.h ../../include/rc4.h
+dsa_vrf.o: ../../include/rc5.h ../../include/ripemd.h ../../include/rsa.h
+dsa_vrf.o: ../../include/sha.h ../../include/stack.h ../../include/x509.h
+dsa_vrf.o: ../../include/x509_vfy.h ../cryptlib.h ../crypto.h ../opensslv.h
+dsa_vrf.o: dsa.h