convert to autotools
authorPierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Wed, 7 Oct 2009 21:16:24 +0000 (17:16 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Wed, 7 Oct 2009 21:16:24 +0000 (17:16 -0400)
commit48d848c7291ec22da6258ac03cd9c1dafec1fdfb
tree1e91a6f9ff97078f9c51fb4f5fc39fc3b68c715a
parent3644b3ee9ca6a858cf733579012ef595d652dcdf
convert to autotools

Remove the old build system.
Rename arch_uatomic*.h to uatomic_arch.h, to avoid conflits with
non-generated arch_*.h.

Signed-off-by: Pierre-Marc Fournier <pierre-marc.fournier@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
29 files changed:
.gitignore
Makefile [deleted file]
Makefile.am [new file with mode: 0644]
Makefile.build.inc [deleted file]
Makefile.inc [deleted file]
Makefile32 [deleted file]
Makefile64 [deleted file]
README
bootstrap [new file with mode: 0644]
configure.ac [new file with mode: 0644]
tests/Makefile [deleted file]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.inc [deleted file]
tests/Makefile32 [deleted file]
tests/Makefile64 [deleted file]
tests/test_uatomic.c
tests/urcutorture.c
urcu-bp-static.h
urcu-defer-static.h
urcu-pointer-static.h
urcu-pointer.h
urcu-qsbr-static.h
urcu-static.h
urcu/arch_uatomic_ppc.h [deleted file]
urcu/arch_uatomic_s390.h [deleted file]
urcu/arch_uatomic_x86.h [deleted file]
urcu/uatomic_arch_ppc.h [new file with mode: 0644]
urcu/uatomic_arch_s390.h [new file with mode: 0644]
urcu/uatomic_arch_x86.h [new file with mode: 0644]
This page took 0.02644 seconds and 4 git commands to generate.