]> Pileus Git - ~andy/gtk/blob - tests/Makefile.am
don't write out </apply_tag> for tags that have already been closed by the
[~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         testcairo                       \
37         testcalendar                    \
38         testcombo                       \
39         testcombochange                 \
40         testcellrenderertext            \
41         testdnd                         \
42         testellipsise                   \
43         testentrycompletion             \
44         testfilechooser                 \
45         testfilechooserbutton           \
46         testgtk                         \
47         testiconview                    \
48         testicontheme                   \
49         testimage                       \
50         testinput                       \
51         testmenus                       \
52         testmenubars                    \
53         testmultidisplay                \
54         testmultiscreen                 \
55         testnotebookdnd                 \
56         testnouiprint                   \
57         testprint                       \
58         testrgb                         \
59         testrecentchooser               \
60         testrichtext                    \
61         testselection                   \
62         $(testsocket_programs)          \
63         testspinbutton                  \
64         teststatusicon                  \
65         testtext                        \
66         testtextbuffer                  \
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
87 autotestfilechooser_DEPENDENCIES = $(TEST_DEPS)
88 simple_DEPENDENCIES = $(TEST_DEPS)
89 floatingtest_DEPENDENCIES = $(TEST_DEPS)
90 print_editor_DEPENDENCIES = $(TEST_DEPS)
91 testicontheme_DEPENDENCIES = $(TEST_DEPS)
92 testiconview_DEPENDENCIES = $(TEST_DEPS)
93 testaccel_DEPENDENCIES = $(TEST_DEPS)
94 testassistant_DEPENDENCIES = $(TEST_DEPS)
95 testcairo_DEPENDENCIES = $(TEST_DEPS)
96 testcalendar_DEPENDENCIES = $(TEST_DEPS)
97 testcombo_DEPENDENCIES = $(TEST_DEPS)
98 testcombochange_DEPENDENCIES = $(TEST_DEPS)
99 testcellrenderertext_DEPENDENCIES = $(TEST_DEPS)
100 testdnd_DEPENDENCIES = $(TEST_DEPS)
101 testellipsise_DEPENDENCIES = $(TEST_DEPS)
102 testentrycompletion_DEPENDENCIES = $(TEST_DEPS)
103 testfilechooser_DEPENDENCIES = $(TEST_DEPS)
104 testfilechooserbutton_DEPENDENCIES = $(TEST_DEPS)
105 testgtk_DEPENDENCIES = $(TEST_DEPS)
106 testinput_DEPENDENCIES = $(TEST_DEPS)
107 testimage_DEPENDENCIES = $(TEST_DEPS)
108 testmenus_DEPENDENCIES = $(TEST_DEPS)
109 testmenubars_DEPENDENCIES = $(TEST_DEPS)
110 testmultidisplay_DEPENDENCIES = $(TEST_DEPS)
111 testmultiscreen_DEPENDENCIES = $(TEST_DEPS)
112 testnotebookdnd_DEPENDENCIES = $(TEST_DEPS)
113 testnouiprint_DEPENDENCIES = $(TEST_DEPS)
114 testprint_DEPENDENCIES = $(TEST_DEPS)
115 testrecentchooser_DEPENDENCIES = $(TEST_DEPS)
116 testrgb_DEPENDENCIES = $(TEST_DEPS)
117 testrichtext_DEPENDENCIES = $(TEST_DEPS)
118 testselection_DEPENDENCIES = $(TEST_DEPS)
119 testsocket_DEPENDENCIES = $(DEPS)
120 testsocket_child_DEPENDENCIES = $(DEPS)
121 testspinbutton_DEPENDENCIES = $(TEST_DEPS)
122 teststatusicon_DEPENDENCIES = $(TEST_DEPS)
123 testtext_DEPENDENCIES = $(TEST_DEPS)
124 testtextbuffer_DEPENDENCIES = $(TEST_DEPS)
125 testtreeedit_DEPENDENCIES = $(DEPS)
126 testtreemodel_DEPENDENCIES = $(DEPS)
127 testtreeview_DEPENDENCIES = $(DEPS)
128 testtreefocus_DEPENDENCIES = $(DEPS)
129 testtreeflow_DEPENDENCIES = $(DEPS)
130 testtreecolumns_DEPENDENCIES = $(DEPS)
131 testtreesort_DEPENDENCIES = $(DEPS)
132 treestoretest_DEPENDENCIES = $(TEST_DEPS)
133 testxinerama_DEPENDENCIES = $(TEST_DEPS)
134 testmerge_DEPENDENCIES = $(TEST_DEPS)
135 testactions_DEPENDENCIES = $(TEST_DEPS)
136 testgrouping_DEPENDENCIES = $(TEST_DEPS)
137
138 autotestfilechooser_LDADD = $(LDADDS)
139 simple_LDADD = $(LDADDS)
140 floatingtest_LDADD = $(LDADDS)
141 print_editor_LDADD = $(LDADDS)
142 testaccel_LDADD = $(LDADDS)
143 testassistant_LDADD = $(LDADDS)
144 testcairo_LDADD = $(LDADDS)
145 testcalendar_LDADD = $(LDADDS)
146 testcombo_LDADD = $(LDADDS)
147 testcombochange_LDADD = $(LDADDS)
148 testcellrenderertext_LDADD = $(LDADDS)
149 testdnd_LDADD = $(LDADDS)
150 testellipsise_LDADD = $(LDADDS)
151 testentrycompletion_LDADD = $(LDADDS)
152 testfilechooser_LDADD = $(LDADDS)
153 testfilechooserbutton_LDADD = $(LDADDS)
154 testgtk_LDADD = $(LDADDS)
155 testicontheme_LDADD = $(LDADDS)
156 testiconview_LDADD = $(LDADDS)
157 testinput_LDADD = $(LDADDS)
158 testimage_LDADD = $(LDADDS)
159 testmenus_LDADD = $(LDADDS)
160 testmenubars_LDADD = $(LDADDS)
161 testmultidisplay_LDADD = $(LDADDS)
162 testmultiscreen_LDADD = $(LDADDS)
163 testnotebookdnd_LDADD = $(LDADDS)
164 testnouiprint_LDADD = $(LDADDS)
165 testprint_LDADD = $(LDADDS)
166 testrecentchooser_LDADD = $(LDADDS)
167 testrgb_LDADD = $(LDADDS)
168 testrichtext_LDADD = $(LDADDS)
169 testselection_LDADD = $(LDADDS)
170 testsocket_LDADD = $(LDADDS)
171 testsocket_child_LDADD = $(LDADDS)
172 testspinbutton_LDADD = $(LDADDS)
173 teststatusicon_LDADD = $(LDADDS)
174 testtextbuffer_LDADD = $(LDADDS)
175 testtoolbar_LDADD = $(LDADDS)
176 stresstest_toolbar_LDADD = $(LDADDS)
177 testtreeedit_LDADD = $(LDADDS)
178 testtreemodel_LDADD = $(LDADDS)
179 testtreeview_LDADD = $(LDADDS)
180 testtreefocus_LDADD = $(LDADDS)
181 testtreeflow_LDADD = $(LDADDS)
182 testtreecolumns_LDADD = $(LDADDS)
183 testtreesort_LDADD = $(LDADDS)
184 testtext_LDADD = $(LDADDS)
185 treestoretest_LDADD = $(LDADDS)
186 testxinerama_LDADD = $(LDADDS)
187 pixbuf_read_LDADD = $(LDADDS)
188 pixbuf_lowmem_LDADD = $(LDADDS)
189 pixbuf_randomly_modified_LDADD = $(LDADDS)
190 pixbuf_random_LDADD = $(LDADDS)
191 pixbuf_threads_LDADD = $(LDADDS) $(GLIB_LIBS)
192 testmerge_LDADD = $(LDADDS)
193 testactions_LDADD = $(LDADDS)
194 testgrouping_LDADD = $(LDADDS)
195
196 autotestfilechooser_SOURCES =   \
197         autotestfilechooser.c
198
199 testentrycompletion_SOURCES =   \
200         prop-editor.c           \
201         testentrycompletion.c
202
203 testfilechooser_SOURCES =       \
204         prop-editor.c           \
205         testfilechooser.c       
206
207 testfilechooserbutton_SOURCES = \
208         prop-editor.c           \
209         testfilechooserbutton.c         
210
211 testgtk_SOURCES =       \
212         prop-editor.c   \
213         testgtk.c       
214
215 testtreeedit_SOURCES =  \
216         testtreeedit.c
217
218 testtreemodel_SOURCES = \
219         testtreemodel.c
220
221 testtreeview_SOURCES =  \
222         prop-editor.c   \
223         testtreeview.c 
224
225 testtext_SOURCES =      \
226         prop-editor.c   \
227         testtext.c 
228
229 testtoolbar_SOURCES =   \
230         testtoolbar.c   \
231         prop-editor.c
232
233 testprint_SOURCES =     \
234         testprint.c             \
235         testprintfileoperation.h \
236         testprintfileoperation.c
237
238 testsocket_SOURCES =            \
239         testsocket.c            \
240         testsocket_common.c
241
242 testsocket_child_SOURCES =      \
243         testsocket_child.c      \
244         testsocket_common.c
245
246 testspinbutton_SOURCES =        \
247         testspinbutton.c
248
249 teststatusicon_SOURCES =        \
250         teststatusicon.c
251
252 testmerge_SOURCES =             \
253         testmerge.c
254
255 testactions_SOURCES =           \
256         testactions.c
257
258 testiconview_SOURCES =          \
259         testiconview.c          \
260         prop-editor.c
261
262 testrecentchooser_SOURCES =     \
263         prop-editor.c           \
264         testrecentchooser.c
265
266 testgrouping_SOURCES =          \
267         testgrouping.c
268
269 EXTRA_DIST =                    \
270         prop-editor.h           \
271         testgtk.1               \
272         testgtkrc               \
273         testgtkrc2              \
274         circles.xbm             \
275         3DRings.xpm             \
276         FilesQueue.xpm          \
277         Modeller.xpm            \
278         check-y.xpm             \
279         check-n.xpm             \
280         marble.xpm              \
281         test.xpm                \
282         check-y.xpm             \
283         check-n.xpm             \
284         test.xpm                \
285         merge-1.ui              \
286         merge-2.ui              \
287         merge-3.ui              \
288         gnome-textfile.png      \
289         makefile.msc
290