.SUFFIXES: .h_
.c.h_:
	$(CC) $(CFLAGS) -E $< | perl proto.pl > $@
