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
,commonwizards
,$(SRCDIR
)/wizards
/com
/sun
/star
/wizards
))
12 $(eval
$(call gb_Pyuno_add_files
,commonwizards
,wizards
,\
14 common
/ConfigGroup.py \
16 common
/Configuration.py \
18 common
/FileAccess.py \
20 common
/NoValidPathException.py \
21 common
/NumberFormatter.py \
22 common
/Properties.py \
23 common
/PropertyNames.py \
25 common
/SystemDialog.py \
29 common
/XMLProvider.py \
32 document
/OfficeDocument.py \
33 document
/__init__.py \
34 text
/TextDocument.py \
36 text
/TextFieldHandler.py \
37 text
/TextSectionHandler.py \
39 ui
/ControlScroller.py \
40 ui
/DocumentPreview.py \
49 ui
/event
/CommonListener.py \
50 ui
/event
/DataAware.py \
51 ui
/event
/ListModelBinder.py \
52 ui
/event
/RadioDataAware.py \
53 ui
/event
/UnoDataAware.py \
54 ui
/event
/SimpleDataAware.py \
56 ui
/event
/TaskEvent.py \
57 ui
/event
/TaskListener.py \
58 ui
/event
/ListDataEvent.py \
59 ui
/event
/ListDataListener.py \
60 ui
/event
/EventListenerList.py \
61 ui
/event
/__init__.py \
64 # vim:set noet sw=4 ts=4: