diff options
author | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:09:42 +0000 |
---|---|---|
committer | Theodore Tso <tytso@mit.edu> | 1998-11-13 21:09:42 +0000 |
commit | b144eab66fe487302900c0dbccb01be3794510fe (patch) | |
tree | 9ebd1751dd837176da30a126def90397b0ac8db5 /src/appl/sample/sclient/Makefile.in | |
parent | e812d05c58837dbaa4cfc4b433929d0c18f279ba (diff) | |
download | krb5-b144eab66fe487302900c0dbccb01be3794510fe.tar.gz krb5-b144eab66fe487302900c0dbccb01be3794510fe.tar.xz krb5-b144eab66fe487302900c0dbccb01be3794510fe.zip |
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.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11031 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sclient/Makefile.in')
-rw-r--r-- | src/appl/sample/sclient/Makefile.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/appl/sample/sclient/Makefile.in b/src/appl/sample/sclient/Makefile.in index 091a2b562f..e8c50a7c56 100644 --- a/src/appl/sample/sclient/Makefile.in +++ b/src/appl/sample/sclient/Makefile.in @@ -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) |