e0786003199d979d11fa65bb2245989fbc95432e
[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         $(MODEST_GSTUFF_CFLAGS)             \
31         $(MODEST_WPEDITOR_CFLAGS)           \
32         $(MODEST_PLATFORM_CFLAGS)           \
33         $(MODEST_TOOLKIT_CFLAGS)           \
34         $(MODEST_PLUGIN_DEFINES)            \
35         $(MODEST_ABOOK_CFLAGS)              \
36         $(MODEST_HILDON_HELP_CFLAGS)        \
37         $(MODEST_LIBCONIC_CFLAGS)           \
38         $(MODEST_HILDON_MIME_CFLAGS)        \
39         $(MODEST_HILDON_NOTIFY_CFLAGS)      \
40         $(MODEST_LIBALARM_CFLAGS)           \
41         -I ${top_srcdir}/src/widgets        \
42         -I ${top_srcdir}/src                \
43         -DPREFIX=\"@prefix@\"               \
44         -DMAEMO_CHANGES                     \
45         -DMODEST_UIDIR=\""$(datadir)/modest/ui/"\" \
46         -Wall
47
48 noinst_LTLIBRARIES=\
49         libmodest-ui.la
50
51 libmodest_ui_la_SOURCES=              \
52         modest-account-view-window.c  \
53         modest-accounts-window.c \
54         modest-accounts-window.h \
55         modest-default-account-settings-dialog.c \
56         modest-easysetup-wizard-dialog.h modest-easysetup-wizard-dialog.c \
57         modest-country-picker.h modest-country-picker.c \
58         modest-provider-picker.h modest-provider-picker.c \
59         modest-serversecurity-picker.h modest-serversecurity-picker.c \
60         modest-servertype-picker.h modest-servertype-picker.c \
61         modest-folder-window.c \
62         modest-folder-window.h \
63         modest-header-window.c \
64         modest-header-window.h \
65         modest-icon-names.h           \
66         modest-hildon2-global-settings-dialog.c \
67         modest-hildon2-global-settings-dialog.h \
68         modest-wp-text-view.c \
69         modest-wp-text-view.h \
70         modest-maemo-security-options-view.c \
71         modest-main-window.c          \
72         modest-main-window-ui.h       \
73         modest-hildon-includes.h      \
74         modest-hildon2-details-dialog.h \
75         modest-hildon2-details-dialog.c \
76         modest-hildon2-sort-dialog.c   \
77         modest-hildon2-sort-dialog.h   \
78         modest-hildon2-window.h \
79         modest-hildon2-window.c \
80         modest-mailboxes-window.c \
81         modest-mailboxes-window.h \
82         modest-platform.c             \
83         modest-signature-editor-dialog.c         \
84         modest-signature-editor-dialog.h         \
85         modest-msg-view-window.c      \
86         modest-msg-edit-window.c      \
87         modest-maemo-utils.c          \
88         modest-number-editor.c        \
89         modest-number-editor.h        \
90         modest-connection-specific-smtp-window.h \
91         modest-connection-specific-smtp-window.c \
92         modest-connection-specific-smtp-edit-window.h \
93         modest-connection-specific-smtp-edit-window.c \
94         modest-osso-autosave-callbacks.c \
95         modest-osso-autosave-callbacks.h \
96         modest-osso-state-saving.c \
97         modest-osso-state-saving.h   \
98         modest-limit-retrieve-picker.h modest-limit-retrieve-picker.c \
99         modest-retrieve-picker.h modest-retrieve-picker.c \
100         modest-secureauth-picker.h modest-secureauth-picker.c \
101         modest-selector-picker.h modest-selector-picker.c \
102         modest-hildon2-window-mgr.h modest-hildon2-window-mgr.c
103
104
105 if MODEST_USE_DUMMY_ADDRESS_BOOK
106 #        nothing 
107 else
108 libmodest_ui_la_SOURCES += modest-address-book.c
109 endif 
110
111
112 libmodest_ui_la_LIBADD = \
113         $(MODEST_GSTUFF_LIBS) \
114         $(MODEST_ABOOK_LIBS) \
115         $(MODEST_PLATFORM_LIBS) \
116         $(MODEST_TOOLKIT_LIBS) \
117         $(MODEST_WPEDITOR_LIBS) \
118         $(MODEST_HILDON_MIME_LIBS) \
119         $(MODEST_LIBCONIC_LIBS) \
120         $(MODEST_HILDON_HELP_LIBS) \
121         $(MODEST_LIBALARM_LIBS)   \
122         $(MODEST_HILDON_NOTIFY_LIBS)
123
124 UI_FILES=\
125         ui/modest-main-window-ui.xml \
126         ui/modest-msg-edit-window-ui.xml \
127         ui/modest-msg-view-window-ui.xml
128
129 uidir = $(datadir)/modest/ui
130 ui_DATA = $(UI_FILES)
131
132 serviceentry_DATA   = com.nokia.modest.service
133 desktopentry_DATA   = modest.desktop
134 backupsettings_DATA = modest.conf
135 ossocudscripts_SCRIPTS = modest-clean.sh
136
137 EXTRA_DIST=\
138         $(UI_FILES) \
139         $(PIXMAP_FILES) \
140         $(serviceentry_DATA) \
141         $(desktopentry_DATA) \
142         $(backupsettings_DATA) \
143         $(ossocudscripts_SCRIPTS)