]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
Fixed GtkCellAreaBoxContext for some typos introduced while removing GtkCellAreaConte...
[~andy/gtk] / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2 include $(top_srcdir)/Makefile.decl
3
4 INCLUDES =                              \
5         -I$(top_srcdir)                 \
6         -I$(top_builddir)/gdk           \
7         -I$(top_srcdir)/gdk             \
8         -DGDK_DISABLE_DEPRECATED        \
9         -DGTK_DISABLE_DEPRECATED        \
10         $(GTK_DEBUG_FLAGS)              \
11         $(GTK_DEP_CFLAGS)               \
12         $(GDK_DEP_CFLAGS)
13
14 DEPS =                                                                  \
15         $(top_builddir)/gdk/$(gdktargetlib)                             \
16         $(top_builddir)/gtk/$(gtktargetlib)
17
18 LDADDS =                                                                \
19         $(top_builddir)/gdk/$(gdktargetlib)                             \
20         $(top_builddir)/gtk/$(gtktargetlib)                             \
21         $(GTK_DEP_LIBS)                                                 \
22         -lm
23
24 if USE_X11
25 testsocket_programs = testsocket testsocket_child
26 endif
27
28 noinst_PROGRAMS =  $(TEST_PROGS)        \
29         simple                          \
30         flicker                         \
31         print-editor                    \
32         testaccel                       \
33         testadjustsize                  \
34         testassistant                   \
35         testbbox                        \
36         testbuttons                     \
37         testcairo                       \
38         testcalendar                    \
39         testcombo                       \
40         testcombochange                 \
41         testcellrenderertext            \
42         testclientmessage               \
43         testdnd                         \
44         testellipsise                   \
45         testentrycompletion             \
46         testentryicons                  \
47         testfilechooser                 \
48         testfilechooserbutton           \
49         testframe                       \
50         testgeometry                    \
51         testgiconpixbuf                 \
52         testgrid                        \
53         testgtk                         \
54         testheightforwidth              \
55         testiconview                    \
56         testiconview-keynav             \
57         testicontheme                   \
58         testimage                       \
59         testinput                       \
60         testmenubars                    \
61         testmountoperation              \
62         testmultidisplay                \
63         testmultiscreen                 \
64         testnotebookdnd                 \
65         testnouiprint                   \
66         testoffscreen                   \
67         testoffscreenwindow             \
68         testorientable                  \
69         testprint                       \
70         testrecentchooser               \
71         testrecentchoosermenu           \
72         testrichtext                    \
73         testscale                       \
74         testselection                   \
75         $(testsocket_programs)          \
76         testspinbutton                  \
77         teststatusicon                  \
78         testtoolbar                     \
79         stresstest-toolbar              \
80         testtreeedit                    \
81         testtreemodel                   \
82         testtreeview                    \
83         testtreefocus                   \
84         testtreeflow                    \
85         testtreecolumns                 \
86         testtreecolumnsizing            \
87         testtreesort                    \
88         treestoretest                   \
89         testxinerama                    \
90         testwindows                     \
91         testmerge                       \
92         testactions                     \
93         testgrouping                    \
94         testtooltips                    \
95         testexpand                      \
96         testexpander                    \
97         testvolumebutton                \
98         testscrolledwindow              \
99         testcellarea
100
101 if USE_X11
102 noinst_PROGRAMS += testerrors
103 endif
104
105 if HAVE_CXX
106 noinst_PROGRAMS += autotestkeywords
107 TESTS = autotestkeywords
108
109 autotestkeywords_SOURCES = autotestkeywords.cc
110 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
111
112 if HAVE_OBJC
113 autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1 -x objective-c++
114 endif
115
116 endif
117
118 flicker_DEPENDENCIES = $(TEST_DEPS)
119 simple_DEPENDENCIES = $(TEST_DEPS)
120 print_editor_DEPENDENCIES = $(TEST_DEPS)
121 testheightforwidth_DEPENDENCIES = $(TEST_DEPS)
122 testicontheme_DEPENDENCIES = $(TEST_DEPS)
123 testiconview_DEPENDENCIES = $(TEST_DEPS)
124 testaccel_DEPENDENCIES = $(TEST_DEPS)
125 testadjustsize_DEPENDENCIES = $(TEST_DEPS)
126 testassistant_DEPENDENCIES = $(TEST_DEPS)
127 testbbox_DEPENDENCIES = $(TEST_DEPS)
128 testbuttons_DEPENDENCIES = $(TEST_DEPS)
129 testcairo_DEPENDENCIES = $(TEST_DEPS)
130 testcalendar_DEPENDENCIES = $(TEST_DEPS)
131 testcombo_DEPENDENCIES = $(TEST_DEPS)
132 testcombochange_DEPENDENCIES = $(TEST_DEPS)
133 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
134 testclientmessage_DEPENDENCIES = $(TEST_DEPS)
135 testdnd_DEPENDENCIES = $(TEST_DEPS)
136 testellipsise_DEPENDENCIES = $(TEST_DEPS)
137 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
138 testentryicons_DEPENDENCIES = $(TEST_DEPS)
139 testerrors_DEPENDENCIES = $(TEST_DEPS)
140 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
141 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
142 testframe_DEPENDENCIES = $(TEST_DEPS)
143 testgeometry_DEPENDENCIES = $(TEST_DEPS)
144 testgiconpixbuf = $(TEST_DEPS)
145 testgrid_DEPENDENCIES = $(TEST_DEPS)
146 testgtk_DEPENDENCIES = $(TEST_DEPS)
147 testinput_DEPENDENCIES = $(TEST_DEPS)
148 testimage_DEPENDENCIES = $(TEST_DEPS)
149 testmenubars_DEPENDENCIES = $(TEST_DEPS)
150 testmountoperation_DEPENDENCIES = $(TEST_DEPS)
151 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
152 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
153 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
154 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
155 testoffscreen_DEPENDENCIES = $(TEST_DEPS)
156 testoffscreenwindow_DEPENDENCIES = $(TEST_DEPS)
157 testorientable_DEPENDENCIES = $(TEST_DEPS)
158 testprint_DEPENDENCIES = $(TEST_DEPS)
159 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
160 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
161 testrichtext_DEPENDENCIES = $(TEST_DEPS)
162 testscale_DEPENDENCIES = $(TEST_DEPS)
163 testselection_DEPENDENCIES = $(TEST_DEPS)
164 testsocket_DEPENDENCIES = $(DEPS)
165 testsocket_child_DEPENDENCIES = $(DEPS)
166 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
167 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
168 #testtext_DEPENDENCIES = $(TEST_DEPS)
169 testtreeedit_DEPENDENCIES = $(DEPS)
170 testtreemodel_DEPENDENCIES = $(DEPS)
171 testtreeview_DEPENDENCIES = $(DEPS)
172 testtreefocus_DEPENDENCIES = $(DEPS)
173 testtreeflow_DEPENDENCIES = $(DEPS)
174 testtreecolumns_DEPENDENCIES = $(DEPS)
175 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
176 testtreesort_DEPENDENCIES = $(DEPS)
177 treestoretest_DEPENDENCIES = $(TEST_DEPS)
178 testxinerama_DEPENDENCIES = $(TEST_DEPS)
179 testmerge_DEPENDENCIES = $(TEST_DEPS)
180 testactions_DEPENDENCIES = $(TEST_DEPS)
181 testgrouping_DEPENDENCIES = $(TEST_DEPS)
182 testtooltips_DEPENDENCIES = $(TEST_DEPS)
183 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
184 testscrolledwindow_DEPENDENCIES = $(TEST_DEPS)
185 testcellarea_DEPENDENCIES = $(TEST_DEPS)
186 testwindows_DEPENDENCIES = $(TEST_DEPS)
187 testexpand_DEPENDENCIES = $(TEST_DEPS)
188 testexpander_DEPENDENCIES = $(TEST_DEPS)
189
190 flicker_LDADD = $(LDADDS)
191 simple_LDADD = $(LDADDS)
192 print_editor_LDADD = $(LDADDS)
193 testaccel_LDADD = $(LDADDS)
194 testadjustsize_LDADD = $(LDADDS)
195 testassistant_LDADD = $(LDADDS)
196 testbbox_LDADD = $(LDADDS)
197 testbuttons_LDADD = $(LDADDS)
198 testcairo_LDADD = $(LDADDS)
199 testcalendar_LDADD = $(LDADDS)
200 testcombo_LDADD = $(LDADDS)
201 testcombochange_LDADD = $(LDADDS)
202 testcellrenderertext_LDADD = $(LDADDS)
203 testclientmessage_LDADD = $(LDADDS)
204 testdnd_LDADD = $(LDADDS)
205 testellipsise_LDADD = $(LDADDS)
206 testentrycompletion_LDADD = $(LDADDS)
207 testentryicons_LDADD = $(LDADDS)
208 testerrors_LDADD = $(LDADDS)
209 testfilechooser_LDADD = $(LDADDS)
210 testfilechooserbutton_LDADD = $(LDADDS)
211 testframe_LDADD = $(LDADDS)
212 testgeometry_LDADD = $(LDADDS)
213 testgiconpixbuf_LDADD = $(LDADDS)
214 testgrid_LDADD = $(LDADDS)
215 testgtk_LDADD = $(LDADDS)
216 testheightforwidth_LDADD = $(LDADDS)
217 testicontheme_LDADD = $(LDADDS)
218 testiconview_LDADD = $(LDADDS)
219 testiconview_keynav_LDADD = $(LDADDS)
220 testinput_LDADD = $(LDADDS)
221 testimage_LDADD = $(LDADDS)
222 testmenubars_LDADD = $(LDADDS)
223 testmountoperation_LDADD = $(LDADDS)
224 testmultidisplay_LDADD = $(LDADDS)
225 testmultiscreen_LDADD = $(LDADDS)
226 testnotebookdnd_LDADD = $(LDADDS)
227 testnouiprint_LDADD = $(LDADDS)
228 testoffscreen_LDADD = $(LDADDS)
229 testoffscreenwindow_LDADD = $(LDADDS)
230 testorientable_LDADD = $(LDADDS)
231 testprint_LDADD = $(LDADDS)
232 testrecentchooser_LDADD = $(LDADDS)
233 testrecentchoosermenu_LDADD = $(LDADDS)
234 testrichtext_LDADD = $(LDADDS)
235 testscale_LDADD = $(LDADDS)
236 testselection_LDADD = $(LDADDS)
237 testsocket_LDADD = $(LDADDS)
238 testsocket_child_LDADD = $(LDADDS)
239 testspinbutton_LDADD = $(LDADDS)
240 teststatusicon_LDADD = $(LDADDS)
241 testtoolbar_LDADD = $(LDADDS)
242 stresstest_toolbar_LDADD = $(LDADDS)
243 testtreeedit_LDADD = $(LDADDS)
244 testtreemodel_LDADD = $(LDADDS)
245 testtreeview_LDADD = $(LDADDS)
246 testtreefocus_LDADD = $(LDADDS)
247 testtreeflow_LDADD = $(LDADDS)
248 testtreecolumns_LDADD = $(LDADDS)
249 testtreecolumnsizing_LDADD = $(LDADDS)
250 testtreesort_LDADD = $(LDADDS)
251 #testtext_LDADD = $(LDADDS)
252 treestoretest_LDADD = $(LDADDS)
253 testxinerama_LDADD = $(LDADDS)
254 testmerge_LDADD = $(LDADDS)
255 testactions_LDADD = $(LDADDS)
256 testgrouping_LDADD = $(LDADDS)
257 testtooltips_LDADD = $(LDADDS)
258 testvolumebutton_LDADD = $(LDADDS)
259 testscrolledwindow_LDADD = $(LDADDS)
260 testcellarea_LDADD = $(LDADDS)
261 testwindows_LDADD = $(LDADDS)
262 testexpand_LDADD = $(LDADDS)
263 testexpander_LDADD = $(LDADDS)
264
265 testentrycompletion_SOURCES =   \
266         prop-editor.c           \
267         testentrycompletion.c
268
269 testentryicons_SOURCES =        \
270         prop-editor.c           \
271         testentryicons.c
272
273 testfilechooser_SOURCES =       \
274         prop-editor.c           \
275         testfilechooser.c
276
277 testfilechooserbutton_SOURCES = \
278         prop-editor.c           \
279         testfilechooserbutton.c
280
281 testgrid_SOURCES =      \
282         testgrid.c
283
284 testgtk_SOURCES =       \
285         prop-editor.c   \
286         testgtk.c
287
288 testtreeedit_SOURCES =  \
289         testtreeedit.c
290
291 testtreemodel_SOURCES = \
292         testtreemodel.c
293
294 testtreeview_SOURCES =  \
295         prop-editor.c   \
296         testtreeview.c
297
298 #testtext_SOURCES =     \
299 #       prop-editor.c   \
300 #       testtext.c
301
302 testtoolbar_SOURCES =   \
303         testtoolbar.c   \
304         prop-editor.c
305
306 testprint_SOURCES =     \
307         testprint.c             \
308         testprintfileoperation.h \
309         testprintfileoperation.c
310
311 testsocket_SOURCES =            \
312         testsocket.c            \
313         testsocket_common.c
314
315 testsocket_child_SOURCES =      \
316         testsocket_child.c      \
317         testsocket_common.c
318
319 testspinbutton_SOURCES =        \
320         testspinbutton.c
321
322 teststatusicon_SOURCES =        \
323         prop-editor.c           \
324         teststatusicon.c
325
326 testmerge_SOURCES =             \
327         testmerge.c
328
329 testactions_SOURCES =           \
330         testactions.c
331
332 testbbox_SOURCES =              \
333         testbbox.c
334
335 testbuttons_SOURCES =           \
336         testbuttons.c
337
338 testframe_SOURCES =             \
339         testframe.c
340
341 testgeometry_SOURCES =          \
342         testgeometry.c
343
344 testgiconpixbuf_SOURCES =       \
345         testgiconpixbuf.c
346
347 testiconview_SOURCES =          \
348         testiconview.c          \
349         prop-editor.c
350
351 testiconview_keynav_SOURCES =   \
352         testiconview-keynav.c
353
354 testrecentchooser_SOURCES =     \
355         prop-editor.c           \
356         testrecentchooser.c
357
358 testgrouping_SOURCES =          \
359         testgrouping.c
360
361 testtooltips_SOURCES =          \
362         testtooltips.c
363
364 testrecentchoosermenu_SOURCES = \
365         testrecentchoosermenu.c
366
367 testvolumebutton_SOURCES =      \
368         testvolumebutton.c
369
370 testscrolledwindow_SOURCES =    \
371         testscrolledwindow.c
372
373 testcellarea_SOURCES =          \
374         testcellarea.c          \
375         cellareascaffold.c      \
376         cellareascaffold.h
377
378 testoffscreen_SOURCES =         \
379         gtkoffscreenbox.c       \
380         gtkoffscreenbox.h       \
381         testoffscreen.c
382
383 testoffscreenwindow_SOURCES =   \
384         testoffscreenwindow.c
385
386 testwindows_SOURCES =   \
387         testwindows.c
388
389 testexpand_SOURCES = testexpand.c
390
391 testexpander_SOURCES = testexpander.c
392
393 EXTRA_DIST +=                   \
394         prop-editor.h           \
395         testgtk.1               \
396         testgtkrc               \
397         testgtkrc2              \
398         3DRings.xpm             \
399         FilesQueue.xpm          \
400         Modeller.xpm            \
401         check-y.xpm             \
402         check-n.xpm             \
403         marble.xpm              \
404         test.xpm                \
405         check-y.xpm             \
406         check-n.xpm             \
407         test.xpm                \
408         merge-1.ui              \
409         merge-2.ui              \
410         merge-3.ui              \
411         gnome-textfile.png      \
412         makefile.msc
413
414
415 -include $(top_srcdir)/git.mk