lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [5183] Remove extraneous whitespace


From: Greg Chicares
Subject: [lmi-commits] [5183] Remove extraneous whitespace
Date: Sat, 28 May 2011 11:29:44 +0000

Revision: 5183
          http://svn.sv.gnu.org/viewvc/?view=rev&root=lmi&revision=5183
Author:   chicares
Date:     2011-05-28 11:29:44 +0000 (Sat, 28 May 2011)
Log Message:
-----------
Remove extraneous whitespace

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

Modified: lmi/trunk/Makefile.am
===================================================================
--- lmi/trunk/Makefile.am       2011-05-28 11:24:13 UTC (rev 5182)
+++ lmi/trunk/Makefile.am       2011-05-28 11:29:44 UTC (rev 5183)
@@ -42,13 +42,13 @@
 ##############################################################################
 
 # targets going in bin
-bin_PROGRAMS =   \
-    lmi_cli   \
+bin_PROGRAMS = \
+    lmi_cli \
     lmi_wx \
-    elapsed_time    \
-    generate_passkey    \
-    antediluvian_cli    \
-    ihs_crc_comp    \
+    elapsed_time \
+    generate_passkey \
+    antediluvian_cli \
+    ihs_crc_comp \
     product_files \
     test_coding_rules
 
@@ -61,7 +61,7 @@
 #    lmi_cgi - restore the target in the future
 
 # libtool libraries installed in lib
-lib_LTLIBRARIES =   \
+lib_LTLIBRARIES = \
     liblmi.la
 
 # libtool convenience libraries which are not installed at all
@@ -209,7 +209,7 @@
     lmi_wx_SOURCES += lmi.rc
     lmi_wx_CXXFLAGS += -mwindows
 endif
-lmi_wx_LDADD =  \
+lmi_wx_LDADD = \
     liblmi.la \
     libwx_new.la \
     $(XMLWRAPP_LIBS) \
@@ -413,7 +413,7 @@
 antediluvian_cgi_CXXFLAGS = $(AM_CXXFLAGS) $(BOOST_INCLUDE_FLAGS)
 antediluvian_cgi_LDADD = \
     libcgi.la \
-    libantediluvian.la   \
+    libantediluvian.la \
     $(CGICC_LIBS) \
     $(BOOST_LIBS)
 
@@ -421,7 +421,7 @@
     $(cli_sources)
 antediluvian_cli_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
 antediluvian_cli_LDADD = \
-    libantediluvian.la  \
+    libantediluvian.la \
     liblmi.la \
     $(BOOST_LIBS) \
     $(XMLWRAPP_LIBS)
@@ -440,7 +440,7 @@
     my_rnd.cpp \
     my_tier.cpp
 product_files_LDADD = \
-    liblmi.la   \
+    liblmi.la \
     $(BOOST_LIBS) \
     $(XMLWRAPP_LIBS)
 
@@ -483,7 +483,7 @@
   alert_test.cpp
 test_alert_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_any_member_SOURCES =   \
+test_any_member_SOURCES = \
   $(common_test_objects) \
   any_member_test.cpp \
   facets.cpp
@@ -510,7 +510,7 @@
 test_authenticity_LDADD = \
   $(BOOST_LIBS)
 
-test_calendar_date_SOURCES =    \
+test_calendar_date_SOURCES = \
   $(common_test_objects) \
   calendar_date.cpp \
   calendar_date_test.cpp \
@@ -522,7 +522,7 @@
   callback_test.cpp
 test_callback_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_comma_punct_SOURCES =  \
+test_comma_punct_SOURCES = \
   $(common_test_objects) \
   comma_punct_test.cpp
 test_comma_punct_CXXFLAGS = $(AM_CXXFLAGS)
@@ -547,18 +547,18 @@
   $(BOOST_LIBS) \
   $(XMLWRAPP_LIBS)
 
-test_contains_SOURCES =    \
+test_contains_SOURCES = \
   $(common_test_objects) \
   contains_test.cpp
 test_contains_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_crc32_SOURCES =    \
+test_crc32_SOURCES = \
   $(common_test_objects) \
   crc32.cpp \
   crc32_test.cpp
 test_crc32_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_expression_template_0_SOURCES =    \
+test_expression_template_0_SOURCES = \
   $(common_test_objects) \
   expression_template_0_test.cpp
 test_expression_template_0_CXXFLAGS = $(AM_CXXFLAGS)
@@ -576,21 +576,21 @@
   file_command_test.cpp
 test_file_command_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_financial_SOURCES =    \
+test_financial_SOURCES = \
   $(common_test_objects) \
   financial_test.cpp \
   null_stream.cpp \
   stratified_algorithms.cpp
 test_financial_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_global_settings_SOURCES =  \
+test_global_settings_SOURCES = \
   $(common_test_objects) \
   global_settings.cpp \
   global_settings_test.cpp \
   miscellany.cpp \
   path_utility.cpp
 test_global_settings_CXXFLAGS = $(AM_CXXFLAGS)
-test_global_settings_LDADD =  \
+test_global_settings_LDADD = \
   $(BOOST_LIBS)
 
 test_handle_exceptions_SOURCES = \
@@ -598,18 +598,18 @@
   handle_exceptions_test.cpp
 test_handle_exceptions_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_ieee754_SOURCES =    \
+test_ieee754_SOURCES = \
   $(common_test_objects) \
   ieee754_test.cpp
 test_ieee754_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_input_seq_SOURCES =    \
