Assamese translation updated
[platform/upstream/evolution-data-server.git] / libedataserverui / Makefile.am
1 # The marshallers
2 MARSHAL_GENERATED = e-data-server-ui-marshal.c e-data-server-ui-marshal.h
3 @EVO_MARSHAL_RULE@
4
5 lib_LTLIBRARIES = libedataserverui-3.0.la
6
7 libedataserverui_3_0_la_CPPFLAGS =              \
8         $(AM_CPPFLAGS)                          \
9         -I$(top_srcdir)                         \
10         -I$(top_srcdir)/addressbook             \
11         -I$(top_builddir)/addressbook           \
12         -I$(top_srcdir)/calendar                \
13         -I$(top_builddir)/calendar              \
14         -DLIBEDATASERVERUI_COMPILATION          \
15         -DG_LOG_DOMAIN=\"e-data-server-ui\"     \
16         -DE_DATA_SERVER_UI_UIDIR=\""$(uidir)"\" \
17         $(E_DATA_SERVER_UI_CFLAGS)              \
18         $(LIBSECRET_CFLAGS)                     \
19         $(CAMEL_CFLAGS)                         \
20         $(SOUP_CFLAGS)                          \
21         $(CODE_COVERAGE_CFLAGS)                 \
22         $(NULL)
23
24 libedataserveruiinclude_HEADERS =       \
25         libedataserverui.h              \
26         e-categories-dialog.h           \
27         e-categories-editor.h           \
28         e-categories-selector.h         \
29         e-category-completion.h         \
30         e-category-editor.h             \
31         e-destination-store.h           \
32         e-book-auth-util.h              \
33         e-client-utils.h                \
34         e-contact-store.h               \
35         e-name-selector.h               \
36         e-name-selector-dialog.h        \
37         e-name-selector-entry.h         \
38         e-name-selector-model.h         \
39         e-name-selector-list.h          \
40         e-passwords.h                   \
41         e-source-selector.h             \
42         e-source-selector-dialog.h      \
43         e-source-combo-box.h            \
44         e-tree-model-generator.h        \
45         e-cell-renderer-color.h
46
47 if OS_WIN32
48 e_passwords_build = e-passwords-win32.c
49 e_passwords_dist = e-passwords.c
50 else
51 e_passwords_build = e-passwords.c
52 e_passwords_dist = e-passwords-win32.c
53 endif
54
55 libedataserverui_3_0_la_SOURCES =       \
56         $(MARSHAL_GENERATED)            \
57         e-categories-dialog.c           \
58         e-categories-editor.c           \
59         e-categories-selector.c         \
60         e-category-completion.c         \
61         e-category-editor.c             \
62         e-destination-store.c           \
63         e-book-auth-util.c              \
64         e-client-utils.c                \
65         e-contact-store.c               \
66         e-name-selector.c               \
67         e-name-selector-dialog.c        \
68         e-name-selector-entry.c         \
69         e-name-selector-model.c         \
70         e-name-selector-list.c          \
71         $(e_passwords_build)            \
72         e-source-selector.c             \
73         e-source-selector-dialog.c      \
74         e-source-combo-box.c            \
75         e-tree-model-generator.c        \
76         e-cell-renderer-color.c
77
78 libedataserverui_3_0_la_LIBADD =                                \
79         $(top_builddir)/addressbook/libebook/libebook-1.2.la    \
80         $(top_builddir)/calendar/libecal/libecal-1.2.la         \
81         $(top_builddir)/libedataserver/libedataserver-1.2.la    \
82         $(top_builddir)/libebackend/libebackend-1.2.la          \
83         $(top_builddir)/camel/libcamel-1.2.la                   \
84         $(E_DATA_SERVER_UI_LIBS)                                \
85         $(LIBSECRET_LIBS)                                       \
86         $(CAMEL_LIBS)                                           \
87         $(SOUP_LIBS)
88
89 libedataserverui_3_0_la_LDFLAGS = \
90         -version-info $(LIBEDATASERVERUI_CURRENT):$(LIBEDATASERVERUI_REVISION):$(LIBEDATASERVERUI_AGE) $(NO_UNDEFINED) \
91         $(CODE_COVERAGE_LDFLAGS) \
92         $(NULL)
93
94 libedataserveruiincludedir = $(privincludedir)/libedataserverui
95
96 %-3.0.pc: %.pc
97         cp $< $@
98
99 pkgconfigdir = $(libdir)/pkgconfig
100 pkgconfig_DATA = libedataserverui-3.0.pc
101
102 BUILT_SOURCES = $(MARSHAL_GENERATED)
103
104 EXTRA_DIST =                                            \
105         $(e_passwords_dist)                             \
106         e-data-server-ui-marshal.list                   \
107         $(pkgconfig_DATA:-3.0.pc=.pc.in)
108
109 CLEANFILES = $(BUILT_SOURCES)
110 DISTCLEANFILES = $(pkgconfig_DATA)
111
112 -include $(top_srcdir)/git.mk