
MODULE_TOPDIR = ../..

include $(MODULE_TOPDIR)/include/Make/Dir.make

SUBDIRS = \
	bouman \
	shapiro

default: subdirs

clean: cleansubdirs
