1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33
|
tcldir = $(datadir)/covered/scripts
tcl_DATA = assert.tcl \
balloon.tcl \
banner.gif \
cdd_view.tcl \
checked.gif \
clear.gif \
comb.tcl \
cov_create.tcl \
cov_icon.gif \
exclude.tcl \
find.gif \
fsm.tcl \
gen_new.tcl \
gen_rank.tcl \
gen_report.tcl \
help.tcl \
left_arrow.gif \
main_view.tcl \
memory.tcl \
menu_create.tcl \
preferences.tcl \
process_file.tcl \
right_arrow.gif \
summary.tcl \
toggle.tcl \
unchecked.gif \
verilog.tcl \
viewer.tcl \
wizard.tcl
cfgdir = $(datadir)/covered
cfg_DATA = .coveredrc
|