aboutsummaryrefslogtreecommitdiff
path: root/contrib/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/Makefile.inc')
-rw-r--r--contrib/Makefile.inc45
1 files changed, 45 insertions, 0 deletions
diff --git a/contrib/Makefile.inc b/contrib/Makefile.inc
new file mode 100644
index 000000000..b64369251
--- /dev/null
+++ b/contrib/Makefile.inc
@@ -0,0 +1,45 @@
1# This file has to be copied into the directory one level above.
2# This also means (obviously): this file is excluded from including
3# itself.
4
5BUILDCOMMON_SHLIB_FILES = \
6 build-common/sh/bin.sh/python.sh \
7 build-common/sh/lib.sh/existence.sh \
8 build-common/sh/lib.sh/existence_python.sh \
9 build-common/sh/lib.sh/msg.sh \
10 build-common/sh/lib.sh/progname.sh \
11 build-common/sh/lib.sh/version_gnunet.sh \
12 build-common/LICENSE
13
14BUILDCOMMON_CONF_FILES = \
15 build-common/conf/.dir-locals.el \
16 build-common/conf/.prettierrc \
17 build-common/conf/.style.yapf \
18 build-common/conf/.vscode/settings.json \
19 build-common/conf/.vscode/tasks.json \
20 build-common/conf/.yarnrc \
21 build-common/conf/uncrustify-mode.el \
22 build-common/conf/uncrustify.cfg \
23 build-common/conf/uncrustify.el \
24 build-common/conf/uncrustify.sh \
25 build-common/conf/uncrustify_precommit
26
27BUILDCOMMON_BUILD_FILES = \
28 build-common/bootstrap.template \
29 build-common/configure \
30 build-common/configure.py.template \
31 build-common/talerbuildconfig.py \
32 build-common/testconfigure.py
33
34BUILDCOMMON_DOC_FILES = \
35 build-common/README
36
37BUILDCOMMON_SCRIPT_FILES = \
38 build-common/coverage.sh
39
40BUILD_COMMON_FILES = \
41 $(BUILDCOMMON_SHLIB_FILES) \
42 $(BUILDCOMMON_CONF_FILES) \
43 $(BUILDCOMMON_BUILD_FILES) \
44 $(BUILDCOMMON_DOC_FILES) \
45 $(BUILDCOMMON_SCRIPT_FILES) \