/[suikacvs]/markup/html/whatpm/t/Makefile
Suika

Diff of /markup/html/whatpm/t/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.7 by wakaba, Mon Jul 16 07:03:09 2007 UTC revision 1.13 by wakaba, Tue Oct 14 09:00:57 2008 UTC
# Line 1  Line 1 
1  WGET = wget  WGET = wget
2  MKDIR = mkdir  MKDIR = mkdir
3    RM = rm
4    RMALL = $(RM) -frv
5    
6  all: \  all: \
7    content-type-files \    content-type-files \
8    tokenizer-files \    tokenizer-files \
9    tree-construction-files \    tree-construction-files \
10    content-checker-files    xml-result.txt \
11      content-checker-files \
12      langtag-files
13    
14    update: clean-remote-files \
15      tokenizer-remote-files \
16      tree-construction-remote-files
17    
18  content-type-files: content-type-result.txt  content-type-files: content-type-result.txt
19    
20  content-type-result.txt: always  content-type-result.txt: always
21          cd .. && perl t/ContentType.t &> t/$@          cd .. && perl t/ContentType.t &> t/$@
22    
23  tokenizer-files: tokenizer \  tokenizer-files: tokenizer-remote-files tokenizer-result.txt
24    
25    tokenizer-remote-files: tokenizer \
26    tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \    tokenizer/test1.test tokenizer/test2.test tokenizer/contentModelFlags.test \
27    tokenizer/escapeFlag.test \    tokenizer/escapeFlag.test \
28    tokenizer/test3.test \    tokenizer/test3.test \
29    tokenizer/test4.test \    tokenizer/test4.test \
30    tokenizer/LICENSE \    tokenizer/xmlViolation.test \
31    tokenizer-result.txt    tokenizer/entities.test \
32      tokenizer/LICENSE
33    
34  tokenizer:  tokenizer:
35          $(MKDIR) $@          $(MKDIR) $@
# Line 32  tokenizer/LICENSE: Line 43  tokenizer/LICENSE:
43  tokenizer-result.txt: always  tokenizer-result.txt: always
44          cd .. && perl t/HTML-tokenizer.t &> t/$@          cd .. && perl t/HTML-tokenizer.t &> t/$@
45    
46  tree-construction-files: tree-construction \  tree-construction-files: tree-construction-remote-files \
47      tree-construction-result.txt
48    
49    tree-construction-remote-files: tree-construction \
50    tree-construction/tests1.dat \    tree-construction/tests1.dat \
51    tree-construction/tests2.dat \    tree-construction/tests2.dat \
52    tree-construction/tests3.dat \    tree-construction/tests3.dat \
53    tree-construction/tests4.dat \    tree-construction/tests4.dat \
54    tree-construction/tests5.dat \    tree-construction/tests5.dat \
55    tree-construction/tests6.dat \    tree-construction/tests6.dat \
56    tree-construction/LICENSE \    tree-construction/tests7.dat \
57    tree-construction-result.txt    tree-construction/tests8.dat \
58      tree-construction/tests9.dat \
59      tree-construction/tests10.dat \
60      tree-construction/tests11.dat \
61      tree-construction/tests12.dat \
62      tree-construction/LICENSE
63    
64  tree-construction:  tree-construction:
65          $(MKDIR) $@          $(MKDIR) $@
# Line 54  tree-construction/LICENSE: Line 73  tree-construction/LICENSE:
73  tree-construction-result.txt: always  tree-construction-result.txt: always
74          cd .. && perl t/HTML-tree.t &> t/$@          cd .. && perl t/HTML-tree.t &> t/$@
75    
76  content-checker-files: content-checker-result.txt  xml-result.txt: always
77            cd .. && perl t/XML-Parser.t &> t/$@
78    
79    content-checker-files: content-checker-result.txt \
80      content-checker-atom-result.txt \
81      content-checker-xml-result.txt
82    
83  content-checker-result.txt: always  content-checker-result.txt: always
84          cd .. && perl t/ContentChecker.t &> t/$@          cd .. && perl t/ContentChecker.t &> t/$@
85    
86    content-checker-atom-result.txt: always
87            cd .. && perl t/ContentChecker-Atom.t &> t/$@
88    
89    content-checker-xml-result.txt: always
90            cd .. && perl t/ContentChecker-XML.t &> t/$@
91    
92    langtag-files: langtag-result.txt
93    
94    langtag-result.txt: always
95            cd .. && perl t/LangTag.t &> t/$@
96    
97    clean-remote-files:
98            $(RMALL) tokenizer/*.test tokenizer/LICENSE
99            $(RMALL) tree-construction/*.dat tree-construction/LICENSE
100    
101  always:  always:
102    
103  ## License: Public Domain.  ## License: Public Domain.

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.13

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24