lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5786] Refactor for concinnity with 'objects.make'


From: Greg Chicares
Subject: [lmi-commits] [5786] Refactor for concinnity with 'objects.make'
Date: Thu, 10 Oct 2013 11:21:48 +0000

Revision: 5786
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5786
Author:   chicares
Date:     2013-10-10 11:21:42 +0000 (Thu, 10 Oct 2013)
Log Message:
-----------
Refactor for concinnity with 'objects.make'

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2013-10-10 10:42:40 UTC (rev 5785)
+++ lmi/trunk/Makefile.am       2013-10-10 11:21:42 UTC (rev 5786)
@@ -465,8 +465,7 @@
     alert_cli.cpp \
     fenv_lmi.cpp \
     getopt.cpp \
-    license.cpp \
-    timer.cpp
+    license.cpp
 
 test_account_value_SOURCES = \
   $(common_test_objects) \
@@ -476,7 +475,8 @@
 test_actuarial_table_SOURCES = \
   $(common_test_objects) \
   actuarial_table.cpp \
-  actuarial_table_test.cpp
+  actuarial_table_test.cpp \
+  timer.cpp
 test_actuarial_table_CXXFLAGS = $(AM_CXXFLAGS)
 test_actuarial_table_LDADD = \
   $(BOOST_LIBS)
@@ -517,7 +517,8 @@
   $(common_test_objects) \
   calendar_date.cpp \
   calendar_date_test.cpp \
-  null_stream.cpp
+  null_stream.cpp \
+  timer.cpp
 test_calendar_date_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_callback_SOURCES = \
@@ -533,7 +534,8 @@
 test_commutation_functions_SOURCES = \
   $(common_test_objects) \
   commutation_functions.cpp \
-  commutation_functions_test.cpp
+  commutation_functions_test.cpp \
+  timer.cpp
 test_commutation_functions_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_configurable_settings_SOURCES = \
@@ -567,7 +569,8 @@
 
 test_expression_template_0_SOURCES = \
   $(common_test_objects) \
-  expression_template_0_test.cpp
+  expression_template_0_test.cpp \
+  timer.cpp
 test_expression_template_0_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_fenv_lmi_SOURCES = \
@@ -587,7 +590,8 @@
   $(common_test_objects) \
   financial_test.cpp \
   null_stream.cpp \
-  stratified_algorithms.cpp
+  stratified_algorithms.cpp \
+  timer.cpp
 test_financial_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_global_settings_SOURCES = \
@@ -651,6 +655,7 @@
   premium_tax.cpp \
   product_names.cpp \
   single_cell_document.cpp \
+  timer.cpp \
   tn_range_types.cpp \
   xml_lmi.cpp \
   yare_input.cpp
@@ -672,14 +677,16 @@
 
 test_istream_to_string_SOURCES = \
   $(common_test_objects) \
-  istream_to_string_test.cpp
+  istream_to_string_test.cpp \
+  timer.cpp
 test_istream_to_string_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_loads_SOURCES = \
   $(common_test_objects) \
+  expm1.c \
   loads.cpp \
   loads_test.cpp \
-  expm1.c
+  timer.cpp
 test_loads_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_map_lookup_SOURCES = \
@@ -694,7 +701,8 @@
 
 test_math_functors_SOURCES = \
   $(common_test_objects) \
-  math_functors_test.cpp
+  math_functors_test.cpp \
+  timer.cpp
 test_math_functors_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_mc_enum_SOURCES = \
@@ -743,12 +751,14 @@
 
 test_numeric_io_SOURCES = \
   $(common_test_objects) \
-  numeric_io_test.cpp
+  numeric_io_test.cpp \
+  timer.cpp
 test_numeric_io_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_obstruct_slicing_SOURCES = \
   $(common_test_objects) \
-  obstruct_slicing_test.cpp
+  obstruct_slicing_test.cpp \
+  timer.cpp
 test_obstruct_slicing_CXXFLAGS = $(AM_CXXFLAGS)
 
 test_path_utility_SOURCES = \
@@ -821,6 +831,7 @@
   product_file_test.cpp \
   rounding_rules.cpp \
   stratified_charges.cpp \
+  timer.cpp \
   xml_lmi.cpp
 test_product_file_CXXFLAGS = $(AM_CXXFLAGS)
 test_product_file_LDADD = \
@@ -892,6 +903,7 @@
 
 test_timer_SOURCES = \
   $(common_test_objects) \
+  timer.cpp \
   timer_test.cpp
 test_timer_CXXFLAGS = $(AM_CXXFLAGS)
 
@@ -911,6 +923,7 @@
 
 test_vector_SOURCES = \
   $(common_test_objects) \
+  timer.cpp \
   vector_test.cpp
 test_vector_CXXFLAGS = $(AM_CXXFLAGS)
 
@@ -922,6 +935,7 @@
 test_xml_serialize_SOURCES = \
   $(common_test_objects) \
   facets.cpp \
+  timer.cpp \
   xml_lmi.cpp \
   xml_serialize_test.cpp
 test_xml_serialize_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)




reply via email to

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