]> Pileus Git - ~andy/gtk/blob - modules/other/gail/tests/Makefile.am
gail: No need to include modules/other in CFLAGS anymore
[~andy/gtk] / modules / other / gail / tests / Makefile.am
1 ## Makefile.am for gtk+/tests
2 include $(top_srcdir)/Makefile.decl
3
4 if PLATFORM_WIN32
5 no_undefined = -no-undefined
6 endif
7
8 moduledir = $(libdir)/gtk-3.0/modules
9
10 if !OS_WIN32
11 module_LTLIBRARIES = \
12         libferret.la
13 endif
14
15 noinst_LTLIBRARIES =            \
16         libtestaction.la        \
17         libtestbutton.la        \
18         libtestcombo.la         \
19         libtestcomponent.la     \
20         libtestimage.la         \
21         libtestnotebook.la      \
22         libtestobject.la        \
23         libtestmenuitem.la      \
24         libtestpaned.la         \
25         libtestprops.la         \
26         libtestselection.la     \
27         libteststatusbar.la     \
28         libtesttable.la         \
29         libtesttext.la          \
30         libtesttoplevel.la      \
31         libtesttreetable.la     \
32         libtestvalues.la
33
34 AM_CPPFLAGS = \
35         -I$(top_srcdir)         \
36         -I$(top_srcdir)/gdk     \
37         -I$(top_builddir)/gdk   \
38         -I$(top_srcdir)/gtk     \
39         -I$(top_builddir)/gtk   \
40         -DGDK_DISABLE_DEPRECATED\
41         -DGTK_DISABLE_DEPRECATED
42
43 AM_CFLAGS = \
44         $(GTK_DEP_CFLAGS)       \
45         $(GTK_DEBUG_FLAGS)
46
47 if !OS_WIN32
48 libferret_la_SOURCES =          \
49         testlib.c               \
50         testlib.h               \
51         ferret.c
52
53 libferret_la_LDFLAGS =          \
54         -rpath $(moduledir) -module -avoid-version \
55         $(no_undefined) \
56         $(LDFLAGS)
57
58 libferret_la_LIBADD =                       \
59         $(top_builddir)/gtk/libgtk-3.la \
60         $(GTK_DEP_LIBS)                     \
61         $(GAIL_INET_LIBS)
62 endif
63
64 libtestaction_la_SOURCES =      \
65         testaction.c
66
67 libtestaction_la_LDFLAGS =      \
68         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
69         $(top_builddir)/gtk/libgtk-3.la \
70         $(top_builddir)/gdk/libgdk-3.la \
71         $(GTK_DEP_LIBS) \
72         $(LDFLAGS)
73
74 libtestbutton_la_SOURCES =      \
75         testlib.c               \
76         testlib.h               \
77         testbutton.c
78
79 libtestbutton_la_LDFLAGS =      \
80         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
81         $(top_builddir)/gtk/libgtk-3.la \
82         $(top_builddir)/gdk/libgdk-3.la \
83         $(GTK_DEP_LIBS) \
84         $(LDFLAGS)
85
86 libtestcombo_la_SOURCES =       \
87         testlib.c               \
88         testlib.h               \
89         testcombo.c
90
91 libtestcombo_la_LDFLAGS =               \
92         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
93         $(top_builddir)/gtk/libgtk-3.la \
94         $(top_builddir)/gdk/libgdk-3.la \
95         $(GTK_DEP_LIBS) \
96         $(LDFLAGS)
97
98 libtestcomponent_la_SOURCES =   \
99         testcomponent.c
100
101 libtestcomponent_la_LDFLAGS =   \
102         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
103         $(top_builddir)/gtk/libgtk-3.la \
104         $(top_builddir)/gdk/libgdk-3.la \
105         $(GTK_DEP_LIBS) \
106         $(LDFLAGS)
107
108 libtestimage_la_SOURCES =       \
109         testimage.c
110
111 libtestimage_la_LDFLAGS =               \
112         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
113         $(top_builddir)/gtk/libgtk-3.la \
114         $(top_builddir)/gdk/libgdk-3.la \
115         $(GTK_DEP_LIBS) \
116         $(LDFLAGS)
117
118 libtestmenuitem_la_SOURCES =    \
119         testlib.c               \
120         testlib.h               \
121         testmenuitem.c
122
123 libtestmenuitem_la_LDFLAGS =            \
124         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
125         $(top_builddir)/gtk/libgtk-3.la \
126         $(top_builddir)/gdk/libgdk-3.la \
127         $(GTK_DEP_LIBS) \
128         $(LDFLAGS)
129
130 libtestnotebook_la_SOURCES =    \
131         testlib.c               \
132         testlib.h               \
133         testnotebook.c
134
135 libtestnotebook_la_LDFLAGS =            \
136         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
137         $(top_builddir)/gtk/libgtk-3.la \
138         $(top_builddir)/gdk/libgdk-3.la \
139         $(GTK_DEP_LIBS) \
140         $(LDFLAGS)
141
142 libtestobject_la_SOURCES =      \
143         testlib.c               \
144         testlib.h               \
145         testobject.c
146
147 libtestobject_la_LDFLAGS =              \
148         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
149         $(top_builddir)/gtk/libgtk-3.la \
150         $(top_builddir)/gdk/libgdk-3.la \
151         $(GTK_DEP_LIBS) \
152         $(LDFLAGS)
153
154 libtestpaned_la_SOURCES =       \
155         testlib.c               \
156         testlib.h               \
157         testpaned.c
158
159 libtestpaned_la_LDFLAGS =       \
160         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
161         $(top_builddir)/gtk/libgtk-3.la \
162         $(top_builddir)/gdk/libgdk-3.la \
163         $(GTK_DEP_LIBS) \
164         $(LDFLAGS)
165
166 libtestprops_la_SOURCES =       \
167         testlib.c               \
168         testlib.h               \
169         testprops.c
170
171 libtestprops_la_LDFLAGS =       \
172         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
173         $(top_builddir)/gtk/libgtk-3.la \
174         $(top_builddir)/gdk/libgdk-3.la \
175         $(GTK_DEP_LIBS) \
176         $(LDFLAGS)
177
178 libtestselection_la_SOURCES = \
179         testselection.c
180
181 libtestselection_la_LDFLAGS =   \
182         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
183         $(top_builddir)/gtk/libgtk-3.la \
184         $(top_builddir)/gdk/libgdk-3.la \
185         $(GTK_DEP_LIBS) \
186         $(LDFLAGS)
187
188 libteststatusbar_la_SOURCES = \
189         teststatusbar.c
190
191 libteststatusbar_la_LDFLAGS =   \
192         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
193         $(top_builddir)/gtk/libgtk-3.la \
194         $(top_builddir)/gdk/libgdk-3.la \
195         $(GTK_DEP_LIBS) \
196         $(LDFLAGS)
197
198 libtesttable_la_SOURCES =       \
199         testlib.c               \
200         testlib.h               \
201         testtextlib.c           \
202         testtextlib.h           \
203         testtable.c
204
205 libtesttable_la_LDFLAGS =       \
206         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
207         $(top_builddir)/gtk/libgtk-3.la \
208         $(top_builddir)/gdk/libgdk-3.la \
209         $(GTK_DEP_LIBS) \
210         $(LDFLAGS)
211
212 libtesttext_la_SOURCES =        \
213         testlib.c               \
214         testlib.h               \
215         testtextlib.c           \
216         testtextlib.h           \
217         testtext.c
218
219 libtesttext_la_LDFLAGS =        \
220         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
221         $(top_builddir)/gtk/libgtk-3.la \
222         $(top_builddir)/gdk/libgdk-3.la \
223         $(GTK_DEP_LIBS) \
224         $(LDFLAGS)
225
226 libtesttoplevel_la_SOURCES =    \
227         testlib.c               \
228         testlib.h               \
229         testtoplevel.c
230
231 libtesttoplevel_la_LDFLAGS =    \
232         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
233         $(top_builddir)/gtk/libgtk-3.la \
234         $(top_builddir)/gdk/libgdk-3.la \
235         $(GTK_DEP_LIBS) \
236         $(LDFLAGS)
237
238 libtesttreetable_la_SOURCES =   \
239         testlib.c               \
240         testlib.h               \
241         testtreetable.c
242
243 libtesttreetable_la_LDFLAGS =   \
244         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
245         $(top_builddir)/gtk/libgtk-3.la \
246         $(top_builddir)/gdk/libgdk-3.la \
247         $(GTK_DEP_LIBS) \
248         $(LDFLAGS)
249
250 libtestvalues_la_SOURCES =      \
251         testvalues.c
252
253 libtestvalues_la_LDFLAGS =      \
254         -rpath $(moduledir) -module -avoid-version $(no_undefined) \
255         $(top_builddir)/gtk/libgtk-3.la \
256         $(top_builddir)/gdk/libgdk-3.la \
257         $(GTK_DEP_LIBS) \
258         $(LDFLAGS)
259
260 -include $(top_srcdir)/git.mk