Makefile.am 325 B

123456789101112131415161718192021
  1. # SPDX-License-Identifier: GPL-3.0-or-later
  2. AUTOMAKE_OPTIONS = subdir-objects
  3. MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
  4. SUBDIRS = \
  5. average \
  6. countif \
  7. des \
  8. incremental_sum \
  9. max \
  10. min \
  11. sum \
  12. median \
  13. ses \
  14. stddev \
  15. $(NULL)
  16. dist_noinst_DATA = \
  17. README.md \
  18. $(NULL)