2015-07-28 12:15:01 +00:00
|
|
|
## @id $Id$
|
2018-11-21 15:24:07 +00:00
|
|
|
##
|
|
|
|
## This file has been added:
|
|
|
|
## - by bootstrap.sh
|
|
|
|
## - on Wed, 21 November 2018 14:03:58 +0100
|
|
|
|
## Feel free to change it or even remove and rebuild it, up to your needs
|
|
|
|
##
|
2011-12-10 10:15:28 +00:00
|
|
|
## 1 2 3 4 5 6 7 8
|
|
|
|
## 45678901234567890123456789012345678901234567890123456789012345678901234567890
|
2004-08-28 16:21:25 +00:00
|
|
|
|
2015-07-28 12:15:01 +00:00
|
|
|
SUBDIRS = src test doc examples
|
2004-04-27 20:26:50 +00:00
|
|
|
|
2018-11-21 15:24:07 +00:00
|
|
|
desktopdir = ${datadir}/applications
|
|
|
|
desktop_DATA = @PACKAGE_DESKTOP@
|
|
|
|
dist_pkgdata_DATA = @PACKAGE_ICON@
|
|
|
|
dist_noinst_DATA = ax_check_qt.m4 bootstrap.sh \
|
|
|
|
resolve-rpmbuilddeps.sh autogen.sh \
|
|
|
|
ax_cxx_compile_stdcxx.m4 build-in-docker.sh \
|
|
|
|
build-resource-file.sh \
|
|
|
|
ax_init_standard_project.m4 \
|
|
|
|
mac-create-app-bundle.sh resolve-debbuilddeps.sh \
|
|
|
|
dependency-graph.sh template.sh \
|
|
|
|
sql-to-dot.sed
|
|
|
|
dist_doc_DATA = AUTHORS NEWS README.md COPYING INSTALL ChangeLog
|
2015-07-28 14:18:41 +00:00
|
|
|
|
2018-11-21 15:24:07 +00:00
|
|
|
README: README.md
|
|
|
|
cp README.md README
|
|
|
|
|
|
|
|
CLEANFILES = README
|
2015-07-28 12:15:01 +00:00
|
|
|
MAINTAINERCLEANFILES = makefile.in
|