+test_input_seq_SOURCES = \
   $(common_test_objects) \
   input_seq_test.cpp \
   input_sequence.cpp
 test_input_seq_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_input_SOURCES =    \
+test_input_SOURCES = \
   $(common_test_objects) \
   antediluvian_stubs.cpp \
   calendar_date.cpp \
@@ -646,7 +646,7 @@
   xml_lmi.cpp \
   yare_input.cpp
 test_input_CXXFLAGS = $(AM_CXXFLAGS) $(XMLWRAPP_CFLAGS)
-test_input_LDADD =    \
+test_input_LDADD = \
   $(BOOST_LIBS) \
   $(XMLWRAPP_LIBS)
 
@@ -683,12 +683,12 @@
   materially_equal_test.cpp
 test_materially_equal_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_math_functors_SOURCES =    \
+test_math_functors_SOURCES = \
   $(common_test_objects) \
   math_functors_test.cpp
 test_math_functors_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_mc_enum_SOURCES =  \
+test_mc_enum_SOURCES = \
   $(common_test_objects) \
   datum_base.cpp \
   facets.cpp \
@@ -699,22 +699,22 @@
   miscellany.cpp \
   path_utility.cpp
 test_mc_enum_CXXFLAGS = $(AM_CXXFLAGS)
-test_mc_enum_LDADD =  \
+test_mc_enum_LDADD = \
   $(BOOST_LIBS)
 
-test_miscellany_SOURCES =    \
+test_miscellany_SOURCES = \
   $(common_test_objects) \
   miscellany.cpp \
   miscellany_test.cpp
 test_miscellany_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_mortality_rates_SOURCES =    \
+test_mortality_rates_SOURCES = \
   $(common_test_objects) \
   ihs_mortal.cpp \
   mortality_rates_test.cpp
 test_mortality_rates_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_mpatrol_patch_SOURCES =    \
+test_mpatrol_patch_SOURCES = \
   $(common_test_objects) \
   mpatrol_patch_test.cpp
 test_mpatrol_patch_CXXFLAGS = $(AM_CXXFLAGS)
@@ -732,7 +732,7 @@
   ncnnnpnn_test.cpp
 test_ncnnnpnn_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_numeric_io_SOURCES =   \
+test_numeric_io_SOURCES = \
   $(common_test_objects) \
   numeric_io_test.cpp
 test_numeric_io_CXXFLAGS = $(AM_CXXFLAGS)
@@ -769,7 +769,7 @@
 test_print_matrix_CXXFLAGS = $(AM_CXXFLAGS)
 
 # 'expm1.cpp' is for como on msw
-test_product_file_SOURCES =   \
+test_product_file_SOURCES = \
   $(common_test_objects) \
   data_directory.cpp \
   dbdict.cpp \
@@ -786,17 +786,17 @@
   stratified_charges.cpp \
   timer.cpp
 test_product_file_CXXFLAGS = $(AM_CXXFLAGS)
-test_product_file_LDADD =   \
+test_product_file_LDADD = \
   $(BOOST_LIBS)
 
-test_progress_meter_SOURCES =   \
+test_progress_meter_SOURCES = \
   $(common_test_objects) \
   null_stream.cpp \
   progress_meter.cpp \
   progress_meter_cli.cpp \
   progress_meter_test.cpp
 test_progress_meter_CXXFLAGS = $(AM_CXXFLAGS)
-test_progress_meter_LDADD =   \
+test_progress_meter_LDADD = \
   liblmi.la
 
 test_round_SOURCES = \
@@ -829,12 +829,12 @@
   snprintf_test.cpp
 test_snprintf_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_stratified_algorithms_SOURCES =    \
+test_stratified_algorithms_SOURCES = \
   $(common_test_objects) \
   stratified_algorithms_test.cpp
 test_stratified_algorithms_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_stream_cast_SOURCES =  \
+test_stream_cast_SOURCES = \
   $(common_test_objects) \
   facets.cpp \
   stream_cast_test.cpp
@@ -847,12 +847,12 @@
   system_command_test.cpp
 test_system_command_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_test_tools_SOURCES =   \
+test_test_tools_SOURCES = \
   $(common_test_objects) \
   test_tools_test.cpp
 test_test_tools_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_timer_SOURCES =    \
+test_timer_SOURCES = \
   $(common_test_objects) \
   timer_test.cpp
 test_timer_CXXFLAGS = $(AM_CXXFLAGS)
@@ -865,13 +865,13 @@
   tn_range_test_aux.cpp
 test_tn_range_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_value_cast_SOURCES =   \
+test_value_cast_SOURCES = \
   $(common_test_objects) \
   facets.cpp \
   value_cast_test.cpp
 test_value_cast_CXXFLAGS = $(AM_CXXFLAGS)
 
-test_vector_SOURCES =   \
+test_vector_SOURCES = \
   $(common_test_objects) \
   vector_test.cpp
 test_vector_CXXFLAGS = $(AM_CXXFLAGS)
@@ -887,7 +887,7 @@
   xml_lmi.cpp \
   xml_serialize_test.cpp
 test_xml_serialize_CXXFLAGS = $(AM_CXXFLAGS)
-test_xml_serialize_LDADD =    \
+test_xml_serialize_LDADD = \
   $(XMLWRAPP_LIBS)
 
 test_zero_SOURCES = \




reply via email to

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