6dd61f2f7f740f26604a24268eabe8525fb2242e
[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         -DMAEMO_CHANGES                     \
47         -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \
48         -Wall
49
50 noinst_LTLIBRARIES=\
51         libmodest-ui.la
52
53 libmodest_ui_la_SOURCES=              \
54         modest-account-view-window.c  \
55         modest-accounts-window.c \
56         modest-accounts-window.h \
57         modest-default-account-settings-dialog.c \
58         modest-easysetup-wizard-dialog.h modest-easysetup-wizard-dialog.c \
59         modest-country-picker.h modest-country-picker.c \
60         modest-color-button.h modest-color-button.c \
61         modest-provider-picker.h modest-provider-picker.c \
62         modest-serversecurity-picker.h modest-serversecurity-picker.c \
63         modest-servertype-picker.h modest-servertype-picker.c \
64         modest-folder-window.c \
65         modest-folder-window.h \
66         modest-header-window.c \
67         modest-header-window.h \
68         modest-icon-names.h           \
69         modest-hildon2-global-settings-dialog.c \
70         modest-hildon2-global-settings-dialog.h \
71         modest-wp-text-view.c \
72         modest-wp-text-view.h \
73         modest-maemo-security-options-view.c \
74         modest-main-window.c          \
75         modest-main-window-ui.h       \
76         modest-hildon-includes.h      \
77         modest-hildon2-details-dialog.h \
78         modest-hildon2-details-dialog.c \
79         modest-hildon2-sort-dialog.c   \
80         modest-hildon2-sort-dialog.h   \
81         modest-hildon2-window.h \
82         modest-hildon2-window.c \
83         modest-mailboxes-window.c \
84         modest-mailboxes-window.h \
85         modest-platform.c             \
86         modest-signature-editor-dialog.c         \
87         modest-signature-editor-dialog.h         \
88         modest-msg-view-window.c      \
89         modest-msg-edit-window.c      \
90         modest-maemo-utils.c          \
91         modest-number-editor.c        \
92         modest-number-editor.h        \
93         modest-connection-specific-smtp-window.h \
94         modest-connection-specific-smtp-window.c \
95         modest-connection-specific-smtp-edit-window.h \
96         modest-connection-specific-smtp-edit-window.c \
97         modest-secureauth-picker.h modest-secureauth-picker.c \
98         modest-selector-picker.h modest-selector-picker.c \
99         modest-hildon2-window-mgr.h modest-hildon2-window-mgr.c
100
101
102 if MODEST_USE_DUMMY_ADDRESS_BOOK
103 #        nothing 
104 else
105 libmodest_ui_la_SOURCES += modest-address-book.c
106 endif 
107
108
109 libmodest_ui_la_LIBADD = \
110         $(MODEST_GSTUFF_LIBS) \
111         $(MODEST_ABOOK_LIBS) \
112         $(MODEST_PLATFORM_LIBS) \
113         $(MODEST_TOOLKIT_LIBS) \
114         $(MODEST_WPEDITOR_LIBS) \
115         $(MODEST_HILDON_MIME_LIBS) \
116         $(MODEST_LIBCONIC_LIBS) \
117         $(MODEST_HILDON_HELP_LIBS) \
118         $(MODEST_LIBALARM_LIBS)   \
119         $(MODEST_LIBIPHB_LIBS)   \
120         $(MODEST_HILDON_NOTIFY_LIBS) \
121         $(MODEST_CALENDAR_WIDGETS_LIBS)
122
123 UI_FILES=\
124         ui/modest-main-window-ui.xml \
125         ui/modest-msg-edit-window-ui.xml \
126         ui/modest-msg-view-window-ui.xml
127
128 uidir = $(datadir)/modest/ui
129 ui_DATA = $(UI_FILES)
130
131 serviceentry_DATA   = com.nokia.modest.service
132 desktopentry_DATA   = modest.desktop
133 backupsettings_DATA = modest.conf
134 prebackup_SCRIPTS = modest-prebackup.sh
135 restore_SCRIPTS = modest-restore.sh
136 ossocudscripts_SCRIPTS = modest-clean.sh
137
138 EXTRA_DIST=\
139         $(UI_FILES) \
140         $(PIXMAP_FILES) \
141         $(serviceentry_DATA) \
142         $(desktopentry_DATA) \
143         $(backupsettings_DATA) \
144         $(prebackup_SCRIPTS) \
145         $(restore_SCRIPTS) \
146         $(ossocudscripts_SCRIPTS)