From: Mike Gorse Date: Mon, 18 Oct 2010 22:07:11 +0000 (-0400) Subject: Initial Makefile commit X-Git-Tag: AT_SPI2_CORE_1_91_3~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7402c9337190d8acf68b4a03705caa3ce489594;p=platform%2Fupstream%2Fat-spi2-core.git Initial Makefile commit --- diff --git a/Makefile.am b/Makefile.am index 5d64a3c..68f7dc6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,3 @@ -SUBDIRS=registryd xml bus +SUBDIRS=registryd tools xml bus libspi ACLOCAL_AMFLAGS=-I m4 diff --git a/configure.ac b/configure.ac index ac33877..70533dc 100644 --- a/configure.ac +++ b/configure.ac @@ -175,6 +175,7 @@ AC_SUBST(enable_relocate) AC_CONFIG_FILES([Makefile xml/Makefile +libspi/Makefile registryd/Makefile bus/at-spi-dbus-bus bus/Makefile]) diff --git a/xml/Makefile.am b/xml/Makefile.am index ff2c17d..c56e7e0 100644 --- a/xml/Makefile.am +++ b/xml/Makefile.am @@ -28,3 +28,10 @@ CLEANFILES = \ introspection.c \ introspection.h \ Processed.xml + +BUILT_SOURCES = spec.xml +CLEANFILES = spec.xml + +spec.xml: $(XML_SPEC) + xsltproc --xinclude $(top_srcdir)/tools/identity.xsl Accessibility.xml >spec.xml +