Merge Monty (with formatting fixes)
authorBrian Aker <brian@gaz>
Sun, 13 Jun 2010 16:21:08 +0000 (09:21 -0700)
committerBrian Aker <brian@gaz>
Sun, 13 Jun 2010 16:21:08 +0000 (09:21 -0700)
1  2 
Makefile.am
docs/Makefile.am
tests/include.am

diff --cc Makefile.am
index 7bbac703b0b9eefa9d51420c4f13b19a281a2f0e,a410902c0fef596fd211f771c002d9978191e3d7..d2acebaa4658258582dd8e4b712c90d91b5223f1
@@@ -14,7 -14,21 +14,21 @@@ include_HEADERS 
  nobase_include_HEADERS =
  EXTRA_HEADERS =
  BUILT_SOURCES=
- EXTRA_DIST = README.FIRST
+ EXTRA_DIST= \
 -                                              ${srcdir}/m4/pandora_*.m4 \
 -                                              .quickly \
 -                                              README.FIRST \
 -                                              config/autorun.sh \
 -                                              config/pandora-plugin \
 -                                              config/uncrustify.cfg \
 -                                              m4/ac_cxx_header_stdcxx_98.m4 \
 -                                              m4/acx_pthread.m4  \
 -                                              m4/gettext.m4 \
 -                                              m4/iconv.m4 \
 -                                              m4/pkg.m4 \
 -                                              m4/po.m4 \
 -                                              m4/progtest.m4
++          ${srcdir}/m4/pandora_*.m4 \
++          .quickly \
++          README.FIRST \
++          config/autorun.sh \
++          config/pandora-plugin \
++          config/uncrustify.cfg \
++          m4/ac_cxx_header_stdcxx_98.m4 \
++          m4/acx_pthread.m4  \
++          m4/gettext.m4 \
++          m4/iconv.m4 \
++          m4/pkg.m4 \
++          m4/po.m4 \
++          m4/progtest.m4
  
  SUBDIRS = docs
  
index 348e9ca63096189870242e5acc53b7c722a1f682,1b02141ab60d8bda6a681808127a469f6b411c32..398124e578e662bc72608a838150988fd189d3c0
@@@ -289,43 -289,45 +289,45 @@@ HTML_FILES= 
            memstat.html
  
  POD_FILES= \
--           hashkit_create.pod \
--           hashkit_functions.pod \
--           hashkit_value.pod \
--           libmemcached.pod \
--           libmemcached_examples.pod \
--           libmemcachedutil.pod \
--           memcached_analyze.pod \
--           memcached_auto.pod \
--           memcached_behavior.pod \
--           memcached_callback.pod \
--           memcached_create.pod \
--           memcached_delete.pod \
--           memcached_dump.pod \
--           memcached_flush.pod \
--           memcached_flush_buffers.pod \
--           memcached_generate_hash_value.pod \
--           memcached_get.pod \
--           memcached_memory_allocators.pod \
--           memcached_pool.pod \
-            memcached_quit.pod \
-            memcached_server_st.pod \
 -                       memcached_quit.pod \
 -                       memcached_result_st.pod \
 -                       memcached_sasl.pod \
 -                       memcached_server_st.pod \
--           memcached_servers.pod \
--           memcached_set.pod \
--           memcached_stats.pod \
--           memcached_strerror.pod \
--           memcached_user_data.pod \
--           memcached_verbosity.pod \
--           memcached_version.pod \
--           memcapable.pod \
--           memcat.pod \
--           memcp.pod \
--           memdump.pod \
--           memerror.pod \
--           memflush.pod \
--           memrm.pod \
--           memslap.pod \
--           memstat.pod
++         hashkit_create.pod \
++         hashkit_functions.pod \
++         hashkit_value.pod \
++         libmemcached.pod \
++         libmemcached_examples.pod \
++         libmemcachedutil.pod \
++         memcached_analyze.pod \
++         memcached_auto.pod \
++         memcached_behavior.pod \
++         memcached_callback.pod \
++         memcached_create.pod \
++         memcached_delete.pod \
++         memcached_dump.pod \
++         memcached_flush.pod \
++         memcached_flush_buffers.pod \
++         memcached_generate_hash_value.pod \
++         memcached_get.pod \
++         memcached_memory_allocators.pod \
++         memcached_pool.pod \
++         memcached_quit.pod \
++         memcached_result_st.pod \
++         memcached_sasl.pod \
++         memcached_server_st.pod \
++         memcached_servers.pod \
++         memcached_set.pod \
++         memcached_stats.pod \
++         memcached_strerror.pod \
++         memcached_user_data.pod \
++         memcached_verbosity.pod \
++         memcached_version.pod \
++         memcapable.pod \
++         memcat.pod \
++         memcp.pod \
++         memdump.pod \
++         memerror.pod \
++         memflush.pod \
++         memrm.pod \
++         memslap.pod \
++         memstat.pod
  EXTRA_DIST+= $(POD_FILES)
  
  man_MANS = \
