aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/e-table/Makefile.am
blob: 8048435753a25245590357a7852000bcfd188c96 (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

gladedir = $(datadir)/evolution/glade
glade_DATA =                    \
    e-table-config.glade            \
    e-table-group.glade         \
    e-table-field-chooser.glade

glade_headers =                 \
    e-table-config.glade.h          \
    e-table-group.glade.h           \
    e-table-field-chooser.glade.h

INCLUDES =                  \
    $(EXTRA_GNOME_CFLAGS)           \
    $(GNOME_INCLUDEDIR)         \
    -DETABLE_GLADEDIR=\"$(gladedir)\"   \
    -I$(top_srcdir)/widgets/e-text      \
    -I$(top_srcdir)/e-util          \
    -I$(top_srcdir)                         \
        -DG_LOG_DOMAIN=\"e-table\"

noinst_LIBRARIES =              \
    libetable.a

libetable_a_SOURCES =               \
    e-cell.c                \
    e-cell.h                \
    e-cell-checkbox.c           \
    e-cell-checkbox.h           \
    e-cell-text.c               \
    e-cell-text.h               \
    e-cell-toggle.c             \
    e-cell-toggle.h             \
    e-cell-tree.c               \
    e-cell-tree.h               \
    e-table.c               \
    e-table.h               \
    e-table-col-dnd.h           \
    e-table-col.c               \
    e-table-col.h               \
    e-table-config.c            \
    e-table-config.h            \
    e-table-defines.h           \
    e-table-field-chooser-dialog.c      \
    e-table-field-chooser-dialog.h      \
    e-table-field-chooser-item.c        \
    e-table-field-chooser-item.h        \
    e-table-field-chooser.c         \
    e-table-field-chooser.h         \
    e-table-group.c             \
    e-table-group.h             \
    e-table-group-container.c       \
    e-table-group-container.h       \
    e-table-group-leaf.c            \
    e-table-group-leaf.h            \
    e-table-header.c            \
    e-table-header.h            \
    e-table-header-item.c           \
    e-table-header-item.h           \
    e-table-item.c              \
    e-table-item.h              \
    e-table-model.c             \
    e-table-model.h             \
    e-table-simple.c            \
    e-table-simple.h            \
    e-table-sort-info.c         \
    e-table-sort-info.h         \
    e-table-sorted.c            \
    e-table-sorted.h            \
    e-table-sorted-variable.c       \
    e-table-sorted-variable.h       \
    e-table-subset.c            \
    e-table-subset.h            \
    e-table-subset-variable.c       \
    e-table-subset-variable.h       \
    e-table-text-model.c            \
    e-table-text-model.h            \
    e-tree-gnode.c              \
    e-tree-gnode.h              \
    e-tree-model.c              \
    e-tree-model.h

noinst_PROGRAMS =   \
    table-test table-example-1 table-example-2 table-size-test tree-example-1

table_test_SOURCES =    \
    test-table.c    \
    test-check.c    \
    test-cols.c \
    table-test.c    \
    table-test.h

table_test_LDADD =              \
    libetable.a             \
    $(EXTRA_GNOME_LIBS)         \
    $(top_builddir)/widgets/e-text/libetext.a \
    $(top_builddir)/e-util/libeutil.la  

table_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`

table_size_test_SOURCES =   \
    e-table-size-test.c

table_size_test_LDADD =             \
    libetable.a             \
    $(EXTRA_GNOME_LIBS)         \
    $(top_builddir)/widgets/e-text/libetext.a \
    $(top_builddir)/e-util/libeutil.la  

table_size_test_LDFLAGS = `gnome-config --libs gdk_pixbuf`

table_example_1_SOURCES =   \
    e-table-example-1.c

table_example_1_LDADD =             \
    libetable.a             \
    $(EXTRA_GNOME_LIBS)         \
    $(top_builddir)/widgets/e-text/libetext.a \
    $(top_builddir)/e-util/libeutil.la  

table_example_1_LDFLAGS = `gnome-config --libs gdk_pixbuf`

table_example_2_SOURCES =   \
    e-table-example-2.c

table_example_2_LDADD =             \
    libetable.a             \
    $(EXTRA_GNOME_LIBS)         \
    $(top_builddir)/widgets/e-text/libetext.a \
    $(top_builddir)/e-util/libeutil.la  

table_example_2_LDFLAGS = `gnome-config --libs gdk_pixbuf`

tree_example_1_SOURCES =    \
    e-tree-example-1.c

tree_example_1_LDFLAGS = `gnome-config --libs gdk_pixbuf`

tree_example_1_LDADD =              \
    libetable.a             \
    $(EXTRA_GNOME_LIBS)         \
    $(top_builddir)/widgets/e-text/libetext.a \
    $(top_builddir)/e-util/libeutil.la  

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

EXTRA_DIST =            \
    sample.table        \
    $(icons)        \
    $(glade_DATA)       \
    $(glade_headers)
n class='insertions'>+2 * - Remove MASTER_SITE_SOURCEFORGEahze2005-06-181-4/+2 * - Temp add MASTER_SITE_LOCAL to MASTER_SITESahze2005-06-181-2/+4 * Remove a leftover devhelp directory.marcus2005-06-171-0/+1 * Update to 2.6.3.marcus2005-06-113-465/+239 * Fix inter-library dependencies so dependands get properly linked.bland2005-04-203-0/+25 * Update to 2.6.2.adamw2005-04-163-5/+5 * Update to 2.6.1.marcus2005-03-152-3/+3 * Update to 2.6.0. Note: this release is API and ABI compatible withmarcus2005-03-123-13/+209 * Update to 2.4.11.marcus2005-02-073-77/+3 * Update to 2.4.8bland2004-12-043-4/+11 * Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1 * Update to 2.4.6bland2004-11-023-7/+34 * Increase USE_GCC to 3.4 for those ports which compile with it.kris2004-09-301-1/+1 * Fix plist.bland2004-08-17