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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Sat Oct 11 05:34:59 2008 UTC (16 years, 6 months ago) by wakaba
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +4 -3 lines
The -I option added to perl command

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

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24