2
0
mirror of https://github.com/boostorg/wave.git synced 2026-01-19 04:42:16 +00:00

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]
This commit is contained in:
Troy D. Straszheim
2009-10-17 02:07:38 +00:00
parent a881dc94c3
commit b6a2bc4aeb
5 changed files with 0 additions and 109 deletions

View File

@@ -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
wave.hpp
wave
)
# Add a library target to the build system
boost_library_project(
wave
SRCDIRS src
TESTDIRS test
HEADERS ${lib_headers}
# DOCDIRS
DESCRIPTION "A standards-conformant and highly-configurable implementation of the mandated C99/C++ preprocessor functionality packed behind an easy to use iterator interface."
MODULARIZED
AUTHORS "Hartmut Kaiser <hartmut.kaiser -at- gmail.com>"
# MAINTAINERS
)

View File

@@ -1 +0,0 @@
boost_module(wave DEPENDS filesystem program_options spirit thread intrusive)

View File

@@ -1,23 +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_add_library(
boost_wave
instantiate_cpp_exprgrammar.cpp
instantiate_cpp_grammar.cpp
instantiate_cpp_literalgrs.cpp
instantiate_defined_grammar.cpp
instantiate_predef_macros.cpp
instantiate_re2c_lexer.cpp
instantiate_re2c_lexer_str.cpp
token_ids.cpp
wave_config_constant.cpp
cpplexer/re2clex/aq.cpp
cpplexer/re2clex/cpp_re.cpp
DEPENDS boost_filesystem boost_thread boost_date_time
SHARED_COMPILE_FLAGS "-DBOOST_ALL_DYN_LINK=1"
NO_SINGLE_THREADED
)

View File

@@ -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 "wave tests need love")

View File

@@ -1,49 +0,0 @@
#
# Copyright Troy D. Straszheim
#
# Distributed under the Boost Software License, Version 1.0.
# See http://www.boost.org/LICENSE_1_0.txt
#
# DPG: tools need modular dependencies just like libraries have
# them. For now, we just include the appropriate directories.
include_directories(
${CMAKE_SOURCE_DIR}/libs/algorithm/include
${CMAKE_SOURCE_DIR}/libs/any/include
${CMAKE_SOURCE_DIR}/libs/bind/include
${CMAKE_SOURCE_DIR}/libs/concept/include
${CMAKE_SOURCE_DIR}/libs/concept_check/include
${CMAKE_SOURCE_DIR}/libs/config/include
${CMAKE_SOURCE_DIR}/libs/date_time/include
${CMAKE_SOURCE_DIR}/libs/detail/include
${CMAKE_SOURCE_DIR}/libs/exception/include
${CMAKE_SOURCE_DIR}/libs/filesystem/include
${CMAKE_SOURCE_DIR}/libs/function/include
${CMAKE_SOURCE_DIR}/libs/integer/include
${CMAKE_SOURCE_DIR}/libs/intrusive/include
${CMAKE_SOURCE_DIR}/libs/io/include
${CMAKE_SOURCE_DIR}/libs/iterator/include
${CMAKE_SOURCE_DIR}/libs/mpl/include
${CMAKE_SOURCE_DIR}/libs/multi_index/include
${CMAKE_SOURCE_DIR}/libs/optional/include
${CMAKE_SOURCE_DIR}/libs/preprocessor/include
${CMAKE_SOURCE_DIR}/libs/program_options/include
${CMAKE_SOURCE_DIR}/libs/pool/include
${CMAKE_SOURCE_DIR}/libs/range/include
${CMAKE_SOURCE_DIR}/libs/serialization/include
${CMAKE_SOURCE_DIR}/libs/smart_ptr/include
${CMAKE_SOURCE_DIR}/libs/spirit/include
${CMAKE_SOURCE_DIR}/libs/static_assert/include
${CMAKE_SOURCE_DIR}/libs/system/include
${CMAKE_SOURCE_DIR}/libs/thread/include
${CMAKE_SOURCE_DIR}/libs/timer/include
${CMAKE_SOURCE_DIR}/libs/tuple/include
${CMAKE_SOURCE_DIR}/libs/type_traits/include
${CMAKE_SOURCE_DIR}/libs/utility/include
${CMAKE_SOURCE_DIR}/libs/wave/include
)
boost_add_executable(wave cpp.cpp
DEPENDS boost_wave boost_program_options boost_filesystem boost_serialization
MULTI_THREADED
)