reorg source tree to have client & server in separate directories
authorJohn Kohl <jtkohl@mit.edu>
Fri, 21 Sep 1990 10:24:31 +0000 (10:24 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Fri, 21 Sep 1990 10:24:31 +0000 (10:24 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1143 dc483132-0cff-0310-8789-dd5450dbe970

src/appl/sample/Imakefile

index 519b5cee4f42dd7db572bcf1ce63de093e7c69c6..d5309fef41c2ab4ea33f53d8bf7abe7fe228b9ad 100644 (file)
@@ -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))