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
,\
15 common
/ConfigGroup.py \
17 common
/Configuration.py \
19 common
/FileAccess.py \
21 common
/NoValidPathException.py \
22 common
/NumberFormatter.py \
23 common
/Properties.py \
24 common
/PropertyNames.py \
25 common
/SystemDialog.py \
30 document
/OfficeDocument.py \
31 document
/__init__.py \
32 text
/TextDocument.py \
34 text
/TextFieldHandler.py \
35 text
/TextSectionHandler.py \
37 ui
/ControlScroller.py \
38 ui
/DocumentPreview.py \
46 ui
/event
/CommonListener.py \
47 ui
/event
/DataAware.py \
48 ui
/event
/ListModelBinder.py \
49 ui
/event
/RadioDataAware.py \
50 ui
/event
/UnoDataAware.py \
52 ui
/event
/TaskEvent.py \
53 ui
/event
/TaskListener.py \
54 ui
/event
/EventListenerList.py \
55 ui
/event
/__init__.py \
58 # vim:set noet sw=4 ts=4: