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

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

56 files changed:
src/krb524/ChangeLog
src/krb524/Makefile.in
src/lib/des425/ChangeLog
src/lib/des425/Makefile.in
src/lib/kadm5/ChangeLog
src/lib/kadm5/Makefile.in
src/lib/kadm5/clnt/ChangeLog
src/lib/kadm5/clnt/Makefile.in
src/lib/kadm5/srv/ChangeLog
src/lib/kadm5/srv/Makefile.in
src/lib/kadm5/unit-test/ChangeLog
src/lib/kadm5/unit-test/Makefile.in
src/lib/kdb/ChangeLog
src/lib/kdb/Makefile.in
src/lib/krb5/asn.1/ChangeLog
src/lib/krb5/asn.1/Makefile.in
src/lib/krb5/ccache/ChangeLog
src/lib/krb5/ccache/Makefile.in
src/lib/krb5/ccache/ccapi/ChangeLog [new file with mode: 0644]
src/lib/krb5/ccache/ccapi/Makefile.in
src/lib/krb5/ccache/memory/ChangeLog
src/lib/krb5/ccache/memory/Makefile.in
src/lib/krb5/ccache/stdio/ChangeLog
src/lib/krb5/ccache/stdio/Makefile.in
src/lib/krb5/error_tables/ChangeLog
src/lib/krb5/error_tables/Makefile.in
src/lib/krb5/keytab/ChangeLog
src/lib/krb5/keytab/Makefile.in
src/lib/krb5/keytab/db/ChangeLog
src/lib/krb5/keytab/db/Makefile.in
src/lib/krb5/keytab/file/ChangeLog
src/lib/krb5/keytab/file/Makefile.in
src/lib/krb5/krb/ChangeLog
src/lib/krb5/krb/Makefile.in
src/lib/krb5/posix/ChangeLog
src/lib/krb5/posix/Makefile.in
src/lib/krb5/rcache/ChangeLog
src/lib/krb5/rcache/Makefile.in
src/lib/krb5util/ChangeLog
src/lib/krb5util/Makefile.in
src/lib/rpc/unit-test/ChangeLog
src/lib/rpc/unit-test/Makefile.in
src/tests/asn.1/ChangeLog
src/tests/asn.1/Makefile.in
src/tests/create/ChangeLog
src/tests/create/Makefile.in
src/tests/dejagnu/ChangeLog
src/tests/dejagnu/Makefile.in
src/tests/gssapi/ChangeLog
src/tests/gssapi/Makefile.in
src/tests/hammer/ChangeLog
src/tests/hammer/Makefile.in
src/tests/resolve/ChangeLog
src/tests/resolve/Makefile.in
src/tests/verify/ChangeLog
src/tests/verify/Makefile.in

index 40ef10cd172a5fade7287a3ea180eb49aeea5e2e..8789555524b8c8734f7195ae6ce7ba78ea6ff7b8 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.)
+
 Tue Sep  1 19:35:44 1998  Tom Yu  <tlyu@mit.edu>
 
        * cnv_tkt_skey.c (krb524_convert_tkt_skey): Add
index d78b0ec6b4b31e68bfb28860820d287ecbd34331..190a1a623f9fd4b2f5376008b1f371d80c069e94 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=krb524
+mydir=.
 BUILDTOP=$(REL)$(U)
 # Copyright 1994 by OpenVision Technologies, Inc.
 # 
index e873b5f0bbb968b65712cb896c96541920aeade1..f0c9f83268ceb4e073b89930318119135bb93c1d 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 Nov 12 17:20:25 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in (STLIBOBJS, OBJS, SRCS): Restore des.c
index f19fc2bd315e5180583cc55f74b780e5a915c5ec..c0ea26afa7c2a1e57114f9cb8ca320c361b604df 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/des425
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) -I$(srcdir)/../crypto/des -I$(srcdir)/../../include/kerberosIV
 
index ee7f04078f7edbfba41f61b1abfaab3450e7f159..9c1aba73fd47382e6a4f1d3f472e1001113c7c88 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 Dec  4 23:12:43 1998  Tom Yu  <tlyu@mit.edu>
 
        * admin.h: Add prototypes for create_principal_3,
