aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/Makefile.am
blob: d9d3a568849d5ad3a0429eb8ae01afda5f121e81 (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
eutilincludedir = $(privincludedir)/e-util
ecpsdir = $(privdatadir)/ecps
ruledir = $(privdatadir)

include $(top_srcdir)/glib-gen.mak
glib_enum_headers=e-util-enums.h
glib_enum_output=e-util-enumtypes
glib_enum_define=E
glib_enum_prefix=e

ENUM_GENERATED = e-util-enumtypes.h e-util-enumtypes.c
MARSHAL_GENERATED = e-marshal.c e-marshal.h

if OS_WIN32
PLATFORM_SOURCES = e-win32-reloc.c e-win32-defaults.c e-win32-defaults.h
endif

privsolib_LTLIBRARIES = libeutil.la

eutilinclude_HEADERS =              \
    e-activity.h                \
    e-alert.h               \
    e-alert-dialog.h            \
    e-alert-sink.h              \
    e-bit-array.h               \
    e-categories-config.h           \
    e-charset.h             \
    e-config.h              \
    e-datetime-format.h         \
    e-dialog-utils.h            \
    e-dialog-widgets.h          \
    e-event.h               \
    e-file-utils.h              \
    e-html-utils.h              \
    e-icon-factory.h            \
    e-import.h              \
    e-marshal.h             \
    e-mktemp.h              \
    e-poolv.h               \
    e-print.h               \
    e-plugin.h              \
    e-plugin-ui.h               \
    e-plugin-util.h             \
    e-selection.h               \
    e-sorter.h              \
    e-sorter-array.h            \
    e-text-event-processor-emacs-like.h \
    e-text-event-processor-types.h      \
    e-text-event-processor.h        \
    e-ui-manager.h              \
    e-util.h                \
    e-util-enums.h              \
    e-util-enumtypes.h          \
    e-unicode.h             \
    e-xml-utils.h

libeutil_la_CPPFLAGS =                          \
    $(AM_CPPFLAGS)                          \
    -I$(top_srcdir)                         \
    -I$(top_builddir)                       \
    -I$(top_srcdir)/widgets                     \
    -DEVOLUTION_BINDIR=\""$(bindir)"\"              \
    -DEVOLUTION_DATADIR=\""$(datadir)"\"                \
    -DEVOLUTION_ECPSDIR=\""$(ecpsdir)"\"                \
    -DEVOLUTION_ETSPECDIR=\""$(etspecdir)"\"            \
    -DEVOLUTION_GALVIEWSDIR=\""$(viewsdir)"\"           \
    -DEVOLUTION_HELPDIR=\""$(evolutionhelpdir)"\"           \
    -DEVOLUTION_ICONDIR=\""$(icondir)"\"                \
    -DEVOLUTION_IMAGESDIR=\""$(imagesdir)"\"            \
    -DEVOLUTION_LIBDIR=\""$(datadir)"\"             \
    -DEVOLUTION_LIBEXECDIR=\""$(privlibexecdir)"\"          \
    -DEVOLUTION_LOCALEDIR=\""$(localedir)"\"            \
    -DEVOLUTION_MODULEDIR=\""$(moduledir)"\"        \
    -DEVOLUTION_PLUGINDIR=\""$(plugindir)"\"            \
    -DEVOLUTION_PREFIX=\""$(prefix)"\"              \
    -DEVOLUTION_PRIVDATADIR=\""$(privdatadir)"\"            \
    -DEVOLUTION_SOUNDDIR=\""$(soundsdir)"\"             \
    -DEVOLUTION_SYSCONFDIR=\""$(sysconfdir)"\"          \
    -DEVOLUTION_TOOLSDIR=\""$(privlibexecdir)"\"            \
    -DEVOLUTION_UIDIR=\""$(uidir)"\"                \
    -DEVOLUTION_RULEDIR=\"$(ruledir)\"              \
    -DG_LOG_DOMAIN=\"e-utils\"                  \
    $(EVOLUTION_DATA_SERVER_CFLAGS)                 \
    $(GNOME_PLATFORM_CFLAGS)

libeutil_la_SOURCES =               \
    $(eutilinclude_HEADERS)         \
    e-activity.c                \
    e-alert.c               \
    e-alert-dialog.c            \
    e-alert-sink.c              \
    e-bit-array.c               \
    e-categories-config.c           \
    e-charset.c             \
    e-config.c              \
    e-datetime-format.c         \
    e-dialog-utils.c            \
    e-dialog-widgets.c          \
    e-event.c               \
    e-file-utils.c              \
    e-html-utils.c              \
    e-icon-factory.c            \
    e-import.c              \
    e-marshal.c             \
    e-mktemp.c              \
    e-poolv.c               \
    e-plugin.c              \
    e-plugin-ui.c               \
    e-plugin-util.c             \
    e-print.c               \
    e-selection.c               \
    e-sorter.c              \
    e-sorter-array.c            \
    e-text-event-processor-emacs-like.c \
    e-text-event-processor.c        \
    e-ui-manager.c              \
    e-util.c                \
    e-unicode.c             \
    e-util-enumtypes.c          \
    e-util-private.h            \
    e-xml-utils.c               \
    $(PLATFORM_SOURCES)

libeutil_la_LDFLAGS = -avoid-version $(NO_UNDEFINED)

libeutil_la_LIBADD =            \
    $(ICONV_LIBS)           \
    $(EVOLUTION_DATA_SERVER_LIBS)   \
    $(GNOME_PLATFORM_LIBS)      \
    $(INTLLIBS)

error_DATA = e-system.error
errordir = $(privdatadir)/errors
@EVO_PLUGIN_RULE@

EXTRA_DIST =                \
    e-system.error.xml      \
    e-marshal.list

BUILT_SOURCES = $(ENUM_GENERATED) $(MARSHAL_GENERATED) $(error_DATA)
CLEANFILES    = $(BUILT_SOURCES)

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

-include $(top_srcdir)/git.mk