Blame view

tools/sctk-2.4.10/src/utf_filt/makefile.in 1.32 KB
8dcb6dfcb   Yannick Estève   first commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
  # **********************************************************
  # Makefile for rfilter1 Directory
  # **********************************************************
  SHELL = /bin/sh
  PREFIX = @prefix@
  bindir = $(PREFIX)/bin
  NSGMLS = @NSGMLS@
  T=../test_suite
  
  all: utf_filt.pl
  
  utf_filt.pl: 
  	chmod +x utf_filt.pl
  
  setTests:
  	utf_filt.pl -e utf-1.2.dtd -f stm -i ../test_suite/test.man.utf -o ../test_suite/test.man.stm -d
  
  check: all
  	@echo "Testing utf_filt.pl"
  	@-if test "$(NSGMLS)" = "" ; then \
  		echo "!!!!  Skipping Tests because NSGMLS is not installed  !!!!"; \
  	else \
  		perl utf_filt.pl -s $(NSGMLS) -e utf-1.2.dtd -f stm -i ../test_suite/test.man.utf -o - -d | diff - ../test_suite/test.man.stm; \
  		perl utf_filt.pl -s $(NSGMLS) -e utf-1.2.dtd -f stm -i ../test_suite/test.eng.utf -o - -d | diff - ../test_suite/test.eng.stm; \
  		perl utf_filt.pl -s $(NSGMLS) -t -n -e utf-1.2.dtd -f stm -i ../test_suite/test.eng.utf -o - -d | diff - ../test_suite/test.eng.notrans.stm; \
  	fi	
  
  install: all
  	@sed 's:"nsgmls":"'$(NSGMLS)'":' < utf_filt.pl > $(bindir)/utf_filt.pl
  	@chmod +x $(bindir)/utf_filt.pl
  
  config.sh: config.in
  	autoconf config.in | sed 's/Makefile/makefile/g' > config.sh
  
  # config.status might not change config.h, but it changes stamp-h.
  makefile: makefile.in config.status
  	./config.status
  
  clean:
  
  distclean: clean
  	rm -r *~ makefile