aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/Makefile.am
blob: c7580fba60e9367eec819b2f527ec41a459ad2f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
privsolib_LTLIBRARIES = libemiscwidgets.la

widgetsincludedir = $(privincludedir)/misc

ui_DATA = e-send-options.ui

widgetsinclude_HEADERS =            \
    e-account-combo-box.h           \
    e-action-combo-box.h            \
    e-activity-bar.h            \
    e-activity-proxy.h          \
    e-alert-bar.h               \
    e-attachment.h              \
    e-attachment-button.h           \
    e-attachment-dialog.h           \
    e-attachment-handler.h          \
    e-attachment-handler-image.h        \
    e-attachment-handler-sendto.h       \
    e-attachment-icon-view.h        \
    e-attachment-paned.h            \
    e-attachment-store.h            \
    e-attachment-tree-view.h        \
    e-attachment-view.h         \
    e-auth-combo-box.h          \
    e-buffer-tagger.h           \
    e-calendar.h                \
    e-calendar-item.h           \
    e-canvas.h              \
    e-canvas-background.h           \
    e-canvas-utils.h            \
    e-canvas-vbox.h             \
    e-charset-combo-box.h           \
    e-contact-map.h             \
    e-contact-map-window.h          \
    e-contact-marker.h          \
    e-dateedit.h                \
    e-focus-tracker.h           \
    e-image-chooser.h           \
    e-import-assistant.h            \
    e-map.h                 \
    e-menu-tool-action.h            \
    e-menu-tool-button.h            \
    e-online-button.h           \
    e-paned.h               \
    e-picture-gallery.h         \
    e-popup-action.h            \
    e-port-entry.h              \
    e-preferences-window.h          \
    e-preview-pane.h            \
    e-printable.h               \
    e-search-bar.h              \
    e-searching-tokenizer.h         \
    e-selectable.h              \
    e-selection-model.h         \
    e-selection-model-array.h       \
    e-selection-model-simple.h      \
    e-send-options.h            \
    e-signature-combo-box.h         \
    e-signature-editor.h            \
    e-signature-manager.h           \
    e-signature-preview.h           \
    e-signature-script-dialog.h     \
    e-signature-tree-view.h         \
    e-url-entry.h               \
    e-web-view.h                \
    e-web-view-preview.h            \
    ea-calendar-cell.h          \
    ea-calendar-item.h          \
    ea-cell-table.h             \
    ea-widgets.h

libemiscwidgets_la_CPPFLAGS =                       \
    $(AM_CPPFLAGS)                          \
    -I$(top_srcdir)                         \
    -I$(top_srcdir)/filter                      \
    -I$(top_srcdir)/widgets                     \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"            \
    -DEVOLUTION_UIDIR=\""$(uidir)"\"                \
    -DG_LOG_DOMAIN=__FILE__                     \
    $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
    $(GNOME_PLATFORM_CFLAGS)                    \
    $(CHAMPLAIN_CFLAGS)                     \
    $(GEOCLUE_CFLAGS)                       \
    $(CLUTTER_CFLAGS)                       \
    $(GTKHTML_CFLAGS)

