Add heimdal-lorikeet target distdir-in-tree

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@21024 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2007-06-09 02:55:50 +00:00
parent c93d042396
commit 17b9d4a7b1

View File

@@ -132,7 +132,7 @@ check-local::
echo "$$dashes"; \
fi
SUFFIXES += .x
SUFFIXES += .x .z
.x.c:
@cmp -s $< $@ 2> /dev/null || cp $< $@
@@ -240,3 +240,15 @@ endif
check-valgrind:
env TESTS_ENVIRONMENT="$(top_builddir)/libtool --mode execute valgrind --leak-check=full --quiet --suppressions=$(top_srcdir)/cf/valgrind-suppressions" make check
#
# Target to please samba build farm, builds distfiles in-tree.
# Will break when automake changes...
#
distdir-in-tree: $(DISTFILES)
list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
if test "$$subdir" = .; then :; else \
(cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) distdir-in-tree) ; \
fi ; \
done