| 1 | babeltraceinclude_HEADERS = \ |
| 2 | babeltrace/babeltrace.h \ |
| 3 | babeltrace/format.h \ |
| 4 | babeltrace/context.h \ |
| 5 | babeltrace/iterator.h \ |
| 6 | babeltrace/trace-collection.h \ |
| 7 | babeltrace/trace-handle.h \ |
| 8 | babeltrace/list.h |
| 9 | |
| 10 | babeltracectfinclude_HEADERS = \ |
| 11 | babeltrace/ctf/events.h \ |
| 12 | babeltrace/ctf/callbacks.h \ |
| 13 | babeltrace/ctf/iterator.h |
| 14 | |
| 15 | noinst_HEADERS = \ |
| 16 | babeltrace/align.h \ |
| 17 | babeltrace/babeltrace-internal.h \ |
| 18 | babeltrace/bitfield.h \ |
| 19 | babeltrace/compiler.h \ |
| 20 | babeltrace/context-internal.h \ |
| 21 | babeltrace/iterator-internal.h \ |
| 22 | babeltrace/prio_heap.h \ |
| 23 | babeltrace/types.h \ |
| 24 | babeltrace/ctf-ir/metadata.h \ |
| 25 | babeltrace/ctf/events-internal.h \ |
| 26 | babeltrace/ctf/metadata.h \ |
| 27 | babeltrace/ctf-text/types.h \ |
| 28 | babeltrace/ctf/types.h \ |
| 29 | babeltrace/ctf/callbacks-internal.h \ |
| 30 | babeltrace/trace-handle-internal.h \ |
| 31 | babeltrace/uuid.h \ |
| 32 | babeltrace/endian.h |