From 919ec3382a006edcc357841ae21525c0833e8564 Mon Sep 17 00:00:00 2001 From: titan Date: Fri, 23 Mar 2007 23:50:51 +0000 Subject: [PATCH] Make my make maintainer-clean work better. SVN revision: 28979 --- Makefile.am | 12 +++++------- data/Makefile.am | 2 +- data/images/Makefile.am | 2 +- data/themes/Makefile.am | 2 +- data/themes/ephoto/Makefile.am | 3 ++- data/themes/ephoto/bits/Makefile.am | 2 +- data/themes/ephoto/fonts/Makefile.am | 2 +- data/themes/ephoto/images/Makefile.am | 2 +- src/Makefile.am | 3 ++- src/bin/Makefile.am | 3 +++ 10 files changed, 18 insertions(+), 15 deletions(-) diff --git a/Makefile.am b/Makefile.am index 09113f5..fbd79eb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,5 +1,10 @@ ## Process this file with automake to produce Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile aclocal.m4 config.* \ + configure compile depcomp install-sh \ + ltconfig ltmain.sh missing mkinstalldirs \ + stamp-h.in debian/changelog + SUBDIRS = src data po EXTRA_DIST = \ @@ -11,13 +16,6 @@ EXTRA_DIST = \ debian/copyright \ debian/rules - -MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \ - config.h.in config.sub configure install-sh \ - ltconfig ltmain.sh missing mkinstalldirs \ - stamp-h.in ephoto.spec \ - debian/changelog - dist-hook: if test -d data; then \ (cd $(srcdir); tar -cf - data) | (cd $(distdir); tar -xf -; rm -rf `find . -name CVS`) \ diff --git a/data/Makefile.am b/data/Makefile.am index 333aba6..b5c05a7 100644 --- a/data/Makefile.am +++ b/data/Makefile.am @@ -1,3 +1,3 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile SUBDIRS = images themes diff --git a/data/images/Makefile.am b/data/images/Makefile.am index a9df573..0a7157a 100644 --- a/data/images/Makefile.am +++ b/data/images/Makefile.am @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile FILES = add.png \ camera-photo.png \ diff --git a/data/themes/Makefile.am b/data/themes/Makefile.am index 58918bc..159b354 100644 --- a/data/themes/Makefile.am +++ b/data/themes/Makefile.am @@ -1,3 +1,3 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile SUBDIRS = ephoto diff --git a/data/themes/ephoto/Makefile.am b/data/themes/ephoto/Makefile.am index f8f2e0c..f50c23b 100644 --- a/data/themes/ephoto/Makefile.am +++ b/data/themes/ephoto/Makefile.am @@ -1,4 +1,5 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile + SUBDIRS = bits fonts images EDJE_FLAGS = \ diff --git a/data/themes/ephoto/bits/Makefile.am b/data/themes/ephoto/bits/Makefile.am index 4eb0255..7d469d4 100644 --- a/data/themes/ephoto/bits/Makefile.am +++ b/data/themes/ephoto/bits/Makefile.am @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile EXTRA_DIST = \ button.edc \ diff --git a/data/themes/ephoto/fonts/Makefile.am b/data/themes/ephoto/fonts/Makefile.am index e2b82dc..0edf319 100644 --- a/data/themes/ephoto/fonts/Makefile.am +++ b/data/themes/ephoto/fonts/Makefile.am @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile EXTRA_DIST = \ AUTHORS \ diff --git a/data/themes/ephoto/images/Makefile.am b/data/themes/ephoto/images/Makefile.am index 611752a..4ef4dbc 100644 --- a/data/themes/ephoto/images/Makefile.am +++ b/data/themes/ephoto/images/Makefile.am @@ -1,4 +1,4 @@ -MAINTAINERCLEANFILES = Makefile.in +MAINTAINERCLEANFILES = Makefile.in Makefile EXTRA_DIST = \ button_clicked.png \ diff --git a/src/Makefile.am b/src/Makefile.am index 4970988..5f56980 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,5 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = bin +MAINTAINERCLEANFILES = Makefile.in Makefile +SUBDIRS = bin diff --git a/src/bin/Makefile.am b/src/bin/Makefile.am index b2c9ee0..9f1b171 100644 --- a/src/bin/Makefile.am +++ b/src/bin/Makefile.am @@ -1,5 +1,8 @@ ## Process this file with automake to produce Makefile.in +MAINTAINERCLEANFILES = *.o ephoto config.h.in config.h Makefile.in Makefile \ + stamp-h1 + bin_PROGRAMS = ephoto ephoto_SOURCES = ephoto.c \