index 16fcc9e79c57d45e2918291982d400bd68f7a01d..f07583d1d8167145749c5ea482e6a3168b0f011b 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/kadm5
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 LOCAL_SUBDIRS = clnt srv unit-test
index 5f46d21854436fb8a6e358a364a3b21a8d3b61dd..f7033b62f524c7800235fe0097db2358804e11af 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.)
+
 1998-10-27  Marc Horowitz  <marc@mit.edu>
 
        * client_init.c (_kadm5_init_any): try the krb5 v2 mechanism
index b125ea7a1aa64350838c4b2359c4d8f355d1b507..925c8b868d81e584d319c912d7c184ba2cf205fd 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/kadm5/clnt
+mydir=clnt
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) -I$(BUILDTOP)/include/kadm5
 
index 54894ecccec6e91ecff8c3fbb7ff21a1ec00ce5a..61ad65eee3924010efdf9651f7fc8f6dece5c599 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 Dec  4 23:10:32 1998  Tom Yu  <tlyu@mit.edu>
 
        * svr_principal.c (kadm5_create_principal): Modify to call
index 53e469863595366edd7720a4391fab898f502bd8..82130c21905d7e682d165ccbc8cae3bfd63e5a50 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/kadm5/srv
+mydir=srv
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) -I$(BUILDTOP)/include/kadm5 @HESIOD_DEFS@
 
index 32929cc294ade4612260078e40bbf6d95ecfa704..e4c000102aaa6b23b265a9d5b6d80a16f3a4047f 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 Feb 27 22:32:54 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/kadm5
index 9b01d49c99c1bf64f05ab9c9b66a0677186a2cff..89ba1efd03cded3d6b54356e527b2a5f2a21948e 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/kadm5/unit-test
+mydir=unit-test
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS  =      $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -DUSE_KADM5_API_VERSION=1
 PROG_LIBPATH=-L$(TOPLIBD)
index b70f641475c4d36b3a405005d86744f7ccbfadbc..c655c178f12c74eab8c133bf447c3a092b053c03 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.)
+
 Tue Nov 17 18:19:41 1998  Tom Yu  <tlyu@mit.edu>
 
        * kdb_cpw.c (krb5_dbe_crk): 
index c44b58631d61e21d3db2ab2f737e5692a16a7ff1..76b4e2fb6adb81486cafe002b5fd3c1ba3885996 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/kdb
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 KRB5_RUN_ENV = @KRB5_RUN_ENV@
index 52e04d26f9c7145f3f1236d323d321f3457b5c42..e819d52b205317dfd8ca15982ed4f5f15b1afe8f 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 19:41:06 1998  Tom Yu  <tlyu@mit.edu>
 
 
index 67fde15ed2071efce490158906fa1030b0edf442..79b7c2c917598e4b4ead3f4a3e0a8fa73528439d 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/asn.1
+mydir=asn.1
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS=$(CCOPTS) $(DEFS)
 
index 7c12c48aadddb5d4fa8a7a709b6af84b3d6e136b..0ddd711be1d608d765fc5e078e0e03706b4b19a9 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.)
+
 Sat Dec  5 01:20:31 1998  Theodore Y. Ts'o  <tytso@mit.edu>
 
        * Makefile.in, ccdefops.c: Temporarily back out the ccapi ccache
index 5bf416dc7068dbabe5b372b13e47fc575b62c245..c07091ad62eef96277e7753a1992907d6dfd5ea9 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/ccache
+mydir=ccache
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 LOCAL_SUBDIRS = stdio file memory
 
diff --git a/src/lib/krb5/ccache/ccapi/ChangeLog b/src/lib/krb5/ccache/ccapi/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 e1820773c0722ba7d8a8bdd4e350e8d7ea0be7aa..445731bfc5a633e83bbe077141f5c0512d19d390 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./../..
+myfulldir=lib/krb5/ccache/ccapi
+mydir=ccache/ccapi
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 8bf803e6080c5bc38f0d2252ec3c21c3ad275fe2..8bb51fad8c15546f870dac89373a25975d3602d7 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.)
+
 1998-05-27  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Update Makefile so that it can be built under
