From: Philippe Proulx Date: Thu, 11 May 2017 17:03:17 +0000 (-0400) Subject: include/Makefile.am: add titles (comments) to groups of files X-Git-Tag: v2.0.0-pre1~291 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=6941b8e83888033eb7beba65a3e62ddaf9de5be2 include/Makefile.am: add titles (comments) to groups of files This is because I intend to use this file to automatically generate include/babeltrace/babeltrace.h. Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/Makefile.am b/include/Makefile.am index 5bad3b75..1238144a 100644 --- a/include/Makefile.am +++ b/include/Makefile.am @@ -1,12 +1,15 @@ +# Core API babeltraceinclude_HEADERS = \ babeltrace/babeltrace.h \ babeltrace/values.h \ babeltrace/ref.h \ babeltrace/logging.h +# Legacy API (for CTF writer) babeltracectfinclude_HEADERS = \ babeltrace/ctf/events.h +# CTF writer API babeltracectfwriterinclude_HEADERS = \ babeltrace/ctf-writer/clock.h \ babeltrace/ctf-writer/writer.h \ @@ -16,6 +19,7 @@ babeltracectfwriterinclude_HEADERS = \ babeltrace/ctf-writer/stream.h \ babeltrace/ctf-writer/stream-class.h +# CTF IR API babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/clock-class.h \ babeltrace/ctf-ir/fields.h \ @@ -30,10 +34,12 @@ babeltracectfirinclude_HEADERS = \ babeltrace/ctf-ir/utils.h \ babeltrace/ctf-ir/visitor.h +# Plugin and plugin development API babeltraceplugininclude_HEADERS = \ babeltrace/plugin/plugin.h \ babeltrace/plugin/plugin-dev.h +# Graph, component, and notification API babeltracegraphinclude_HEADERS = \ babeltrace/graph/clock-class-priority-map.h \ babeltrace/graph/component-class-filter.h \