File: Makefile

package info (click to toggle)
wp2x 2.5-mhi-14
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 704 kB
  • sloc: ansic: 2,068; makefile: 80; perl: 70; sh: 40
file content (13 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
CFGFILES = accent.cfg ascii.cfg gml.cfg html.cfg latex.cfg sample.cfg\
           script.cfg tex.cfg troff.cfg
INPUTS = simple-iso.wp wp.wp

WP2X = ../src/wp2x

test:
	@echo Starting regression tests.
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' WP2X=$(WP2X) sh do-regress

gentest:
	@echo Generating regression data
	INPUTS='$(INPUTS)' CFGFILES='$(CFGFILES)' WP2X=$(WP2X) sh gen-regress