ff35d252ff
... and use it for the standalone context menu. The sfx2 controller (SvxSmartTagsControl) is still used for the submenu variation, and is due to be removed after the new context menu implementation is in place. Change-Id: I2f889428eb777149f43d74cf3d081e19ab0ebb4a Reviewed-on: https://gerrit.libreoffice.org/20169 Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com> Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
127 lines
4.5 KiB
Makefile
127 lines
4.5 KiB
Makefile
# -*- 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/.
|
|
#
|
|
# This file incorporates work covered by the following license notice:
|
|
#
|
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
|
# contributor license agreements. See the NOTICE file distributed
|
|
# with this work for additional information regarding copyright
|
|
# ownership. The ASF licenses this file to you under the Apache
|
|
# License, Version 2.0 (the "License"); you may not use this file
|
|
# except in compliance with the License. You may obtain a copy of
|
|
# the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
|
#
|
|
|
|
$(eval $(call gb_AllLangResTarget_AllLangResTarget,sw))
|
|
|
|
$(eval $(call gb_AllLangResTarget_add_srs,sw,\
|
|
sw/res \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_SrsTarget,sw/res))
|
|
|
|
$(eval $(call gb_SrsTarget_use_srstargets,sw/res,\
|
|
svx/res \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_set_include,sw/res,\
|
|
$$(INCLUDE) \
|
|
-I$(SRCDIR)/sw/inc \
|
|
-I$(SRCDIR)/sw/source/core/inc \
|
|
-I$(SRCDIR)/sw/source/core/undo \
|
|
-I$(SRCDIR)/sw/source/core/unocore \
|
|
-I$(SRCDIR)/sw/source/uibase/inc \
|
|
-I$(SRCDIR)/sw/source/uibase/docvw \
|
|
-I$(SRCDIR)/sw/source/uibase/envelp \
|
|
-I$(SRCDIR)/sw/source/uibase/index \
|
|
-I$(SRCDIR)/sw/source/uibase/sidebar \
|
|
-I$(SRCDIR)/sw/source/ui/chrdlg \
|
|
-I$(SRCDIR)/sw/source/ui/config \
|
|
-I$(SRCDIR)/sw/source/ui/dbui \
|
|
-I$(SRCDIR)/sw/source/ui/dialog \
|
|
-I$(SRCDIR)/sw/source/ui/docvw \
|
|
-I$(SRCDIR)/sw/source/ui/envelp \
|
|
-I$(SRCDIR)/sw/source/ui/fldui \
|
|
-I$(SRCDIR)/sw/source/ui/fmtui \
|
|
-I$(SRCDIR)/sw/source/ui/frmdlg \
|
|
-I$(SRCDIR)/sw/source/ui/globdoc \
|
|
-I$(SRCDIR)/sw/source/ui/index \
|
|
-I$(SRCDIR)/sw/source/ui/lingu \
|
|
-I$(SRCDIR)/sw/source/ui/misc \
|
|
-I$(SRCDIR)/sw/source/ui/ribbar \
|
|
-I$(SRCDIR)/sw/source/ui/shells \
|
|
-I$(SRCDIR)/sw/source/ui/smartmenu \
|
|
-I$(SRCDIR)/sw/source/ui/table \
|
|
-I$(SRCDIR)/sw/source/ui/uiview \
|
|
-I$(SRCDIR)/sw/source/ui/utlui \
|
|
-I$(SRCDIR)/sw/source/ui/web \
|
|
-I$(SRCDIR)/sw/source/ui/wrtsh \
|
|
-I$(call gb_SrsTemplateTarget_get_include_dir,) \
|
|
-I$(call gb_SrsTemplateTarget_get_include_dir,sw) \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_add_files,sw/res,\
|
|
sw/source/core/layout/pagefrm.src \
|
|
sw/source/core/undo/undo.src \
|
|
sw/source/core/unocore/unocore.src \
|
|
sw/source/uibase/dialog/regionsw.src \
|
|
sw/source/uibase/docvw/docvw.src \
|
|
sw/source/uibase/lingu/olmenu.src \
|
|
sw/source/uibase/misc/redlndlg.src \
|
|
sw/source/uibase/ribbar/inputwin.src \
|
|
sw/source/uibase/ribbar/workctrl.src \
|
|
sw/source/uibase/uiview/view.src \
|
|
sw/source/uibase/utlui/attrdesc.src \
|
|
sw/source/uibase/utlui/navipi.src \
|
|
sw/source/uibase/utlui/initui.src \
|
|
sw/source/uibase/utlui/statusbar.src \
|
|
sw/source/uibase/wrtsh/wrtsh.src \
|
|
sw/source/uibase/utlui/unotools.src \
|
|
sw/source/uibase/dbui/mailmergechildwindow.src \
|
|
sw/source/ui/app/app.src \
|
|
sw/source/ui/app/error.src \
|
|
sw/source/ui/app/mn.src \
|
|
sw/source/ui/chrdlg/chrdlg.src \
|
|
sw/source/ui/config/optdlg.src \
|
|
sw/source/ui/config/optload.src \
|
|
sw/source/ui/dbui/dbui.src \
|
|
sw/source/ui/dbui/mailmergewizard.src \
|
|
sw/source/ui/dbui/mmaddressblockpage.src \
|
|
sw/source/ui/dbui/selectdbtabledialog.src \
|
|
sw/source/ui/dialog/dialog.src \
|
|
sw/source/ui/dochdl/dochdl.src \
|
|
sw/source/ui/docvw/annotation.src \
|
|
sw/source/ui/docvw/access.src \
|
|
sw/source/ui/envelp/envelp.src \
|
|
sw/source/ui/envelp/label.src \
|
|
sw/source/ui/envelp/labfmt.src \
|
|
sw/source/ui/fldui/fldui.src \
|
|
sw/source/ui/frmdlg/frmui.src \
|
|
sw/source/ui/globdoc/globdoc.src \
|
|
sw/source/ui/index/cnttab.src \
|
|
sw/source/ui/index/idxmrk.src \
|
|
sw/source/ui/misc/glossary.src \
|
|
sw/source/ui/misc/numberingtypelistbox.src \
|
|
sw/source/ui/misc/swruler.src \
|
|
sw/source/ui/ribbar/tbxanchr.src \
|
|
sw/source/ui/shells/shells.src \
|
|
sw/source/ui/sidebar/PagePropertyPanel.src \
|
|
sw/source/ui/utlui/poolfmt.src \
|
|
sw/source/ui/utlui/utlui.src \
|
|
sw/source/ui/web/web.src \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_add_nonlocalizable_files,sw/res,\
|
|
sw/source/ui/envelp/envprt.src \
|
|
))
|
|
|
|
$(eval $(call gb_SrsTarget_add_templates,sw/res,\
|
|
sw/source/uibase/inc/redline_tmpl.hrc \
|
|
))
|
|
|
|
# vim: set noet sw=4 ts=4:
|