summaryrefslogtreecommitdiff
path: root/sfx2/Module_sfx2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/Module_sfx2.mk')
-rwxr-xr-xsfx2/Module_sfx2.mk23
1 files changed, 14 insertions, 9 deletions
diff --git a/sfx2/Module_sfx2.mk b/sfx2/Module_sfx2.mk
index f6ac7c4c053e..b88e2581f2da 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,15 @@ $(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 \
+ JunitTest_sfx2_unoapi \
+))
+
ifeq ($(OS),LINUX)
ifeq ($(ENABLE_SYSTRAY_GTK),TRUE)
$(eval $(call gb_Module_add_targets,sfx2,\
@@ -42,14 +51,10 @@ $(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
#todo: source/doc SYSTEM_LIBXML2
-#todo: noopt for acldetect.cxx?
#todo: ENABLE_LAYOUT
-#todo: quickstarter
-#todo: link against cocoa on Mac
+#todo: clean up quickstarter stuff in both libraries
+#todo: move standard pool to svl
# vim: set noet sw=4 ts=4: