all: test.o

test.o: test.c config.h

config.h: stamp-h
stamp-h: config.h.in config.status
	./config.status

clean:
	rm -f test.o
