c48e810f1a
Deprecated in 2010 by
commit af66a011a4
Change-Id: I805f9771fe3730f3e186162cab9ea192517a4f2c
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/152401
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
112 lines
2.9 KiB
Makefile
112 lines
2.9 KiB
Makefile
#
|
|
# 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/.
|
|
#
|
|
|
|
officecfg_XCSFILES := \
|
|
Inet \
|
|
Interaction \
|
|
LDAP \
|
|
Office/Accelerators \
|
|
Office/Addons \
|
|
Office/BasicIDE \
|
|
Office/Calc \
|
|
Office/CalcAddIns \
|
|
Office/Canvas \
|
|
Office/Chart \
|
|
Office/Commands \
|
|
Office/Common \
|
|
Office/Compatibility \
|
|
Office/DataAccess \
|
|
Office/DataAccess/Drivers \
|
|
Office/Draw \
|
|
Office/Embedding \
|
|
Office/Events \
|
|
Office/ExtendedColorScheme \
|
|
Office/ExtensionDependencies \
|
|
Office/ExtensionManager \
|
|
Office/FormWizard \
|
|
Office/Histories \
|
|
Office/Impress \
|
|
Office/Java \
|
|
Office/Jobs \
|
|
Office/Labels \
|
|
Office/Linguistic \
|
|
Office/Logging \
|
|
Office/Math \
|
|
Office/OptionsDialog \
|
|
Office/Paths \
|
|
Office/PresentationMinimizer \
|
|
Office/PresenterScreen \
|
|
Office/ProtocolHandler \
|
|
Office/Recovery \
|
|
Office/ReportDesign \
|
|
Office/Scripting \
|
|
Office/Security \
|
|
Office/TableWizard \
|
|
Office/TypeDetection \
|
|
Office/UI \
|
|
Office/UI/BaseWindowState \
|
|
Office/UI/BasicIDECommands \
|
|
Office/UI/BasicIDEWindowState \
|
|
Office/UI/BibliographyCommands \
|
|
Office/UI/BibliographyWindowState \
|
|
Office/UI/CalcCommands \
|
|
Office/UI/CalcWindowState \
|
|
Office/UI/Category \
|
|
Office/UI/ChartCommands \
|
|
Office/UI/ChartWindowState \
|
|
Office/UI/Commands \
|
|
Office/UI/Controller \
|
|
Office/UI/DbBrowserWindowState \
|
|
Office/UI/DbQueryWindowState \
|
|
Office/UI/DbRelationWindowState \
|
|
Office/UI/DbReportWindowState \
|
|
Office/UI/DbTableDataWindowState \
|
|
Office/UI/DbTableWindowState \
|
|
Office/UI/DbuCommands \
|
|
Office/UI/DrawImpressCommands \
|
|
Office/UI/DrawWindowState \
|
|
Office/UI/Effects \
|
|
Office/UI/Factories \
|
|
Office/UI/GenericCategories \
|
|
Office/UI/GenericCommands \
|
|
Office/UI/GlobalSettings \
|
|
Office/UI/ImpressWindowState \
|
|
Office/UI/Infobar \
|
|
Office/UI/MathCommands \
|
|
Office/UI/MathWindowState \
|
|
Office/UI/ReportCommands \
|
|
Office/UI/Sidebar \
|
|
Office/UI/StartModuleCommands \
|
|
Office/UI/StartModuleWindowState \
|
|
Office/UI/ToolbarMode \
|
|
Office/UI/WindowContentFactories \
|
|
Office/UI/WindowState \
|
|
Office/UI/WriterCommands \
|
|
Office/UI/WriterFormWindowState \
|
|
Office/UI/WriterGlobalWindowState \
|
|
Office/UI/WriterReportWindowState \
|
|
Office/UI/WriterWebWindowState \
|
|
Office/UI/WriterWindowState \
|
|
Office/UI/XFormsWindowState \
|
|
Office/Update \
|
|
Office/Views \
|
|
Office/Writer \
|
|
Office/WriterWeb \
|
|
Setup \
|
|
System \
|
|
TypeDetection/Filter \
|
|
TypeDetection/GraphicFilter \
|
|
TypeDetection/Misc \
|
|
TypeDetection/Types \
|
|
TypeDetection/UISort \
|
|
UserProfile \
|
|
VCL \
|
|
ucb/Configuration \
|
|
ucb/Hierarchy \
|
|
ucb/Store \
|
|
|