File: Makefile.am

package info (click to toggle)
babeltrace 1.5.11-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,296 kB
  • sloc: ansic: 37,923; sh: 5,225; yacc: 2,327; makefile: 529; lex: 142; python: 104
file content (95 lines) | stat: -rw-r--r-- 2,859 bytes parent folder | download | duplicates (5)
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
babeltraceinclude_HEADERS = \
	babeltrace/babeltrace.h \
	babeltrace/format.h \
	babeltrace/context.h \
	babeltrace/iterator.h \
	babeltrace/trace-handle.h \
	babeltrace/list.h \
	babeltrace/clock-types.h \
	babeltrace/error.h

babeltracectfinclude_HEADERS = \
	babeltrace/ctf/events.h \
	babeltrace/ctf/callbacks.h \
	babeltrace/ctf/iterator.h

babeltracectfwriterinclude_HEADERS = \
	babeltrace/ctf-writer/clock.h \
	babeltrace/ctf-writer/writer.h \
	babeltrace/ctf-writer/event-fields.h \
	babeltrace/ctf-writer/event-types.h \
	babeltrace/ctf-writer/event.h \
	babeltrace/ctf-writer/stream.h \
	babeltrace/ctf-writer/stream-class.h

babeltracectfirinclude_HEADERS = \
	babeltrace/ctf-ir/clock.h \
	babeltrace/ctf-ir/fields.h \
	babeltrace/ctf-ir/field-types.h \
	babeltrace/ctf-ir/event.h \
	babeltrace/ctf-ir/event-class.h \
	babeltrace/ctf-ir/stream-class.h \
	babeltrace/ctf-ir/utils.h

noinst_HEADERS = \
	babeltrace/align.h \
	babeltrace/babeltrace-internal.h \
	babeltrace/bitfield.h \
	babeltrace/clock-internal.h \
	babeltrace/compiler.h \
	babeltrace/context-internal.h \
	babeltrace/format-internal.h \
	babeltrace/iterator-internal.h \
	babeltrace/trace-collection.h \
	babeltrace/prio_heap.h \
	babeltrace/ref-internal.h \
	babeltrace/types.h \
	babeltrace/object-internal.h \
	babeltrace/crc32.h \
	babeltrace/debug-info.h \
	babeltrace/trace-debug-info.h \
	babeltrace/dwarf.h \
	babeltrace/bin-info.h \
	babeltrace/utils.h \
	babeltrace/ctf-ir/metadata.h \
	babeltrace/ctf/events-internal.h \
	babeltrace/ctf/metadata.h \
	babeltrace/ctf-text/types.h \
	babeltrace/ctf/types.h \
	babeltrace/ctf/callbacks-internal.h \
	babeltrace/ctf/ctf-index.h \
	babeltrace/ctf-writer/writer-internal.h \
	babeltrace/ctf-ir/attributes-internal.h \
	babeltrace/ctf-ir/field-types-internal.h \
	babeltrace/ctf-ir/fields-internal.h \
	babeltrace/ctf-ir/event-internal.h \
	babeltrace/ctf-ir/event-class-internal.h \
	babeltrace/ctf-ir/field-path-internal.h \
	babeltrace/ctf-ir/clock-internal.h \
	babeltrace/ctf-ir/resolve-internal.h \
	babeltrace/ctf-ir/stream-class-internal.h \
	babeltrace/ctf-ir/stream-internal.h \
	babeltrace/ctf-ir/packet-internal.h \
	babeltrace/ctf-ir/trace-internal.h \
	babeltrace/ctf-ir/validation-internal.h \
	babeltrace/ctf-ir/field-path.h \
	babeltrace/ctf-ir/packet.h \
	babeltrace/ctf-ir/trace.h \
	babeltrace/ctf-writer/functor-internal.h \
	babeltrace/trace-handle-internal.h \
	babeltrace/compat/uuid.h \
	babeltrace/compat/memstream.h \
	babeltrace/compat/string.h \
	babeltrace/compat/utc.h \
	babeltrace/compat/limits.h \
	babeltrace/compat/glib.h \
	babeltrace/compat/send.h \
	babeltrace/compat/fcntl.h \
	babeltrace/compat/stdlib.h \
	babeltrace/compat/dirent.h \
	babeltrace/compat/stdio.h \
	babeltrace/compat/mman.h \
	babeltrace/endian.h \
	babeltrace/mmap-align.h \
	babeltrace/values.h \
	babeltrace/ref.h