]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
open-with: initial implementation of GtkOpenWithDialog
[~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         testopenwith                    \
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         treestoretest                   \
90         testxinerama                    \
91         testwindows                     \
92         testmerge                       \
93         testactions                     \
94         testgrouping                    \
95         testtooltips                    \
96         testexpand                      \
97         testexpander                    \
98         testvolumebutton                \
99         testscrolledwindow
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 testopenwith_DEPENDENCIES = $(TEST_DEPS)
158 testorientable_DEPENDENCIES = $(TEST_DEPS)
159 testprint_DEPENDENCIES = $(TEST_DEPS)
160 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
161 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
162 testrichtext_DEPENDENCIES = $(TEST_DEPS)
163 testscale_DEPENDENCIES = $(TEST_DEPS)
164 testselection_DEPENDENCIES = $(TEST_DEPS)
165 testsocket_DEPENDENCIES = $(DEPS)
166 testsocket_child_DEPENDENCIES = $(DEPS)
167 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
168 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
169 #testtext_DEPENDENCIES = $(TEST_DEPS)
170 testtreeedit_DEPENDENCIES = $(DEPS)
171 testtreemodel_DEPENDENCIES = $(DEPS)
172 testtreeview_DEPENDENCIES = $(DEPS)
173 testtreefocus_DEPENDENCIES = $(DEPS)
174 testtreeflow_DEPENDENCIES = $(DEPS)
175 testtreecolumns_DEPENDENCIES = $(DEPS)
176 testtreecolumnsizing_DEPENDENCIES = $(DEPS)
177 testtreesort_DEPENDENCIES = $(DEPS)
178 treestoretest_DEPENDENCIES = $(TEST_DEPS)
179 testxinerama_DEPENDENCIES = $(TEST_DEPS)
180 testmerge_DEPENDENCIES = $(TEST_DEPS)
181 testactions_DEPENDENCIES = $(TEST_DEPS)
182 testgrouping_DEPENDENCIES = $(TEST_DEPS)
183 testtooltips_DEPENDENCIES = $(TEST_DEPS)
184 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
185 testscrolledwindow_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 testopenwith_LDADD = $(LDADDS)
231 testorientable_LDADD = $(LDADDS)
232 testprint_LDADD = $(LDADDS)
233 testrecentchooser_LDADD = $(LDADDS)
234 testrecentchoosermenu_LDADD = $(LDADDS)
235 testrichtext_LDADD = $(LDADDS)
236 testscale_LDADD = $(LDADDS)
237 testselection_LDADD = $(LDADDS)
238 testsocket_LDADD = $(LDADDS)
239 testsocket_child_LDADD = $(LDADDS)
240 testspinbutton_LDADD = $(LDADDS)
241 teststatusicon_LDADD = $(LDADDS)
242 testtoolbar_LDADD = $(LDADDS)
243 stresstest_toolbar_LDADD = $(LDADDS)
244 testtreeedit_LDADD = $(LDADDS)
245 testtreemodel_LDADD = $(LDADDS)
246 testtreeview_LDADD = $(LDADDS)
247 testtreefocus_LDADD = $(LDADDS)
248 testtreeflow_LDADD = $(LDADDS)
249 testtreecolumns_LDADD = $(LDADDS)
250 testtreecolumnsizing_LDADD = $(LDADDS)
251 testtreesort_LDADD = $(LDADDS)
252 #testtext_LDADD = $(LDADDS)
253 treestoretest_LDADD = $(LDADDS)
254 testxinerama_LDADD = $(LDADDS)
255 testmerge_LDADD = $(LDADDS)
256 testactions_LDADD = $(LDADDS)
257 testgrouping_LDADD = $(LDADDS)
258 testtooltips_LDADD = $(LDADDS)
259 testvolumebutton_LDADD = $(LDADDS)
260 testscrolledwindow_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 testoffscreen_SOURCES =         \
374         gtkoffscreenbox.c       \
375         gtkoffscreenbox.h       \
376         testoffscreen.c
377
378 testoffscreenwindow_SOURCES =   \
379         testoffscreenwindow.c
380
381 testopenwith_SOURCES = \
382         testopenwith.c
383
384 testwindows_SOURCES =   \
385         testwindows.c
386
387 testexpand_SOURCES = testexpand.c
388
389 testexpander_SOURCES = testexpander.c
390
391 EXTRA_DIST +=                   \
392         prop-editor.h           \
393         testgtk.1               \
394         testgtkrc               \
395         testgtkrc2              \
396         3DRings.xpm             \
397         FilesQueue.xpm          \
398         Modeller.xpm            \
399         check-y.xpm             \
400         check-n.xpm             \
401         marble.xpm              \
402         test.xpm                \
403         check-y.xpm             \
404         check-n.xpm             \
405         test.xpm                \
406         merge-1.ui              \
407         merge-2.ui              \
408         merge-3.ui              \
409         gnome-textfile.png      \
410         makefile.msc
411
412
413 -include $(top_srcdir)/git.mk