make udp transport experimental
[oweals/gnunet.git] / contrib / Makefile.inc
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
5 BUILDCOMMON_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
14 BUILDCOMMON_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
27 BUILDCOMMON_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
34 BUILDCOMMON_DOC_FILES = \
35     build-common/README
36
37 BUILDCOMMON_SCRIPT_FILES = \
38     build-common/coverage.sh
39
40 BUILD_COMMON_FILES = \
41     $(BUILDCOMMON_SHLIB_FILES) \
42     $(BUILDCOMMON_CONF_FILES) \
43     $(BUILDCOMMON_BUILD_FILES) \
44     $(BUILDCOMMON_DOC_FILES) \
45     $(BUILDCOMMON_SCRIPT_FILES)