XCOMM $XConsortium: Imakefile /main/5 1996/03/09 15:17:55 gildea $
#define IHaveSubdirs
#define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)"

SUBDIRS = lib programs examples test

MakeSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))

/* This is more complicated than it could be because we don't
   want to remove Manifest.PS on "make clean" */
AllTarget(Manifest.PS)
mnftemp.ms: Manifest.ms
	$(CP) Manifest.ms $@
clean::
	$(RM) mnftemp.ms
MakeSimpleDoc(mnftemp,mnftemp.ms)
Manifest.PS: mnftemp.PS
	$(CP) mnftemp.PS $@
Manifest.txt: mnftemp.txt
	$(CP) mnftemp.txt $@