index 44d7f3a9e0010da668040acf97b44094deb1fa5d..9cc4293781c402f6a55ecc540e662bab943313ea 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./../..
+myfulldir=lib/krb5/ccache/memory
+mydir=ccache/memory
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index f6d85174edff03b89ac7aac800213d2bf9b8666a..5b7e7ea1a42bbd5370a55b2c74825e97ec64fb8e 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 Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index d9f6d06bb71155d7e9491276467301d57734e807..210ae8c6637fd3c77e36e335df6b51df02a8b949 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./../..
+myfulldir=lib/krb5/ccache/stdio
+mydir=ccache/stdio
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index d1f8181efae8ba41398371b9fb3aed33f4171fc7..9072ef0b0ac152af0c92ce45fdd1e44cc9c48209 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.)
+
 Mon May 18 17:09:22 1998  Tom Yu  <tlyu@mit.edu>
 
        * krb5_err.et: Clarify error for REALM_CANT_RESOLVE.
index d224e1605931b9771609940725626f76884b2c57..b0a78403e6560808c02f3b89343158d97693893f 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/error_tables
+mydir=error_tables
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 934b07cd5cae7dbb3ce4f3c6e82248d97d890823..877f11cb2fc0ec2a7adb48c0558dbc8fc1ddacdd 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 Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index da8a36c1bd4d8cb05eafbb599e3d175fa9039ee0..291541f9c1091f40ee84ea9b0ab58963db5b15e7 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/keytab
+mydir=keytab
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 LOCAL_SUBDIRS = file
 
index c68ec2eed0d4206eea9583ae38324d3fd14a2ddd..55c0550f286d2ca533580221e4e829af3fe7c228 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 Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index 510ee4d50ba6f8520fc95b2ae6bab341d1fd3839..678bf2f881d755dc5c78f1268b8717e3ec52dbcf 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./../..
+myfulldir=lib/krb5/keytab/db
+mydir=keytab/db
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 4e575b65199d02e0f3eb397ae74f17209ab00cb0..f377ce47b3cd7e1de8ec40ed67e0d48d29cf997e 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.)
+
 1998-10-27  Marc Horowitz  <marc@mit.edu>
 
        * ktf_g_ent.c (krb5_ktfile_get_entry): restructure the code to use
index 687cb74fab117a9e7f488fe6edce141d6cd2e052..ffe3c6dbb7b2798f5fefcff53aa8fa6f38c0f41b 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./../..
+myfulldir=lib/krb5/keytab/file
+mydir=keytab/file
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 94494a212598b70e626167a1a6cd0c7c8cf6270b..81d680598b8ff86e1eb1fa9bbcceff8435a92844 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.)
+
 Mon Nov  2 19:00:23 1998  Tom Yu  <tlyu@mit.edu>
 
        * str_conv.c: Remove krb5_cksumtype_to_string after merge.
index 3c734210c0572aede9f13bc677302b15a18b8e7b..fc2031af8de72d903601dff2065cdd077c14a49e 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/krb
+mydir=krb
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 RUN_SETUP = @KRB5_RUN_ENV@
index 508930d40836fc6ee5586af6711642940754c6fb..09b44c14ff72c03b214c8693461faee2a4576fec 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 Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index 41921779527e0e2d7b3dec0cd54143aee4618e69..97737daebafc852868026b490efb0216e3f63c7d 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/posix
+mydir=posix
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index a4e68a628669a62498a44a99bca4316042d70498..a015224cf681e01381ffbe4be848ff0dde63d0b5 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 Feb 27 18:03:33 1998  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * Makefile.in: Changed thisconfigdir to point at the lib/krb5
index 0d4cfb3d3536c0156d5f4ae082927e138767cdf0..30c75dd83f29c2c7fcbf22df12583e60fb11a9d5 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=lib/krb5/rcache
+mydir=rcache
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS)
 
index 44856738ec943502022fcf69cad29649c69222f4..9b2809f9810e964bb6424874bf25b493ca6bf40f 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.)
+
 Mon Mar 23 17:34:50 1998  Tom Yu  <tlyu@mit.edu>
 
        * seteuid.c (krb5_setegid): Fix typo: seteuid -> setegid.
index 9ac4bbf791ee63f8c0ec5e1f1c5c69532e94cba9..a254b42b7c45b69e03ff8366d33994d7ea8a7415 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=.
+myfulldir=lib/krb5util
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) 
 
index e5be82ad18ba62a3eb2d644da581d87810f45bad..d3c846a1c6e1d6c0331781654d23f2a3ae790b82 100644 (file)
@@ -1,3 +1,10 @@
+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.)
+
+       * configure.in: Use K5_AC_OUTPUT instead of K5_OUTPUT_FILES.
+
 Fri Feb 13 21:28:18 1998  Tom Yu  <tlyu@mit.edu>
 
        * client.c: Update header locations.  Rename of xdr_free.
