
#define IHaveSubDirs
#define PassCDebugFlags CDEBUGFLAGS='$(CDEBUGFLAGS)'

SUBDIRS = ccitt adpcm2pcm ieee FWF  src

MakeSubdirs($(SUBDIRS))
InstallSubdirs($(SUBDIRS))
DependSubdirs($(SUBDIRS))
CleanSubdirs($(SUBDIRS))
MakefileSubdirs($(SUBDIRS))

clean::
	@rm -rf lib include man
	@find . -name "Makefile*" -exec "rm" \{\} \;
