GPU-Calc: remove Alloc_Host_Ptr for clmem of NAN vector
[LibreOffice.git] / wizards / Pyuno_web.mk
blob3933b2745bbfbc584e4ae9ec0759c99c9da6e03d
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 LogTaskListener.py \
22 Process.py \
23 ProcessErrorHandler.py \
24 ProcessErrors.py \
25 ProcessStatusRenderer.py \
26 StatusDialog.py \
27 StylePreview.py \
28 TOCPreview.py \
29 WWD_Events.py \
30 WWD_General.py \
31 WWD_Startup.py \
32 WWHID.py \
33 WebWizard.py \
34 WebWizardConst.py \
35 WebWizardDialog.py \
36 WebWizardDialogResources.py \
37 TypeDetection.py \
38 ExtensionVerifier.py\
39 WebConfigSet.py\
40 __init__.py \
41 data/CGArgument.py \
42 data/CGContent.py \
43 data/CGDesign.py \
44 data/CGDocument.py \
45 data/CGExporter.py \
46 data/CGFilter.py \
47 data/CGGeneralInfo.py \
48 data/CGIconSet.py \
49 data/CGImage.py \
50 data/CGLayout.py \
51 data/CGPublish.py \
52 data/CGSession.py \
53 data/CGSessionName.py \
54 data/CGSettings.py \
55 data/CGStyle.py\
56 data/__init__.py \
57 export/Exporter.py \
58 export/AbstractExporter.py \
59 export/CopyExporter.py \
60 export/FilterExporter.py \
61 export/ConfiguredExporter.py \
62 export/ImpressHTMLExporter.py \
63 export/__init__.py \
65 $(eval $(call gb_Pyuno_set_componentfile_full,web,wizards/com/sun/star/wizards/web/web,vnd.openoffice.pymodule:wizards.web,.CallWizard))