]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
Make the column header visible, and make it be "_Places". Changed the
[~andy/gtk] / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2
3 INCLUDES =                                      \
4         -I$(top_srcdir)                         \
5         -I$(top_builddir)/gdk                   \
6         -I$(top_srcdir)/gdk                     \
7         -DGDK_PIXBUF_DISABLE_DEPRECATED         \
8         -DGDK_DISABLE_DEPRECATED                \
9         -DGTK_DISABLE_DEPRECATED                \
10         $(GTK_DEBUG_FLAGS)                      \
11         $(GTK_DEP_CFLAGS)
12
13 DEPS =                                                                  \
14         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
15         $(top_builddir)/gdk/$(gdktargetlib)                             \
16         $(top_builddir)/gtk/$(gtktargetlib)
17
18 LDADDS =                                                                \
19         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
20         $(top_builddir)/gdk/$(gdktargetlib)                             \
21         $(top_builddir)/gtk/$(gtktargetlib)
22
23 if USE_X11
24 testsocket_programs = testsocket testsocket_child
25 endif
26
27 TESTS = floatingtest
28
29 noinst_PROGRAMS =                       \
30         autotestfilechooser             \
31         floatingtest                    \
32         simple                          \
33         testaccel                       \
34         testassistant                   \
35         testcairo                       \
36         testcalendar                    \
37         testcombo                       \
38         testcombochange                 \
39         testcellrenderertext            \
40         testdnd                         \
41         testellipsise                   \
42         testentrycompletion             \
43         testfilechooser                 \
44         testfilechooserbutton           \
45         testgtk                         \
46         testiconview                    \
47         testicontheme                   \
48         testimage                       \
49         testinput                       \
50         testmenus                       \
51         testmenubars                    \
52         testmultidisplay                \
53         testmultiscreen                 \
54         testnotebookdnd                 \
55         testrgb                         \
56         testselection                   \
57         $(testsocket_programs)          \
58         testspinbutton                  \
59         teststatusicon                  \
60         testtext                        \
61         testtextbuffer                  \
62         testtoolbar                     \
63         stresstest-toolbar              \
64         testtreeedit                    \
65         testtreemodel                   \
66         testtreeview                    \
67         testtreefocus                   \
68         testtreeflow                    \
69         testtreecolumns                 \
70         testtreesort                    \
71         treestoretest                   \
72         testxinerama                    \
73         pixbuf-read                     \
74         pixbuf-lowmem                   \
75         pixbuf-randomly-modified        \
76         pixbuf-random                   \
77         pixbuf-threads                  \
78         testmerge                       \
79         testactions
80
81 autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
82 simple_DEPENDENCIES = $(TEST_DEPS)
83 floatingtest_DEPENDENCIES = $(TEST_DEPS)
84 testicontheme_DEPENDENCIES = $(TEST_DEPS)
85 testiconview_DEPENDENCIES = $(TEST_DEPS)
86 testaccel_DEPENDENCIES = $(TEST_DEPS)
87 testassistant_DEPENDENCIES = $(TEST_DEPS)
88 testcairo_DEPENDENCIES = $(TEST_DEPS)
89 testcalendar_DEPENDENCIES = $(TEST_DEPS)
90 testcombo_DEPENDENCIES = $(TEST_DEPS)
91 testcombochange_DEPENDENCIES = $(TEST_DEPS)
92 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
93 testdnd_DEPENDENCIES = $(TEST_DEPS)
94 testellipsise_DEPENDENCIES = $(TEST_DEPS)
95 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
96 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
97 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
98 testgtk_DEPENDENCIES = $(TEST_DEPS)
99 testinput_DEPENDENCIES = $(TEST_DEPS)
100 testimage_DEPENDENCIES = $(TEST_DEPS)
101 testmenus_DEPENDENCIES = $(TEST_DEPS)
102 testmenubars_DEPENDENCIES = $(TEST_DEPS)
103 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
104 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
105 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
106 testrgb_DEPENDENCIES = $(TEST_DEPS)
107 testselection_DEPENDENCIES = $(TEST_DEPS)
108 testsocket_DEPENDENCIES = $(DEPS)
109 testsocket_child_DEPENDENCIES = $(DEPS)
110 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
111 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
112 testtext_DEPENDENCIES = $(TEST_DEPS)
113 testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
114 testtreeedit_DEPENDENCIES = $(DEPS)
115 testtreemodel_DEPENDENCIES = $(DEPS)
116 testtreeview_DEPENDENCIES = $(DEPS)
117 testtreefocus_DEPENDENCIES = $(DEPS)
118 testtreeflow_DEPENDENCIES = $(DEPS)
119 testtreecolumns_DEPENDENCIES = $(DEPS)
120 testtreesort_DEPENDENCIES = $(DEPS)
121 treestoretest_DEPENDENCIES = $(TEST_DEPS)
122 testxinerama_DEPENDENCIES = $(TEST_DEPS)
123 testmerge_DEPENDENCIES = $(TEST_DEPS)
124 testactions_DEPENDENCIES = $(TEST_DEPS)
125
126 autotestfilechooser_LDADD = $(LDADDS)
127 simple_LDADD = $(LDADDS)
128 floatingtest_LDADD = $(LDADDS)
129 testaccel_LDADD = $(LDADDS)
130 testassistant_LDADD = $(LDADDS)
131 testcairo_LDADD = $(LDADDS)
132 testcalendar_LDADD = $(LDADDS)
133 testcombo_LDADD = $(LDADDS)
134 testcombochange_LDADD = $(LDADDS)
135 testcellrenderertext_LDADD = $(LDADDS)
136 testdnd_LDADD = $(LDADDS)
137 testellipsise_LDADD = $(LDADDS)
138 testentrycompletion_LDADD = $(LDADDS)
139 testfilechooser_LDADD = $(LDADDS)
140 testfilechooserbutton_LDADD = $(LDADDS)
141 testgtk_LDADD = $(LDADDS)
142 testicontheme_LDADD = $(LDADDS)
143 testiconview_LDADD = $(LDADDS)
144 testinput_LDADD = $(LDADDS)
145 testimage_LDADD = $(LDADDS)
146 testmenus_LDADD = $(LDADDS)
147 testmenubars_LDADD = $(LDADDS)
148 testmultidisplay_LDADD = $(LDADDS)
149 testmultiscreen_LDADD = $(LDADDS)
150 testnotebookdnd_LDADD = $(LDADDS)
151 testrgb_LDADD = $(LDADDS)
152 testselection_LDADD = $(LDADDS)
153 testsocket_LDADD = $(LDADDS)
154 testsocket_child_LDADD = $(LDADDS)
155 testspinbutton_LDADD = $(LDADDS)
156 teststatusicon_LDADD = $(LDADDS)
157 testtextbuffer_LDADD = $(LDADDS)
158 testtoolbar_LDADD = $(LDADDS)
159 stresstest_toolbar_LDADD = $(LDADDS)
160 testtreeedit_LDADD = $(LDADDS)
161 testtreemodel_LDADD = $(LDADDS)
162 testtreeview_LDADD = $(LDADDS)
163 testtreefocus_LDADD = $(LDADDS)
164 testtreeflow_LDADD = $(LDADDS)
165 testtreecolumns_LDADD = $(LDADDS)
166 testtreesort_LDADD = $(LDADDS)
167 testtext_LDADD = $(LDADDS)
168 treestoretest_LDADD = $(LDADDS)
169 testxinerama_LDADD = $(LDADDS)
170 pixbuf_read_LDADD = $(LDADDS)
171 pixbuf_lowmem_LDADD = $(LDADDS)
172 pixbuf_randomly_modified_LDADD = $(LDADDS)
173 pixbuf_random_LDADD = $(LDADDS)
174 pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
175 testmerge_LDADD = $(LDADDS)
176 testactions_LDADD = $(LDADDS)
177
178 autotestfilechooser_SOURCES =   \
179         autotestfilechooser.c
180
181 testentrycompletion_SOURCES =   \
182         prop-editor.c           \
183         testentrycompletion.c
184
185 testfilechooser_SOURCES =       \
186         prop-editor.c           \
187         testfilechooser.c       
188
189 testfilechooserbutton_SOURCES = \
190         prop-editor.c           \
191         testfilechooserbutton.c         
192
193 testgtk_SOURCES =       \
194         prop-editor.c   \
195         testgtk.c       
196
197 testtreeedit_SOURCES =  \
198         testtreeedit.c
199
200 testtreemodel_SOURCES = \
201         testtreemodel.c
202
203 testtreeview_SOURCES =  \
204         prop-editor.c   \
205         testtreeview.c 
206
207 testtext_SOURCES =      \
208         prop-editor.c   \
209         testtext.c 
210
211 testtoolbar_SOURCES =   \
212         testtoolbar.c   \
213         prop-editor.c
214
215 testsocket_SOURCES =            \
216         testsocket.c            \
217         testsocket_common.c
218
219 testsocket_child_SOURCES =      \
220         testsocket_child.c      \
221         testsocket_common.c
222
223 testspinbutton_SOURCES =        \
224         testspinbutton.c
225
226 teststatusicon_SOURCES =        \
227         teststatusicon.c
228
229 testmerge_SOURCES =             \
230         testmerge.c
231
232 testactions_SOURCES =           \
233         testactions.c
234
235 testiconview_SOURCES =          \
236         testiconview.c          \
237         prop-editor.c
238
239 EXTRA_DIST =                    \
240         prop-editor.h           \
241         testgtk.1               \
242         testgtkrc               \
243         testgtkrc2              \
244         circles.xbm             \
245         3DRings.xpm             \
246         FilesQueue.xpm          \
247         Modeller.xpm            \
248         check-y.xpm             \
249         check-n.xpm             \
250         marble.xpm              \
251         test.xpm                \
252         check-y.xpm             \
253         check-n.xpm             \
254         test.xpm                \
255         merge-1.ui              \
256         merge-2.ui              \
257         merge-3.ui              \
258         gnome-textfile.png      \
259         makefile.msc
260