| # |
| # SSLeay/crypto/dsa/Makefile |
| # |
| |
| DIR= dsa |
| TOP= ../.. |
| CC= cc |
| INCLUDES= -I.. -I../../include |
| CFLAG=-g |
| INSTALLTOP=/usr/local/ssl |
| MAKE= make -f Makefile.ssl |
| MAKEDEPEND= $(TOP)/util/domd $(TOP) |
| MAKEFILE= Makefile.ssl |
| AR= ar r |
| |
| CFLAGS= $(INCLUDES) $(CFLAG) |
| |
| ERR=dsa |
| ERRC=dsa_err |
| GENERAL=Makefile |
| TEST=dsatest.c |
| APPS= |
| |
| LIB=$(TOP)/libcrypto.a |
| 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) |
| |
| EXHEADER= dsa.h |
| HEADER= $(EXHEADER) |
| |
| ALL= $(GENERAL) $(SRC) $(HEADER) |
| |
| top: |
| (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) |
| |
| all: lib |
| |
| lib: $(LIBOBJ) |
| $(AR) $(LIB) $(LIBOBJ) |
| $(RANLIB) $(LIB) |
| @touch lib |
| |
| files: |
| $(PERL) $(TOP)/util/files.pl Makefile.ssl >> $(TOP)/MINFO |
| |
| links: |
| @$(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) ; \ |
| do \ |
| (cp $$i $(INSTALLTOP)/include/$$i; \ |
| chmod 644 $(INSTALLTOP)/include/$$i ); \ |
| done; |
| |
| tags: |
| ctags $(SRC) |
| |
| tests: |
| |
| lint: |
| lint -DLINT $(INCLUDES) $(SRC)>fluff |
| |
| depend: |
| $(MAKEDEPEND) $(INCLUDES) $(PROGS) $(LIBSRC) |
| |
| dclean: |
| $(PERL) -pe 'if (/^# DO NOT DELETE THIS LINE/) {print; exit(0);}' $(MAKEFILE) >Makefile.new |
| mv -f Makefile.new $(MAKEFILE) |
| |
| clean: |
| rm -f *.o */*.o *.obj lib tags core .pure .nfs* *.old *.bak fluff |
| |
| 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 |
| dsa_asn1.o: ../../include/safestack.h ../../include/sha.h ../../include/stack.h |
| dsa_asn1.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h |
| dsa_asn1.o: ../crypto.h ../opensslconf.h ../opensslv.h dsa.h |
| dsa_err.o: ../../include/bn.h ../../include/err.h ../opensslconf.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: ../opensslconf.h ../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: ../opensslconf.h ../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 ../opensslconf.h |
| dsa_lib.o: ../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 ../opensslconf.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/safestack.h ../../include/sha.h ../../include/stack.h |
| dsa_vrf.o: ../../include/x509.h ../../include/x509_vfy.h ../cryptlib.h |
| dsa_vrf.o: ../crypto.h ../opensslconf.h ../opensslv.h dsa.h |