SUBDIRS=	dpa_import

# (more to come)

config test clean:
	echo $$gated_work_dir
	for d in $(SUBDIRS); do (cd $$d && $(MAKE) $@); done
