Blame view

tools/sctk-2.4.10/src/stmValidator/makefile.in 478 Bytes
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
  
  SHELL = /bin/sh
  PREFIX=
  bindir = $(PREFIX)/bin
  
  all: stmValidator.pl
  
  stmValidator.pl: stmValidator-main.pl buildInstallVersion.pl STMList.pl STMRecord.pl
  	perl buildInstallVersion.pl > stmValidator.pl
  	chmod +x stmValidator.pl
  
  check: all
  	(cd test_suite; $(SHELL) RunTest.sh ../stmValidator.pl)
  
  install: all
  	perl buildInstallVersion.pl > $(bindir)/stmValidator.pl
  	chmod +x $(bindir)/stmValidator.pl
  
  STMList.pl:
  
  STMRecord.pl:
  
  clean:
  
  distclean: clean
  	rm -r *~ makefile