Makefile.am 560 B

1234567891011121314151617181920212223242526272829303132333435
  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. avl \
  7. buffer \
  8. clocks \
  9. completion \
  10. config \
  11. dictionary \
  12. ebpf \
  13. eval \
  14. json \
  15. health \
  16. locks \
  17. log \
  18. onewayalloc \
  19. popen \
  20. procfile \
  21. simple_pattern \
  22. socket \
  23. statistical \
  24. storage_number \
  25. threads \
  26. url \
  27. worker_utilization \
  28. tests \
  29. $(NULL)
  30. dist_noinst_DATA = \
  31. README.md \
  32. $(NULL)