mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
Add src/base-typemaps.i as a prerequisite for all wrapper-generator rules.
Fix some comment typos. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15114 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
@@ -76,7 +76,7 @@ libgncmod_app_utils_la_LIBADD = \
|
||||
${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
|
||||
|
||||
@@ -66,7 +66,8 @@ libgncmod_business_core_la_LIBADD = \
|
||||
# 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
|
||||
|
||||
@@ -41,7 +41,7 @@ libgncmod_dialog_tax_table_la_LIBADD = \
|
||||
${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
|
||||
|
||||
@@ -26,7 +26,7 @@ noinst_HEADERS = \
|
||||
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
|
||||
|
||||
@@ -39,7 +39,7 @@ static void gnc_gobject_weak_cb (gpointer user_data, GObject *object);
|
||||
|
||||
/** 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.
|
||||
*
|
||||
|
||||
@@ -168,7 +168,8 @@ endif
|
||||
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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -28,7 +28,7 @@ gncinclude_HEADERS = \
|
||||
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
|
||||
|
||||
@@ -189,7 +189,8 @@ libgncmod_gnome_utils_la_LIBADD = \
|
||||
${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
|
||||
|
||||
@@ -89,7 +89,7 @@ noinst_HEADERS = \
|
||||
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
|
||||
|
||||
@@ -51,7 +51,7 @@ libgncmod_report_gnome_la_LIBADD = \
|
||||
${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
|
||||
|
||||
@@ -18,7 +18,7 @@ libgncmod_report_system_la_LIBADD = \
|
||||
${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
|
||||
|
||||
Reference in New Issue
Block a user