2001-10-29 Jeff Altman <jaltman@columbia.edu>
authorJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 29 Oct 2001 14:56:59 +0000 (14:56 +0000)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 29 Oct 2001 14:56:59 +0000 (14:56 +0000)
        * Makefile.in - Windows configuration for src/lib/crypto/arcfour
          directory

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13872 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in

index 4d78a5d4e8d6c9edffe577caabf0d208f310ebd6..a699a5e1ada221d93cefe0395725927f1af23fa3 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-29  Jeff Altman   <jaltman@columbia.edu>
+
+        * Makefile.in - Windows configuration for src/lib/crypto/arcfour
+          directory
+
 2001-10-24  Ezra Peisach  <epeisach@mit.edu>
 
        * aclocal.m4: Require 2.13 of autoconf.
index 14a1908ad64954de49cf980480e14713c520c6e0..462c76e546cf5281e19363bab1cd61af1b4f8573 100644 (file)
@@ -136,7 +136,7 @@ WINMAKEFILES=Makefile \
        lib\crypto\hash_provider\Makefile \
        lib\crypto\keyhash_provider\Makefile \
        lib\crypto\raw\Makefile lib\crypto\old\Makefile \
-       lib\crypto\sha1\Makefile \
+       lib\crypto\sha1\Makefile lib\crypto\arcfour\Makefile \
        lib\crypto\md4\Makefile lib\crypto\md5\Makefile \
        lib\des425\Makefile \
        lib\gssapi\Makefile lib\gssapi\generic\Makefile \
@@ -203,6 +203,8 @@ WINMAKEFILES=Makefile \
 ##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##lib\crypto\sha1\Makefile: lib\crypto\sha1\Makefile.in $(MKFDEP)
 ##DOS##        $(WCONFIG) config < $@.in > $@
+##DOS##lib\crypto\arcfour\Makefile: lib\crypto\arcfour\Makefile.in $(MKFDEP)
+##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##lib\crypto\md4\Makefile: lib\crypto\md4\Makefile.in $(MKFDEP)
 ##DOS##        $(WCONFIG) config < $@.in > $@
 ##DOS##lib\crypto\md5\Makefile: lib\crypto\md5\Makefile.in $(MKFDEP)
@@ -314,7 +316,7 @@ FILES= ./* \
        lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* lib/crypto/dk/* \
        lib/crypto/enc_provider/* lib/crypto/hash_provider/* \
        lib/crypto/keyhash_provider/* lib/crypto/old/* lib/crypto/raw/* \
-       lib/crypto/sha1/* lib/crypto/md4/* lib/crypto/md5/* \
+       lib/crypto/sha1/* lib/crypto/arcfour/* lib/crypto/md4/* lib/crypto/md5/* \
        lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \
        lib/gssapi/mechglue/* lib/krb4/* \
        lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \
index 0b9da85a6c94047eed3749733a110a88ada7e819..c5b7371485daab000b67a638de38fdf6bac0eeda 100644 (file)
@@ -1,3 +1,8 @@
+2001-10-29  Jeff Altman   <jaltman@columbia.edu>
+
+        * Makefile.in - Windows configuration for src/lib/crypto/arcfour
+          directory
+
 2001-10-24  Ezra Peisach  <epeisach@mit.edu>
 
        * t_encrypt.c: Argument to krb5_c_encrypt_length must be size_t
index cb139e4a1ab65601cb83a441a41d8f3a11344545..672af7a26cbd4f57e3eecc416f6c6ab1f1e70109 100644 (file)
@@ -14,11 +14,11 @@ PROG_RPATH=$(KRB5_LIBDIR)
 ##DOSBUILDTOP = ..\..
 ##DOSLIBNAME=$(OUTPRE)crypto.lib
 ##DOSOBJFILE=$(OUTPRE)crypto.lst
-##DOSOBJFILELIST=@$(OUTPRE)crypto.lst @$(OUTPRE)des.lst @$(OUTPRE)md4.lst @$(OUTPRE)md5.lst @$(OUTPRE)sha1.lst @$(OUTPRE)crc32.lst @$(OUTPRE)dk.lst @$(OUTPRE)old.lst @$(OUTPRE)raw.lst @$(OUTPRE)enc_prov.lst @$(OUTPRE)hash_pro.lst @$(OUTPRE)kh_pro.lst
-##DOSOBJFILEDEP =$(OUTPRE)crypto.lst $(OUTPRE)des.lst $(OUTPRE)md4.lst $(OUTPRE)md5.lst $(OUTPRE)sha1.lst $(OUTPRE)crc32.lst $(OUTPRE)dk.lst $(OUTPRE)old.lst $(OUTPRE)raw.lst $(OUTPRE)enc_prov.lst $(OUTPRE)hash_pro.lst $(OUTPRE)kh_pro.lst
+##DOSOBJFILELIST=@$(OUTPRE)crypto.lst @$(OUTPRE)des.lst @$(OUTPRE)md4.lst @$(OUTPRE)md5.lst @$(OUTPRE)sha1.lst @$(OUTPRE)arcfour.lst @$(OUTPRE)crc32.lst @$(OUTPRE)dk.lst @$(OUTPRE)old.lst @$(OUTPRE)raw.lst @$(OUTPRE)enc_prov.lst @$(OUTPRE)hash_pro.lst @$(OUTPRE)kh_pro.lst
+##DOSOBJFILEDEP =$(OUTPRE)crypto.lst $(OUTPRE)des.lst $(OUTPRE)md4.lst $(OUTPRE)md5.lst $(OUTPRE)sha1.lst $(OUTPRE)arcfour.lst $(OUTPRE)crc32.lst $(OUTPRE)dk.lst $(OUTPRE)old.lst $(OUTPRE)raw.lst $(OUTPRE)enc_prov.lst $(OUTPRE)hash_pro.lst $(OUTPRE)kh_pro.lst
 
 MAC_SUBDIRS = crc32 des dk enc_provider hash_provider keyhash_provider \
-       md4 md5 old raw sha1
+       md4 md5 old raw sha1 arcfour
 
 PROG_LIBPATH=-L$(TOPLIBD)
 PROG_RPATH=$(KRB5_LIBDIR)
@@ -182,6 +182,9 @@ all-windows::
        cd ..\sha1
        @echo Making in crypto\sha1
        $(MAKE) -$(MFLAGS)
+       cd ..\arcfour
+       @echo Making in crypto\arcfour
+       $(MAKE) -$(MFLAGS)
        cd ..
 
 clean-windows::
@@ -218,6 +221,9 @@ clean-windows::
        cd ..\sha1
        @echo Making clean in crypto\sha1
        $(MAKE) -$(MFLAGS) clean
+       cd ..\arcfour
+       @echo Making clean in crypto\arcfour
+       $(MAKE) -$(MFLAGS) clean
        cd ..
 
 check-windows::
@@ -254,6 +260,9 @@ check-windows::
        cd ..\sha1
        @echo Making check in crypto\sha1
        $(MAKE) -$(MFLAGS) check
+       cd ..\arcfour
+       @echo Making check in crypto\arcfour
+       $(MAKE) -$(MFLAGS) check
        cd ..
 
 # +++ Dependency line eater +++