#define IHaveSubdirs
#define PassCDebugFlags
#include "../Imake.cds"

#ifdef BuildAt
AT = At
#endif

#ifdef BuildCm
CM = Cm
#endif

#ifdef BuildRegex
REGEX = regex
#endif

#ifdef BuildVprintf
VPRINTF = vprintf
#endif

SUBDIRS = $(AT) $(CM) $(REGEX) $(VPRINTF)

#ifdef BuildExpect
EXPECT_SUBDIR = expect

NamedTargetSubdirs(all,$(EXPECT_SUBDIR),\
	"making" libexpect.a,PassCDebugFlags,libexpect.a)
#endif

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