Annotation of parser3/www/htdocs/tests/Makefile, revision 1.1.2.2
1.1.2.1 paf 1: ifdef COMSPEC
2: PARSER=../../../src/targets/cgi/debug/parser3.exe
3: else
4: PARSER=../../../src/targets/cgi/parser3
5: endif
6:
7: PAFLAGS=-H
8:
9: #
10:
11: DIFF=diff
12:
13: #
14:
15: OUTPUTS=$(patsubst %.html,outputs/%.processed,$(wildcard *.html))
16: RESULTS=$(patsubst %.html,results/%.processed,$(wildcard *.html))
17:
18: outputs/%.processed: %.html Makefile $(PARSER)
19: $(PARSER) $(PAFLAGS) $< > $@
20:
21: .PHONY: FORCE
22:
23: results/%.processed: outputs/%.processed FORCE
1.1.2.2 ! paf 24: @$(DIFF) $< $@
1.1.2.1 paf 25:
26: tests: outputs compares
27:
28: outputs: $(OUTPUTS)
29:
30: compares: $(RESULTS)
E-mail: