From: John Kohl Date: Fri, 21 Sep 1990 10:24:31 +0000 (+0000) Subject: reorg source tree to have client & server in separate directories X-Git-Tag: krb5-1.0-alpha2~268 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b0931c0439be454405de71e969503adc9cf9657d;p=krb5.git 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 --- 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))