libreofficekit_tiledrendering test: force lock file removal
[LibreOffice.git] / wizards / Pyuno_web.mk
bloba8e15194555a407b64b92324d183c629d52ff71a
1 # -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
3 # This file is part of the LibreOffice project.
5 # This Source Code Form is subject to the terms of the Mozilla Public
6 # License, v. 2.0. If a copy of the MPL was not distributed with this
7 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
10 $(eval $(call gb_Pyuno_Pyuno,web,$(SRCDIR)/wizards/com/sun/star/wizards/web))
12 $(eval $(call gb_Pyuno_add_files,web,wizards/web,\
13 CallWizard.py \
14 BackgroundsDialog.py \
15 ErrorHandler.py \
16 AbstractErrorHandler.py \
17 FTPDialog.py \
18 FTPDialogResources.py \
19 IconsDialog.py \
20 ImageListDialog.py \
21 Process.py \
22 ProcessErrorHandler.py \
23 ProcessErrors.py \
24 ProcessStatusRenderer.py \
25 StatusDialog.py \
26 StylePreview.py \
27 TOCPreview.py \
28 WWD_Events.py \
29 WWD_General.py \
30 WWD_Startup.py \
31 WWHID.py \
32 WebWizardConst.py \
33 WebWizardDialog.py \
34 WebWizardDialogResources.py \
35 TypeDetection.py \
36 ExtensionVerifier.py\
37 WebConfigSet.py\
38 __init__.py \
39 data/CGArgument.py \
40 data/CGContent.py \
41 data/CGDesign.py \
42 data/CGDocument.py \
43 data/CGExporter.py \
44 data/CGFilter.py \
45 data/CGGeneralInfo.py \
46 data/CGIconSet.py \
47 data/CGImage.py \
48 data/CGLayout.py \
49 data/CGPublish.py \
50 data/CGSession.py \
51 data/CGSessionName.py \
52 data/CGSettings.py \
53 data/CGStyle.py\
54 data/__init__.py \
55 export/Exporter.py \
56 export/AbstractExporter.py \
57 export/CopyExporter.py \
58 export/FilterExporter.py \
59 export/ConfiguredExporter.py \
60 export/ImpressHTMLExporter.py \
61 export/__init__.py \
63 $(eval $(call gb_Pyuno_set_componentfile_full,web,wizards/com/sun/star/wizards/web/web,vnd.openoffice.pymodule:wizards.web,.CallWizard))