SUBDIRS = src bin

CDEBUGFLAGS = -O

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

all::	Makefiles

dist:: clean
	/bin/rm -f Makefile

MakeSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
InstallSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
NamedTargetSubdirs(dist,$(SUBDIRS),"making" dist,PassCDebugFlags,dist)

MakefileTarget()

