TREE_DIRS = m4 bin info man lib lib/Automake
tree.tag: mkdir -p $(TREE_DIRS) touch tree.tag
tree-distclean: rmdir $(TREE_DIRS) || true
distclean: tree-distclean