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