Module_sfx2.mk (ee38b411) | Module_sfx2.mk (990ab93d) |
---|---|
1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 22 unchanged lines hidden (view full) --- 31)) 32 33ifeq ($(WITH_CPPUNIT),YES) 34$(eval $(call gb_Module_add_check_targets,sfx2,\ 35 CppunitTest_sfx2_metadatable \ 36)) 37endif 38 | 1#************************************************************** 2# 3# Licensed to the Apache Software Foundation (ASF) under one 4# or more contributor license agreements. See the NOTICE file 5# distributed with this work for additional information 6# regarding copyright ownership. The ASF licenses this file 7# to you under the Apache License, Version 2.0 (the 8# "License"); you may not use this file except in compliance --- 22 unchanged lines hidden (view full) --- 31)) 32 33ifeq ($(WITH_CPPUNIT),YES) 34$(eval $(call gb_Module_add_check_targets,sfx2,\ 35 CppunitTest_sfx2_metadatable \ 36)) 37endif 38 |
39ifneq ($(OOO_JUNIT_JAR),) |
|
39$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 40 JunitTest_sfx2_complex \ 41 JunitTest_sfx2_unoapi \ 42)) | 40$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 41 JunitTest_sfx2_complex \ 42 JunitTest_sfx2_unoapi \ 43)) |
44endif |
|
43 44ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) 45$(eval $(call gb_Module_add_targets,sfx2,\ 46 Library_qstart \ 47)) 48endif 49 50#todo: source/dialog BUILD_VER_STRING 51#todo: source/doc SYSTEM_LIBXML2 52#todo: ENABLE_LAYOUT 53#todo: clean up quickstarter stuff in both libraries 54#todo: move standard pool to svl 55 56# vim: set noet sw=4 ts=4: | 45 46ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) 47$(eval $(call gb_Module_add_targets,sfx2,\ 48 Library_qstart \ 49)) 50endif 51 52#todo: source/dialog BUILD_VER_STRING 53#todo: source/doc SYSTEM_LIBXML2 54#todo: ENABLE_LAYOUT 55#todo: clean up quickstarter stuff in both libraries 56#todo: move standard pool to svl 57 58# vim: set noet sw=4 ts=4: |