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