Makefile.am 577 B

123456789101112131415161718192021222324252627282930313233343536
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. AUTOMAKE_OPTIONS = subdir-objects
  3. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  4. SUBDIRS = \
  5. adaptive_resortable_list \
  6. arrayalloc \
  7. avl \
  8. buffer \
  9. clocks \
  10. completion \
  11. config \
  12. dictionary \
  13. ebpf \
  14. eval \
  15. json \
  16. health \
  17. locks \
  18. log \
  19. onewayalloc \
  20. popen \
  21. procfile \
  22. simple_pattern \
  23. socket \
  24. statistical \
  25. storage_number \
  26. threads \
  27. url \
  28. worker_utilization \
  29. tests \
  30. $(NULL)
  31. dist_noinst_DATA = \
  32. README.md \
  33. $(NULL)