aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/Makefile.am
blob: b2afc9990e1a23e36fcf54d97a98a4b101eec0a4 (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
ui_DATA =                   \
    e-table-config.ui

privsolib_LTLIBRARIES = libetable.la

libetable_la_CPPFLAGS =             \
    $(AM_CPPFLAGS)              \
    -I$(top_srcdir)             \
    -I$(top_srcdir)/widgets         \
    $(E_UTIL_CFLAGS)            \
    $(E_WIDGETS_CFLAGS)         \
    $(GNOME_PLATFORM_CFLAGS)        \
    -DEVOLUTION_UIDIR=\"$(uidir)\"  \
        -DG_LOG_DOMAIN=\"e-table\"

libetable_la_SOURCES =              \
    e-cell.c                \
    e-cell-checkbox.c           \
    e-cell-combo.c              \
    e-cell-date.c               \
    e-cell-date-edit.c          \
    e-cell-number.c             \
    e-cell-percent.c            \
    e-cell-pixbuf.c             \
    e-cell-popup.c              \
    e-cell-size.c               \
    e-cell-text.c               \
    e-cell-toggle.c             \
    e-cell-tree.c               \
    e-cell-vbox.c               \
    e-cell-hbox.c               \
    e-table-click-to-add.c          \
    e-table-col.c               \
    e-table-column-specification.c      \
    e-table-config.c            \
    e-table-extras.c            \
    e-table-field-chooser-dialog.c      \
    e-table-field-chooser-item.c        \
    e-table-field-chooser.c         \
    e-table-group.c             \
    e-table-group-container.c       \
    e-table-group-leaf.c            \
    e-table-header.c            \
    e-table-header-item.c           \
    e-table-header-utils.c          \
    e-table-item.c              \
    e-table-memory-callbacks.c      \
    e-table-memory-store.c          \
    e-table-memory.c            \
    e-table-model.c             \
    e-table-one.c               \
    e-table-search.c            \
    e-table-selection-model.c       \
    e-table-sort-info.c         \
    e-table-sorted.c            \
    e-table-sorted-variable.c       \
    e-table-sorter.c            \
    e-table-sorting-utils.c         \
    e-table-specification.c         \
    e-table-state.c             \
    e-table-subset.c            \
    e-table-subset-variable.c       \
    e-table-utils.c             \
    e-table-without.c           \
    e-table.c               \
    e-tree-memory-callbacks.c       \
    e-tree-memory.c             \
    e-tree-model.c              \
    e-tree-selection-model.c        \
    e-tree-sorted.c             \
    e-tree-table-adapter.c          \
    e-tree.c                \
    gal-a11y-e-cell.c           \
    gal-a11y-e-cell-popup.c         \
    gal-a11y-e-cell-registry.c      \
    gal-a11y-e-cell-text.c          \
    gal-a11y-e-cell-toggle.c        \
    gal-a11y-e-cell-tree.c          \
    gal-a11y-e-cell-vbox.c          \
    gal-a11y-e-table.c          \
    gal-a11y-e-table-click-to-add.c     \
    gal-a11y-e-table-click-to-add-factory.c \
    gal-a11y-e-table-column-header.c    \
    gal-a11y-e-table-factory.c      \
    gal-a11y-e-table-item.c         \
    gal-a11y-e-table-item-factory.c     \
    gal-a11y-e-tree.c           \
    gal-a11y-e-tree-factory.c

libetableincludedir = $(privincludedir)/table

libetableinclude_HEADERS =          \
    e-cell.h                \
    e-cell-checkbox.h           \
    e-cell-combo.h              \
    e-cell-date.h               \
    e-cell-date-edit.h          \
    e-cell-number.h             \
    e-cell-percent.h            \
    e-cell-pixbuf.h             \
    e-cell-popup.h              \
    e-cell-size.h               \
    e-cell-text.h               \
    e-cell-toggle.h             \
    e-cell-tree.h               \
    e-cell-vbox.h               \
    e-cell-hbox.h               \
    e-table-click-to-add.h          \
    e-table-col-dnd.h           \
    e-table-col.h               \
    e-table-column-specification.h      \
    e-table-config.h            \
    e-table-defines.h           \
    e-table-extras.h            \
    e-table-field-chooser-dialog.h      \
    e-table-field-chooser-item.h        \
    e-table-field-chooser.h         \
    e-table-group.h             \
    e-table-group-container.h       \
    e-table-group-leaf.h            \
    e-table-header.h            \
    e-table-header-item.h           \
    e-table-header-utils.h          \
    e-table-item.h              \
    e-table-memory-callbacks.h      \
    e-table-memory-store.h          \
    e-table-memory.h            \
    e-table-model.h             \
    e-table-one.h               \
    e-table-search.h            \
    e-table-selection-model.h       \
    e-table-sort-info.h         \
    e-table-sorted.h            \
    e-table-sorted-variable.h       \
    e-table-sorter.h            \
    e-table-sorting-utils.h         \
    e-table-specification.h         \
    e-table-state.h             \
    e-table-subset.h            \
    e-table-subset-variable.h       \
    e-table-utils.h             \
    e-table-without.h           \
    e-table.h               \
    e-tree-memory-callbacks.h       \
    e-tree-memory.h             \
    e-tree-model.h              \
    e-tree-selection-model.h        \
    e-tree-sorted.h             \
    e-tree-table-adapter.h          \
    e-tree.h                \
    gal-a11y-e-cell.h           \
    gal-a11y-e-cell-popup.h         \
    gal-a11y-e-cell-registry.h      \
    gal-a11y-e-cell-text.h          \
    gal-a11y-e-cell-toggle.h        \
    gal-a11y-e-cell-tree.h          \
    gal-a11y-e-cell-vbox.h          \
    gal-a11y-e-table.h          \
    gal-a11y-e-table-click-to-add.h     \
    gal-a11y-e-table-click-to-add-factory.h \
    gal-a11y-e-table-column-header.h    \
    gal-a11y-e-table-factory.h      \
    gal-a11y-e-table-item.h         \
    gal-a11y-e-table-item-factory.h     \
    gal-a11y-e-tree.h           \
    gal-a11y-e-tree-factory.h

libetable_la_LDFLAGS = $(NO_UNDEFINED)

libetable_la_LIBADD =                       \
    $(top_builddir)/a11y/libevolution-a11y.la       \
    $(top_builddir)/e-util/libeutil.la          \
    $(top_builddir)/widgets/misc/libemiscwidgets.la     \
    $(top_builddir)/widgets/text/libetext.la        \
    $(top_builddir)/libgnomecanvas/libgnomecanvas.la    \
    $(E_UTIL_LIBS)                      \
    $(E_WIDGETS_LIBS)                   \
    $(MATH_LIB)                     \
    $(GNOME_PLATFORM_LIBS)

icons =             \
    add-col.xpm     \
    arrow-down.xpm      \
    arrow-up.xpm        \
    add-col.xpm     \
    check-empty.xpm     \
    check-filled.xpm    \
    remove-col.xpm      \
    tree-expanded.xpm   \
    tree-unexpanded.xpm

EXTRA_DIST =            \
    $(icons)        \
    $(ui_DATA)

-include $(top_srcdir)/git.mk