#******************************************************************************
#
-# Copyright (C) 1999-2004, International Business Machines
+# Copyright (C) 1999-2011, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
.PHONY : all all-local all-recursive install install-local \
install-recursive clean clean-local clean-recursive distclean \
distclean-local distclean-recursive dist dist-recursive dist-local \
-check check-recursive check-local
+check check-recursive check-local check-exhaustive
## Clear suffix list
.SUFFIXES :
dist: dist-recursive dist-local
check: all check-recursive check-local
+check-exhaustive: check
+
## Recursive targets
all-recursive install-recursive clean-recursive distclean-recursive dist-recursive check-recursive:
@dot_seen=no; \