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