new build system

This commit is contained in:
Marc Wäckerlin
2015-05-05 08:30:58 +00:00
parent 2c12481418
commit 0d50554c47
23 changed files with 3662 additions and 163 deletions
+5 -34
View File
@@ -1,38 +1,9 @@
## @id $Id$
#
# This file has been added by bootstrap.sh on Mon, 04 May 2015 16:05:25 +0200
# Feel free to change it or even remove and rebuild it, up to your needs
#
## 1 2 3 4 5 6 7 8
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
SUBDIRS = src
doc_DATA = AUTHORS COPYING ChangeLog NEWS README INSTALL
EXTRA_DIST = bootstrap.sh debian
DISTCLEANFILES = debian/changelog
doc_DATA = AUTHORS NEWS README COPYING INSTALL ChangeLog
#@PACKAGE_NAME@.spec
deb: dist
tar xzvf @PACKAGE_TARNAME@-@PACKAGE_VERSION@.tar.gz
cd @PACKAGE_TARNAME@-@PACKAGE_VERSION@ && dpkg-buildpackage
rm -rf @PACKAGE_TARNAME@-@PACKAGE_VERSION@
#rpm: dist
# rpmbuild -ba \
# --define "_topdir $$(pwd)" \
# --define "_sourcedir $$(pwd)" \
# @PACKAGE_NAME@.spec
MAINTAINERCLEANFILES = debian/control aclocal.m4 compile \
configure install-sh ltmain.sh makefile.in \
missing
CLEANFILES = @PACKAGE_TARNAME@-@PACKAGE-VERSION@.tar.gz \
@PACKAGE_TARNAME@_@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@.dsc \
@PACKAGE_TARNAME@_@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@.tar.gz \
@PACKAGE_TARNAME@_@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@_*.deb \
@PACKAGE_TARNAME@_@PACKAGE_VERSION@~@DISTRO@.@BUILD_NUMBER@_*.changes
.PHONY: dep rpm
SUBDIRS = src doc