EXTRA_DIST = README bench2.txt timebench2.sh
+
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+ rm -rf $(DEPDIR)
AM_CPPFLAGS = -I../include -I$(top_srcdir)/include
DEFAULT_INCLUDES = -I.@am__isrc@
+
+
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+ rm -rf $(DEPDIR)
base/digitseq/cl_asm.S \
polynomial/elem/cl_asm_GF2.S
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+ rm -rf $(DEPDIR) */$(DEPDIR) */*/$(DEPDIR) */*/*/$(DEPDIR)
+
main_LDADD = ../src/libcln.la
+# Remove .deps directories created by 'configure'.
+# I would say that this left-over is an Automake 1.16.1 bug.
+distclean-local:
+ rm -rf $(DEPDIR)