Skip to content
Snippets Groups Projects
Commit 3ec2e3a2 authored by chrfranke's avatar chrfranke
Browse files

Makefile.am: 'make maintainer-clean' now removes also files generated by './autogen.sh'.

git-svn-id: https://smartmontools.svn.sourceforge.net/svnroot/smartmontools/trunk@2846 4ea69e1a-61f1-4043-bf83-b5c94c648137
parent dd6b9b59
No related branches found
No related tags found
No related merge requests found
......@@ -42,6 +42,9 @@ NOTES FOR FUTURE RELEASES: see TODO file.
<DEVELOPERS: ADDITIONS TO THE CHANGE LOG GO JUST BELOW HERE, PLEASE>
[CF] Makefile.am: 'make maintainer-clean' now removes also files
generated by './autogen.sh'.
[CF] Invalidate 'do_release' script, it needs some rework for SVN.
[CF] Update documentation files for SVN.
......
......@@ -262,6 +262,19 @@ if SMARTD_SUFFIX
CLEANFILES += smartd.conf$(smartd_suffix)
endif
# 'make maintainer-clean' also removes files generated by './autogen.sh'
MAINTAINERCLEANFILES = \
$(srcdir)/Makefile.in \
$(srcdir)/aclocal.m4 \
$(srcdir)/configure \
$(srcdir)/config.guess \
$(srcdir)/config.h.in \
$(srcdir)/config.sub \
$(srcdir)/depcomp \
$(srcdir)/install-sh \
$(srcdir)/missing \
$(srcdir)/mkinstalldirs
utility.o: svnversion.h
if IS_SVN_BUILD
......
## Process this file with automake to produce Makefile.in
#
# $Id$
#
examplesdir=$(exampledir)
examples_DATA = README
......@@ -9,3 +13,5 @@ examples_SCRIPTS = Example1 \
Example4
EXTRA_DIST = $(examples_SCRIPTS)
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment