Add rpm and Debian makefile targets 09/3709/6
authorTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 15 May 2020 08:10:54 +0000 (11:10 +0300)
committerTimo Tietavainen <timo.tietavainen@nokia.com>
Fri, 15 May 2020 15:45:21 +0000 (18:45 +0300)
commit4c5168392558514d3f3ec5088eaf06b223a4937b
tree974cb6bae84ce16401406680ef5d5d1743a771fc
parent931b2b0f50e4446a705d2238274914f78b681b6d
Add rpm and Debian makefile targets

Add configuration options to enable rpm or Debian package building and
to specify the output directory where to create package files:
  configure --with-rpm-dir=DIR
  configure --with-deb-dir=DIR

Add makefile targets to build rpm and Debian packages:
  make build_rpm
  make build_deb

Signed-off-by: Timo Tietavainen <timo.tietavainen@nokia.com>
Change-Id: If40ee4b0a78e2b77e6980103a0b1f94dcb76db6d
Makefile.am
README.md
configure.ac
debian/control