Application stub and build rules

Create a basic autoconf setup.

Change-Id: I3135aded1be79ca552b564b2575be7a20fad0285
Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
5 files changed
tree: 0773171d37a8c269e20fccd34b5ce753e8a750cb
  1. app.cpp
  2. bootstrap.sh
  3. configure.ac
  4. LICENSE
  5. Makefile.am
  6. README.md
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`.