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: Iaef09f17006ee51ac45f84c6c59826dcc567e279
Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
5 files changed
tree: 780ce3cc71df419a5788000d3b1344101fe69496
  1. .gitignore
  2. argument.cpp
  3. argument.hpp
  4. bootstrap.sh
  5. configure.ac
  6. fru-area.hpp
  7. frup.c
  8. frup.h
  9. LICENSE
  10. Makefile.am
  11. readeeprom.cpp
  12. README.md
  13. strgfnhandler.cpp
  14. writefrudata.cpp
  15. writefrudata.hpp
README.md

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`.