Makefile.in: Set the myfulldir and mydir variables (which are relative
authorTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:09:42 +0000 (21:09 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 13 Nov 1998 21:09:42 +0000 (21:09 +0000)
to buildtop and thisconfigdir, respectively.)  Add a MY_SUBDIRS macro
set to '.' to indicate that there are no subdirectories to be
processed by the Makefile.

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

src/appl/sample/sclient/ChangeLog
src/appl/sample/sclient/Makefile.in
src/appl/sample/sserver/ChangeLog
src/appl/sample/sserver/Makefile.in
src/appl/simple/client/ChangeLog
src/appl/simple/client/Makefile.in
src/appl/simple/server/ChangeLog
src/appl/simple/server/Makefile.in

index 0f407cb117871e87932bfdf5b293ec88ffa39bff..39c66ced4ef9ba8c787a07e13c9dbe514eee3fa4 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.)
+               Add a MY_SUBDIRS macro set to '.' to indicate that there
+               are no subdirectories to be processed by the Makefile.
+
 Wed Feb 18 15:32:24 1998  Tom Yu  <tlyu@mit.edu>
 
        * Makefile.in: Remove trailing slash from thisconfigdir.  Fix up
index 091a2b562f7c6fc902adf82f993313e68d69cdb7..e8c50a7c5603c71dbefc402e67196b1433db2152 100644 (file)
@@ -1,4 +1,8 @@
 thisconfigdir=./..
+myfulldir=appl/sample/sclient
+mydir=sclient
+MY_SUBDIRS=.
+
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 PROG_LIBPATH=-L$(TOPLIBD)
index 9973d04d62e21b0b81d9fcab9cc2e3ffc231ccc6..0eb7468da5dde6dc426a566aadef9cfde943a8f8 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.)
+               Add a MY_SUBDIRS macro set to '.' to indicate that there
+               are no subdirectories to be processed by the Makefile.
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * sserver.c (main): POSIX states that getopt returns -1 when it
index 62c9e611853c0c93c43728e46fa7c34ff42a76fd..00467b9b27ca3501a78b581efc6f72d02eeaae9d 100644 (file)
@@ -1,4 +1,8 @@
 thisconfigdir=./..
+myfulldir=appl/sample/sserver
+mydir=sserver
+MY_SUBDIRS=.
+
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 PROG_LIBPATH=-L$(TOPLIBD)
index 3065caa8aa88d07461be508999dfa49a8061c7bf..8074ea955a2ce08b060bccc9feaa6a8c144c56d7 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.)
+               Add a MY_SUBDIRS macro set to '.' to indicate that there
+               are no subdirectories to be processed by the Makefile.
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * sim_client.c (main): POSIX states that getopt returns -1 when it
index ad9f9f4ba23130eaa682d6b96fb72e6798dca1fa..178afc914d7a3277dc8b5dba265adac9a5738f4f 100644 (file)
@@ -1,4 +1,7 @@
 thisconfigdir=./..
+myfulldir=appl/simple/client
+mydir=client
+MY_SUBDIRS=.
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)
 PROG_LIBPATH=-L$(TOPLIBD)
index 68e9d4bae5c2ecc1808f90a16a8be8a9b3de2503..88defa5893661e80bfcbd170e8d7cb3da23fe283 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.)
+               Add a MY_SUBDIRS macro set to '.' to indicate that there
+               are no subdirectories to be processed by the Makefile.
+
 1998-05-06  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
        * sim_server.c (argv): POSIX states that getopt returns -1 when it
index 4aa40dc7363fe748a9fb39d59dde418434f7e249..4c526b8a6d9d756ba6c46da1b75363ea0cda6361 100644 (file)
@@ -1,4 +1,7 @@
 thisconfigdir=./..
+myfulldir=appl/simple/server
+mydir=server
+MY_SUBDIRS=.
 BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
 CFLAGS = $(CCOPTS) $(DEFS) $(LOCALINCLUDE)