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