| 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 |