From d10dac1187fbb12fdb44a0386f1619b79b40d264 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Tue, 12 Jan 2016 16:25:30 -0500 Subject: Move Makefiles to Makefile.in Create Makefile's from Makefile.in Rename Makefile.org to Makefile.in Rename Makefiles to Makefile.in Address review feedback from Viktor and Richard Reviewed-by: Viktor Dukhovni Reviewed-by: Richard Levitte --- crypto/ts/Makefile | 257 ----------------------------------------------------- 1 file changed, 257 deletions(-) delete mode 100644 crypto/ts/Makefile (limited to 'crypto/ts/Makefile') diff --git a/crypto/ts/Makefile b/crypto/ts/Makefile deleted file mode 100644 index dab883897c..0000000000 --- a/crypto/ts/Makefile +++ /dev/null @@ -1,257 +0,0 @@ -# -# SSLeay/crypto/ts/Makefile -# - -DIR= ts -TOP= ../.. -CC= cc -INCLUDES= -I.. -I../../include -CFLAG = -g -INSTALL_PREFIX= -OPENSSLDIR= /usr/local/ssl -INSTALLTOP=/usr/local/ssl -MAKEDEPPROG= makedepend -MAKEDEPEND= $(TOP)/util/domd $(TOP) -MD $(MAKEDEPPROG) -MAKEFILE= Makefile -AR= ar r - -PEX_LIBS= -EX_LIBS= - -CFLAGS= $(INCLUDES) $(CFLAG) - -GENERAL= Makefile - -LIB=$(TOP)/libcrypto.a -LIBSRC= ts_err.c ts_req_utils.c ts_req_print.c ts_rsp_utils.c ts_rsp_print.c \ - ts_rsp_sign.c ts_rsp_verify.c ts_verify_ctx.c ts_lib.c ts_conf.c \ - ts_asn1.c -LIBOBJ= ts_err.o ts_req_utils.o ts_req_print.o ts_rsp_utils.o ts_rsp_print.o \ - ts_rsp_sign.o ts_rsp_verify.o ts_verify_ctx.o ts_lib.o ts_conf.o \ - ts_asn1.o - -SRC= $(LIBSRC) - -HEADER= - -ALL= $(GENERAL) $(SRC) $(HEADER) - -top: - (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) - -test: - -all: lib - -lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) || echo Never mind. - @touch lib - -files: - $(PERL) $(TOP)/util/files.pl Makefile >> $(TOP)/MINFO - -tags: - ctags $(SRC) - -lint: - lint -DLINT $(INCLUDES) $(SRC)>fluff - -update: depend - -depend: - $(MAKEDEPEND) -- $(CFLAG) $(INCLUDES) $(DEPFLAG) -- $(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 *.obj lib tags core .pure .nfs* *.old *.bak fluff enc dec sign verify - -# DO NOT DELETE THIS LINE -- make depend depends on it. - -ts_asn1.o: ../../include/openssl/asn1.h ../../include/openssl/asn1t.h -ts_asn1.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_asn1.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_asn1.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_asn1.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_asn1.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_asn1.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_asn1.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_asn1.o: ../../include/openssl/opensslconf.h ../../include/openssl/opensslv.h -ts_asn1.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_asn1.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_asn1.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_asn1.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_asn1.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_asn1.o: ../../include/openssl/x509v3.h ts_asn1.c ts_lcl.h -ts_conf.o: ../../e_os.h ../../include/openssl/asn1.h -ts_conf.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_conf.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_conf.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_conf.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_conf.o: ../../include/openssl/ec.h ../../include/openssl/engine.h -ts_conf.o: ../../include/openssl/err.h ../../include/openssl/evp.h -ts_conf.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -ts_conf.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -ts_conf.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -ts_conf.o: ../../include/openssl/pem.h ../../include/openssl/pem2.h -ts_conf.o: ../../include/openssl/pkcs7.h ../../include/openssl/rand.h -ts_conf.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_conf.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_conf.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_conf.o: ../../include/openssl/ui.h ../../include/openssl/x509.h -ts_conf.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h -ts_conf.o: ../include/internal/cryptlib.h ts_conf.c -ts_err.o: ../../include/openssl/asn1.h ../../include/openssl/bio.h -ts_err.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h -ts_err.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h -ts_err.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -ts_err.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h -ts_err.o: ../../include/openssl/err.h ../../include/openssl/evp.h -ts_err.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -ts_err.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -ts_err.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -ts_err.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h -ts_err.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h -ts_err.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -ts_err.o: ../../include/openssl/ts.h ../../include/openssl/x509.h -ts_err.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h -ts_err.o: ts_err.c -ts_lib.o: ../../e_os.h ../../include/openssl/asn1.h ../../include/openssl/bio.h -ts_lib.o: ../../include/openssl/bn.h ../../include/openssl/buffer.h -ts_lib.o: ../../include/openssl/conf.h ../../include/openssl/crypto.h -ts_lib.o: ../../include/openssl/dh.h ../../include/openssl/dsa.h -ts_lib.o: ../../include/openssl/e_os2.h ../../include/openssl/ec.h -ts_lib.o: ../../include/openssl/err.h ../../include/openssl/evp.h -ts_lib.o: ../../include/openssl/lhash.h ../../include/openssl/obj_mac.h -ts_lib.o: ../../include/openssl/objects.h ../../include/openssl/opensslconf.h -ts_lib.o: ../../include/openssl/opensslv.h ../../include/openssl/ossl_typ.h -ts_lib.o: ../../include/openssl/pkcs7.h ../../include/openssl/rsa.h -ts_lib.o: ../../include/openssl/safestack.h ../../include/openssl/sha.h -ts_lib.o: ../../include/openssl/stack.h ../../include/openssl/symhacks.h -ts_lib.o: ../../include/openssl/ts.h ../../include/openssl/x509.h -ts_lib.o: ../../include/openssl/x509_vfy.h ../../include/openssl/x509v3.h -ts_lib.o: ../include/internal/cryptlib.h ts_lcl.h ts_lib.c -ts_req_print.o: ../../e_os.h ../../include/openssl/asn1.h -ts_req_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_req_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_req_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_req_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_req_print.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_req_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_req_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_req_print.o: ../../include/openssl/opensslconf.h -ts_req_print.o: ../../include/openssl/opensslv.h -ts_req_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_req_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_req_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_req_print.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_req_print.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_req_print.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_req_print.o: ts_lcl.h ts_req_print.c -ts_req_utils.o: ../../e_os.h ../../include/openssl/asn1.h -ts_req_utils.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_req_utils.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_req_utils.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_req_utils.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_req_utils.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_req_utils.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_req_utils.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_req_utils.o: ../../include/openssl/opensslconf.h -ts_req_utils.o: ../../include/openssl/opensslv.h -ts_req_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_req_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_req_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_req_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_req_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_req_utils.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_req_utils.o: ts_lcl.h ts_req_utils.c -ts_rsp_print.o: ../../e_os.h ../../include/openssl/asn1.h -ts_rsp_print.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_rsp_print.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_rsp_print.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_rsp_print.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_rsp_print.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_rsp_print.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_rsp_print.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_rsp_print.o: ../../include/openssl/opensslconf.h -ts_rsp_print.o: ../../include/openssl/opensslv.h -ts_rsp_print.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_rsp_print.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_rsp_print.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_rsp_print.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_rsp_print.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_rsp_print.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_rsp_print.o: ts_lcl.h ts_rsp_print.c -ts_rsp_sign.o: ../../e_os.h ../../include/openssl/asn1.h -ts_rsp_sign.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_rsp_sign.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_rsp_sign.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_rsp_sign.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_rsp_sign.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_rsp_sign.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_rsp_sign.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_rsp_sign.o: ../../include/openssl/opensslconf.h -ts_rsp_sign.o: ../../include/openssl/opensslv.h -ts_rsp_sign.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_rsp_sign.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_rsp_sign.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_rsp_sign.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_rsp_sign.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_rsp_sign.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_rsp_sign.o: ts_lcl.h ts_rsp_sign.c -ts_rsp_utils.o: ../../e_os.h ../../include/openssl/asn1.h -ts_rsp_utils.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_rsp_utils.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_rsp_utils.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_rsp_utils.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_rsp_utils.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_rsp_utils.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_rsp_utils.o: ../../include/openssl/obj_mac.h ../../include/openssl/objects.h -ts_rsp_utils.o: ../../include/openssl/opensslconf.h -ts_rsp_utils.o: ../../include/openssl/opensslv.h -ts_rsp_utils.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_rsp_utils.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_rsp_utils.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_rsp_utils.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_rsp_utils.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_rsp_utils.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_rsp_utils.o: ts_lcl.h ts_rsp_utils.c -ts_rsp_verify.o: ../../e_os.h ../../include/openssl/asn1.h -ts_rsp_verify.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_rsp_verify.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_rsp_verify.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_rsp_verify.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_rsp_verify.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_rsp_verify.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_rsp_verify.o: ../../include/openssl/obj_mac.h -ts_rsp_verify.o: ../../include/openssl/objects.h -ts_rsp_verify.o: ../../include/openssl/opensslconf.h -ts_rsp_verify.o: ../../include/openssl/opensslv.h -ts_rsp_verify.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_rsp_verify.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_rsp_verify.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_rsp_verify.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_rsp_verify.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_rsp_verify.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_rsp_verify.o: ts_lcl.h ts_rsp_verify.c -ts_verify_ctx.o: ../../e_os.h ../../include/openssl/asn1.h -ts_verify_ctx.o: ../../include/openssl/bio.h ../../include/openssl/bn.h -ts_verify_ctx.o: ../../include/openssl/buffer.h ../../include/openssl/conf.h -ts_verify_ctx.o: ../../include/openssl/crypto.h ../../include/openssl/dh.h -ts_verify_ctx.o: ../../include/openssl/dsa.h ../../include/openssl/e_os2.h -ts_verify_ctx.o: ../../include/openssl/ec.h ../../include/openssl/err.h -ts_verify_ctx.o: ../../include/openssl/evp.h ../../include/openssl/lhash.h -ts_verify_ctx.o: ../../include/openssl/obj_mac.h -ts_verify_ctx.o: ../../include/openssl/objects.h -ts_verify_ctx.o: ../../include/openssl/opensslconf.h -ts_verify_ctx.o: ../../include/openssl/opensslv.h -ts_verify_ctx.o: ../../include/openssl/ossl_typ.h ../../include/openssl/pkcs7.h -ts_verify_ctx.o: ../../include/openssl/rsa.h ../../include/openssl/safestack.h -ts_verify_ctx.o: ../../include/openssl/sha.h ../../include/openssl/stack.h -ts_verify_ctx.o: ../../include/openssl/symhacks.h ../../include/openssl/ts.h -ts_verify_ctx.o: ../../include/openssl/x509.h ../../include/openssl/x509_vfy.h -ts_verify_ctx.o: ../../include/openssl/x509v3.h ../include/internal/cryptlib.h -ts_verify_ctx.o: ts_lcl.h ts_verify_ctx.c -- cgit v1.2.3