aboutsummaryrefslogtreecommitdiffstats
path: root/filter/Makefile.am
blob: d05842738bf71320468d32b5514ef9f0a120aab2 (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
glade_DATA = filter.glade

privsolib_LTLIBRARIES = libfilter.la

libfilter_la_CPPFLAGS =             \
    $(AM_CPPFLAGS)              \
    -I $(top_srcdir)            \
    -I $(top_srcdir)/e-util         \
    -DEVOLUTION_GLADEDIR=\"$(gladedir)\"    \
    -DG_LOG_DOMAIN=\"filter\"       \
    $(LIBFILTER_CFLAGS)

filterincludedir = $(privincludedir)/filter

filterinclude_HEADERS =             \
    e-filter-code.h             \
    e-filter-color.h            \
    e-filter-datespec.h         \
    e-filter-element.h          \
    e-filter-file.h             \
    e-filter-input.h            \
    e-filter-int.h              \
    e-filter-option.h           \
    e-filter-part.h             \
    e-filter-rule.h             \
    e-rule-context.h            \
    e-rule-editor.h

libfilter_la_SOURCES =              \
    e-filter-code.c             \
    e-filter-code.h             \
    e-filter-color.c            \
    e-filter-color.h            \
    e-filter-datespec.c         \
    e-filter-datespec.h         \
    e-filter-element.c          \
    e-filter-element.h          \
    e-filter-file.c             \
    e-filter-file.h             \
    e-filter-input.c            \
    e-filter-input.h            \
    e-filter-int.c              \
    e-filter-int.h              \
    e-filter-option.c           \
    e-filter-option.h           \
    e-filter-part.c             \
    e-filter-part.h             \
    e-filter-rule.c             \
    e-filter-rule.h             \
    e-rule-context.c            \
    e-rule-context.h            \
    e-rule-editor.c             \
    e-rule-editor.h

libfilter_la_LDFLAGS = $(NO_UNDEFINED)

libfilter_la_LIBADD =               \
    $(top_builddir)/e-util/libeutil.la  \
    $(LIBFILTER_LIBS)           \
    $(REGEX_LIBS)

EXTRA_DIST =                    \
    $(glade_DATA)               \
    filter.error.xml            \
    ChangeLog.pre-1-4

# basic rules.
error_DATA = filter.error
errordir = $(privdatadir)/errors
@EVO_PLUGIN_RULE@

BUILT_SOURCES = $(error_DATA)
CLEANFILES = $(BUILT_SOURCES)

-include $(top_srcdir)/git.mk