summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1999-01-27 06:04:47 +0000
committerTheodore Tso <tytso@mit.edu>1999-01-27 06:04:47 +0000
commit34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101 (patch)
tree00c337c353bd5a68137ae036cbcc62b3db391ed2 /src/Makefile.in
parent3724c81eb8a92c0e06b164760a5f802a831decdb (diff)
downloadkrb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.tar.gz
krb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.tar.xz
krb5-34a68f6d0a8d5545c4c20c79e351a9e8a4d0c101.zip
Makefile.in, configure.in: Move the responsibility for generating
Makefile files for the following subdirectories to the top-level: util, util/send-pr, util/dyn, lib, config-files, and gen-manpages. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11132 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 99f3d00a10..9c5acc20c4 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -1,4 +1,8 @@
thisconfigdir=.
+myfulldir=.
+mydir=.
+MY_SUBDIRS=util include lib @krb524@ kdc kadmin slave clients appl tests \
+ config-files gen-manpages
BUILDTOP=$(REL)$(C)
CFLAGS = $(CCOPTS) $(DEFS)
@@ -123,7 +127,7 @@ config-windows:: makefile-windows
##DOS##MKFDEP= wconfig.exe config\pre.in config\post.in \
##DOS## config\windows.in config\win-post.in
-##DOS##WCONFIG= .\wconfig $(WFLAGS)
+##DOS##WCONFIG= .\wconfig $(WCONFIG_FLAGS)
##DOS##makefile-windows:: $(MKFDEP) makefile \
##DOS## clients\makefile clients\kdestroy\makefile \