index b71f0c79ed83f9cba3064dc32136d3f9e6ae0798,01c541e60ac2442d63fd487bafc23f0b503e048b..5a65b6c21c1c90f91f9df5570f6f33448e52f951
@@@ -15,16 -15,18 +15,6 @@@ TESTS_LDADDS+= libmemcached/libmemcache
  endif
  
  EXTRA_DIST+= \
-            tests/r/memcat.res \
-            tests/r/memcp.res \
-            tests/r/memrm.res \
-            tests/r/memslap.res \
-            tests/r/memstat.res \
-            tests/t/memcat.test \
-            tests/t/memcp.test \
-            tests/t/memrm.test \
-            tests/t/memslap.test \
-            tests/t/memstat.test
 -                                               tests/cpp_example.cc \
 -                                               tests/output_plus.res \
 -                                               tests/r/memcat.res \
 -                                               tests/r/memcp.res \
 -                                               tests/r/memrm.res \
 -                                               tests/r/memslap.res \
 -                                               tests/r/memstat.res \
 -                                               tests/t/memcat.test \
 -                                               tests/t/memcp.test \
 -                                               tests/t/memrm.test \
 -                                               tests/t/memslap.test \
 -                                               tests/t/memstat.test
  
  noinst_HEADERS+= \
                 tests/hash_results.h \
@@@ -53,11 -55,11 +43,11 @@@ tests_libtest_la_SOURCES= tests/test.
  tests_testapp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
  tests_testapp_SOURCES= tests/mem_functions.c
  tests_testapp_DEPENDENCIES= \
--                   clients/libgenexec.la \
--                   tests/libserver.la \
--                   tests/libtest.la \
--                   libmemcached/libmemcachedinternal.la \
--                     $(TESTS_LDADDS)
++                          clients/libgenexec.la \
++                          tests/libserver.la \
++                          tests/libtest.la \
++                          libmemcached/libmemcachedinternal.la \
++                          $(TESTS_LDADDS)
  tests_testapp_LDADD= $(tests_testapp_DEPENDENCIES) $(LIBSASL)
  
  tests_testplus_SOURCES= tests/plus.cpp
@@@ -66,19 -69,19 +57,19 @@@ tests_testplus_LDADD= $(tests_testplus_
  
  tests_atomsmasher_SOURCES= tests/atomsmasher.c
  tests_atomsmasher_DEPENDENCIES= \
--      clients/libgenexec.la \
--      tests/libserver.la \
--      tests/libtest.la \
--      $(TESTS_LDADDS)
++                              clients/libgenexec.la \
++                              tests/libserver.la \
++                              tests/libtest.la \
++                              $(TESTS_LDADDS)
  tests_atomsmasher_LDADD= $(tests_atomsmasher_DEPENDENCIES) $(LIBSASL)
  
  tests_testudp_CFLAGS= $(AM_CFLAGS) $(NO_CONVERSION) $(NO_STRICT_ALIASING)
  tests_testudp_SOURCES= tests/mem_udp.c
  tests_testudp_DEPENDENCIES= \
--      clients/libgenexec.la \
--      tests/libserver.la \
--      tests/libtest.la \
--      $(TESTS_LDADDS)
++                          clients/libgenexec.la \
++                          tests/libserver.la \
++                          tests/libtest.la \
++                          $(TESTS_LDADDS)
  tests_testudp_LDADD= $(tests_testudp_DEPENDENCIES) $(LIBSASL)
  
  tests_startservers_SOURCES= tests/start.c