[refactor] remove C++, add autotools, pkg-config
This patch cleans up the code, use better names for the headers, remove the last bits of C++ and add autotools to compile the library. This patch also splits the PMPI library into a separate .so, to make it easier to only deal with the core downstream API.
Showing
.gitignore
0 → 100644
Makefile
deleted
100644 → 0
Makefile.am
0 → 100644
autogen.sh
0 → 100644
basic_functions.cpp
deleted
100644 → 0
basic_functions.h
deleted
100644 → 0
configure.ac
0 → 100644
f2c_mpi.cpp
deleted
100644 → 0
f2c_mpi.h
deleted
100644 → 0
libnrm.pc.in
0 → 100644
m4/ax_mpi.m4
0 → 100644
mpi_nrm.h
deleted
100644 → 0
mpi_nrm_fort.f
deleted
100644 → 0
src/Makefile.am
0 → 100644
Please register or sign in to comment