diff options
author | sb <sb@openoffice.org> | 2009-11-02 12:49:32 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2009-11-02 12:49:32 +0100 |
commit | 47692bfc1275bfa24a7fb2627cc263142549d29d (patch) | |
tree | 7eae104c8003c18f1de969716d26ec0b9a90339c /configmgr/qa/unoapi/makefile.mk | |
parent | 3ccd559f44ccfe69940e7933c4261cf02a41a699 (diff) |
sb111: #i101955# moved configmgr2/ to configmgr/
Diffstat (limited to 'configmgr/qa/unoapi/makefile.mk')
-rw-r--r-- | configmgr/qa/unoapi/makefile.mk | 30 |
1 files changed, 11 insertions, 19 deletions
diff --git a/configmgr/qa/unoapi/makefile.mk b/configmgr/qa/unoapi/makefile.mk index 6be9331b2cc4..489e79b1490d 100644 --- a/configmgr/qa/unoapi/makefile.mk +++ b/configmgr/qa/unoapi/makefile.mk @@ -1,14 +1,13 @@ #************************************************************************* -# # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. -# -# Copyright 2008 by Sun Microsystems, Inc. +# +# Copyright 2009 by Sun Microsystems, Inc. # # OpenOffice.org - a multi-platform office productivity suite # -# $RCSfile: makefile.mk,v $ +# $RCSfile: makefile,v $ # -# $Revision: 1.7 $ +# $Revision: 1.4 $ # # This file is part of OpenOffice.org. # @@ -26,23 +25,16 @@ # version 3 along with OpenOffice.org. If not, see # <http://www.openoffice.org/license.html> # for a copy of the LGPLv3 License. -# -#************************************************************************* +#***********************************************************************/ -PRJ=..$/.. -PRJNAME=configmgr -TARGET=qa_unoapi +PRJ = ../.. +PRJNAME = configmgr +TARGET = unoapi .INCLUDE: settings.mk - .INCLUDE: target.mk -ALLTAR : UNOAPI_TEST +ALLTAR: TEST -UNOAPI_TEST: - +$(SOLARENV)$/bin$/checkapi -sce cfgmgr2.sce -xcl knownissues.xcl -tdoc $(PWD)$/testdocuments - @echo ======================================================================= - @echo In case of problems with sysmgr1.SystemIntegration make sure that you - @echo ======================================================================= - @echo built and registered qadevOOo/testsdocs/backend/org/openoffice/JavaSystemBackend - @echo ======================================================================= +TEST .PHONY: + $(SOLARENV)/bin/checkapi -sce module.sce |