diff options
-rw-r--r-- | svx/qa/unoapi/makefile.mk | 14 |
1 files changed, 10 insertions, 4 deletions
diff --git a/svx/qa/unoapi/makefile.mk b/svx/qa/unoapi/makefile.mk index 97c192f70782..b8e44daf7238 100644 --- a/svx/qa/unoapi/makefile.mk +++ b/svx/qa/unoapi/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.5 $ +# $Revision: 1.6 $ # -# last change: $Author: obo $ $Date: 2007-01-25 12:42:51 $ +# last change: $Author: rt $ $Date: 2007-07-24 13:17:15 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -38,5 +38,11 @@ PRJ=..$/.. PRJNAME=svx TARGET=qa_unoapi -ALLTAR: - $(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments +.INCLUDE: settings.mk + +.INCLUDE: target.mk + +ALLTAR : UNOAPI_TEST + +UNOAPI_TEST: + +$(SOLARENV)$/bin$/checkapi -sce svx.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments |