Moved modest wp text view to src/widgets
[modest] / src / hildon2 / Makefile.am
1 # Copyright (c) 2006,2007 Nokia Corporation
2 # All rights reserved.
3
4 # Redistribution and use in source and binary forms, with or without
5 # modification, are permitted provided that the following conditions are
6 # met:
7
8 # * Redistributions of source code must retain the above copyright
9 #   notice, this list of conditions and the following disclaimer.
10 # * Redistributions in binary form must reproduce the above copyright
11 #   notice, this list of conditions and the following disclaimer in the
12 #   documentation and/or other materials provided with the distribution.
13 # * Neither the name of the Nokia Corporation nor the names of its
14 #   contributors may be used to endorse or promote products derived from
15 #   this software without specific prior written permission.
16
17 # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
18 # IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
19 # TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
20 # PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER
21 # OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
22 # EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
23 # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 # PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
25 # LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
26 # NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
27 # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
29 INCLUDES=\
30         $(LIBMODEST_DBUS_CLIENT_CFLAGS)     \
31         $(MODEST_GSTUFF_CFLAGS)             \
32         $(MODEST_WPEDITOR_CFLAGS)           \
33         $(MODEST_PLATFORM_CFLAGS)           \
34         $(MODEST_TOOLKIT_CFLAGS)            \
35         $(MODEST_PLUGIN_DEFINES)            \
36         $(MODEST_ABOOK_CFLAGS)              \
37         $(MODEST_HILDON_HELP_CFLAGS)        \
38         $(MODEST_LIBCONIC_CFLAGS)           \
39         $(MODEST_HILDON_MIME_CFLAGS)        \
40         $(MODEST_HILDON_NOTIFY_CFLAGS)      \
41         $(MODEST_LIBALARM_CFLAGS)           \
42         $(MODEST_CALENDAR_WIDGETS_CFLAGS)   \
43         -I ${top_srcdir}/src/widgets        \
44         -I ${top_srcdir}/src                \
45         -DPREFIX=\"@prefix@\"               \
46         -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \
47         -Wall
48
49 noinst_LTLIBRARIES=\
50         libmodest-ui.la
51
52 libmodest_ui_la_SOURCES=              \
53         modest-account-view-window.c  \
54         modest-default-account-settings-dialog.c \
55         modest-country-picker.h modest-country-picker.c \
56         modest-color-button.h modest-color-button.c \
57         modest-provider-picker.h modest-provider-picker.c \
58         modest-serversecurity-picker.h modest-serversecurity-picker.c \
59         modest-servertype-picker.h modest-servertype-picker.c \
60         modest-icon-names.h           \
61         modest-hildon2-global-settings-dialog.c \
62         modest-hildon2-global-settings-dialog.h \
63         modest-maemo-security-options-view.c \
64         modest-hildon-includes.h      \
65         modest-hildon-find-toolbar.h  \
66         modest-hildon-find-toolbar.c  \
67         modest-hildon-pannable-area-scrollable.h        \
68         modest-hildon-pannable-area-scrollable.c        \
69         modest-hildon2-details-dialog.h \
70         modest-hildon2-details-dialog.c \
71         modest-hildon2-sort-dialog.c   \
72         modest-hildon2-sort-dialog.h   \
73         modest-hildon2-window.h \
74         modest-hildon2-window.c \
75         modest-platform.c             \
76         modest-signature-editor-dialog.c         \
77         modest-signature-editor-dialog.h         \
78         modest-hildon2-msg-view-window.h      \
79         modest-hildon2-msg-view-window.c      \
80         modest-maemo-utils.c          \
81         modest-number-editor.c        \
82         modest-number-editor.h        \
83         modest-secureauth-picker.h modest-secureauth-picker.c \
84         modest-selector-picker.h modest-selector-picker.c \
85         modest-hildon2-window-mgr.h modest-hildon2-window-mgr.c
86
87
88 if MODEST_USE_DUMMY_ADDRESS_BOOK
89 #        nothing 
90 else
91 libmodest_ui_la_SOURCES += modest-address-book.c
92 endif 
93
94
95 libmodest_ui_la_LIBADD = \
96         $(MODEST_GSTUFF_LIBS) \
97         $(MODEST_ABOOK_LIBS) \
98         $(MODEST_PLATFORM_LIBS) \
99         $(MODEST_TOOLKIT_LIBS) \
100         $(MODEST_WPEDITOR_LIBS) \
101         $(MODEST_HILDON_MIME_LIBS) \
102         $(MODEST_LIBCONIC_LIBS) \
103         $(MODEST_HILDON_HELP_LIBS) \
104         $(MODEST_LIBALARM_LIBS)   \
105         $(MODEST_LIBIPHB_LIBS)   \
106         $(MODEST_HILDON_NOTIFY_LIBS) \
107         $(MODEST_CALENDAR_WIDGETS_LIBS)
108
109 UI_FILES=\
110         ui/modest-main-window-ui.xml \
111         ui/modest-msg-edit-window-ui.xml \
112         ui/modest-msg-view-window-ui.xml
113
114 uidir = $(datadir)/modest/ui
115 ui_DATA = $(UI_FILES)
116
117 serviceentry_DATA   = com.nokia.modest.service
118 desktopentry_DATA   = modest.desktop
119 backupsettings_DATA = modest.conf
120 prebackup_SCRIPTS = modest-prebackup.sh
121 restore_SCRIPTS = modest-restore.sh
122 ossocudscripts_SCRIPTS = modest-clean.sh
123
124 EXTRA_DIST=\
125         $(UI_FILES) \
126         $(PIXMAP_FILES) \
127         $(serviceentry_DATA) \
128         $(desktopentry_DATA) \
129         $(backupsettings_DATA) \
130         $(prebackup_SCRIPTS) \
131         $(restore_SCRIPTS) \
132         $(ossocudscripts_SCRIPTS)