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