Make my make maintainer-clean work better.

SVN revision: 28979
v-1.6.0
titan 17 years ago committed by titan
parent 59c934ac54
commit 919ec3382a
  1. 12
      Makefile.am
  2. 2
      data/Makefile.am
  3. 2
      data/images/Makefile.am
  4. 2
      data/themes/Makefile.am
  5. 3
      data/themes/ephoto/Makefile.am
  6. 2
      data/themes/ephoto/bits/Makefile.am
  7. 2
      data/themes/ephoto/fonts/Makefile.am
  8. 2
      data/themes/ephoto/images/Makefile.am
  9. 3
      src/Makefile.am
  10. 3
      src/bin/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`) \

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save