aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/Makefile.am
blob: b3f9041c9e16ff4117cdf048f5250c6f9e8087cb (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
## CORBA stuff

IDLS =                                                  \
    $(top_srcdir)/composer/Evolution-Composer.idl                           \
    $(top_srcdir)/calendar/idl/evolution-calendar.idl                       \
    $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl

IDL_GENERATED =                             \
        Evolution-Composer.h                    \
        Evolution-Composer-common.c             \
        Evolution-Composer-skels.c              \
        Evolution-Composer-stubs.c          \
    Evolution-Addressbook-SelectNames.h     \
    Evolution-Addressbook-SelectNames-common.c  \
    Evolution-Addressbook-SelectNames-skels.c   \
    Evolution-Addressbook-SelectNames-stubs.c   \
    evolution-calendar.h                \
    evolution-calendar-common.c         \
    evolution-calendar-skels.c          \
    evolution-calendar-stubs.c

$(IDL_GENERATED): $(IDLS)
    $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES)   \
                $(srcdir)/../../composer/Evolution-Composer.idl
    $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES)   \
                $(top_srcdir)/calendar/idl/evolution-calendar.idl
    $(ORBIT_IDL) -I $(srcdir) $(IDL_INCLUDES)   \
                $(top_srcdir)/addressbook/gui/component/select-names/Evolution-Addressbook-SelectNames.idl

BUILT_SOURCES = $(IDL_GENERATED)

SUBDIRS = alarm-notify dialogs

component_LTLIBRARIES = libevolution-calendar.la

INCLUDES =                      \
    -DG_LOG_DOMAIN=\"calendar-gui\"         \
    -I$(top_builddir)/shell             \
    -I$(top_srcdir)/shell               \
    -I$(top_srcdir)                 \
    -I$(top_srcdir)/calendar            \
    -I$(top_srcdir)/calendar/cal-client     \
    -I$(top_builddir)/calendar/cal-client       \
    -I$(top_srcdir)/libical/src/libical     \
    -I$(top_builddir)/libical/src/libical       \
    -I$(top_srcdir)/addressbook/backend     \
    -I$(top_builddir)/addressbook/backend       \
    -I$(top_srcdir)/widgets             \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"        \
    -DEVOLUTION_GLADEDIR=\""$(gladedir)"\"      \
    -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"    \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"    \
    -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\"   \
    -DEVOLUTION_UIDIR=\""$(evolutionuidir)"\"   \
    $(EVOLUTION_CALENDAR_CFLAGS)

glade_DATA =                    \
    e-itip-control.glade            \
    goto-dialog.glade

etspec_DATA = e-calendar-table.etspec e-meeting-time-sel.etspec

libevolution_calendar_la_SOURCES =      \
    $(IDL_GENERATED)            \
    cal-search-bar.c            \
    cal-search-bar.h            \
    calendar-config.c           \
    calendar-config.h           \
    calendar-commands.c         \
    calendar-commands.h         \
    calendar-component.c            \
    calendar-component.h            \
    calendar-model.c            \
    calendar-model.h            \
    calendar-offline-handler.c      \
    calendar-offline-handler.h      \
    calendar-view.c             \
    calendar-view.h             \
    calendar-view-factory.c         \
    calendar-view-factory.h         \
    comp-editor-factory.c           \
    comp-editor-factory.h           \
    comp-util.c             \
    comp-util.h             \
    control-factory.c           \
    control-factory.h           \
    e-alarm-list.c              \
    e-alarm-list.h              \
    e-calendar-table.h          \
    e-calendar-table.c          \
    e-cell-date-edit-text.h         \
    e-cell-date-edit-text.c         \
    e-comp-editor-registry.c        \
    e-comp-editor-registry.h        \
    e-date-time-list.c                      \
    e-date-time-list.h                      \
    e-day-view-layout.c         \
    e-day-view-layout.h         \
    e-day-view-main-item.c          \
    e-day-view-main-item.h          \
    e-day-view-time-item.c          \
    e-day-view-time-item.h          \
    e-day-view-top-item.c           \
    e-day-view-top-item.h           \
    e-day-view.c                \
    e-day-view.h                \
    e-itip-control.h            \
    e-itip-control.c            \
    e-meeting-attendee.c            \
    e-meeting-attendee.h            \
    e-meeting-model.c           \
    e-meeting-model.h           \
    e-meeting-time-sel.c            \
    e-meeting-time-sel.h            \
    e-meeting-time-sel-item.c       \
    e-meeting-time-sel-item.h       \
    e-meeting-types.h           \
    e-meeting-utils.c           \
    e-meeting-utils.h           \
    e-week-view-event-item.c        \
    e-week-view-event-item.h        \
    e-week-view-layout.c            \
    e-week-view-layout.h            \
    e-week-view-main-item.c         \
    e-week-view-main-item.h         \
    e-week-view-titles-item.c       \
    e-week-view-titles-item.h       \
    e-week-view.c               \
    e-week-view.h               \
    e-tasks.c               \
    e-tasks.h               \
    e-timezone-entry.c          \
    e-timezone-entry.h          \
    gnome-cal.c             \
    gnome-cal.h             \
    goto.c                  \
    goto.h                  \
    itip-bonobo-control.c           \
    itip-bonobo-control.h           \
    itip-utils.c                \
    itip-utils.h                \
    main.c                  \
    misc.c                  \
    misc.h                  \
    print.c                 \
    print.h                 \
    tag-calendar.c              \
    tag-calendar.h              \
    tasks-control.c             \
    tasks-control.h             \
    tasks-migrate.c             \
    tasks-migrate.h             \
    weekday-picker.c            \
    weekday-picker.h

libevolution_calendar_la_LIBADD =                           \
    alarm-notify/libalarm.a                             \
    $(DB3_LDADD)                                    \
    $(top_builddir)/widgets/menus/libmenus.la                   \
    $(top_builddir)/shell/libeshell.la                      \
    $(top_builddir)/calendar/cal-client/libcal-client.la                \
    $(top_builddir)/calendar/cal-util/libcal-util.la                \
    $(top_builddir)/e-util/libeutil.la                      \
    $(top_builddir)/libical/src/libical/libical-evolution.la            \
    $(top_builddir)/libwombat/libwombat.la                      \
    $(top_builddir)/addressbook/backend/ebook/libebook.la               \
    $(top_builddir)/camel/libcamel.la                       \
    $(top_builddir)/libversit/libversit.a                       \
    $(top_builddir)/e-util/ename/libename.la                    \
    dialogs/libcal-dialogs.a                            \
    $(top_builddir)/widgets/e-timezone-dialog/libetimezonedialog.a          \
    $(top_builddir)/widgets/misc/libemiscwidgets.a                  \
    $(EVOLUTION_CALENDAR_LIBS)

libevolution_calendar_la_LDFLAGS = -avoid-version -module

server_in_files = GNOME_Evolution_Calendar.server.in.in

server_DATA = $(server_in_files:.server.in.in=.server)
$(server_in_files:.server.in.in=.server.in): $(server_in_files)
    sed -e "s|\@COMPONENTDIR\@|$(componentdir)|" $< > $@

@INTLTOOL_SERVER_RULE@

EXTRA_DIST =                \
    $(glade_DATA)           \
    $(etspec_DATA)          \
    $(server_in_files)

CLEANFILES = $(BUILT_SOURCES)

install-data-local:
    $(mkinstalldirs) $(Conduitsdir)

dist-hook:
    cd $(distdir); rm -f $(BUILT_SOURCES)