From 885d1ad733f466ba4e3e98c871cf8eae8110a4e0 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Sat, 5 Dec 1998 06:45:51 +0000 Subject: [PATCH] Makefile.in: Set the myfulldir and mydir variables (which are relative to buildtop and thisconfigdir, respectively.) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11083 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/crypto/ChangeLog | 5 +++++ src/lib/crypto/Makefile.in | 2 ++ src/lib/crypto/crc32/ChangeLog | 5 +++++ src/lib/crypto/crc32/Makefile.in | 2 ++ src/lib/crypto/des/ChangeLog | 5 +++++ src/lib/crypto/des/Makefile.in | 2 ++ src/lib/crypto/dk/ChangeLog | 5 +++++ src/lib/crypto/dk/Makefile.in | 2 ++ src/lib/crypto/enc_provider/ChangeLog | 6 ++++++ src/lib/crypto/enc_provider/Makefile.in | 2 ++ src/lib/crypto/hash_provider/ChangeLog | 5 +++++ src/lib/crypto/hash_provider/Makefile.in | 2 ++ src/lib/crypto/keyhash_provider/ChangeLog | 5 +++++ src/lib/crypto/keyhash_provider/Makefile.in | 2 ++ src/lib/crypto/md4/ChangeLog | 5 +++++ src/lib/crypto/md4/Makefile.in | 2 ++ src/lib/crypto/md5/ChangeLog | 5 +++++ src/lib/crypto/md5/Makefile.in | 2 ++ src/lib/crypto/old/ChangeLog | 5 +++++ src/lib/crypto/old/Makefile.in | 2 ++ src/lib/crypto/raw/ChangeLog | 5 +++++ src/lib/crypto/raw/Makefile.in | 2 ++ src/lib/crypto/sha1/ChangeLog | 5 +++++ src/lib/crypto/sha1/Makefile.in | 2 ++ 24 files changed, 85 insertions(+) create mode 100644 src/lib/crypto/dk/ChangeLog create mode 100644 src/lib/crypto/enc_provider/ChangeLog create mode 100644 src/lib/crypto/hash_provider/ChangeLog create mode 100644 src/lib/crypto/keyhash_provider/ChangeLog create mode 100644 src/lib/crypto/old/ChangeLog create mode 100644 src/lib/crypto/raw/ChangeLog create mode 100644 src/lib/crypto/sha1/ChangeLog diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog index e5acd65c1..3326e6d24 100644 --- a/src/lib/crypto/ChangeLog +++ b/src/lib/crypto/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Thu Dec 3 23:37:28 1998 Theodore Y. Ts'o * Makefile.in: Added missing "cd .." necessary for making this diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in index 3b53c0365..ced76b819 100644 --- a/src/lib/crypto/Makefile.in +++ b/src/lib/crypto/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=. +myfulldir=lib/crypto +mydir=. BUILDTOP=$(REL)$(U)$(S)$(U) LOCAL_SUBDIRS=crc32 des dk enc_provider hash_provider keyhash_provider \ md4 md5 old raw sha1 diff --git a/src/lib/crypto/crc32/ChangeLog b/src/lib/crypto/crc32/ChangeLog index 5f6e617cb..7ae63a628 100644 --- a/src/lib/crypto/crc32/ChangeLog +++ b/src/lib/crypto/crc32/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Sun Jul 19 12:00:00 1998 Marc Horowitz * *.c: replace the crypto layer. diff --git a/src/lib/crypto/crc32/Makefile.in b/src/lib/crypto/crc32/Makefile.in index 97ab64cf0..b9c3647e0 100644 --- a/src/lib/crypto/crc32/Makefile.in +++ b/src/lib/crypto/crc32/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/crc32 +mydir=crc32 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) diff --git a/src/lib/crypto/des/ChangeLog b/src/lib/crypto/des/ChangeLog index 70c431aa5..37e78a695 100644 --- a/src/lib/crypto/des/ChangeLog +++ b/src/lib/crypto/des/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Sun Jul 19 12:00:00 1998 Marc Horowitz * *.c: replace the crypto layer. diff --git a/src/lib/crypto/des/Makefile.in b/src/lib/crypto/des/Makefile.in index fdef9e869..7702db231 100644 --- a/src/lib/crypto/des/Makefile.in +++ b/src/lib/crypto/des/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/des +mydir=des BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) diff --git a/src/lib/crypto/dk/ChangeLog b/src/lib/crypto/dk/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/dk/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/dk/Makefile.in b/src/lib/crypto/dk/Makefile.in index 120978861..e389d5355 100644 --- a/src/lib/crypto/dk/Makefile.in +++ b/src/lib/crypto/dk/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/dk +mydir=dk BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/.. diff --git a/src/lib/crypto/enc_provider/ChangeLog b/src/lib/crypto/enc_provider/ChangeLog new file mode 100644 index 000000000..6462758ab --- /dev/null +++ b/src/lib/crypto/enc_provider/ChangeLog @@ -0,0 +1,6 @@ + +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/enc_provider/Makefile.in b/src/lib/crypto/enc_provider/Makefile.in index ebb5f5cc5..f6e679578 100644 --- a/src/lib/crypto/enc_provider/Makefile.in +++ b/src/lib/crypto/enc_provider/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/enc_provider +mydir=enc_provider BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des diff --git a/src/lib/crypto/hash_provider/ChangeLog b/src/lib/crypto/hash_provider/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/hash_provider/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/hash_provider/Makefile.in b/src/lib/crypto/hash_provider/Makefile.in index 7f9825439..6c4646a8a 100644 --- a/src/lib/crypto/hash_provider/Makefile.in +++ b/src/lib/crypto/hash_provider/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/hash_provider +mydir=hash_provider BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../crc32 -I$(srcdir)/../md4 \ -I$(srcdir)/../md5 -I$(srcdir)/../sha1 diff --git a/src/lib/crypto/keyhash_provider/ChangeLog b/src/lib/crypto/keyhash_provider/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/keyhash_provider/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in index 806473ed1..19781b83a 100644 --- a/src/lib/crypto/keyhash_provider/Makefile.in +++ b/src/lib/crypto/keyhash_provider/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/keyhash_provider +mydir=keyhash_provider BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des -I$(srcdir)/../md4 \ -I$(srcdir)/../md5 diff --git a/src/lib/crypto/md4/ChangeLog b/src/lib/crypto/md4/ChangeLog index fb8375c4d..18d62e698 100644 --- a/src/lib/crypto/md4/ChangeLog +++ b/src/lib/crypto/md4/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Fri Nov 6 10:29:34 1998 Ezra Peisach * Makefile.in: Fix for make check to work out of source tree. diff --git a/src/lib/crypto/md4/Makefile.in b/src/lib/crypto/md4/Makefile.in index 9d9308389..8f9a7bac8 100644 --- a/src/lib/crypto/md4/Makefile.in +++ b/src/lib/crypto/md4/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/md4 +mydir=md4 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir) diff --git a/src/lib/crypto/md5/ChangeLog b/src/lib/crypto/md5/ChangeLog index 79fb94a7d..c0a63c504 100644 --- a/src/lib/crypto/md5/ChangeLog +++ b/src/lib/crypto/md5/ChangeLog @@ -1,3 +1,8 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + Sun Jul 19 12:00:00 1998 Marc Horowitz * *.c: replace the crypto layer. diff --git a/src/lib/crypto/md5/Makefile.in b/src/lib/crypto/md5/Makefile.in index 219fa3081..24e2b5ff3 100644 --- a/src/lib/crypto/md5/Makefile.in +++ b/src/lib/crypto/md5/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/md5 +mydir=md5 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) diff --git a/src/lib/crypto/old/ChangeLog b/src/lib/crypto/old/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/old/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/old/Makefile.in b/src/lib/crypto/old/Makefile.in index eb6c772af..afae6d9d8 100644 --- a/src/lib/crypto/old/Makefile.in +++ b/src/lib/crypto/old/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/old +mydir=old BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../des diff --git a/src/lib/crypto/raw/ChangeLog b/src/lib/crypto/raw/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/raw/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/raw/Makefile.in b/src/lib/crypto/raw/Makefile.in index 24b88e0d8..879190192 100644 --- a/src/lib/crypto/raw/Makefile.in +++ b/src/lib/crypto/raw/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/raw +mydir=raw BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) diff --git a/src/lib/crypto/sha1/ChangeLog b/src/lib/crypto/sha1/ChangeLog new file mode 100644 index 000000000..a8a4bda50 --- /dev/null +++ b/src/lib/crypto/sha1/ChangeLog @@ -0,0 +1,5 @@ +1998-11-13 Theodore Ts'o + + * Makefile.in: Set the myfulldir and mydir variables (which are + relative to buildtop and thisconfigdir, respectively.) + diff --git a/src/lib/crypto/sha1/Makefile.in b/src/lib/crypto/sha1/Makefile.in index a89e91897..9c173ac88 100644 --- a/src/lib/crypto/sha1/Makefile.in +++ b/src/lib/crypto/sha1/Makefile.in @@ -1,4 +1,6 @@ thisconfigdir=./.. +myfulldir=lib/crypto/sha1 +mydir=sha1 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U) CFLAGS = $(CCOPTS) $(DEFS) -- 2.26.2