X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=tests%2FMakefile.am;h=d2bb2fd7b849a31c6100a1e3ffc33c4dd219c8f7;hb=e309cf84af1675ce0df7e970b4db28bef2d03394;hp=775853068a762364a1564107aabc43a04825fc6c;hpb=4bae9088c162bee458a7ff738dee4a5f785d70a4;p=platform%2Fupstream%2Fatk.git diff --git a/tests/Makefile.am b/tests/Makefile.am index 7758530..d2bb2fd 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -4,32 +4,28 @@ else no_undefined = endif -noinst_LTLIBRARIES = \ - libteststateset.la \ - libtestrelation.la - libatk = $(top_builddir)/atk/libatk-$(ATK_API_VERSION).la -INCLUDES = -I$(top_srcdir) \ +AM_CPPFLAGS = -I$(top_srcdir) \ -DG_DISABLE_DEPRECATED \ $(DEP_CFLAGS) DEPS = \ $(libatk) -moduledir = $(libdir)/gtk-2.0/modules +noinst_PROGRAMS = testdocument \ + testrole \ + testrelation \ + teststateset \ + testvalue + +LDADD = $(libatk) $(DEP_LIBS) + +testdocument_SOURCES = testdocument.c +testrole_SOURCES = testrole.c +testrelation_SOURCES = testrelation.c +teststateset_SOURCES = teststateset.c +testvalue_SOURCES = testvalue.c -libteststateset_la_SOURCES = teststateset.c -libteststateset_la_LDFLAGS = \ - -rpath $(moduledir) \ - $(no_undefined) \ - -avoid-version \ - -module -libteststateset_la_LIBADD = $(libatk) $(DEP_LIBS) +EXTRA_DIST = testatk_vc.mak -libtestrelation_la_SOURCES = testrelation.c -libtestrelation_la_LDFLAGS = \ - -rpath $(moduledir) \ - $(no_undefined) \ - -avoid-version \ - -module -libtestrelation_la_LIBADD = $(libatk) $(DEP_LIBS) +DISTCLEANFILES = testatk_vc.mak