diff options
author | Jean-Pierre Ledure <jp@ledure.be> | 2020-11-05 18:18:02 +0100 |
---|---|---|
committer | Jean-Pierre Ledure <jp@ledure.be> | 2020-11-05 18:18:02 +0100 |
commit | e58d6a92609bc27be7bca059582d574c84159a2d (patch) | |
tree | b3b9813b54699fd294b5bacd41ebfdc62e400276 /wizards | |
parent | d6a127f842503dccf036ac9ccadff242c2f34afb (diff) |
ScriptForge - Package_xxx.mk files
new file: wizards/Package_scriptforge.mk
new file: wizards/Package_sfdatabases.mk
new file: wizards/Package_sfdialogs.mk
new file: wizards/Package_sfdocuments.mk
Change-Id: I9438faa914bb6e95cbdb60bb066c851ddd63b2da
Diffstat (limited to 'wizards')
-rw-r--r-- | wizards/Package_scriptforge.mk | 55 | ||||
-rw-r--r-- | wizards/Package_sfdatabases.mk | 30 | ||||
-rw-r--r-- | wizards/Package_sfdialogs.mk | 31 | ||||
-rw-r--r-- | wizards/Package_sfdocuments.mk | 32 |
4 files changed, 148 insertions, 0 deletions
diff --git a/wizards/Package_scriptforge.mk b/wizards/Package_scriptforge.mk new file mode 100644 index 000000000000..81be6041fd84 --- /dev/null +++ b/wizards/Package_scriptforge.mk @@ -0,0 +1,55 @@ +# -*- 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_Package_Package,wizards_basicsrvscriptforge,$(SRCDIR)/wizards/source/scriptforge)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvscriptforge,$(LIBO_SHARE_FOLDER)/basic/ScriptForge,\ + SF_Array.xba \ + SF_Dictionary.xba \ + SF_Exception.xba \ + SF_FileSystem.xba \ + SF_L10N.xba \ + SF_Platform.xba \ + SF_Root.xba \ + SF_Services.xba \ + SF_Session.xba \ + SF_String.xba \ + SF_TextStream.xba \ + SF_Timer.xba \ + SF_UI.xba \ + SF_Utils.xba \ + _CodingConventions.xba \ + _ModuleModel.xba \ + __License.xba \ + dialog.xlb \ + dlgConsole.xdl \ + dlgProgress.xdl \ + script.xlb \ +)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvscriptforge,$(LIBO_SHARE_FOLDER)/Scripts/python,\ + python/ScriptForgeHelper.py \ +)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvscriptforge,$(LIBO_SHARE_FOLDER)/basic/ScriptForge/po,\ + po/ScriptForge.pot \ + po/en.po \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/wizards/Package_sfdatabases.mk b/wizards/Package_sfdatabases.mk new file mode 100644 index 000000000000..81fc55750291 --- /dev/null +++ b/wizards/Package_sfdatabases.mk @@ -0,0 +1,30 @@ +# -*- 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_Package_Package,wizards_basicsrvsfdatabases,$(SRCDIR)/wizards/source/sfdatabases)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvsfdatabases,$(LIBO_SHARE_FOLDER)/basic/SFDatabases,\ + SF_Database.xba \ + SF_Register.xba \ + __License.xba \ + dialog.xlb \ + script.xlb \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/wizards/Package_sfdialogs.mk b/wizards/Package_sfdialogs.mk new file mode 100644 index 000000000000..56ec2db9e165 --- /dev/null +++ b/wizards/Package_sfdialogs.mk @@ -0,0 +1,31 @@ +# -*- 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_Package_Package,wizards_basicsrvsfdialogs,$(SRCDIR)/wizards/source/sfdialogs)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvsfdialogs,$(LIBO_SHARE_FOLDER)/basic/SFDialogs,\ + SF_Dialog.xba \ + SF_DialogControl.xba \ + SF_Register.xba \ + __License.xba \ + dialog.xlb \ + script.xlb \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/wizards/Package_sfdocuments.mk b/wizards/Package_sfdocuments.mk new file mode 100644 index 000000000000..e79570ae906b --- /dev/null +++ b/wizards/Package_sfdocuments.mk @@ -0,0 +1,32 @@ +# -*- 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_Package_Package,wizards_basicsrvsfdocuments,$(SRCDIR)/wizards/source/sfdocuments)) + +$(eval $(call gb_Package_add_files,wizards_basicsrvsfdocuments,$(LIBO_SHARE_FOLDER)/basic/SFDocuments,\ + SF_Base.xba \ + SF_Calc.xba \ + SF_Document.xba \ + SF_Register.xba \ + __License.xba \ + dialog.xlb \ + script.xlb \ +)) + +# vim: set noet sw=4 ts=4: |