include ../../pdEnv.mk

DIRS	= 

.PHONY: $(DIRS)
$(DIRS):
#	make -C $@ $(SUBDIR_TARGET)

ofiles:
#	make $(S) $(DIRS) SUBDIR_TARGET=all

clean:
#	make $(S) $(DIRS) SUBDIR_TARGET=clean
