Blame view

tools/sctk-2.4.10/src/align2html/makefile.in 439 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
  SHELL = /bin/sh
  PREFIX=
  bindir = $(PREFIX)/bin
  
  all: align2html.pl
  
  align2html.pl: align2html-main.pl buildInstallVersion.pl
  	perl buildInstallVersion.pl > align2html.pl
  	chmod +x align2html.pl
  
  check: all
  	@echo "No Tests for align2html.pl"
  
  install: all
  	perl buildInstallVersion.pl > $(bindir)/align2html.pl
  	chmod +x $(bindir)/align2html.pl
  
  buildPackFile:
  	buildPack.pl > packImageTarFile
  
  clean:
  
  distclean: clean
  	rm -r *~ makefile