gobject-introspection r910 - trunk
- From: walters svn gnome org
- To: svn-commits-list gnome org
- Subject: gobject-introspection r910 - trunk
- Date: Thu, 13 Nov 2008 19:57:07 +0000 (UTC)
Author: walters
Date: Thu Nov 13 19:57:07 2008
New Revision: 910
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=910&view=rev
Log:
Add a file to include with Makefile fragments useful for scanner invocation
Added:
trunk/common.mk
Modified:
trunk/ChangeLog
Added: trunk/common.mk
==============================================================================
--- (empty file)
+++ trunk/common.mk Thu Nov 13 19:57:07 2008
@@ -0,0 +1,10 @@
+SCANNER_BIN = $(top_srcdir)/tools/g-ir-scanner
+SCANNER_PYTHONPATH = $(top_builddir):$(top_srcdir):$$PYTHONPATH
+SCANNER_ENV = env PYTHONPATH=$(SCANNER_PYTHONPATH) \
+ UNINSTALLED_INTROSPECTION_SRCDIR=$(top_srcdir) \
+ UNINSTALLED_INTROSPECTION_BUILDDIR=$(top_builddir)
+SCANNER_ARGS = -v --add-include-path=$(top_builddir)/gir --add-include-path=.
+SCANNER = $(SCANNER_ENV) $(SCANNER_BIN) $(SCANNER_ARGS)
+SCANNER_LIBS = \
+ $(top_srcdir)/giscanner/*.py \
+ $(top_builddir)/giscanner/libgiscanner.la
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]