lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [4907] Fix apparent defects.


From: Greg Chicares
Subject: [lmi-commits] [4907] Fix apparent defects.
Date: Wed, 05 May 2010 23:45:35 +0000

Revision: 4907
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=4907
Author:   chicares
Date:     2010-05-05 23:45:35 +0000 (Wed, 05 May 2010)
Log Message:
-----------
Fix apparent defects. For example, all 'mec_*' files were missing

Modified Paths:
--------------
    lmi/trunk/Makefile.am

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2010-05-05 17:21:32 UTC (rev 4906)
+++ lmi/trunk/Makefile.am       2010-05-05 23:45:35 UTC (rev 4907)
@@ -57,6 +57,7 @@
     antediluvian_cgi \
     gpt_server
 #    gpt_server - does not contain main() function, bug?..
+#      answer: its main() is in 'ihs_server7702.cpp'
 #    lmi_cgi - restore the target in the future
 
 # libtool libraries installed in lib
@@ -158,13 +159,14 @@
     default_view.cpp \
     docmanager_ex.cpp \
     docmdichildframe_ex.cpp \
-    facets.cpp \
     file_command_wx.cpp \
     icon_monger.cpp \
     illustration_document.cpp \
     illustration_view.cpp \
     main_common.cpp \
     main_wx.cpp \
+    mec_document.cpp \
+    mec_view.cpp \
     msw_workarounds.cpp \
     multidimgrid_any.cpp \
     multidimgrid_tools.cpp \
@@ -238,10 +240,14 @@
     actuarial_table.cpp \
     alert.cpp \
     calendar_date.cpp \
+    ce_product_name.cpp \
     configurable_settings.cpp \
     crc32.cpp \
     custom_io_0.cpp \
     data_directory.cpp \
+    datum_base.cpp \
+    datum_boolean.cpp \
+    datum_string.cpp \
     dbdict.cpp \
     dbnames.cpp \
     dbvalue.cpp \
@@ -273,6 +279,9 @@
     ledgervalues.cpp \
     license.cpp \
     loads.cpp \
+    mc_enum.cpp \
+    mc_enum_types.cpp \
+    mc_enum_types_aux.cpp \
     miscellany.cpp \
     multiple_cell_document.cpp \
     mvc_model.cpp \
@@ -287,6 +296,7 @@
     surrchg_rates.cpp \
     system_command.cpp \
     timer.cpp \
+    tn_range_types.cpp \
     xml_lmi.cpp \
     yare_input.cpp
 
@@ -315,11 +325,7 @@
 
 liblmi_la_SOURCES = \
     authenticity.cpp \
-    ce_product_name.cpp \
     commutation_functions.cpp \
-    datum_base.cpp \
-    datum_boolean.cpp \
-    datum_string.cpp \
     fund_data.cpp \
     ihs_acctval.cpp \
     ihs_avdebug.cpp \
@@ -331,17 +337,17 @@
     ihs_irc7702.cpp \
     ihs_irc7702a.cpp \
     ihs_mortal.cpp \
-    mc_enum.cpp \
-    mc_enum_types.cpp \
-    mc_enum_types_aux.cpp \
     md5.cpp \
+    mec_input.cpp \
+    mec_server.cpp \
+    mec_state.cpp \
+    mec_xml_document.cpp \
     mortality_rates_fetch.cpp \
     preferences_model.cpp \
     product_data.cpp \
     rounding_rules.cpp \
     stratified_algorithms.cpp \
     stratified_charges.cpp \
-    tn_range_types.cpp \
     $(liblmi_common_sources)
 liblmi_la_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
 liblmi_la_CFLAGS = $(AM_CFLAGS)
@@ -853,6 +859,7 @@
 test_zero_CXXFLAGS = $(AM_CXXFLAGS)
 
 # headers: we need to include them or they wouldn't appear in the distribution
+# this list should contain everything in `ls *.h *.hpp *.tpp *.xpp`
 noinst_HEADERS = \
     about_dialog.hpp \
     account_value.hpp \
@@ -866,23 +873,23 @@
     calendar_date.hpp \
     callback.hpp \
     catch_exceptions.hpp \
