|
|
| version 1.1.2.1, 2003/02/26 10:17:33 | version 1.1.2.2, 2003/03/03 13:33:00 |
|---|---|
| Line 1 | Line 1 |
| ifdef COMSPEC | ifdef COMSPEC |
| PARSER=../src/targets/cgi/debug/parser3.exe | PARSER=./parser-cygwin.sh |
| else | else |
| PARSER=../src/targets/cgi/parser3 | PARSER=./parser-unix.sh |
| endif | endif |
| PAFLAGS=-H | |
| # | |
| DIFF=diff | DIFF=diff |
| ECHO=echo | ECHO=echo |
| RM=rm | RM=rm |
| Line 18 OUTPUTS=$(patsubst %.html,outputs/%.proc | Line 14 OUTPUTS=$(patsubst %.html,outputs/%.proc |
| RESULTS=$(patsubst %.html,results/%.processed,$(wildcard *.html)) | RESULTS=$(patsubst %.html,results/%.processed,$(wildcard *.html)) |
| outputs/%.processed: %.html Makefile $(PARSER) | outputs/%.processed: %.html Makefile $(PARSER) |
| $(PARSER) $(PAFLAGS) $< > $@ | $(PARSER) $< > $@ |
| .PHONY: FORCE all clean | .PHONY: FORCE all clean |