From 799258ed87c526ab0ff1375bcb45df7ae28556ee Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Wed, 25 Nov 2020 18:03:12 -0800 Subject: build: introduce rudimentary autotools Now it's easy to build even --- src/Makefile.am | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/Makefile.am (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am new file mode 100644 index 0000000..cfc2f3f --- /dev/null +++ b/src/Makefile.am @@ -0,0 +1,23 @@ +bin_PROGRAMS = jio +jio_SOURCES = \ + bootid.c \ + bootid.h \ + humane.c \ + humane.h \ + jio.c \ + journals.c \ + journals.h \ + machid.c \ + machid.h \ + op.h \ + readfile.c \ + readfile.h \ + reclaim-tail-waste.c \ + reclaim-tail-waste.h \ + report-tail-waste.c \ + report-tail-waste.h \ + report-usage.c \ + report-usage.h + +jio_CPPFLAGS = -I@top_srcdir@/thunk_h -I@top_srcdir@/libiou/src +jio_LDADD = @top_builddir@/libiou/src/libiou.a -- cgit v1.2.3