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