#define IHaveSubdirs
#define PassCDebugFlags

#
# SUBDIRS is a magic name -- Imake.tmpl uses it if IHaveSubdirs defined
#
     SUBDIRS = src src.MACHTYPE

MakeSubdirs($(SUBDIRS))
MakeLintLibSubdirs($(SUBDIRS))

#
# before doing the depend, be sure that makedepend exists, and that
# the include directory has everything in it.
#
#depend::
#	cd include; $(MAKE)
#
#depend:: $(DEPEND)

$(DEPEND):
	@echo "making $(DEPENDSRC)"; \
	cd $(DEPENDSRC); $(MAKE) clean; $(MAKE); $(MAKE) install

#
# before making the makefiles, be sure that imake exists.
#
#Makefiles:: $(IMAKE)
#
#$(IMAKE):
#	@echo "making $(IMAKESRC)"; \
#	cd $(IMAKESRC); $(MAKE)
