X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fmd2%2FMakefile.in;fp=crypto%2Fmd2%2FMakefile.in;h=0000000000000000000000000000000000000000;hb=45c6e23c978da0b23df5e5a9a3c2e631b79ba497;hp=16bfea7babd810d4634e6b2f52393d670b79b70e;hpb=f863ad0c59374ee8cc91dcae71ef60ceabc969f1;p=openssl.git diff --git a/crypto/md2/Makefile.in b/crypto/md2/Makefile.in deleted file mode 100644 index 16bfea7bab..0000000000 --- a/crypto/md2/Makefile.in +++ /dev/null @@ -1,43 +0,0 @@ -# -# OpenSSL/crypto/md/Makefile -# - -DIR= md2 -TOP= ../.. -CC= cc -INCLUDES= -CFLAG=-g -MAKEFILE= Makefile -AR= ar r - -CFLAGS= $(INCLUDES) $(CFLAG) $(SHARED_CFLAG) - -GENERAL=Makefile - -LIB=$(TOP)/libcrypto.a -LIBSRC=md2_dgst.c md2_one.c -LIBOBJ=md2_dgst.o md2_one.o - -SRC= $(LIBSRC) - -HEADER= - -ALL= $(GENERAL) $(SRC) $(HEADER) - -top: - (cd ../..; $(MAKE) DIRS=crypto SDIRS=$(DIR) sub_all) - -all: lib - -lib: $(LIBOBJ) - $(AR) $(LIB) $(LIBOBJ) - $(RANLIB) $(LIB) || echo Never mind. - @touch lib - -depend: - $(TOP)/util/domd $(CFLAG) $(INCLUDES) -- $(PROGS) $(LIBSRC) - -clean: - rm -f *.o *.obj lib tags core .pure .nfs* *.old *.bak fluff - -# DO NOT DELETE THIS LINE -- make depend depends on it.