Add additional artifacts to autotools-clean rule
parent
a411ac350b
commit
0ea807f2eb
|
|
@ -879,8 +879,9 @@ clean:
|
||||||
.PHONY: autotools-clean
|
.PHONY: autotools-clean
|
||||||
autotools-clean:
|
autotools-clean:
|
||||||
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
||||||
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
@-$(RM) -f config.guess config.status config.sub config.h.in compile depcomp
|
||||||
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc*
|
@-$(RM) -f install-sh stamp-h1 ar-lib *.lo *.la *.m4 local.* lt*.sh missing
|
||||||
|
@-$(RM) -f cryptest cryptestcwd libtool* libcryptopp.la libcryptopp.pc*
|
||||||
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
||||||
|
|
||||||
.PHONY: cmake-clean
|
.PHONY: cmake-clean
|
||||||
|
|
|
||||||
|
|
@ -402,8 +402,9 @@ clean:
|
||||||
.PHONY: autotools-clean
|
.PHONY: autotools-clean
|
||||||
autotools-clean:
|
autotools-clean:
|
||||||
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
@-$(RM) -f configure.ac configure configure.in Makefile.am Makefile.in Makefile
|
||||||
@-$(RM) -f config.guess config.status config.sub depcomp install-sh compile
|
@-$(RM) -f config.guess config.status config.sub config.h.in compile depcomp
|
||||||
@-$(RM) -f stamp-h1 ar-lib *.m4 local.* lt*.sh missing libtool* libcryptopp.pc*
|
@-$(RM) -f install-sh stamp-h1 ar-lib *.lo *.la *.m4 local.* lt*.sh missing
|
||||||
|
@-$(RM) -f cryptest cryptestcwd libtool* libcryptopp.la libcryptopp.pc*
|
||||||
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
@-$(RM) -rf m4/ auto*.cache/ .deps/ .libs/
|
||||||
|
|
||||||
.PHONY: cmake-clean
|
.PHONY: cmake-clean
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue