gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-build-common] branch master updated: Add Makefile.inc


From: gnunet
Subject: [taler-build-common] branch master updated: Add Makefile.inc
Date: Mon, 25 Nov 2019 21:52:41 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository build-common.

The following commit(s) were added to refs/heads/master by this push:
     new d6e4102  Add Makefile.inc
d6e4102 is described below

commit d6e4102ee4fac9c2f06e9c92194089b728c89dff
Author: ng0 <address@hidden>
AuthorDate: Mon Nov 25 20:52:21 2019 +0000

    Add Makefile.inc
---
 Makefile.inc | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

diff --git a/Makefile.inc b/Makefile.inc
new file mode 100644
index 0000000..b643692
--- /dev/null
+++ b/Makefile.inc
@@ -0,0 +1,45 @@
+# 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/sh/bin.sh/python.sh \
+    build-common/sh/lib.sh/existence.sh \
+    build-common/sh/lib.sh/existence_python.sh \
+    build-common/sh/lib.sh/msg.sh \
+    build-common/sh/lib.sh/progname.sh \
+    build-common/sh/lib.sh/version_gnunet.sh \
+    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) \

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]