Makefile.am 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. # This Makefile.am is in the public domain
  2. AM_CPPFLAGS = -I$(top_srcdir)/src/include -I$(top_builddir)/src/include
  3. SUBDIRS = scripts hellos services
  4. include Makefile.inc
  5. dist_pkgdata_DATA = \
  6. gns/gns-bcd.html \
  7. gns/gns-bcd.tex \
  8. gns/def.tex \
  9. gns/gns-form-fields.xml \
  10. gns/gns-form.xslt \
  11. branding/logo/gnunet-logo.pdf \
  12. branding/logo/gnunet-logo.png \
  13. branding/logo/gnunet-logo-color.png \
  14. testing_hostkeys.ecc \
  15. $(BUILDCOMMON_SHLIB_FILES)
  16. INITD_FILES = \
  17. services/openrc/gnunet.initd \
  18. services/systemd/gnunet.service
  19. PACKAGES_FILES = \
  20. packages/guix/guix-env-py2.scm \
  21. packages/guix/guix-env-gillmann.scm \
  22. packages/guix/notest-guix-env.scm \
  23. packages/homebrew/gnunet.rb \
  24. packages/nix/gnunet-dev.nix \
  25. packages/nix/default.nix \
  26. packages/alpine/gnunet-gtk/APKBUILD \
  27. packages/alpine/gnunet/APKBUILD \
  28. packages/alpine/gnunet/gnunet-system-services.initd \
  29. packages/alpine/gnunet/gnunet-system.conf \
  30. packages/alpine/gnunet/gnunet-user-services.initd \
  31. packages/alpine/gnunet/gnunet-user.conf \
  32. packages/alpine/gnunet/gnunet.post-install \
  33. packages/alpine/gnunet/gnunet.pre-deinstall \
  34. packages/alpine/gnunet/gnunet.pre-install \
  35. packages/alpine/gnunet/gnunet.xsession \
  36. packages/alpine/gnurl/APKBUILD
  37. EXTRA_DIST = \
  38. conf/colorit/colorit.conf \
  39. conf/.style.yapf \
  40. conf/editors/eclipse/gnunet_codingstyle.xml \
  41. conf/gnunet/no_forcestart.conf \
  42. conf/gnunet/no_autostart_above_core.conf \
  43. conf/gnunet/gnunet-system.conf \
  44. conf/gnunet/gnunet-user.conf \
  45. conf/nss/nssswitch.conf \
  46. conf/wireshark/wireshark.lua \
  47. $(PACKAGES_FILES) \
  48. $(INITD_FILES) \
  49. Makefile.inc \
  50. $(BUILD_COMMON_FILES)
  51. check_PROGRAMS = \
  52. test_gnunet_prefix
  53. if ENABLE_TEST_RUN
  54. AM_TESTS_ENVIRONMENT=export GNUNET_PREFIX=$${GNUNET_PREFIX:-@libdir@};export PATH=$${GNUNET_PREFIX:-@prefix@}/bin:$$PATH;unset XDG_DATA_HOME;unset XDG_CONFIG_HOME;
  55. TESTS = $(check_PROGRAMS)
  56. endif
  57. test_gnunet_prefix_SOURCES = \
  58. test_gnunet_prefix.c
  59. test_gnunet_prefix_CPPFLAGS = \
  60. $(LTDLINCL) $(AM_CPPFLAGS)
  61. test_gnunet_prefix_LDADD = \
  62. $(GCLIBADD) $(WINLIB) \
  63. $(LTLIBICONV) \
  64. $(GN_LIBINTL) \
  65. $(LIBLTDL) -lunistring $(XLIB)