From b0931c0439be454405de71e969503adc9cf9657d Mon Sep 17 00:00:00 2001 From: John Kohl Date: Fri, 21 Sep 1990 10:24:31 +0000 Subject: [PATCH] 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 --- src/appl/sample/Imakefile | 13 ++++--------- 1 file 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 # . # - 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)) -- 2.26.2