Make my make maintainer-clean work better.

SVN revision: 28979
This commit is contained in:
titan 2007-03-23 23:50:51 +00:00 committed by titan
parent 59c934ac54
commit 919ec3382a
10 changed files with 18 additions and 15 deletions

View File

@ -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`) \

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = images themes

View File

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
FILES = add.png \
camera-photo.png \

View File

@ -1,3 +1,3 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = ephoto

View File

@ -1,4 +1,5 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = bits fonts images
EDJE_FLAGS = \

View File

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
EXTRA_DIST = \
button.edc \

View File

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
EXTRA_DIST = \
AUTHORS \

View File

@ -1,4 +1,4 @@
MAINTAINERCLEANFILES = Makefile.in
MAINTAINERCLEANFILES = Makefile.in Makefile
EXTRA_DIST = \
button_clicked.png \

View File

@ -1,4 +1,5 @@
## Process this file with automake to produce Makefile.in
SUBDIRS = bin
MAINTAINERCLEANFILES = Makefile.in Makefile
SUBDIRS = bin

View File

@ -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 \