Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:45:51 +0000 (06:45 +0000)
committerTheodore Tso <tytso@mit.edu>
Sat, 5 Dec 1998 06:45:51 +0000 (06:45 +0000)
to buildtop and thisconfigdir, respectively.)

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

24 files changed:
src/lib/crypto/ChangeLog
src/lib/crypto/Makefile.in
src/lib/crypto/crc32/ChangeLog
src/lib/crypto/crc32/Makefile.in
src/lib/crypto/des/ChangeLog
src/lib/crypto/des/Makefile.in
src/lib/crypto/dk/ChangeLog [new file with mode: 0644]
src/lib/crypto/dk/Makefile.in
src/lib/crypto/enc_provider/ChangeLog [new file with mode: 0644]
src/lib/crypto/enc_provider/Makefile.in
src/lib/crypto/hash_provider/ChangeLog [new file with mode: 0644]
src/lib/crypto/hash_provider/Makefile.in
src/lib/crypto/keyhash_provider/ChangeLog [new file with mode: 0644]
src/lib/crypto/keyhash_provider/Makefile.in
src/lib/crypto/md4/ChangeLog
src/lib/crypto/md4/Makefile.in
src/lib/crypto/md5/ChangeLog
src/lib/crypto/md5/Makefile.in
src/lib/crypto/old/ChangeLog [new file with mode: 0644]
src/lib/crypto/old/Makefile.in
src/lib/crypto/raw/ChangeLog [new file with mode: 0644]
src/lib/crypto/raw/Makefile.in
src/lib/crypto/sha1/ChangeLog [new file with mode: 0644]
src/lib/crypto/sha1/Makefile.in

index e5acd65c10cb80e53b178d96753c76b26aff2aaa..3326e6d24ffdcd0ae72ce537af47368c8bebfe11 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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  <tytso@mit.edu>
 
        * Makefile.in: Added missing "cd .." necessary for making this
index 3b53c03653a91c19ab806c1168fb19d125c21d14..ced76b819e5c177adb8117bb1fcaea92ebc6f265 100644 (file)
@@ -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
index 5f6e617cb9eeffa0fb849c7bb056d8ae273caa41..7ae63a628133acc5803e48115c74600b2370620d 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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 <marc@mit.edu>
 
        * *.c: replace the crypto layer.
index 97ab64cf04b6dd3492aa96370883dbbb42cecef5..b9c3647e0119691b59a2ddddd191ca7e50953709 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/crypto/crc32
+mydir=crc32
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 70c431aa5c520d2ed2a65e1f5d9cac7fc9b9c002..37e78a6956d6faa6ed1cce85dddb2df8b20f893c 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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 <marc@mit.edu>
 
        * *.c: replace the crypto layer.
index fdef9e869a2726cfcd8add7456677de7d0d7a905..7702db2312a833c5e8726555a73f6d7dbe545a6d 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index 1209788614c4366f3f929f51123d171f76fb56e6..e389d53550f286ea2e336c4d6375631a5d14eb0f 100644 (file)
@@ -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 (file)
index 0000000..6462758
--- /dev/null
@@ -0,0 +1,6 @@
+
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index ebb5f5cc56aca655cef21192bf87af436c7e358d..f6e6795788a80d502c24801c0f59591f6a5a9769 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index 7f98254393c3ba3e4d1e8b3f8fd63e1c1512027c..6c4646a8a0f43320fb991b3557402ce261b0db35 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index 806473ed1e8b63e0f30adea6eacf96a1d466ae54..19781b83aa04629873818713cbbf016cd232d369 100644 (file)
@@ -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
index fb8375c4d538039d6d29fdb6a7f75430507365a3..18d62e698f32ef5edaa3773ad6d6dbab3d668e34 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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  <epeisach@mit.edu>
 
        * Makefile.in: Fix for make check to work out of source tree.
index 9d93083898d8dcef06dc40789ccce7e465af8773..8f9a7bac867e33df2275ef1a73656f96d82d327a 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/crypto/md4
+mydir=md4
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)  -I$(srcdir)
 
index 79fb94a7dd0d414c5f476aa8a6288009c187eafd..c0a63c5049770dd73ab861e53800c211c4fde2f0 100644 (file)
@@ -1,3 +1,8 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * 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 <marc@mit.edu>
 
        * *.c: replace the crypto layer.
index 219fa3081a47c213834bbfa2d6453f9ea72301f0..24e2b5ff34b2dfb0495639fe4d6d2fb81d29d457 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index eb6c772af620eef06701d21fd3a7e4117a66ae37..afae6d9d8b108cc9a117f14e3c9774976b5befe2 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index 24b88e0d8aced29c7ab7e3f90af0b16cb1b4b0c5..879190192f3ff9e9886c205e01fe29425c540ad6 100644 (file)
@@ -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 (file)
index 0000000..a8a4bda
--- /dev/null
@@ -0,0 +1,5 @@
+1998-11-13  Theodore Ts'o  <tytso@rsts-11.mit.edu>
+
+       * Makefile.in: Set the myfulldir and mydir variables (which are
+               relative to buildtop and thisconfigdir, respectively.)
+
index a89e918977fa95b8cab3617d5fa9b219c7a882a8..9c173ac882ff2e6af439ebcba7e2cf4a869d1962 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/crypto/sha1
+mydir=sha1
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)