summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-09-21 10:24:31 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-09-21 10:24:31 +0000
commitb0931c0439be454405de71e969503adc9cf9657d (patch)
tree8d54f0c7a16118743f4840f871daf2c62c6e10b7 /src
parent958d44b2c40ac26b63aa165b3367248a473ed0b9 (diff)
downloadkrb5-b0931c0439be454405de71e969503adc9cf9657d.tar.gz
krb5-b0931c0439be454405de71e969503adc9cf9657d.tar.xz
krb5-b0931c0439be454405de71e969503adc9cf9657d.zip
reorg source tree to have client & server in separate directories
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1143 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/sample/Imakefile13
1 files changed, 4 insertions, 9 deletions
diff --git a/src/appl/sample/Imakefile b/src/appl/sample/Imakefile
index 519b5cee4..d5309fef4 100644
--- a/src/appl/sample/Imakefile
+++ b/src/appl/sample/Imakefile
@@ -7,13 +7,8 @@
# For copying and distribution information, please see the file
# <krb5/copyright.h>.
#
- DEPLIBS = $(DEPKLIB)
-LOCAL_LIBRARIES = $(KLIB)
+#define IHaveSubdirs
+#define PassCDebugFlags
-CLIENTOBJS= sclient.o
-SERVEROBJS= sserver.o
-
-all:: sclient sserver
-
-NormalProgramTarget(sclient,$(CLIENTOBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
-NormalProgramTarget(sserver,$(SERVEROBJS),$(DEPLIBS),$(LOCAL_LIBRARIES),)
+SUBDIRS=sclient sserver
+MakeSubdirs($(SUBDIRS))