XCOMM Copyright 1995 INRIA -- See license conditions in file COPYRIGHT
XCOMM $Id: Imakefile,v 0.3 95/05/12 15:44:32 slavirot Exp $ 

XCOMM ----------------------------------
XCOMM Try to do all the make files...
XCOMM 


#include "project.config"

KLONE=./Klone
QTHREADS=./QThreads

#include "root.config"

#define IHaveSubDirs    YES
#define PassCDebugFlags 


SUBDIRS		= Util Klm Emath

MakeSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

clean::
	(cd ./Klone;rm -f klone; $(MAKE) clean)
	(cd ./QThreads; $(MAKE) clean)
