[at-spi2-core/gi: 2/4] Initial Makefile commit



commit e7402c9337190d8acf68b4a03705caa3ce489594
Author: Mike Gorse <mgorse novell com>
Date:   Mon Oct 18 18:07:11 2010 -0400

    Initial Makefile commit

 Makefile.am     |    2 +-
 configure.ac    |    1 +
 xml/Makefile.am |    7 +++++++
 3 files changed, 9 insertions(+), 1 deletions(-)
---
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
+



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]