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