Add powerbox hook
[gtk-with-powerbox.git] / tests / Makefile.am
blobedd18b01daa272ae34b8c6c07c528fd943d6d292
1 ## Makefile.am for gtk+/tests
2 include $(top_srcdir)/Makefile.decl
4 INCLUDES =                                      \
5         -I$(top_srcdir)                         \
6         -I$(top_builddir)/gdk                   \
7         -I$(top_srcdir)/gdk                     \
8         -DGDK_PIXBUF_DISABLE_DEPRECATED         \
9         -DGDK_DISABLE_DEPRECATED                \
10         -DGTK_DISABLE_DEPRECATED                \
11         $(GTK_DEBUG_FLAGS)                      \
12         $(GTK_DEP_CFLAGS)
14 DEPS =                                                                  \
15         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
16         $(top_builddir)/gdk/$(gdktargetlib)                             \
17         $(top_builddir)/gtk/$(gtktargetlib)
19 LDADDS =                                                                \
20         $(top_builddir)/gdk-pixbuf/libgdk_pixbuf-$(GTK_API_VERSION).la  \
21         $(top_builddir)/gdk/$(gdktargetlib)                             \
22         $(top_builddir)/gtk/$(gtktargetlib)
24 if USE_X11
25 testsocket_programs = testsocket testsocket_child
26 endif
28 noinst_PROGRAMS =  $(TEST_PROGS)        \
29         simple                          \
30         print-editor                    \
31         testaccel                       \
32         testassistant                   \
33         testbbox                        \
34         testcairo                       \
35         testcalendar                    \
36         testcombo                       \
37         testcombochange                 \
38         testcellrenderertext            \
39         testdnd                         \
40         testellipsise                   \
41         testentrycompletion             \
42         testfilechooser                 \
43         testfilechooserbutton           \
44         testframe                       \
45         testgtk                         \
46         testiconview                    \
47         testicontheme                   \
48         testimage                       \
49         testinput                       \
50         testmenus                       \
51         testmenubars                    \
52         testmountoperation              \
53         testmultidisplay                \
54         testmultiscreen                 \
55         testnotebookdnd                 \
56         testnouiprint                   \
57         testprint                       \
58         testrgb                         \
59         testrecentchooser               \
60         testrecentchoosermenu           \
61         testrichtext                    \
62         testselection                   \
63         $(testsocket_programs)          \
64         testspinbutton                  \
65         teststatusicon                  \
66         testtext                        \
67         testtoolbar                     \
68         stresstest-toolbar              \
69         testtreeedit                    \
70         testtreemodel                   \
71         testtreeview                    \
72         testtreefocus                   \
73         testtreeflow                    \
74         testtreecolumns                 \
75         testtreesort                    \
76         treestoretest                   \
77         testxinerama                    \
78         pixbuf-read                     \
79         pixbuf-lowmem                   \
80         pixbuf-randomly-modified        \
81         pixbuf-random                   \
82         pixbuf-threads                  \
83         testmerge                       \
84         testactions                     \
85         testgrouping                    \
86         testtooltips                    \
87         testvolumebutton
89 if HAVE_CXX
90 noinst_PROGRAMS += autotestkeywords
91 TESTS = autotestkeywords
93 autotestkeywords_SOURCES = autotestkeywords.cc
94 autotestkeywords_CPPFLAGS = -I$(srcdir)/dummy-headers
96 if HAVE_OBJC
97 autotestkeywords_CPPFLAGS += -DHAVE_OBJC=1
98 autotestkeywords_CXXFLAGS = -x objective-c++
99 endif
101 endif
103 simple_DEPENDENCIES = $(TEST_DEPS)
104 print_editor_DEPENDENCIES = $(TEST_DEPS)
105 testicontheme_DEPENDENCIES = $(TEST_DEPS)
106 testiconview_DEPENDENCIES = $(TEST_DEPS)
107 testaccel_DEPENDENCIES = $(TEST_DEPS)
108 testassistant_DEPENDENCIES = $(TEST_DEPS)
109 testbbox_DEPENDENCIES = $(TEST_DEPS)
110 testframe_DEPENDENCIES = $(TEST_DEPS)
111 testcairo_DEPENDENCIES = $(TEST_DEPS)
112 testcalendar_DEPENDENCIES = $(TEST_DEPS)
113 testcombo_DEPENDENCIES = $(TEST_DEPS)
114 testcombochange_DEPENDENCIES = $(TEST_DEPS)
115 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
116 testdnd_DEPENDENCIES = $(TEST_DEPS)
117 testellipsise_DEPENDENCIES = $(TEST_DEPS)
118 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
119 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
120 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
121 testgtk_DEPENDENCIES = $(TEST_DEPS)
122 testinput_DEPENDENCIES = $(TEST_DEPS)
123 testimage_DEPENDENCIES = $(TEST_DEPS)
124 testmenus_DEPENDENCIES = $(TEST_DEPS)
125 testmenubars_DEPENDENCIES = $(TEST_DEPS)
126 testmountoperation_DEPENDENCIES = $(TEST_DEPS)
127 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
128 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
129 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
130 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
131 testprint_DEPENDENCIES = $(TEST_DEPS)
132 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
133 testrecentchoosermenu_DEPENDENCIES = $(TEST_DEPS)
134 testrgb_DEPENDENCIES = $(TEST_DEPS)
135 testrichtext_DEPENDENCIES = $(TEST_DEPS)
136 testselection_DEPENDENCIES = $(TEST_DEPS)
137 testsocket_DEPENDENCIES = $(DEPS)
138 testsocket_child_DEPENDENCIES = $(DEPS)
139 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
140 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
141 testtext_DEPENDENCIES = $(TEST_DEPS)
142 testtreeedit_DEPENDENCIES = $(DEPS)
143 testtreemodel_DEPENDENCIES = $(DEPS)
144 testtreeview_DEPENDENCIES = $(DEPS)
145 testtreefocus_DEPENDENCIES = $(DEPS)
146 testtreeflow_DEPENDENCIES = $(DEPS)
147 testtreecolumns_DEPENDENCIES = $(DEPS)
148 testtreesort_DEPENDENCIES = $(DEPS)
149 treestoretest_DEPENDENCIES = $(TEST_DEPS)
150 testxinerama_DEPENDENCIES = $(TEST_DEPS)
151 testmerge_DEPENDENCIES = $(TEST_DEPS)
152 testactions_DEPENDENCIES = $(TEST_DEPS)
153 testgrouping_DEPENDENCIES = $(TEST_DEPS)
154 testtooltips_DEPENDENCIES = $(TEST_DEPS)
155 testvolumebutton_DEPENDENCIES = $(TEST_DEPS)
157 simple_LDADD = $(LDADDS)
158 print_editor_LDADD = $(LDADDS)
159 testaccel_LDADD = $(LDADDS)
160 testassistant_LDADD = $(LDADDS)
161 testbbox_LDADD = $(LDADDS)
162 testframe_LDADD = $(LDADDS)
163 testcairo_LDADD = $(LDADDS)
164 testcalendar_LDADD = $(LDADDS)
165 testcombo_LDADD = $(LDADDS)
166 testcombochange_LDADD = $(LDADDS)
167 testcellrenderertext_LDADD = $(LDADDS)
168 testdnd_LDADD = $(LDADDS)
169 testellipsise_LDADD = $(LDADDS)
170 testentrycompletion_LDADD = $(LDADDS)
171 testfilechooser_LDADD = $(LDADDS)
172 testfilechooserbutton_LDADD = $(LDADDS)
173 testgtk_LDADD = $(LDADDS)
174 testicontheme_LDADD = $(LDADDS)
175 testiconview_LDADD = $(LDADDS)
176 testinput_LDADD = $(LDADDS)
177 testimage_LDADD = $(LDADDS)
178 testmenus_LDADD = $(LDADDS)
179 testmenubars_LDADD = $(LDADDS)
180 testmountoperation_LDADD = $(LDADDS)
181 testmultidisplay_LDADD = $(LDADDS)
182 testmultiscreen_LDADD = $(LDADDS)
183 testnotebookdnd_LDADD = $(LDADDS)
184 testnouiprint_LDADD = $(LDADDS)
185 testprint_LDADD = $(LDADDS)
186 testrecentchooser_LDADD = $(LDADDS)
187 testrecentchoosermenu_LDADD = $(LDADDS)
188 testrgb_LDADD = $(LDADDS)
189 testrichtext_LDADD = $(LDADDS)
190 testselection_LDADD = $(LDADDS)
191 testsocket_LDADD = $(LDADDS)
192 testsocket_child_LDADD = $(LDADDS)
193 testspinbutton_LDADD = $(LDADDS)
194 teststatusicon_LDADD = $(LDADDS)
195 testtoolbar_LDADD = $(LDADDS)
196 stresstest_toolbar_LDADD = $(LDADDS)
197 testtreeedit_LDADD = $(LDADDS)
198 testtreemodel_LDADD = $(LDADDS)
199 testtreeview_LDADD = $(LDADDS)
200 testtreefocus_LDADD = $(LDADDS)
201 testtreeflow_LDADD = $(LDADDS)
202 testtreecolumns_LDADD = $(LDADDS)
203 testtreesort_LDADD = $(LDADDS)
204 testtext_LDADD = $(LDADDS)
205 treestoretest_LDADD = $(LDADDS)
206 testxinerama_LDADD = $(LDADDS)
207 pixbuf_read_LDADD = $(LDADDS)
208 pixbuf_lowmem_LDADD = $(LDADDS)
209 pixbuf_randomly_modified_LDADD = $(LDADDS)
210 pixbuf_random_LDADD = $(LDADDS)
211 pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
212 testmerge_LDADD = $(LDADDS)
213 testactions_LDADD = $(LDADDS)
214 testgrouping_LDADD = $(LDADDS)
215 testtooltips_LDADD = $(LDADDS)
216 testvolumebutton_LDADD = $(LDADDS)
219 testentrycompletion_SOURCES =   \
220         prop-editor.c           \
221         testentrycompletion.c
223 testfilechooser_SOURCES =       \
224         prop-editor.c           \
225         testfilechooser.c       
227 testfilechooserbutton_SOURCES = \
228         prop-editor.c           \
229         testfilechooserbutton.c         
231 testgtk_SOURCES =       \
232         prop-editor.c   \
233         testgtk.c       
235 testtreeedit_SOURCES =  \
236         testtreeedit.c
238 testtreemodel_SOURCES = \
239         testtreemodel.c
241 testtreeview_SOURCES =  \
242         prop-editor.c   \
243         testtreeview.c 
245 testtext_SOURCES =      \
246         prop-editor.c   \
247         testtext.c 
249 testtoolbar_SOURCES =   \
250         testtoolbar.c   \
251         prop-editor.c
253 testprint_SOURCES =     \
254         testprint.c             \
255         testprintfileoperation.h \
256         testprintfileoperation.c
258 testsocket_SOURCES =            \
259         testsocket.c            \
260         testsocket_common.c
262 testsocket_child_SOURCES =      \
263         testsocket_child.c      \
264         testsocket_common.c
266 testspinbutton_SOURCES =        \
267         testspinbutton.c
269 teststatusicon_SOURCES =        \
270         prop-editor.c           \
271         teststatusicon.c
273 testmerge_SOURCES =             \
274         testmerge.c
276 testactions_SOURCES =           \
277         testactions.c
279 testbbox_SOURCES =              \
280         testbbox.c
282 testframe_SOURCES =             \
283         testframe.c
285 testiconview_SOURCES =          \
286         testiconview.c          \
287         prop-editor.c
289 testrecentchooser_SOURCES =     \
290         prop-editor.c           \
291         testrecentchooser.c
293 testgrouping_SOURCES =          \
294         testgrouping.c
296 testtooltips_SOURCES =          \
297         testtooltips.c
299 testrecentchoosermenu_SOURCES = \
300         testrecentchoosermenu.c
302 testvolumebutton_SOURCES =      \
303         testvolumebutton.c
305 EXTRA_DIST +=                   \
306         prop-editor.h           \
307         testgtk.1               \
308         testgtkrc               \
309         testgtkrc2              \
310         circles.xbm             \
311         3DRings.xpm             \
312         FilesQueue.xpm          \
313         Modeller.xpm            \
314         check-y.xpm             \
315         check-n.xpm             \
316         marble.xpm              \
317         test.xpm                \
318         check-y.xpm             \
319         check-n.xpm             \
320         test.xpm                \
321         merge-1.ui              \
322         merge-2.ui              \
323         merge-3.ui              \
324         gnome-textfile.png      \
325         makefile.msc            \
326         file-chooser-test-dir/empty \
327         file-chooser-test-dir/text.txt