/[suikacvs]/www/test/dom/js-binding/Makefile
Suika

Diff of /www/test/dom/js-binding/Makefile

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

revision 1.1 by wakaba, Fri Oct 10 11:17:46 2008 UTC revision 1.2 by wakaba, Sat Oct 11 05:34:59 2008 UTC
# Line 1  Line 1 
1    PERL = perl -I/home/httpd/html/www/markup/html/whatpm
2  WTTJS_PL = /home/httpd/html/www/webidl2tests/bin/wttjs.pl  WTTJS_PL = /home/httpd/html/www/webidl2tests/bin/wttjs.pl
3    
4  all: webdomcore html xhr  all: webdomcore html xhr
5    
6  webdomcore:  webdomcore:
7          perl $(WTTJS_PL) --idl-file-name idls/webdomcore-20081008.idl \          $(PERL) $(WTTJS_PL) --idl-file-name idls/webdomcore-20081008.idl \
8              --instances-file-name idls/webdomcore.json \              --instances-file-name idls/webdomcore.json \
9              --test-dir-name tests/ \              --test-dir-name tests/ \
10              --testset-id webdomcore-20081008              --testset-id webdomcore-20081008
11    
12  html:  html:
13          perl $(WTTJS_PL) --idl-file-name idls/html5-r2321.idl \          $(PERL) $(WTTJS_PL) --idl-file-name idls/html5-r2321.idl \
14              --instances-file-name idls/html.json \              --instances-file-name idls/html.json \
15              --test-dir-name tests/ \              --test-dir-name tests/ \
16              --testset-id html5-r2321              --testset-id html5-r2321
17    
18  xhr:  xhr:
19          perl $(WTTJS_PL) --idl-file-name idls/xhr2-20081006.idl \          $(PERL) $(WTTJS_PL) --idl-file-name idls/xhr2-20081006.idl \
20              --instances-file-name idls/xhr.json \              --instances-file-name idls/xhr.json \
21              --test-dir-name tests/ \              --test-dir-name tests/ \
22              --testset-id xhr2-20081006              --testset-id xhr2-20081006

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24