Autotools all the things!
authorMichael Jeanson <mjeanson@efficios.com>
Mon, 11 Mar 2019 19:59:22 +0000 (15:59 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Mar 2019 16:17:23 +0000 (12:17 -0400)
commit2cbca301f241cd1cbd9e009991e9f3357f90c4b0
treecd934e7bf02c8bb4c7290b646bc7b5cb44b47274
parent744d0b8b4a6e86cfc7f1039ddefeee84e288278a
Autotools all the things!

Signed-off-by: Michael Jeanson <mjeanson@efficios.com>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
17 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
README.md
bootstrap [new file with mode: 0755]
configure.ac [new file with mode: 0644]
include/Makefile.am [new file with mode: 0644]
m4/ax_c___attribute__.m4 [new file with mode: 0644]
m4/ax_pthread.m4 [new file with mode: 0644]
src/Makefile.am [new file with mode: 0644]
src/cpu-op.c
src/librseq.pc.in [new file with mode: 0644]
src/percpu-op.c
src/rseq.c
tests/Makefile [deleted file]
tests/Makefile.am [new file with mode: 0644]
tests/basic_percpu_ops_test.c
This page took 0.025832 seconds and 4 git commands to generate.