summaryrefslogtreecommitdiff
path: root/sfx2/Module_sfx2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/Module_sfx2.mk')
-rwxr-xr-xsfx2/Module_sfx2.mk16
1 files changed, 11 insertions, 5 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index f6ac7c4c053e..d0e577241468 100755
--- a/sfx2/Module_sfx2.mk
+++ b/sfx2/Module_sfx2.mk
@@ -2,7 +2,7 @@
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
-# Copyright 2009 by Sun Microsystems, Inc.
+# Copyright 2000, 2011 Oracle and/or its affiliates.
#
# OpenOffice.org - a multi-platform office productivity suite
#
@@ -14,12 +14,12 @@
#
# OpenOffice.org is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU Lesser General Public License version 3 for more details
# (a copy is included in the LICENSE file that accompanied this code).
#
# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
+# version 3 along with OpenOffice.org. If not, see
# <http://www.openoffice.org/license.html>
# for a copy of the LGPLv3 License.
#
@@ -34,6 +34,14 @@ $(eval $(call gb_Module_add_targets,sfx2,\
Package_sdi \
))
+$(eval $(call gb_Module_add_check_targets,sfx2,\
+ CppunitTest_sfx2_metadatable \
+))
+
+$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\
+ JunitTest_sfx2_complex \
+))
+
ifeq ($(OS),LINUX)
ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
$(eval $(call gb_Module_add_targets,sfx2,\
@@ -42,7 +50,6 @@ $(eval $(call gb_Module_add_targets,sfx2,\
endif
endif
-#todo: map file?
#todo: source/appl ohne Optimierung?
#todo: source/control ohne Optimierung?
#todo: source/dialog BUILD_VER_STRING
@@ -50,6 +57,5 @@ endif
#todo: noopt for acldetect.cxx?
#todo: ENABLE_LAYOUT
#todo: quickstarter
-#todo: link against cocoa on Mac
# vim: set noet sw=4 ts=4: