fixed maintainer-cleanup

git-svn-id: https://zeitsenke.de/svn/SyncEvolution/trunk@36 15ad00c4-1369-45f4-8270-35d70d36bdcd
This commit is contained in:
Patrick Ohly 2006-03-12 10:29:40 +00:00
parent f154b705ce
commit 329453859b
5 changed files with 7 additions and 3 deletions

View File

@ -8,6 +8,7 @@ libtool
stamp-h1
Makefile
Makefile.in
README.syncevolution
syncevolution-*.tar.gz
config.guess
config.sub

View File

@ -3,6 +3,7 @@
SUBDIRS = src etc
EXTRA_DIST = HACKING
MAINTAINERCLEANFILES = Makefile.in config.h.in config.guess config.sub configure depcomp install-sh ltmain.sh missing mkinstalldirs
DISTCHECK_CONFIGURE_FLAGS = --with-sync4j=@SYNC4J@
# binary distribution

View File

@ -1,7 +1,7 @@
#!/bin/sh
libtoolize -c
automake -a -c
aclocal
autoheader
automake -a -c
autoconf

View File

@ -6,6 +6,7 @@ localhost_copy = localhost_2/spds/syncml/config.txt \
EXTRA_DIST = $(localhost_source)
CLEANFILES = $(localhost_copy)
MAINTAINERCLEANFILES = Makefile.in
nobase_sysconf_DATA = $(localhost_source) $(localhost_copy)
localhost_2/spds/syncml/config.txt : localhost_1/spds/syncml/config.txt

View File

@ -47,10 +47,11 @@ test_LDFLAGS = `cppunit-config --libs` $(CORE_LDADD)
SYNC4J_SUBDIR = @SYNC4J_SUBDIR@
BUILT_SOURCES = $(SYNC4J_SUBDIR)/all libsync4j.la
CLEANFILES = libsync4j.la .libs/libsync4j.a .libs/libsync4j.la
MAINTAINERCLEANFILES = Makefile.in
clean distclean mostlyclean distdir : % : $(SYNC4J_SUBDIR)/%
clean distclean mostlyclean distdir maintainer-clean : % : $(SYNC4J_SUBDIR)/%
$(SYNC4J_SUBDIR)/distclean :
$(SYNC4J_SUBDIR)/maintainer-clean $(SYNC4J_SUBDIR)/distclean :
rm -rf $(SYNC4J_SUBDIR) client-api
$(SYNC4J_SUBDIR)/distdir :