/*-----------------------------------------------------------------------------
  Top Level Imakefile for xfm

  Created 8/3/93 by Simon Marlow (simonm@dcs.glasgow.ac.uk)
-----------------------------------------------------------------------------*/

/* Uncomment this line if your system has GCC but it is not used by default */
#define CC=gcc 

#define PassCDebugFlags "CC=$(CC)"

#define Subdirs xfm 

MakeSubdirs(Subdirs)
MakefileSubdirs(Subdirs)
CleanSubdirs(Subdirs)
DependSubdirs(Subdirs)
InstallSubdirs(Subdirs)