libemiscwidgets_la_SOURCES =            \
    $(widgetsinclude_HEADERS)       \
    e-account-combo-box.c           \
    e-action-combo-box.c            \
    e-activity-bar.c            \
    e-activity-proxy.c          \
    e-alert-bar.c               \
    e-attachment.c              \
    e-attachment-button.c           \
    e-attachment-dialog.c           \
    e-attachment-handler.c          \
    e-attachment-handler-image.c        \
    e-attachment-handler-sendto.c       \
    e-attachment-icon-view.c        \
    e-attachment-paned.c            \
    e-attachment-store.c            \
    e-attachment-tree-view.c        \
    e-attachment-view.c         \
    e-auth-combo-box.c          \
    e-buffer-tagger.c           \
    e-calendar.c                \
    e-calendar-item.c           \
    e-canvas.c              \
    e-canvas-background.c           \
    e-canvas-utils.c            \
    e-canvas-vbox.c             \
    e-charset-combo-box.c           \
    e-contact-map.c             \
    e-contact-map-window.c          \
    e-contact-marker.c          \
    e-dateedit.c                \
    e-focus-tracker.c           \
    e-image-chooser.c           \
    e-import-assistant.c            \
    e-map.c                 \
    e-menu-tool-action.c            \
    e-menu-tool-button.c            \
    e-online-button.c           \
    e-paned.c               \
    e-picture-gallery.c         \
    e-popup-action.c            \
    e-port-entry.c              \
    e-preferences-window.c          \
    e-preview-pane.c            \
    e-printable.c               \
    e-search-bar.c              \
    e-searching-tokenizer.c         \
    e-selectable.c              \
    e-selection-model.c         \
    e-selection-model-array.c       \
    e-selection-model-simple.c      \
    e-send-options.c            \
    e-signature-combo-box.c         \
    e-signature-editor.c            \
    e-signature-manager.c           \
    e-signature-preview.c           \
    e-signature-script-dialog.c     \
    e-signature-tree-view.c         \
    e-url-entry.c               \
    e-web-view.c                \
    e-web-view-preview.c            \
    ea-calendar-cell.c          \
    ea-calendar-item.c          \
    ea-cell-table.c             \
    ea-widgets.c

libemiscwidgets_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)

libemiscwidgets_la_LIBADD =                 \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/filter/libfilter.la         \
    $(top_builddir)/a11y/libevolution-a11y.la       \
    $(top_builddir)/libgnomecanvas/libgnomecanvas.la    \
    $(top_builddir)/libemail-utils/libemail-utils.la    \
    $(EVOLUTION_DATA_SERVER_LIBS)               \
    $(GNOME_PLATFORM_LIBS)                  \
    $(MATH_LIB)                     \
    $(ICONV_LIBS)                       \
    $(CHAMPLAIN_LIBS)                   \
    $(GEOCLUE_LIBS)                     \
    $(CLUTTER_LIBS)                     \
    $(GTKHTML_LIBS)

noinst_PROGRAMS =           \
    test-calendar           \
    test-dateedit           \
    test-preferences-window 

test_widgets_misc_CPPFLAGS=                     \
    $(AM_CPPFLAGS)                          \
    -I$(top_srcdir)                         \
    -I$(top_srcdir)/filter                      \
    -I$(top_srcdir)/widgets                     \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"            \
    -DG_LOG_DOMAIN=__FILE__                     \
    $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
    $(GNOME_PLATFORM_CFLAGS)

# test-calendar

test_calendar_CPPFLAGS = $(test_widgets_misc_CPPFLAGS)

test_calendar_SOURCES =     \
    test-calendar.c

test_calendar_LDADD =               \
    libemiscwidgets.la          \
    $(top_builddir)/e-util/libeutil.la  \
    $(top_builddir)/filter/libfilter.la \
    $(EVOLUTION_DATA_SERVER_LIBS)       \
    $(GNOME_PLATFORM_LIBS)

# test-dateedit

test_dateedit_CPPFLAGS = $(test_widgets_misc_CPPFLAGS)

test_dateedit_SOURCES =     \
    test-dateedit.c

test_dateedit_LDADD =               \
    libemiscwidgets.la          \
    $(top_builddir)/e-util/libeutil.la  \
    $(top_builddir)/filter/libfilter.la \
    $(EVOLUTION_DATA_SERVER_LIBS)       \
    $(GNOME_PLATFORM_LIBS)

# test-preferences-window

test_preferences_window_CPPFLAGS = $(test_widgets_misc_CPPFLAGS)

test_preferences_window_SOURCES =       \
    test-preferences-window.c

test_preferences_window_LDADD =         \
    libemiscwidgets.la          \
    $(top_builddir)/e-util/libeutil.la  \
    $(top_builddir)/filter/libfilter.la \
    $(EVOLUTION_DATA_SERVER_LIBS)       \
    $(GNOME_PLATFORM_LIBS)

EXTRA_DIST = $(ui_DATA)

-include $(top_srcdir)/git.mk