From d108788cf6098bad43d19f39b46f34a6b964dbb2 Mon Sep 17 00:00:00 2001 From: "Troy D. Straszheim" Date: Sat, 17 Oct 2009 02:07:38 +0000 Subject: [PATCH] rm cmake from trunk. I'm not entirely sure this is necessary to satisfy the inspect script, but I'm not taking any chances, and it is easy to put back [SVN r56942] --- CMakeLists.txt | 28 ----------------- hash/doc/CMakeLists.txt | 8 ----- hash/examples/CMakeLists.txt | 15 ---------- hash/test/CMakeLists.txt | 58 ------------------------------------ module.cmake | 1 - test/CMakeLists.txt | 7 ----- 6 files changed, 117 deletions(-) delete mode 100644 CMakeLists.txt delete mode 100644 hash/doc/CMakeLists.txt delete mode 100644 hash/examples/CMakeLists.txt delete mode 100644 hash/test/CMakeLists.txt delete mode 100644 module.cmake delete mode 100644 test/CMakeLists.txt diff --git a/CMakeLists.txt b/CMakeLists.txt deleted file mode 100644 index 6a28765..0000000 --- a/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#---------------------------------------------------------------------------- -# This file was automatically generated from the original CMakeLists.txt file -# Add a variable to hold the headers for the library -set (lib_headers - functional.hpp - functional -) - -# Add a library target to the build system -boost_library_project( - functional - # SRCDIRS - TESTDIRS test hash/test hash/examples - HEADERS ${lib_headers} - DOCDIRS hash/doc - # DESCRIPTION - MODULARIZED - # AUTHORS - # MAINTAINERS -) - - diff --git a/hash/doc/CMakeLists.txt b/hash/doc/CMakeLists.txt deleted file mode 100644 index f9e29c0..0000000 --- a/hash/doc/CMakeLists.txt +++ /dev/null @@ -1,8 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -message(STATUS "functional/hash docs need love") - diff --git a/hash/examples/CMakeLists.txt b/hash/examples/CMakeLists.txt deleted file mode 100644 index 347a9b2..0000000 --- a/hash/examples/CMakeLists.txt +++ /dev/null @@ -1,15 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#------------------------------------------------------------------------- -#-- Needed include directories for the tests -boost_additional_test_dependencies(config BOOST_DEPENDS test) -#------------------------------------------------------------------------- -boost_test_run(books) -boost_test_run(point) -boost_test_run(portable) - - diff --git a/hash/test/CMakeLists.txt b/hash/test/CMakeLists.txt deleted file mode 100644 index ca45f5d..0000000 --- a/hash/test/CMakeLists.txt +++ /dev/null @@ -1,58 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -#project hash-tests -# : requirements -# gcc:_GLIBCXX_DEBUG -# ; -if (GCC) - ADD_DEFINITIONS(-D_GLIBCXX_DEBUG) -endif(GCC) - -# [ run .cpp : : : always_show_run_output ] - - - -#------------------------------------------------------------------------- -#-- Needed include directories for the tests - boost_additional_test_dependencies(functional BOOST_DEPENDS test) -#------------------------------------------------------------------------- - -SET(tests -hash_fwd_test_1 -hash_fwd_test_2 -hash_number_test -hash_pointer_test -hash_function_pointer_test -hash_float_test -hash_long_double_test -hash_string_test -hash_range_test -hash_custom_test -hash_global_namespace_test -hash_friend_test -hash_built_in_array_test -hash_value_array_test -hash_vector_test -hash_list_test -hash_deque_test -hash_set_test -hash_map_test -hash_complex_test -container_fwd_test -hash_no_ext_macro_1 -hash_no_ext_macro_2 -) - -boost_test_run(link_test link_test.cpp link_test_2.cpp) -boost_test_run(link_ext_test link_ext_test.cpp link_no_ext_test.cpp -) -foreach(test ${tests}) - boost_test_run(${test}) -endforeach(test ${tests}) - -boost_test_compile_fail(hash_no_ext_fail_test) - diff --git a/module.cmake b/module.cmake deleted file mode 100644 index f10d82e..0000000 --- a/module.cmake +++ /dev/null @@ -1 +0,0 @@ -boost_module(functional DEPENDS integer) \ No newline at end of file diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt deleted file mode 100644 index 2bd7a7d..0000000 --- a/test/CMakeLists.txt +++ /dev/null @@ -1,7 +0,0 @@ -# -# Copyright Troy D. Straszheim -# -# Distributed under the Boost Software License, Version 1.0. -# See http://www.boost.org/LICENSE_1_0.txt -# -boost_test_run(function_test function_test.cpp)