r15114 - gnucash/trunk/src - Add src/base-typemaps.i as a prerequisite for all wrapper-generator rules.

Chris Shoemaker chris at cvs.gnucash.org
Mon Nov 13 21:14:14 EST 2006


Author: chris
Date: 2006-11-13 21:14:13 -0500 (Mon, 13 Nov 2006)
New Revision: 15114
Trac: http://svn.gnucash.org/trac/changeset/15114

Modified:
   gnucash/trunk/src/app-utils/Makefile.am
   gnucash/trunk/src/business/business-core/Makefile.am
   gnucash/trunk/src/business/dialog-tax-table/Makefile.am
   gnucash/trunk/src/core-utils/Makefile.am
   gnucash/trunk/src/core-utils/gnc-gobject-utils.c
   gnucash/trunk/src/engine/Makefile.am
   gnucash/trunk/src/engine/TransLog.c
   gnucash/trunk/src/gnc-module/Makefile.am
   gnucash/trunk/src/gnome-utils/Makefile.am
   gnucash/trunk/src/gnome/Makefile.am
   gnucash/trunk/src/report/report-gnome/Makefile.am
   gnucash/trunk/src/report/report-system/Makefile.am
Log:
Add src/base-typemaps.i as a prerequisite for all wrapper-generator rules.
Fix some comment typos.


Modified: gnucash/trunk/src/app-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/app-utils/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/app-utils/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -76,7 +76,7 @@
   ${GLIB_LIBS}
 
 if BUILDING_FROM_SVN
-swig-app-utils.c: app-utils.i
+swig-app-utils.c: app-utils.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/business/business-core/Makefile.am
===================================================================
--- gnucash/trunk/src/business/business-core/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/business/business-core/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -66,7 +66,8 @@
 # business-core-helpers.c
 
 if BUILDING_FROM_SVN
-swig-business-core.c: business-core.i ${noinst_HEADERS}
+swig-business-core.c: business-core.i ${noinst_HEADERS} \
+                      ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/business/dialog-tax-table/Makefile.am
===================================================================
--- gnucash/trunk/src/business/dialog-tax-table/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/business/dialog-tax-table/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -41,7 +41,7 @@
   ${EFENCE_LIBS}
 
 if BUILDING_FROM_SVN
-swig-dialog-tax-table.c: dialog-tax-table.i
+swig-dialog-tax-table.c: dialog-tax-table.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/core-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/core-utils/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/core-utils/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -26,7 +26,7 @@
   gnc-gtk-utils.h
 
 if BUILDING_FROM_SVN
-swig-core-utils.c: core-utils.i
+swig-core-utils.c: core-utils.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/core-utils/gnc-gobject-utils.c
===================================================================
--- gnucash/trunk/src/core-utils/gnc-gobject-utils.c	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/core-utils/gnc-gobject-utils.c	2006-11-14 02:14:13 UTC (rev 15114)
@@ -39,7 +39,7 @@
 
 /** Get a pointer to the hash table used by the tracking database.  If
  *  the hash table doesn't exist, it will be created.  If gnucash was
- *  compiled iwh --enable-ref-count-dumps, this funtion is also the
+ *  compiled with --enable-ref-count-dumps, this funtion is also the
  *  point where the gnc_gobject_tracking_dump() function is registered
  *  to be called the GTK exits.
  *

Modified: gnucash/trunk/src/engine/Makefile.am
===================================================================
--- gnucash/trunk/src/engine/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/engine/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -168,7 +168,8 @@
 noinst_DATA = .scm-links
 
 if BUILDING_FROM_SVN
-swig-engine.c: engine.i ${gncinclude_HEADERS} ${noinst_HEADERS}
+swig-engine.c: engine.i ${top_srcdir}/src/base-typemaps.i \
+               ${gncinclude_HEADERS} ${noinst_HEADERS}
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/lib/libqof/qof -I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/engine/TransLog.c
===================================================================
--- gnucash/trunk/src/engine/TransLog.c	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/engine/TransLog.c	2006-11-14 02:14:13 UTC (rev 15114)
@@ -50,7 +50,7 @@
  *       No, using a perl script to analyze a file that's supposed to
  *       be human readable is not a contradication in terms -- that's 
  *       exactly the point.
- * (2.b) Use tabs as a human freindly field separator; its also a 
+ * (2.b) Use tabs as a human friendly field separator; its also a 
  *       character that does not (should not) appear naturally anywhere 
  *       in the data, as it serves no formatting purpose in the current 
  *       GUI design.  (hack alert -- this is not currently tested for 

Modified: gnucash/trunk/src/gnc-module/Makefile.am
===================================================================
--- gnucash/trunk/src/gnc-module/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/gnc-module/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -28,7 +28,7 @@
 noinst_DATA = .scm-links
 
 if BUILDING_FROM_SVN
-swig-gnc-module.c: gnc-module.i
+swig-gnc-module.c: gnc-module.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/gnome/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -89,7 +89,7 @@
   window-reconcile.h
 
 if BUILDING_FROM_SVN
-swig-gnome.c: gnome.i dialog-progress.h
+swig-gnome.c: gnome.i dialog-progress.h ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/gnome-utils/Makefile.am
===================================================================
--- gnucash/trunk/src/gnome-utils/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/gnome-utils/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -189,7 +189,8 @@
   ${LIBXML2_LIBS}
 
 if BUILDING_FROM_SVN
-swig-gnome-utils.c: gnome-utils.i gnc-html.h print-session.h
+swig-gnome-utils.c: gnome-utils.i gnc-html.h print-session.h \
+                    ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/report/report-gnome/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-gnome/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/report/report-gnome/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -51,7 +51,7 @@
   ${GLIB_LIBS}
 
 if BUILDING_FROM_SVN
-swig-report-gnome.c: report-gnome.i
+swig-report-gnome.c: report-gnome.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif

Modified: gnucash/trunk/src/report/report-system/Makefile.am
===================================================================
--- gnucash/trunk/src/report/report-system/Makefile.am	2006-11-14 02:10:14 UTC (rev 15113)
+++ gnucash/trunk/src/report/report-system/Makefile.am	2006-11-14 02:14:13 UTC (rev 15114)
@@ -18,7 +18,7 @@
   ${GLIB_LIBS}
 
 if BUILDING_FROM_SVN
-swig-report-system.c: report-system.i
+swig-report-system.c: report-system.i ${top_srcdir}/src/base-typemaps.i
 	$(SWIG) -guile $(SWIG_ARGS) -Linkage module \
 	-I${top_srcdir}/src -o $@ $<
 endif



More information about the gnucash-changes mailing list