File: Makefile.am

package info (click to toggle)
covered 0.7.10-3
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 8,916 kB
  • sloc: ansic: 48,807; yacc: 11,650; xml: 8,838; tcl: 7,698; sh: 3,925; lex: 2,240; makefile: 360; perl: 329
file content (131 lines) | stat: -rw-r--r-- 4,669 bytes parent folder | download | duplicates (6)
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
SUBDIRS = docbook

docdir   = $(datadir)/covered/doc/html
doc_DATA = html/chapter.attr.html \
           html/chapter.boundaries.html \
           html/chapter.debug.html \
           html/chapter.epilogue.html \
           html/chapter.exclude.html \
           html/chapter.faq.html \
           html/chapter.gui.assert.html \
           html/chapter.gui.assert.source.html \
           html/chapter.gui.exclude.html \
           html/chapter.gui.fsm.html \
           html/chapter.gui.genreport.html \
           html/chapter.gui.intro.html \
           html/chapter.gui.line.html \
           html/chapter.gui.logic.html \
           html/chapter.gui.main.html \
           html/chapter.gui.memory.html \
           html/chapter.gui.new.html \
           html/chapter.gui.preferences.html \
           html/chapter.gui.rank.html \
           html/chapter.gui.toggle.html \
           html/chapter.gui.wizard.html \
           html/chapter.installation.html \
           html/chapter.intro.html \
           html/chapter.merge.html \
           html/chapter.metrics.html \
           html/chapter.race.html \
           html/chapter.rank.html \
           html/chapter.reading.html \
           html/chapter.report.html \
           html/chapter.score.html \
           html/chapter.start.html \
           html/chapter.using.html \
           html/covered.css \
           html/index.html \
           html/part.command.line.usage.html \
           html/part.epilogue.html \
           html/part.faq.html \
           html/part.gui.html \
           html/part.installation.html \
           html/part.overview.html \
           html/test/example.rptI.html \
           html/test/example.rptM.html \
           html/test/example.v.html

imgdir   = $(datadir)/covered/doc/html/img
img_DATA = html/img/app_menu.gif \
           html/img/assert_excl.gif \
           html/img/assert_src.gif \
           html/img/assert_window.gif \
           html/img/banner.jpg \
           html/img/close_warn.gif \
           html/img/col_show_hide.gif \
           html/img/comb_complex.gif \
           html/img/comb_event.gif \
           html/img/comb_simple.gif \
           html/img/comb_simple_and.gif \
           html/img/comb_simple_or.gif \
           html/img/comb_unary.gif \
           html/img/dn_button.gif \
           html/img/er_full.gif \
           html/img/er_part.gif \
           html/img/exit_warn.gif \
           html/img/file_menu.gif \
           html/img/file_viewer.gif \
           html/img/fsm_example.png \
           html/img/fsm_excl.gif \
           html/img/fsm_window.gif \
           html/img/gen_menu.gif \
           html/img/help_menu.gif \
           html/img/home.gif \
           html/img/line_excl.gif \
           html/img/line_incl.gif \
           html/img/main_cov.gif \
           html/img/main_info.gif \
           html/img/main_lb.gif \
           html/img/main_menu.gif \
           html/img/main_viewer.gif \
           html/img/main_window.gif \
           html/img/memory_full.gif \
           html/img/new_cdd_define.gif \
           html/img/new_cdd_fsm.gif \
           html/img/new_cdd_gen.gif \
           html/img/new_cdd_insert_menu.gif \
           html/img/new_cdd_lib_ext.gif \
           html/img/new_cdd_mod_excl.gif \
           html/img/new_cdd_mod_gen.gif \
           html/img/new_cdd_name.gif \
           html/img/new_cdd_options.gif \
           html/img/new_cdd_options2.gif \
           html/img/new_cdd_parm_oride.gif \
           html/img/new_cdd_selection.gif \
           html/img/new_cdd_type.gif \
           html/img/next.gif \
           html/img/note.gif \
           html/img/populated_lb.gif \
           html/img/pref_color.gif \
           html/img/pref_exclude.gif \
           html/img/pref_goals.gif \
           html/img/pref_main.gif \
           html/img/pref_merge.gif \
           html/img/pref_syntax.gif \
           html/img/prev.gif \
           html/img/rank_files.gif \
           html/img/rank_options.gif \
           html/img/rank_output.gif \
           html/img/rank_report.gif \
           html/img/rank_selection.gif \
           html/img/report_menu.gif \
           html/img/rpt_gen_view.gif \
           html/img/rpt_gen_selection.gif \
           html/img/rpt_gen_options.gif \
           html/img/toggle_full.gif \
           html/img/up.gif \
           html/img/up_button.gif \
           html/img/vhier.png \
           html/img/vhier2.png \
           html/img/view_menu.gif \
           html/img/wizard.gif
man_MANS = covered.1

user_doc:   
	cd docbook; $(MAKE)
           
devel_doc:
	-doxygen covered.dox

devel_doc_clean:
	rm -rf devel/html devel/latex