diff options
-rw-r--r-- | Makefile.am | 170 | ||||
-rw-r--r-- | src/py_amount.cc (renamed from python/py_amount.cc) | 0 | ||||
-rw-r--r-- | src/py_balance.cc (renamed from python/py_balance.cc) | 0 | ||||
-rw-r--r-- | src/py_chain.cc (renamed from python/py_chain.cc) | 0 | ||||
-rw-r--r-- | src/py_commodity.cc (renamed from python/py_commodity.cc) | 0 | ||||
-rw-r--r-- | src/py_expr.cc (renamed from python/py_expr.cc) | 0 | ||||
-rw-r--r-- | src/py_flags.cc (renamed from python/py_flags.cc) | 0 | ||||
-rw-r--r-- | src/py_format.cc (renamed from python/py_format.cc) | 0 | ||||
-rw-r--r-- | src/py_global.cc (renamed from python/py_global.cc) | 0 | ||||
-rw-r--r-- | src/py_item.cc (renamed from python/py_item.cc) | 0 | ||||
-rw-r--r-- | src/py_journal.cc (renamed from python/py_journal.cc) | 0 | ||||
-rw-r--r-- | src/py_post.cc (renamed from python/py_post.cc) | 0 | ||||
-rw-r--r-- | src/py_report.cc (renamed from python/py_report.cc) | 0 | ||||
-rw-r--r-- | src/py_scope.cc (renamed from python/py_scope.cc) | 0 | ||||
-rw-r--r-- | src/py_session.cc (renamed from python/py_session.cc) | 0 | ||||
-rw-r--r-- | src/py_timelog.cc (renamed from python/py_timelog.cc) | 0 | ||||
-rw-r--r-- | src/py_times.cc (renamed from python/py_times.cc) | 0 | ||||
-rw-r--r-- | src/py_utils.cc (renamed from python/py_utils.cc) | 0 | ||||
-rw-r--r-- | src/py_value.cc (renamed from python/py_value.cc) | 0 | ||||
-rw-r--r-- | src/py_xact.cc (renamed from python/py_xact.cc) | 0 | ||||
-rw-r--r-- | src/pyfstream.h (renamed from python/pyfstream.h) | 0 | ||||
-rw-r--r-- | src/pyinterp.cc (renamed from python/pyinterp.cc) | 0 | ||||
-rw-r--r-- | src/pyinterp.h (renamed from python/pyinterp.h) | 0 | ||||
-rw-r--r-- | src/pyledger.cc (renamed from python/pyledger.cc) | 0 | ||||
-rw-r--r-- | src/pyledger.h (renamed from python/pyledger.h) | 0 | ||||
-rw-r--r-- | src/pyutils.h (renamed from python/pyutils.h) | 0 | ||||
-rwxr-xr-x | test/convert.py | 2 |
27 files changed, 86 insertions, 86 deletions
diff --git a/Makefile.am b/Makefile.am index a6254fdd..845cd4c9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,67 +77,67 @@ libledger_report_la_SOURCES = \ libledger_report_la_CPPFLAGS = $(lib_cppflags) libledger_report_la_LDFLAGS = -release $(VERSION).0 -pkginclude_HEADERS = \ - $(top_builddir)/config.h \ - src/system.hh \ - src/utils.h \ - src/flags.h \ - src/hooks.h \ - src/error.h \ - src/times.h \ - src/mask.h \ - src/stream.h \ - src/pstream.h \ - src/unistring.h \ - src/accum.h \ - \ - src/amount.h \ - src/commodity.h \ - src/balance.h \ - src/value.h \ - \ - src/token.h \ - src/parser.h \ - src/op.h \ - src/expr.h \ - src/scope.h \ - src/interactive.h \ - src/predicate.h \ - src/format.h \ - src/option.h \ - \ - src/item.h \ - src/post.h \ - src/xact.h \ - src/account.h \ - src/journal.h \ - src/timelog.h \ - src/iterators.h \ - src/compare.h \ - \ - src/session.h \ - src/report.h \ - src/filters.h \ - src/chain.h \ - src/precmd.h \ - src/derive.h \ - src/output.h \ - src/emacs.h \ - src/quotes.h \ - \ - src/global.h \ - src/ledger.h \ - \ - python/pyledger.h \ - python/pyinterp.h \ - \ - lib/fdstream.h \ - lib/sha1.h \ - lib/gettext.h \ - \ - lib/utfcpp/source/utf8.h \ - lib/utfcpp/source/utf8/checked.h \ - lib/utfcpp/source/utf8/core.h \ +pkginclude_HEADERS = \ + $(top_builddir)/config.h \ + src/system.hh \ + src/utils.h \ + src/flags.h \ + src/hooks.h \ + src/error.h \ + src/times.h \ + src/mask.h \ + src/stream.h \ + src/pstream.h \ + src/unistring.h \ + src/accum.h \ + \ + src/amount.h \ + src/commodity.h \ + src/balance.h \ + src/value.h \ + \ + src/token.h \ + src/parser.h \ + src/op.h \ + src/expr.h \ + src/scope.h \ + src/interactive.h \ + src/predicate.h \ + src/format.h \ + src/option.h \ + \ + src/item.h \ + src/post.h \ + src/xact.h \ + src/account.h \ + src/journal.h \ + src/timelog.h \ + src/iterators.h \ + src/compare.h \ + \ + src/session.h \ + src/report.h \ + src/filters.h \ + src/chain.h \ + src/precmd.h \ + src/derive.h \ + src/output.h \ + src/emacs.h \ + src/quotes.h \ + \ + src/global.h \ + src/ledger.h \ + \ + src/pyledger.h \ + src/pyinterp.h \ + \ + lib/fdstream.h \ + lib/sha1.h \ + lib/gettext.h \ + \ + lib/utfcpp/source/utf8.h \ + lib/utfcpp/source/utf8/checked.h \ + lib/utfcpp/source/utf8/core.h \ lib/utfcpp/source/utf8/unchecked.h CLEANFILES = @@ -179,7 +179,7 @@ all_sources = $(libledger_util_la_SOURCES) \ $(libledger_data_la_SOURCES) \ $(libledger_report_la_SOURCES) \ $(libledger_python_la_SOURCES) \ - python/pyledger.cc + src/pyledger.cc all_files = $(all_sources) $(pkginclude_HEADERS) @@ -195,35 +195,35 @@ if HAVE_BOOST_PYTHON lib_LTLIBRARIES += libledger_python.la libledger_python_la_SOURCES = \ - python/pyutils.h \ - python/pyfstream.h \ - python/py_amount.cc \ - python/py_balance.cc \ - python/py_chain.cc \ - python/py_commodity.cc \ - python/py_xact.cc \ - python/py_expr.cc \ - python/py_flags.cc \ - python/py_format.cc \ - python/py_global.cc \ - python/py_item.cc \ - python/py_journal.cc \ - python/py_report.cc \ - python/py_scope.cc \ - python/py_session.cc \ - python/py_timelog.cc \ - python/py_times.cc \ - python/py_utils.cc \ - python/py_value.cc \ - python/py_post.cc \ - python/pyinterp.cc + src/pyutils.h \ + src/pyfstream.h \ + src/py_amount.cc \ + src/py_balance.cc \ + src/py_chain.cc \ + src/py_commodity.cc \ + src/py_expr.cc \ + src/py_flags.cc \ + src/py_format.cc \ + src/py_global.cc \ + src/py_item.cc \ + src/py_journal.cc \ + src/py_post.cc \ + src/py_report.cc \ + src/py_scope.cc \ + src/py_session.cc \ + src/py_timelog.cc \ + src/py_times.cc \ + src/py_utils.cc \ + src/py_value.cc \ + src/py_xact.cc \ + src/pyinterp.cc libledger_python_la_CPPFLAGS = $(lib_cppflags) -I$(srcdir)/python pyexec_LTLIBRARIES = ledger.la ledger_la_CPPFLAGS = $(libledger_python_la_CPPFLAGS) -ledger_la_SOURCES = python/pyledger.cc +ledger_la_SOURCES = src/pyledger.cc ledger_la_DEPENDENCIES = $(lib_LTLIBRARIES) ledger_la_LDFLAGS = -avoid-version -module ledger_la_LIBADD = $(LIBOBJS) $(lib_LTLIBRARIES) $(INTLLIBS) diff --git a/python/py_amount.cc b/src/py_amount.cc index 980e049b..980e049b 100644 --- a/python/py_amount.cc +++ b/src/py_amount.cc diff --git a/python/py_balance.cc b/src/py_balance.cc index 4215519c..4215519c 100644 --- a/python/py_balance.cc +++ b/src/py_balance.cc diff --git a/python/py_chain.cc b/src/py_chain.cc index 279d4375..279d4375 100644 --- a/python/py_chain.cc +++ b/src/py_chain.cc diff --git a/python/py_commodity.cc b/src/py_commodity.cc index 7b101ec1..7b101ec1 100644 --- a/python/py_commodity.cc +++ b/src/py_commodity.cc diff --git a/python/py_expr.cc b/src/py_expr.cc index 047fd2bc..047fd2bc 100644 --- a/python/py_expr.cc +++ b/src/py_expr.cc diff --git a/python/py_flags.cc b/src/py_flags.cc index 440c81c6..440c81c6 100644 --- a/python/py_flags.cc +++ b/src/py_flags.cc diff --git a/python/py_format.cc b/src/py_format.cc index 2880cf3e..2880cf3e 100644 --- a/python/py_format.cc +++ b/src/py_format.cc diff --git a/python/py_global.cc b/src/py_global.cc index c064f9d8..c064f9d8 100644 --- a/python/py_global.cc +++ b/src/py_global.cc diff --git a/python/py_item.cc b/src/py_item.cc index f0e3f440..f0e3f440 100644 --- a/python/py_item.cc +++ b/src/py_item.cc diff --git a/python/py_journal.cc b/src/py_journal.cc index b0328844..b0328844 100644 --- a/python/py_journal.cc +++ b/src/py_journal.cc diff --git a/python/py_post.cc b/src/py_post.cc index a60b79f9..a60b79f9 100644 --- a/python/py_post.cc +++ b/src/py_post.cc diff --git a/python/py_report.cc b/src/py_report.cc index 1a42b1d7..1a42b1d7 100644 --- a/python/py_report.cc +++ b/src/py_report.cc diff --git a/python/py_scope.cc b/src/py_scope.cc index 55f779d2..55f779d2 100644 --- a/python/py_scope.cc +++ b/src/py_scope.cc diff --git a/python/py_session.cc b/src/py_session.cc index 108dcc3c..108dcc3c 100644 --- a/python/py_session.cc +++ b/src/py_session.cc diff --git a/python/py_timelog.cc b/src/py_timelog.cc index 03416ec2..03416ec2 100644 --- a/python/py_timelog.cc +++ b/src/py_timelog.cc diff --git a/python/py_times.cc b/src/py_times.cc index f209929a..f209929a 100644 --- a/python/py_times.cc +++ b/src/py_times.cc diff --git a/python/py_utils.cc b/src/py_utils.cc index ac1ed822..ac1ed822 100644 --- a/python/py_utils.cc +++ b/src/py_utils.cc diff --git a/python/py_value.cc b/src/py_value.cc index a4de7c04..a4de7c04 100644 --- a/python/py_value.cc +++ b/src/py_value.cc diff --git a/python/py_xact.cc b/src/py_xact.cc index 441d5741..441d5741 100644 --- a/python/py_xact.cc +++ b/src/py_xact.cc diff --git a/python/pyfstream.h b/src/pyfstream.h index 2b21b45e..2b21b45e 100644 --- a/python/pyfstream.h +++ b/src/pyfstream.h diff --git a/python/pyinterp.cc b/src/pyinterp.cc index 9782f3a0..9782f3a0 100644 --- a/python/pyinterp.cc +++ b/src/pyinterp.cc diff --git a/python/pyinterp.h b/src/pyinterp.h index 4863cbb9..4863cbb9 100644 --- a/python/pyinterp.h +++ b/src/pyinterp.h diff --git a/python/pyledger.cc b/src/pyledger.cc index 963efe11..963efe11 100644 --- a/python/pyledger.cc +++ b/src/pyledger.cc diff --git a/python/pyledger.h b/src/pyledger.h index ee27767a..ee27767a 100644 --- a/python/pyledger.h +++ b/src/pyledger.h diff --git a/python/pyutils.h b/src/pyutils.h index c0e5a38a..c0e5a38a 100644 --- a/python/pyutils.h +++ b/src/pyutils.h diff --git a/test/convert.py b/test/convert.py index 278bc76f..276d500f 100755 --- a/test/convert.py +++ b/test/convert.py @@ -116,7 +116,7 @@ for line in fd.readlines(): line = re.sub('amount_t::precision_t\(([^)]+?)\)', '\\1', line) # Determine this list automatically by scanning the class_ lines in - # python/*.cc + # src/py_*.cc line = re.sub('amount_t::', 'Amount.', line) line = re.sub('Amount\.PARSE_', 'AmountParse.', line) line = re.sub('commodity_t\(([^)]+?)\)', '\\1', line) |