1FAKEVAR = $(shell /bin/rm -f base/two base/one)
2INCLUDES = dir1 dir2 $(FAKEVAR)
3
4.PHONY: all test_callcount
5all: $(FAKEVAR) ultimateTheory.uo test_callcount
6
7test_callcount:
8	[ ! -r base/two ]
9