]> www.ginac.de Git - cln.git/commitdiff
Remove left-over .deps directories.
authorBruno Haible <bruno@clisp.org>
Sat, 26 Oct 2019 14:54:12 +0000 (16:54 +0200)
committerBruno Haible <bruno@clisp.org>
Sat, 26 Oct 2019 15:14:27 +0000 (17:14 +0200)
benchmarks/Makefile.am
examples/Makefile.am
src/Makefile.am
tests/Makefile.am

index 3d3dfe68cc828ee82feeadb9b314a79b798397f5..1632dc76600933bf77b1ca9f5b720ec737966361 100644 (file)
@@ -17,3 +17,8 @@ DEFAULT_INCLUDES = -I.@am__isrc@
 
 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)
index cee2ce0c62d1f52fde8c1366f408803d0950c9e2..d29361fbb7548c4a9671bce15b1254aa00c9b971 100644 (file)
@@ -31,3 +31,9 @@ pi_LDADD = ../src/libcln.la
 
 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)
index af1b74cfa19bb137afd4ba0711ac28bd75e06a44..4067bcfc225d864ff048aa5b5da350560b61661a 100644 (file)
@@ -986,3 +986,8 @@ DISTCLEANFILES = \
 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)
+
index 1a3fd4c5b58a9f1b823dbddadd91062579d4032d..7dfe4060414434ec037df36cb115d3c74056f9f0 100644 (file)
@@ -182,3 +182,7 @@ main_SOURCES = main.cc
 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)