[Gnucash-changes] r11825 - gnucash/branches/cashutil - first tentative build of cashutil binary

Neil Williams codehelp at cvs.gnucash.org
Thu Nov 3 18:25:39 EST 2005


Author: codehelp
Date: 2005-11-03 18:25:38 -0500 (Thu, 03 Nov 2005)
New Revision: 11825

Modified:
   gnucash/branches/cashutil/cashutil/ChangeLog
   gnucash/branches/cashutil/cashutil/doc/man/
   gnucash/branches/cashutil/cashutil/src/
   gnucash/branches/cashutil/cashutil/src/Makefile.am
   gnucash/branches/cashutil/src/business/business-core/file/Makefile.am
Log:
first tentative build of cashutil binary

Modified: gnucash/branches/cashutil/cashutil/ChangeLog
===================================================================
--- gnucash/branches/cashutil/cashutil/ChangeLog	2005-11-03 23:00:09 UTC (rev 11824)
+++ gnucash/branches/cashutil/cashutil/ChangeLog	2005-11-03 23:25:38 UTC (rev 11825)
@@ -1,4 +1,12 @@
 2005-11-03  Neil Williams <linux at codehelp.co.uk>
+
+	* src/business/business-core/file/Makefile.am : Quick fix
+	for the business file handlers - needs to be done properly.
+	* cashutil/src/Makefile.am : Nasty hack but it does allow
+	the cashutil to build for the first time. CashUtil branch
+	can (with some assistance) now complete make dist.
+
+2005-11-03  Neil Williams <linux at codehelp.co.uk>
 	* cashutil-autogen.sh : Trying to chain onto
 	existing autogen.sh
 	* src/cashutil.h : Remove built source.


Property changes on: gnucash/branches/cashutil/cashutil/doc/man
___________________________________________________________________
Name: svn:ignore
   - Makefile.in
Makefile


   + Makefile.in
Makefile
cashutil.1




Property changes on: gnucash/branches/cashutil/cashutil/src
___________________________________________________________________
Name: svn:ignore
   - Makefile.in
.libs
.deps
Makefile
cashutil.h


   + Makefile.in
.libs
.deps
Makefile
cashutil.h
cashutil



Modified: gnucash/branches/cashutil/cashutil/src/Makefile.am
===================================================================
--- gnucash/branches/cashutil/cashutil/src/Makefile.am	2005-11-03 23:00:09 UTC (rev 11824)
+++ gnucash/branches/cashutil/cashutil/src/Makefile.am	2005-11-03 23:25:38 UTC (rev 11825)
@@ -28,6 +28,7 @@
 cashutil_LDADD =   \
   ../../src/engine/libcashobjects.la  \
   ../../src/business/business-core/libcashbusobjects.la  \
+  ../../src/business/business-core/libgnc-backend-bus.la \
   -lltdl  \
   ${QOF_LIBS}  \
   ${GLIB_LIBS}  \

Modified: gnucash/branches/cashutil/src/business/business-core/file/Makefile.am
===================================================================
--- gnucash/branches/cashutil/src/business/business-core/file/Makefile.am	2005-11-03 23:00:09 UTC (rev 11824)
+++ gnucash/branches/cashutil/src/business/business-core/file/Makefile.am	2005-11-03 23:25:38 UTC (rev 11825)
@@ -2,6 +2,8 @@
 
 pkglib_LTLIBRARIES = libgncmod-business-backend-file.la
 
+lib_LTLIBRARIES = libgnc-backend-bus.la
+
 AM_CFLAGS = \
   -I${top_srcdir}/src \
   -I${top_srcdir}/src/backend \
@@ -13,6 +15,19 @@
   ${QOF_CFLAGS} \
   ${GLIB_CFLAGS}
 
+libgnc_backend_bus_la_SOURCES = \
+  gnc-address-xml-v2.c \
+  gnc-bill-term-xml-v2.c \
+  gnc-customer-xml-v2.c \
+  gnc-employee-xml-v2.c \
+  gnc-entry-xml-v2.c \
+  gnc-invoice-xml-v2.c \
+  gnc-job-xml-v2.c \
+  gnc-order-xml-v2.c \
+  gnc-owner-xml-v2.c \
+  gnc-tax-table-xml-v2.c \
+  gnc-vendor-xml-v2.c
+
 libgncmod_business_backend_file_la_SOURCES = \
   gncmod-business-backend-file.c \
   gnc-address-xml-v2.c \
@@ -41,6 +56,12 @@
   gnc-vendor-xml-v2.h \
   xml-helpers.h
 
+libgnc_backend_bus_la_LDFLAGS = -module
+
+libgnc_backend_bus_la_LIBADD = \
+  ${top_builddir}/src/business/business-core/libcashbusobjects.la \
+  ${GLIB_LIBS} ${XML_LIBS} ${QOF_LIBS} 
+
 libgncmod_business_backend_file_la_LDFLAGS = -module
 libgncmod_business_backend_file_la_LIBADD = \
    ${GLIB_LIBS} ${XML_LIBS} ${QOF_LIBS} \



More information about the gnucash-changes mailing list