index 75d851d2b1ec6de142e0ac96c7474037733f4326..948b403345f1bb1086dec3a86206cb5a5765e617 100644 (file)
@@ -1,4 +1,6 @@
-thisconfigdir=./
+thisconfigdir=.
+myfulldir=lib/rpc/unit-test
+mydir=.
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -I.
 PROG_LIBPATH=-L$(TOPLIBD)
index beb28b65e34b0879389b2a12da677f6182a47f3f..01caaf65846170fd8fff7640d17d1d0babe8966a 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 22:27:08 1998  Tom Yu  <tlyu@mit.edu>
 
        * krb5_decode_test.c (main): Add variant test cases on
index 855f7020f1b6332abfd59cbe6384a77099c04165..20d7451e50379c31bbf29dd08a2d77469a5a6a10 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/asn.1
+mydir=asn.1
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDES)
 PROG_LIBPATH=-L$(TOPLIBD)
index ecb782e71b13c61482fd3f346470391c3a56d8e7..5cf06cc9a24c1f56338724ad8990ced1f07b68d5 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.)
+
 1998-10-27  Marc Horowitz  <marc@mit.edu>
 
        * kdb5_mkdums.c: update to new crypto api
index 966cfd486feaaeb38f62a3f0fab9b416a314a9f2..6ba741b21ca595739127c2fc3ef5c6ad3e3a9e66 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/create
+mydir=create
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) 
 PROG_LIBPATH=-L$(TOPLIBD)
index 86d5e9611047a718eb5986e7f59d72e4ef687ca1..5029e6d8c15a03904d4ff91c61ce0b902d0dff93 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.)
+
 Mon Mar 30 13:57:07 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * t_inetd.c: Include stdlib.h (if present) for atoi() prototype, 
index 5f6df5b6653d1d0942e5bd1cdb6e9a2a33d88a2f..60de335bec6247f92ae12eca617838769179cdf3 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/dejagnu
+mydir=dejagnu
 BUILDTOP=$(REL)$(U)$(S)$(U)
 HAVE_RUNTEST = @RUNTEST@
 RUNTESTFLAGS =
index 6e5bb4982c90306f9e86144846ee932719d28dc9..7e8d991cc7a9bf54bc67357a8dffc061937ceed5 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.)
+
 Wed Feb 18 16:29:15 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index 3dba7f554ef058a3993b73d281f7e98d0c4dd0e6..4854683f58636c9dacc262459709e3f4af0c72ec 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/gssapi
+mydir=gssapi
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE) -DUSE_AUTOCONF_H
 PROG_LIBPATH=-L$(TOPLIBD)
index 59c5767eb21d4ffc5b2ae547a2fb8f9830e76bcc..10d59e11ae3c0bc7f91dc57dcb54fff49787564b 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.)
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * kdc5_hammer.c (main): POSIX states that getopt returns -1
index 5ead218c330d87caa02c7344146246904fb8ca79..e4d14aa2377d7c130d8374c990edf2eb2a02709a 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/hammer
+mydir=hammer
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) 
 PROG_LIBPATH=-L$(TOPLIBD)
index d4adc66759d026490aa10fd4b923a9220b3cc6a5..679cce16830bef98c3471c2ccfedc476fce1a802 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.)
+
 Mon Mar 30 13:50:15 1998  Ezra Peisach  <epeisach@kangaroo.mit.edu>
 
        * resolve.c: Include unistd.h if present on system (for
index a1936fa0b769d4cb8dfbf17459ad44c4277344c2..5e14eb028f9e32cd560f9beed19eb3a69363177e 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/resolve
+mydir=resolve
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDES)
 RUN_SETUP = @KRB5_RUN_ENV@
index 7f4aaf5a53d57b4ccb3190c607ca8e76f47ddd09..1f466c7b6eabbd2bd3334ceeeb5b93f1a4c91a85 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.)
+
 1998-10-27  Marc Horowitz  <marc@mit.edu>
 
        * kdb5_verify.c: update to new crypto api
index f9d31e44299954be030a2890f983332eb8500daf..137ef379c2b21bd422f1121146cce601dfbc466d 100644 (file)
@@ -1,4 +1,6 @@
 thisconfigdir=./..
+myfulldir=tests/verify
+mydir=verify
 BUILDTOP=$(REL)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) 
 PROG_LIBPATH=-L$(TOPLIBD)