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