Module_sfx2.mk (7871dc3e) | Module_sfx2.mk (7ec8d7e0) |
---|---|
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 --- 27 unchanged lines hidden (view full) --- 36)) 37endif 38 39$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 40 JunitTest_sfx2_complex \ 41 JunitTest_sfx2_unoapi \ 42)) 43 | 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 --- 27 unchanged lines hidden (view full) --- 36)) 37endif 38 39$(eval $(call gb_Module_add_subsequentcheck_targets,sfx2,\ 40 JunitTest_sfx2_complex \ 41 JunitTest_sfx2_unoapi \ 42)) 43 |
44ifeq ($(OS),LINUX) | 44ifeq ($(OS),FREEBSD) |
45ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) 46$(eval $(call gb_Module_add_targets,sfx2,\ 47 Library_qstart \ 48)) 49endif 50endif 51 | 45ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) 46$(eval $(call gb_Module_add_targets,sfx2,\ 47 Library_qstart \ 48)) 49endif 50endif 51 |
52ifeq ($(OS),Linux) 53ifeq ($(ENABLE_SYSTRAY_GTK),TRUE) 54$(eval $(call gb_Module_add_targets,sfx2,\ 55 Library_qstart \ 56)) 57endif 58endif 59 |
|
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: | 60#todo: source/dialog BUILD_VER_STRING 61#todo: source/doc SYSTEM_LIBXML2 62#todo: ENABLE_LAYOUT 63#todo: clean up quickstarter stuff in both libraries 64#todo: move standard pool to svl 65 66# vim: set noet sw=4 ts=4: |