officecfg/CustomTarget_registry.mk | 2 officecfg/Module_officecfg.mk | 2 officecfg/files.mk | 113 +++++++++++++++++++++++++++++++++++++ officecfg/registry/files.mk | 113 ------------------------------------- 4 files changed, 115 insertions(+), 115 deletions(-)
New commits: commit d0e11d7591bf27a3ac2198042a590884281365ec Author: David Ostrovsky <da...@ostrovsky.org> Date: Mon Mar 18 23:17:01 2013 +0100 move files.mk to officecfg directory Change-Id: Ia2b793491e4d378ac012debf0beaf6c40d0ee1e1 Reviewed-on: https://gerrit.libreoffice.org/2823 Tested-by: LibreOffice gerrit bot <ger...@libreoffice.org> Reviewed-by: Fridrich Strba <fridr...@documentfoundation.org> Tested-by: Fridrich Strba <fridr...@documentfoundation.org> diff --git a/officecfg/CustomTarget_registry.mk b/officecfg/CustomTarget_registry.mk index 565fa84..42cd9ff 100644 --- a/officecfg/CustomTarget_registry.mk +++ b/officecfg/CustomTarget_registry.mk @@ -34,7 +34,7 @@ $(call gb_CustomTarget_get_target,officecfg/registry) : \ # auto generated header file for unit test qa/cppheader.cxx $(call gb_CustomTarget_get_workdir,officecfg/registry)/officecfg_qa_allheaders.hxx: \ - $(SRCDIR)/officecfg/registry/files.mk + $(SRCDIR)/officecfg/files.mk $(call gb_Output_announce,officecfg_qa_allheaders.hxx,$(true),CAT,1) mkdir -p $(dir $@) && \ rm -f $@ \ diff --git a/officecfg/Module_officecfg.mk b/officecfg/Module_officecfg.mk index ef46599..6e526e9 100644 --- a/officecfg/Module_officecfg.mk +++ b/officecfg/Module_officecfg.mk @@ -18,7 +18,7 @@ $(eval $(call gb_Module_Module,officecfg)) -include $(SRCDIR)/officecfg/registry/files.mk +include $(SRCDIR)/officecfg/files.mk $(eval $(call gb_Module_add_targets,officecfg,\ CustomTarget_registry \ diff --git a/officecfg/files.mk b/officecfg/files.mk new file mode 100644 index 0000000..7a2deb8 --- /dev/null +++ b/officecfg/files.mk @@ -0,0 +1,113 @@ +# +# 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 := \ + FirstStartWizard \ + Inet \ + Interaction \ + LDAP \ + Office/Accelerators \ + Office/Addons \ + 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/OOoImprovement/Settings \ + Office/OptionsDialog \ + Office/Paths \ + Office/PresenterScreen \ + Office/ProtocolHandler \ + Office/Recovery \ + Office/ReportDesign \ + Office/SFX \ + Office/Scripting \ + Office/Security \ + Office/Substitution \ + Office/TabBrowse \ + 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/MathCommands \ + Office/UI/MathWindowState \ + Office/UI/ReportCommands \ + Office/UI/StartModuleCommands \ + Office/UI/StartModuleWindowState \ + 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/Views \ + Office/WebWizard \ + Office/Writer \ + Office/WriterWeb \ + Setup \ + System \ + TypeDetection/Filter \ + TypeDetection/GraphicFilter \ + TypeDetection/Misc \ + TypeDetection/Types \ + TypeDetection/UISort \ + UserProfile \ + VCL \ + ucb/Configuration \ + ucb/Hierarchy \ + ucb/InteractionHandler \ + ucb/Store \ + diff --git a/officecfg/registry/files.mk b/officecfg/registry/files.mk deleted file mode 100644 index 7a2deb8..0000000 --- a/officecfg/registry/files.mk +++ /dev/null @@ -1,113 +0,0 @@ -# -# 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 := \ - FirstStartWizard \ - Inet \ - Interaction \ - LDAP \ - Office/Accelerators \ - Office/Addons \ - 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/OOoImprovement/Settings \ - Office/OptionsDialog \ - Office/Paths \ - Office/PresenterScreen \ - Office/ProtocolHandler \ - Office/Recovery \ - Office/ReportDesign \ - Office/SFX \ - Office/Scripting \ - Office/Security \ - Office/Substitution \ - Office/TabBrowse \ - 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/MathCommands \ - Office/UI/MathWindowState \ - Office/UI/ReportCommands \ - Office/UI/StartModuleCommands \ - Office/UI/StartModuleWindowState \ - 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/Views \ - Office/WebWizard \ - Office/Writer \ - Office/WriterWeb \ - Setup \ - System \ - TypeDetection/Filter \ - TypeDetection/GraphicFilter \ - TypeDetection/Misc \ - TypeDetection/Types \ - TypeDetection/UISort \ - UserProfile \ - VCL \ - ucb/Configuration \ - ucb/Hierarchy \ - ucb/InteractionHandler \ - ucb/Store \ - _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits