linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] libtraceevent: Clean up source directory
@ 2020-12-09  4:19 Steven Rostedt
  2020-12-09  4:19 ` [PATCH 1/6] libtraceevent: Use macro names for libtraceevent library binaries Steven Rostedt
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Steven Rostedt @ 2020-12-09  4:19 UTC (permalink / raw)
  To: linux-trace-devel

Did some Makefile maintenance and cleaned up the source directory. Added a
"lib" directory for the libraries to be installed in, and a "src" directory
to hold the C code and header files. And some various other Makefile
maintenance.

Steven Rostedt (VMware) (6):
      libtraceevent: Use macro names for libtraceevent library binaries
      libtraceevent: Remove "src" and "obj" from Makefile
      libtraceevent: Move creation of PKG_CONFIG_FILE to after Makefile.include
      libtraceevent: Have make clean honor the output (O=foo) directory
      libtraceevent: Have binary libraries build into lib directory
      libtraceevent: Move source files into src/ directory

----
 Makefile                                       | 53 ++++++++++++++++----------
 plugins/Makefile                               |  9 +++--
 Build => src/Build                             |  0
 src/Makefile                                   | 12 ++++++
 event-parse-api.c => src/event-parse-api.c     |  0
 event-parse-local.h => src/event-parse-local.h |  0
 event-parse.c => src/event-parse.c             |  0
 event-parse.h => src/event-parse.h             |  0
 event-plugin.c => src/event-plugin.c           |  0
 event-utils.h => src/event-utils.h             |  0
 kbuffer-parse.c => src/kbuffer-parse.c         |  0
 kbuffer.h => src/kbuffer.h                     |  0
 parse-filter.c => src/parse-filter.c           |  0
 parse-utils.c => src/parse-utils.c             |  0
 tep_strerror.c => src/tep_strerror.c           |  0
 trace-seq.c => src/trace-seq.c                 |  0
 trace-seq.h => src/trace-seq.h                 |  0
 17 files changed, 50 insertions(+), 24 deletions(-)
 rename Build => src/Build (100%)
 create mode 100644 src/Makefile
 rename event-parse-api.c => src/event-parse-api.c (100%)
 rename event-parse-local.h => src/event-parse-local.h (100%)
 rename event-parse.c => src/event-parse.c (100%)
 rename event-parse.h => src/event-parse.h (100%)
 rename event-plugin.c => src/event-plugin.c (100%)
 rename event-utils.h => src/event-utils.h (100%)
 rename kbuffer-parse.c => src/kbuffer-parse.c (100%)
 rename kbuffer.h => src/kbuffer.h (100%)
 rename parse-filter.c => src/parse-filter.c (100%)
 rename parse-utils.c => src/parse-utils.c (100%)
 rename tep_strerror.c => src/tep_strerror.c (100%)
 rename trace-seq.c => src/trace-seq.c (100%)
 rename trace-seq.h => src/trace-seq.h (100%)

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2020-12-09  4:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-09  4:19 [PATCH 0/6] libtraceevent: Clean up source directory Steven Rostedt
2020-12-09  4:19 ` [PATCH 1/6] libtraceevent: Use macro names for libtraceevent library binaries Steven Rostedt
2020-12-09  4:19 ` [PATCH 2/6] libtraceevent: Remove "src" and "obj" from Makefile Steven Rostedt
2020-12-09  4:19 ` [PATCH 3/6] libtraceevent: Move creation of PKG_CONFIG_FILE to after Makefile.include Steven Rostedt
2020-12-09  4:19 ` [PATCH 4/6] libtraceevent: Have make clean honor the output (O=foo) directory Steven Rostedt
2020-12-09  4:19 ` [PATCH 5/6] libtraceevent: Have binary libraries build into lib directory Steven Rostedt
2020-12-09  4:19 ` [PATCH 6/6] libtraceevent: Move source files into src/ directory Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).