Makefile.inc 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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. BUILDCOMMON_SHLIB_FILES = \
  5. build-common/sh/bin.sh/python.sh \
  6. build-common/sh/lib.sh/existence.sh \
  7. build-common/sh/lib.sh/existence_python.sh \
  8. build-common/sh/lib.sh/msg.sh \
  9. build-common/sh/lib.sh/progname.sh \
  10. build-common/sh/lib.sh/version_gnunet.sh
  11. BUILDCOMMON_CONF_FILES = \
  12. build-common/conf/.dir-locals.el \
  13. build-common/conf/.prettierrc \
  14. build-common/conf/.style.yapf \
  15. build-common/conf/.vscode/settings.json \
  16. build-common/conf/.vscode/tasks.json \
  17. build-common/conf/.yarnrc \
  18. build-common/conf/uncrustify-mode.el \
  19. build-common/conf/uncrustify.cfg \
  20. build-common/conf/uncrustify.el \
  21. build-common/conf/uncrustify.sh \
  22. build-common/conf/uncrustify_precommit
  23. BUILDCOMMON_BUILD_FILES = \
  24. build-common/bootstrap.template \
  25. build-common/configure \
  26. build-common/configure.py.template \
  27. build-common/talerbuildconfig.py \
  28. build-common/testconfigure.py
  29. BUILDCOMMON_DOC_FILES = \
  30. build-common/README
  31. BUILDCOMMON_SCRIPT_FILES = \
  32. build-common/coverage.sh
  33. BUILD_COMMON_FILES = \
  34. $(BUILDCOMMON_SHLIB_FILES) \
  35. $(BUILDCOMMON_CONF_FILES) \
  36. $(BUILDCOMMON_BUILD_FILES) \
  37. $(BUILDCOMMON_DOC_FILES) \
  38. $(BUILDCOMMON_SCRIPT_FILES)