Release 2.28.1
[platform/upstream/atk.git] / tests / Makefile.am
1 if PLATFORM_WIN32
2 no_undefined = -no-undefined
3 else
4 no_undefined =
5 endif
6
7 libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la
8
9 AM_CPPFLAGS = -I$(top_srcdir)   \
10         -DG_DISABLE_DEPRECATED  \
11         $(DEP_CFLAGS)
12 DEPS = \
13         $(libatk)
14
15 noinst_PROGRAMS = testdocument \
16                   testrole  \
17                   testrelation  \
18                   teststateset  \
19                   testvalue
20
21 LDADD = $(libatk) $(DEP_LIBS)
22
23 testdocument_SOURCES = testdocument.c
24 testrole_SOURCES = testrole.c
25 testrelation_SOURCES = testrelation.c
26 teststateset_SOURCES = teststateset.c
27 testvalue_SOURCES = testvalue.c
28
29 EXTRA_DIST = testatk_vc.mak
30
31 DISTCLEANFILES = testatk_vc.mak