1SUBDIRS = pp
2
3all install relabel clean indent:
4	@for subdir in $(SUBDIRS); do \
5		(cd $$subdir && $(MAKE) $@) || exit 1; \
6	done
7
8test:
9