File: Makefile.am

package info (click to toggle)
evolution 3.22.6-1%2Bdeb9u2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 143,884 kB
  • sloc: ansic: 462,464; makefile: 5,128; xml: 4,189; sh: 4,094; python: 702
file content (93 lines) | stat: -rw-r--r-- 2,746 bytes parent folder | download
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
module_LTLIBRARIES = module-calendar.la

module_calendar_la_CPPFLAGS = \
	$(AM_CPPFLAGS)					\
	-DG_LOG_DOMAIN=\"calendar-modules\"		\
	-DEVOLUTION_BINDIR=\""$(bindir)"\"		\
	-DEVOLUTION_PRIVLIBEXECDIR=\""$(PRIVLIBEXECDIR)"\" \
	-I$(top_srcdir)					\
	-DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"	\
	$(EVOLUTION_DATA_SERVER_CFLAGS)			\
	$(GNOME_PLATFORM_CFLAGS)			\
	$(CODE_COVERAGE_CFLAGS)				\
	$(NULL)

module_calendar_la_SOURCES = \
	evolution-module-calendar.c	\
	e-cal-attachment-handler.c	\
	e-cal-attachment-handler.h	\
	e-cal-base-shell-backend.c	\
	e-cal-base-shell-backend.h	\
	e-cal-base-shell-content.c	\
	e-cal-base-shell-content.h	\
	e-cal-base-shell-sidebar.c	\
	e-cal-base-shell-sidebar.h	\
	e-cal-base-shell-view.c		\
	e-cal-base-shell-view.h		\
	e-cal-config-hook.c		\
	e-cal-config-hook.h		\
	e-cal-event-hook.c		\
	e-cal-event-hook.h		\
	e-cal-shell-backend.c		\
	e-cal-shell-backend.h		\
	e-cal-shell-content.c		\
	e-cal-shell-content.h		\
	e-cal-shell-migrate.c		\
	e-cal-shell-migrate.h		\
	e-cal-shell-view.c		\
	e-cal-shell-view.h		\
	e-cal-shell-view-actions.c	\
	e-cal-shell-view-actions.h	\
	e-cal-shell-view-private.c	\
	e-cal-shell-view-private.h	\
	e-cal-shell-view-memopad.c	\
	e-cal-shell-view-taskpad.c	\
	e-calendar-preferences.c	\
	e-calendar-preferences.h	\
	e-memo-shell-backend.c		\
	e-memo-shell-backend.h		\
	e-memo-shell-content.c		\
	e-memo-shell-content.h		\
	e-memo-shell-migrate.c		\
	e-memo-shell-migrate.h		\
	e-memo-shell-view.c		\
	e-memo-shell-view.h		\
	e-memo-shell-view-actions.c	\
	e-memo-shell-view-actions.h	\
	e-memo-shell-view-private.c	\
	e-memo-shell-view-private.h	\
	e-task-shell-backend.c		\
	e-task-shell-backend.h		\
	e-task-shell-content.c		\
	e-task-shell-content.h		\
	e-task-shell-migrate.c		\
	e-task-shell-migrate.h		\
	e-task-shell-view.c		\
	e-task-shell-view.h		\
	e-task-shell-view-actions.c	\
	e-task-shell-view-actions.h	\
	e-task-shell-view-private.c	\
	e-task-shell-view-private.h

module_calendar_la_LIBADD = \
	$(top_builddir)/libgnomecanvas/libgnomecanvas.la	\
	$(top_builddir)/shell/libevolution-shell.la		\
	$(top_builddir)/calendar/gui/libevolution-calendar.la	\
	$(top_builddir)/calendar/importers/libevolution-calendar-importers.la	\
	$(top_builddir)/mail/libevolution-mail.la \
	$(top_builddir)/addressbook/gui/contact-editor/libecontacteditor.la	\
	$(top_builddir)/addressbook/gui/contact-list-editor/libecontactlisteditor.la \
	$(top_builddir)/e-util/libevolution-util.la			\
	$(EVOLUTION_DATA_SERVER_LIBS)					\
	$(GNOME_PLATFORM_LIBS)						\
	$(MATH_LIB) \
	$(NULL)

module_calendar_la_LDFLAGS = \
	-module -avoid-version $(NO_UNDEFINED) $(CODE_COVERAGE_LDFLAGS)

ui_DATA = e-calendar-preferences.ui

EXTRA_DIST = $(ui_DATA)

-include $(top_srcdir)/git.mk