Convert build process to autotools

Replaced the use of a manual Makefile with the use of autotools to
automatically verify and generate the necessary build files. Follow the
steps outlined within the README.md file to build the package.

Change-Id: Ieed870c63b2bef83b3741dd22e413c25916ed408
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
15 files changed
tree: 79cbaa6fa696f26b79f9ee4615c563d73c0d5f2b
  1. argument.cpp
  2. argument.hpp
  3. bootstrap.sh
  4. configure.ac
  5. directory.cpp
  6. directory.hpp
  7. hwmon.hpp
  8. LICENSE
  9. Makefile.am
  10. readd.cpp
  11. README.md
  12. sensorcache.hpp
  13. sensorset.cpp
  14. sensorset.hpp
  15. sysfs.hpp
README.md

Exposes generic hwmon entries as DBus objects.

To Build

To build this package, do the following steps:

    1. ./bootstrap.sh
    2. ./configure ${CONFIGURE_FLAGS}
    3. make

To full clean the repository again run `./bootstrap.sh clean`.