mirror of
https://github.com/osmarks/ngircd.git
synced 2024-12-13 18:30:27 +00:00
Remove all geneerated Makefile.am on "make maintainer-clean"
This commit is contained in:
parent
e65a35e964
commit
3e22fc32f3
@ -16,6 +16,6 @@ libngipaddr_a_SOURCES = ng_ipaddr.c
|
|||||||
noinst_HEADERS = ng_ipaddr.h
|
noinst_HEADERS = ng_ipaddr.h
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in Makefile.am
|
||||||
|
|
||||||
# -eof-
|
# -eof-
|
||||||
|
@ -103,7 +103,7 @@ clean-local:
|
|||||||
rm -f check-version check-help lint.out
|
rm -f check-version check-help lint.out
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in Makefile.am
|
||||||
|
|
||||||
check-version: Makefile
|
check-version: Makefile
|
||||||
echo "#!/bin/sh" > check-version
|
echo "#!/bin/sh" > check-version
|
||||||
|
@ -28,7 +28,7 @@ portabtest_LDADD = -lngportab
|
|||||||
noinst_HEADERS = imp.h exp.h portab.h splint.h
|
noinst_HEADERS = imp.h exp.h portab.h splint.h
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in Makefile.am
|
||||||
|
|
||||||
TESTS = portabtest
|
TESTS = portabtest
|
||||||
|
|
||||||
|
@ -31,7 +31,7 @@ clean-local:
|
|||||||
T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd
|
T-ngircd1 ngircd-test1.motd T-ngircd2 ngircd-test2.motd
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in Makefile.am
|
||||||
|
|
||||||
check_SCRIPTS = ngircd-TEST-Binary tests.sh
|
check_SCRIPTS = ngircd-TEST-Binary tests.sh
|
||||||
|
|
||||||
|
@ -22,6 +22,6 @@ libngtool_a_SOURCES = tool.c
|
|||||||
noinst_HEADERS = tool.h
|
noinst_HEADERS = tool.h
|
||||||
|
|
||||||
maintainer-clean-local:
|
maintainer-clean-local:
|
||||||
rm -f Makefile Makefile.in
|
rm -f Makefile Makefile.in Makefile.am
|
||||||
|
|
||||||
# -eof-
|
# -eof-
|
||||||
|
Loading…
Reference in New Issue
Block a user