892430f8130d4ee64af8a34cf49241262dda4988
[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-country-picker.h modest-country-picker.c \
54         modest-color-button.h modest-color-button.c \
55         modest-provider-picker.h modest-provider-picker.c \
56         modest-serversecurity-picker.h modest-serversecurity-picker.c \
57         modest-servertype-picker.h modest-servertype-picker.c \
58         modest-icon-names.h           \
59         modest-hildon2-global-settings-dialog.c \
60         modest-hildon2-global-settings-dialog.h \
61         modest-maemo-security-options-view.c \
62         modest-hildon-includes.h      \
63         modest-hildon-find-toolbar.h  \
64         modest-hildon-find-toolbar.c  \
65         modest-hildon-pannable-area-scrollable.h        \
66         modest-hildon-pannable-area-scrollable.c        \
67         modest-hildon2-details-dialog.h \
68         modest-hildon2-details-dialog.c \
69         modest-hildon2-sort-dialog.c   \
70         modest-hildon2-sort-dialog.h   \
71         modest-hildon2-window.h \
72         modest-hildon2-window.c \
73         modest-platform.c             \
74         modest-hildon2-msg-view-window.h      \
75         modest-hildon2-msg-view-window.c      \
76         modest-maemo-utils.c          \
77         modest-number-editor.c        \
78         modest-number-editor.h        \
79         modest-secureauth-picker.h modest-secureauth-picker.c \
80         modest-selector-picker.h modest-selector-picker.c \
81         modest-hildon2-window-mgr.h modest-hildon2-window-mgr.c
82
83
84 if MODEST_USE_DUMMY_ADDRESS_BOOK
85 #        nothing 
86 else
87 libmodest_ui_la_SOURCES += modest-address-book.c
88
89 if MODEST_BUILD_ASDBUS
90 libmodest_ui_la_SOURCES+= \
91         asdbus.h asdbus.c asdbus-bindings.h
92 endif
93 endif 
94
95
96
97 libmodest_ui_la_LIBADD = \
98         $(MODEST_GSTUFF_LIBS) \
99         $(MODEST_ABOOK_LIBS) \
100         $(MODEST_PLATFORM_LIBS) \
101         $(MODEST_TOOLKIT_LIBS) \
102         $(MODEST_WPEDITOR_LIBS) \
103         $(MODEST_HILDON_MIME_LIBS) \
104         $(MODEST_LIBCONIC_LIBS) \
105         $(MODEST_HILDON_HELP_LIBS) \
106         $(MODEST_LIBALARM_LIBS)   \
107         $(MODEST_LIBIPHB_LIBS)   \
108         $(MODEST_HILDON_NOTIFY_LIBS) \
109         $(MODEST_CALENDAR_WIDGETS_LIBS)
110
111 serviceentry_DATA   = com.nokia.modest.service
112 desktopentry_DATA   = modest.desktop
113 backupsettings_DATA = modest.conf
114 prebackup_SCRIPTS = modest-prebackup.sh
115 restore_SCRIPTS = modest-restore.sh
116 ossocudscripts_SCRIPTS = modest-clean.sh
117
118 EXTRA_DIST=\
119         $(PIXMAP_FILES) \
120         $(serviceentry_DATA) \
121         $(desktopentry_DATA) \
122         $(backupsettings_DATA) \
123         $(prebackup_SCRIPTS) \
124         $(restore_SCRIPTS) \
125         $(ossocudscripts_SCRIPTS)