+    ce_product_name.hpp \
     census_document.hpp \
     census_view.hpp \
-    ce_product_name.hpp \
     comma_punct.hpp \
     commutation_functions.hpp \
+    config.hpp \
     config_bc551.hpp \
     config_como_mingw.hpp \
-    config.hpp \
     config_ming323.hpp \
     configurable_settings.hpp \
     crc32.hpp \
     custom_io_0.hpp \
+    data_directory.hpp \
+    database.hpp \
     database_document.hpp \
-    database.hpp \
+    database_view.hpp \
     database_view_editor.hpp \
-    database_view.hpp \
-    data_directory.hpp \
     datum_base.hpp \
     datum_boolean.hpp \
     datum_string.hpp \
@@ -897,6 +904,7 @@
     docmdichildframe_ex.hpp \
     emit_ledger.hpp \
     exit_codes.hpp \
+    expm1.h \
     facets.hpp \
     fenv_guard.hpp \
     fenv_lmi.hpp \
@@ -909,8 +917,8 @@
     group_values.hpp \
     handle_exceptions.hpp \
     icon_monger.hpp \
+    ihs_irc7702.hpp \
     ihs_irc7702a.hpp \
-    ihs_irc7702.hpp \
     ihs_server7702.hpp \
     ihs_server7702io.hpp \
     ihs_x_type.hpp \
@@ -922,13 +930,13 @@
     input_sequence.hpp \
     interest_rates.hpp \
     istream_to_string.hpp \
+    ledger.hpp \
     ledger_base.hpp \
-    ledger.hpp \
     ledger_invariant.hpp \
     ledger_text_formats.hpp \
-    ledgervalues.hpp \
     ledger_variant.hpp \
     ledger_xsl.hpp \
+    ledgervalues.hpp \
     license.hpp \
     loads.hpp \
     loads_impl.hpp \
@@ -943,13 +951,19 @@
     mc_enum_aux.hpp \
     mc_enum_fwd.hpp \
     mc_enum_metadata.hpp \
+    mc_enum_test_aux.hpp \
     mc_enum_test_aux_enums.hpp \
-    mc_enum_test_aux.hpp \
     mc_enum_type_enums.hpp \
     mc_enum_types.hpp \
     mc_enum_types.xpp \
     mc_enum_types_aux.hpp \
     md5.hpp \
+    mec_document.hpp \
+    mec_input.hpp \
+    mec_server.hpp \
+    mec_state.hpp \
+    mec_view.hpp \
+    mec_xml_document.hpp \
     miscellany.hpp \
     mortality_rates.hpp \
     msw_workarounds.hpp \
@@ -984,11 +998,11 @@
     product_names.hpp \
     progress_meter.hpp \
     quiet_nan.hpp \
+    round_to.hpp \
     rounding_document.hpp \
     rounding_rules.hpp \
+    rounding_view.hpp \
     rounding_view_editor.hpp \
-    rounding_view.hpp \
-    round_to.hpp \
     rtti_lmi.hpp \
     safely_dereference_as.hpp \
     sigfpe.hpp \
@@ -1006,15 +1020,15 @@
     text_doc.hpp \
     text_view.hpp \
     tier_document.hpp \
+    tier_view.hpp \
     tier_view_editor.hpp \
-    tier_view.hpp \
     timer.hpp \
-    tn_range_fwd.hpp \
     tn_range.hpp \
     tn_range.tpp \
+    tn_range_fwd.hpp \
     tn_range_test_aux.hpp \
+    tn_range_type_trammels.hpp \
     tn_range_types.hpp \
-    tn_range_type_trammels.hpp \
     transferor.hpp \
     value_cast.hpp \
     version.hpp \
@@ -1024,8 +1038,8 @@
     wx_new.hpp \
     wx_utility.hpp \
     wx_workarounds.hpp \
+    xml_lmi.hpp \
     xml_lmi_fwd.hpp \
-    xml_lmi.hpp \
     xml_serializable.hpp \
     xml_serializable.tpp \
     xml_serialize.hpp \





reply via email to

[Prev in Thread] Current Thread [Next in Thread]