File: Makefile.am

package info (click to toggle)
evolution 3.12.9~git20141130.241663-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 135,148 kB
  • ctags: 42,742
  • sloc: ansic: 398,340; sh: 11,322; xml: 6,861; makefile: 4,982; perl: 164
file content (125 lines) | stat: -rw-r--r-- 2,707 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
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
noinst_LTLIBRARIES = libcal-dialogs.la

libcal_dialogs_la_CPPFLAGS = 						\
	$(AM_CPPFLAGS)							\
	-DG_LOG_DOMAIN=\"calendar-gui\"					\
	-I$(top_srcdir)							\
	-I$(top_builddir)						\
	-I$(top_srcdir)/calendar					\
	-I$(top_builddir)/shell						\
	-I$(top_srcdir)/shell						\
	-DEVOLUTION_UIDIR=\""$(uidir)"\"				\
	-DEVOLUTION_ICONDIR=\""$(icondir)"\"				\
	-DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"			\
	-DPREFIX=\""$(prefix)"\"					\
	$(EVOLUTION_DATA_SERVER_CFLAGS)					\
	$(GNOME_PLATFORM_CFLAGS)					\
	$(GTKHTML_CFLAGS)

ecalendarincludedir = $(privincludedir)/calendar/gui/dialogs

ecalendarinclude_HEADERS =		\
	comp-editor-page.h		\
	comp-editor.h			\
	alarm-dialog.h			\
	alarm-list-dialog.h		\
	cancel-comp.h			\
	changed-comp.h			\
	comp-editor-util.h		\
	copy-source-dialog.h		\
	delete-comp.h			\
	delete-error.h			\
	e-delegate-dialog.h		\
	e-send-options-utils.h		\
	event-editor.h			\
	event-page.h			\
	goto-dialog.h			\
	memo-editor.h			\
	memo-page.h			\
	recurrence-page.h		\
	recur-comp.h			\
	save-comp.h			\
	schedule-page.h			\
	select-source-dialog.h		\
	send-comp.h			\
	task-editor.h			\
	task-page.h

libcal_dialogs_la_LIBADD =					\
	$(top_builddir)/addressbook/util/libeabutil.la		\
	$(EVOLUTION_DATA_SERVER_LIBS)				\
	$(GNOME_PLATFORM_LIBS)					\
	$(GTKHTML_LIBS)

libcal_dialogs_la_SOURCES =		\
	alarm-dialog.c			\
	alarm-dialog.h			\
	alarm-list-dialog.c		\
	alarm-list-dialog.h		\
	cancel-comp.c			\
	cancel-comp.h			\
	changed-comp.c			\
	changed-comp.h			\
	comp-editor.c			\
	comp-editor.h			\
	comp-editor-page.c		\
	comp-editor-page.h		\
	comp-editor-util.c		\
	comp-editor-util.h		\
	copy-source-dialog.c		\
	copy-source-dialog.h		\
	delete-comp.c			\
	delete-comp.h			\
	delete-error.c			\
	delete-error.h			\
	e-delegate-dialog.c		\
	e-delegate-dialog.h		\
	e-send-options-utils.c		\
	e-send-options-utils.h		\
	event-editor.c			\
	event-editor.h			\
	event-page.c			\
	event-page.h			\
	goto-dialog.c			\
	goto-dialog.h			\
	memo-editor.c			\
	memo-editor.h			\
	memo-page.c			\
	memo-page.h			\
	recurrence-page.c		\
	recurrence-page.h		\
	recur-comp.c			\
	recur-comp.h			\
	save-comp.c			\
	save-comp.h			\
	schedule-page.c			\
	schedule-page.h			\
	select-source-dialog.c		\
	select-source-dialog.h		\
	send-comp.c			\
	send-comp.h			\
	task-editor.c			\
	task-editor.h			\
	task-page.c			\
	task-page.h		

ui_DATA =				\
	alarm-dialog.ui		\
	alarm-list-dialog.ui		\
	e-delegate-dialog.ui		\
	event-page.ui		\
	goto-dialog.ui			\
	memo-page.ui			\
	recurrence-page.ui		\
	schedule-page.ui		\
	task-page.ui

CLEANFILES = $(BUILT_SOURCES)

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

EXTRA_DIST =			\
	$(ui_DATA)

-include $(top_srcdir)/git.mk