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