summaryrefslogtreecommitdiff
path: root/Makefile.inc
blob: 35c2d42a8455a2e9f25ade3cc5bcc20baa9065af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# This file has to be copied into the directory one level above.
# This also means (obviously): this file is excluded from including
# itself.

BUILDCOMMON_SHLIB_FILES = \
    build-common/LICENSE

BUILDCOMMON_CONF_FILES = \
    build-common/conf/.dir-locals.el \
    build-common/conf/.prettierrc \
    build-common/conf/.style.yapf \
    build-common/conf/.vscode/settings.json \
    build-common/conf/.vscode/tasks.json \
    build-common/conf/.yarnrc \
    build-common/conf/uncrustify-mode.el \
    build-common/conf/uncrustify.cfg \
    build-common/conf/uncrustify.el \
    build-common/conf/uncrustify.sh \
    build-common/conf/uncrustify_precommit

BUILDCOMMON_BUILD_FILES = \
    build-common/bootstrap.template \
    build-common/configure \
    build-common/configure.py.template \
    build-common/talerbuildconfig.py \
    build-common/testconfigure.py

BUILDCOMMON_DOC_FILES = \
    build-common/README

BUILDCOMMON_SCRIPT_FILES = \
    build-common/coverage.sh

BUILD_COMMON_FILES = \
    $(BUILDCOMMON_SHLIB_FILES) \
    $(BUILDCOMMON_CONF_FILES) \
    $(BUILDCOMMON_BUILD_FILES) \
    $(BUILDCOMMON_DOC_FILES) \
    $(BUILDCOMMON_SCRIPT_FILES)