# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_InstallModule_InstallModule,scp2/calc)) $(eval $(call gb_InstallModule_use_auto_install_libs,scp2/calc,\ calc \ calc_brand \ )) $(eval $(call gb_InstallModule_define_if_set,scp2/calc,\ ENABLE_MACOSX_SANDBOX \ )) ifneq (,$(ENABLE_COINMP)$(ENABLE_LPSOLVE)) $(eval $(call gb_InstallModule_add_defs,scp2/calc,\ -DWITH_LPSOLVER \ )) endif $(eval $(call gb_InstallModule_add_templates,scp2/calc,\ scp2/source/templates/module_langpack_calc \ )) $(eval $(call gb_InstallModule_add_scpfiles,scp2/calc,\ scp2/source/calc/file_calc \ )) $(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/calc,\ scp2/source/calc/module_calc \ )) # vim: set shiftwidth=4 tabstop=4 noexpandtab: >distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/CppunitTest_sw_layout_test.mk
AgeCommit message (Expand)Author
2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl
2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist
2014-03-09this dir doesn't exist anymoreCaolán McNamara
2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza
2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza
2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-05new module i18nlangtagEike Rathke
2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl
2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl
2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl
2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan