22 |
AM_CFLAGS = -Ijs/src -DXP_UNIX |
AM_CFLAGS = -Ijs/src -DXP_UNIX |
23 |
|
|
24 |
resources = help.txt jscoverage-server-help.txt \ |
resources = help.txt jscoverage-server-help.txt \ |
25 |
jscoverage-sh_main.js jscoverage-sh_javascript.js jscoverage-sh_nedit.css \ |
jscoverage.html \ |
26 |
jscoverage.html jscoverage.css jscoverage-ie.css jscoverage.js jscoverage-throbber.gif report.js |
jscoverage.css jscoverage-ie.css jscoverage-highlight.css \ |
27 |
|
jscoverage.js report.js \ |
28 |
|
jscoverage-throbber.gif |
29 |
|
|
30 |
bin_PROGRAMS = jscoverage jscoverage-server |
bin_PROGRAMS = jscoverage jscoverage-server |
31 |
jscoverage_SOURCES = encoding.c encoding.h \ |
jscoverage_SOURCES = encoding.c encoding.h \ |
32 |
|
highlight.c highlight.h \ |
33 |
instrument.c instrument.h \ |
instrument.c instrument.h \ |
34 |
instrument-js.c instrument-js.h \ |
instrument-js.c instrument-js.h \ |
35 |
main.c global.h \ |
main.c global.h \ |
46 |
http-server.c http-server.h \ |
http-server.c http-server.h \ |
47 |
http-url.c \ |
http-url.c \ |
48 |
encoding.c encoding.h \ |
encoding.c encoding.h \ |
49 |
|
highlight.c highlight.h \ |
50 |
instrument-js.c instrument-js.h \ |
instrument-js.c instrument-js.h \ |
51 |
jscoverage-server.c global.h \ |
jscoverage-server.c global.h \ |
52 |
resource-manager.c resource-manager.h \ |
resource-manager.c resource-manager.h \ |