applied-ai-018 commited on
Commit
f04120b
·
verified ·
1 Parent(s): 89830a8

Add files using upload-large-folder tool

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. cc-multilingual-main/cc_net/third_party/kenlm/.gitignore +21 -0
  2. cc-multilingual-main/cc_net/third_party/kenlm/BUILDING +21 -0
  3. cc-multilingual-main/cc_net/third_party/kenlm/CMakeLists.txt +131 -0
  4. cc-multilingual-main/cc_net/third_party/kenlm/COPYING +502 -0
  5. cc-multilingual-main/cc_net/third_party/kenlm/COPYING.LESSER.3 +165 -0
  6. cc-multilingual-main/cc_net/third_party/kenlm/Doxyfile +1519 -0
  7. cc-multilingual-main/cc_net/third_party/kenlm/GIT_REVISION +1 -0
  8. cc-multilingual-main/cc_net/third_party/kenlm/LICENSE +25 -0
  9. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/bhiksha.cc.o +0 -0
  10. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/build.make +399 -0
  11. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/cmake_clean.cmake +47 -0
  12. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/compiler_depend.ts +2 -0
  13. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/config.cc.o +0 -0
  14. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/flags.make +10 -0
  15. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/model.cc.o.d +265 -0
  16. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/progress.make +21 -0
  17. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/quantize.cc.o +0 -0
  18. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/quantize.cc.o.d +248 -0
  19. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/read_arpa.cc.o +0 -0
  20. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/read_arpa.cc.o.d +238 -0
  21. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/sizes.cc.o +0 -0
  22. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/sizes.cc.o.d +274 -0
  23. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie.cc.o +0 -0
  24. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie.cc.o.d +204 -0
  25. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie_sort.cc.o.d +236 -0
  26. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/Makefile +885 -0
  27. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/cmake_install.cmake +121 -0
  28. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/CMakeDirectoryInformation.cmake +16 -0
  29. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/DependInfo.cmake +22 -0
  30. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/build.make +121 -0
  31. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/cmake_clean.cmake +11 -0
  32. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/compiler_depend.make +2 -0
  33. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/compiler_depend.ts +2 -0
  34. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/depend.make +2 -0
  35. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/filter_main.cc.o +0 -0
  36. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/filter_main.cc.o.d +1418 -0
  37. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/flags.make +10 -0
  38. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/link.txt +1 -0
  39. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/progress.make +3 -0
  40. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/DependInfo.cmake +22 -0
  41. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o +0 -0
  42. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o.d +254 -0
  43. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/build.make +143 -0
  44. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/cmake_clean.cmake +15 -0
  45. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/cmake_clean_target.cmake +3 -0
  46. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.make +2 -0
  47. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.ts +2 -0
  48. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/depend.make +2 -0
  49. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/flags.make +10 -0
  50. cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/link.txt +2 -0
cc-multilingual-main/cc_net/third_party/kenlm/.gitignore ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ util/file_piece.cc.gz
2
+ *.swp
3
+ *.o
4
+ doc/
5
+ build/
6
+ /bin
7
+ /lib
8
+ /tests
9
+ ._*
10
+ windows/Win32
11
+ windows/x64
12
+ windows/*.user
13
+ windows/*.sdf
14
+ windows/*.opensdf
15
+ windows/*.suo
16
+ CMakeFiles
17
+ cmake_install.cmake
18
+ CMakeCache.txt
19
+ CTestTestfile.cmake
20
+ DartConfiguration.tcl
21
+ Makefile
cc-multilingual-main/cc_net/third_party/kenlm/BUILDING ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ KenLM has switched to cmake
2
+ cmake .
3
+ make -j 4
4
+ But they recommend building out of tree
5
+ mkdir -p build && cd build
6
+ cmake ..
7
+ make -j 4
8
+
9
+ If you only want the query code and do not care about compression (.gz, .bz2, and .xz):
10
+ ./compile_query_only.sh
11
+
12
+ Windows:
13
+ The windows directory has visual studio files. Note that you need to compile
14
+ the kenlm project before build_binary and ngram_query projects.
15
+
16
+ OSX:
17
+ Missing dependencies can be remedied with brew.
18
+ brew install cmake boost eigen
19
+
20
+ Debian/Ubuntu:
21
+ sudo apt install build-essential cmake libboost-system-dev libboost-thread-dev libboost-program-options-dev libboost-test-dev libeigen3-dev zlib1g-dev libbz2-dev liblzma-dev
cc-multilingual-main/cc_net/third_party/kenlm/CMakeLists.txt ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ cmake_minimum_required(VERSION 3.1)
2
+
3
+ if (WIN32)
4
+ set(Boost_USE_STATIC_LIBS OFF)
5
+ # The auto-linking feature has problems with USE_STATIC_LIBS off, so we use
6
+ # BOOST_ALL_NO_LIB to turn it off.
7
+ # Several boost libraries headers aren't configured correctly if
8
+ # USE_STATIC_LIBS is off, so we explicitly say they are dynamic with the
9
+ # remaining definitions.
10
+ add_definitions(-DBOOST_ALL_NO_LIB -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_IOSTREAMS_DYN_LINK -DBOOST_THREAD_DYN_LINK)
11
+ endif( )
12
+
13
+ # Define a single cmake project
14
+ project(kenlm)
15
+
16
+ option(FORCE_STATIC "Build static executables" OFF)
17
+ option(COMPILE_TESTS "Compile tests" OFF)
18
+ option(ENABLE_PYTHON "Build Python bindings" OFF)
19
+ # Eigen3 less than 3.1.0 has a race condition: http://eigen.tuxfamily.org/bz/show_bug.cgi?id=466
20
+ find_package(Eigen3 3.1.0 CONFIG)
21
+ include(CMakeDependentOption)
22
+ cmake_dependent_option(ENABLE_INTERPOLATE "Build interpolation program (depends on Eigen3)" ON "EIGEN3_FOUND AND NOT WIN32" OFF)
23
+
24
+ if (FORCE_STATIC)
25
+ #presumably overkill, is there a better way?
26
+ #http://cmake.3232098.n2.nabble.com/Howto-compile-static-executable-td5580269.html
27
+ set(Boost_USE_STATIC_LIBS ON)
28
+ set_property(GLOBAL PROPERTY LINK_SEARCH_START_STATIC ON)
29
+ set_property(GLOBAL PROPERTY LINK_SEARCH_END_STATIC ON)
30
+ set(BUILD_SHARED_LIBRARIES OFF)
31
+ if (MSVC)
32
+ set(flag_vars
33
+ CMAKE_CXX_FLAGS CMAKE_CXX_FLAGS_DEBUG CMAKE_CXX_FLAGS_RELEASE
34
+ CMAKE_CXX_FLAGS_MINSIZEREL CMAKE_CXX_FLAGS_RELWITHDEBINFO
35
+ CMAKE_C_FLAGS CMAKE_C_FLAGS_DEBUG CMAKE_C_FLAGS_RELEASE
36
+ CMAKE_C_FLAGS_MINSIZEREL CMAKE_C_FLAGS_RELWITHDEBINFO)
37
+ foreach(flag_var ${flag_vars})
38
+ if(${flag_var} MATCHES "/MD")
39
+ string(REGEX REPLACE "/MD" "/MT" ${flag_var} "${${flag_var}}")
40
+ endif(${flag_var} MATCHES "/MD")
41
+ endforeach(flag_var)
42
+ else (MSVC)
43
+ if (NOT CMAKE_C_COMPILER_ID MATCHES ".*Clang")
44
+ set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -static-libgcc -static-libstdc++ -static")
45
+ endif ()
46
+ set(CMAKE_FIND_LIBRARY_SUFFIXES ".a")
47
+ endif ()
48
+ #Annoyingly the exectuables say "File not found" unless these are set
49
+ set(CMAKE_EXE_LINK_DYNAMIC_C_FLAGS)
50
+ set(CMAKE_EXE_LINK_DYNAMIC_CXX_FLAGS)
51
+ set(CMAKE_SHARED_LIBRARY_C_FLAGS)
52
+ set(CMAKE_SHARED_LIBRARY_CXX_FLAGS)
53
+ set(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS)
54
+ set(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS)
55
+ endif ()
56
+
57
+ # Compile all executables into bin/
58
+ set(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin)
59
+
60
+ # Compile all libraries into lib/
61
+ set(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib)
62
+
63
+ if (NOT CMAKE_BUILD_TYPE)
64
+ set(CMAKE_BUILD_TYPE Release)
65
+ endif()
66
+
67
+ if (COMPILE_TESTS)
68
+ # Tell cmake that we want unit tests to be compiled
69
+ include(CTest)
70
+ enable_testing()
71
+ endif()
72
+
73
+ # Add our CMake helper functions
74
+ include(cmake/KenLMFunctions.cmake)
75
+
76
+ if(MSVC)
77
+ set(CMAKE_C_FLAGS "${CMAKE_CXX_FLAGS} /w34716")
78
+ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /w34716")
79
+ endif()
80
+
81
+ # And our helper modules
82
+ list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules)
83
+
84
+ # We need boost
85
+ find_package(Boost 1.41.0 REQUIRED COMPONENTS
86
+ program_options
87
+ system
88
+ thread
89
+ unit_test_framework
90
+ )
91
+
92
+ # Define where include files live
93
+ include_directories(${Boost_INCLUDE_DIRS})
94
+
95
+ set(THREADS_PREFER_PTHREAD_FLAG ON)
96
+ find_package(Threads REQUIRED)
97
+
98
+ # Process subdirectories
99
+ add_subdirectory(util)
100
+ add_subdirectory(lm)
101
+
102
+ if(ENABLE_PYTHON)
103
+ add_subdirectory(python)
104
+ endif()
105
+
106
+ # Install targets
107
+ install(EXPORT kenlmTargets
108
+ FILE kenlmTargets.cmake
109
+ NAMESPACE kenlm::
110
+ DESTINATION share/kenlm/cmake
111
+ )
112
+
113
+ foreach(SUBDIR IN ITEMS util util/double-conversion util/stream lm lm/builder lm/common lm/filter lm/interpolate)
114
+ file(GLOB HEADERS ${CMAKE_CURRENT_LIST_DIR}/${SUBDIR}/*.h ${CMAKE_CURRENT_LIST_DIR}/${SUBDIR}/*.hh)
115
+ install(FILES ${HEADERS} DESTINATION include/kenlm/${SUBDIR} COMPONENT headers)
116
+ endforeach(SUBDIR)
117
+
118
+ # Config
119
+ include(CMakePackageConfigHelpers)
120
+ # generate the config file that is includes the exports
121
+ configure_package_config_file(${PROJECT_SOURCE_DIR}/cmake/kenlmConfig.cmake.in
122
+ "${CMAKE_CURRENT_BINARY_DIR}/kenlmConfig.cmake"
123
+ INSTALL_DESTINATION share/kenlm/cmake
124
+ NO_SET_AND_CHECK_MACRO
125
+ NO_CHECK_REQUIRED_COMPONENTS_MACRO
126
+ )
127
+ # install the configuration file
128
+ install(FILES
129
+ ${CMAKE_CURRENT_BINARY_DIR}/kenlmConfig.cmake
130
+ DESTINATION share/kenlm/cmake
131
+ )
cc-multilingual-main/cc_net/third_party/kenlm/COPYING ADDED
@@ -0,0 +1,502 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 2.1, February 1999
3
+
4
+ Copyright (C) 1991, 1999 Free Software Foundation, Inc.
5
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
6
+ Everyone is permitted to copy and distribute verbatim copies
7
+ of this license document, but changing it is not allowed.
8
+
9
+ [This is the first released version of the Lesser GPL. It also counts
10
+ as the successor of the GNU Library Public License, version 2, hence
11
+ the version number 2.1.]
12
+
13
+ Preamble
14
+
15
+ The licenses for most software are designed to take away your
16
+ freedom to share and change it. By contrast, the GNU General Public
17
+ Licenses are intended to guarantee your freedom to share and change
18
+ free software--to make sure the software is free for all its users.
19
+
20
+ This license, the Lesser General Public License, applies to some
21
+ specially designated software packages--typically libraries--of the
22
+ Free Software Foundation and other authors who decide to use it. You
23
+ can use it too, but we suggest you first think carefully about whether
24
+ this license or the ordinary General Public License is the better
25
+ strategy to use in any particular case, based on the explanations below.
26
+
27
+ When we speak of free software, we are referring to freedom of use,
28
+ not price. Our General Public Licenses are designed to make sure that
29
+ you have the freedom to distribute copies of free software (and charge
30
+ for this service if you wish); that you receive source code or can get
31
+ it if you want it; that you can change the software and use pieces of
32
+ it in new free programs; and that you are informed that you can do
33
+ these things.
34
+
35
+ To protect your rights, we need to make restrictions that forbid
36
+ distributors to deny you these rights or to ask you to surrender these
37
+ rights. These restrictions translate to certain responsibilities for
38
+ you if you distribute copies of the library or if you modify it.
39
+
40
+ For example, if you distribute copies of the library, whether gratis
41
+ or for a fee, you must give the recipients all the rights that we gave
42
+ you. You must make sure that they, too, receive or can get the source
43
+ code. If you link other code with the library, you must provide
44
+ complete object files to the recipients, so that they can relink them
45
+ with the library after making changes to the library and recompiling
46
+ it. And you must show them these terms so they know their rights.
47
+
48
+ We protect your rights with a two-step method: (1) we copyright the
49
+ library, and (2) we offer you this license, which gives you legal
50
+ permission to copy, distribute and/or modify the library.
51
+
52
+ To protect each distributor, we want to make it very clear that
53
+ there is no warranty for the free library. Also, if the library is
54
+ modified by someone else and passed on, the recipients should know
55
+ that what they have is not the original version, so that the original
56
+ author's reputation will not be affected by problems that might be
57
+ introduced by others.
58
+
59
+ Finally, software patents pose a constant threat to the existence of
60
+ any free program. We wish to make sure that a company cannot
61
+ effectively restrict the users of a free program by obtaining a
62
+ restrictive license from a patent holder. Therefore, we insist that
63
+ any patent license obtained for a version of the library must be
64
+ consistent with the full freedom of use specified in this license.
65
+
66
+ Most GNU software, including some libraries, is covered by the
67
+ ordinary GNU General Public License. This license, the GNU Lesser
68
+ General Public License, applies to certain designated libraries, and
69
+ is quite different from the ordinary General Public License. We use
70
+ this license for certain libraries in order to permit linking those
71
+ libraries into non-free programs.
72
+
73
+ When a program is linked with a library, whether statically or using
74
+ a shared library, the combination of the two is legally speaking a
75
+ combined work, a derivative of the original library. The ordinary
76
+ General Public License therefore permits such linking only if the
77
+ entire combination fits its criteria of freedom. The Lesser General
78
+ Public License permits more lax criteria for linking other code with
79
+ the library.
80
+
81
+ We call this license the "Lesser" General Public License because it
82
+ does Less to protect the user's freedom than the ordinary General
83
+ Public License. It also provides other free software developers Less
84
+ of an advantage over competing non-free programs. These disadvantages
85
+ are the reason we use the ordinary General Public License for many
86
+ libraries. However, the Lesser license provides advantages in certain
87
+ special circumstances.
88
+
89
+ For example, on rare occasions, there may be a special need to
90
+ encourage the widest possible use of a certain library, so that it becomes
91
+ a de-facto standard. To achieve this, non-free programs must be
92
+ allowed to use the library. A more frequent case is that a free
93
+ library does the same job as widely used non-free libraries. In this
94
+ case, there is little to gain by limiting the free library to free
95
+ software only, so we use the Lesser General Public License.
96
+
97
+ In other cases, permission to use a particular library in non-free
98
+ programs enables a greater number of people to use a large body of
99
+ free software. For example, permission to use the GNU C Library in
100
+ non-free programs enables many more people to use the whole GNU
101
+ operating system, as well as its variant, the GNU/Linux operating
102
+ system.
103
+
104
+ Although the Lesser General Public License is Less protective of the
105
+ users' freedom, it does ensure that the user of a program that is
106
+ linked with the Library has the freedom and the wherewithal to run
107
+ that program using a modified version of the Library.
108
+
109
+ The precise terms and conditions for copying, distribution and
110
+ modification follow. Pay close attention to the difference between a
111
+ "work based on the library" and a "work that uses the library". The
112
+ former contains code derived from the library, whereas the latter must
113
+ be combined with the library in order to run.
114
+
115
+ GNU LESSER GENERAL PUBLIC LICENSE
116
+ TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
117
+
118
+ 0. This License Agreement applies to any software library or other
119
+ program which contains a notice placed by the copyright holder or
120
+ other authorized party saying it may be distributed under the terms of
121
+ this Lesser General Public License (also called "this License").
122
+ Each licensee is addressed as "you".
123
+
124
+ A "library" means a collection of software functions and/or data
125
+ prepared so as to be conveniently linked with application programs
126
+ (which use some of those functions and data) to form executables.
127
+
128
+ The "Library", below, refers to any such software library or work
129
+ which has been distributed under these terms. A "work based on the
130
+ Library" means either the Library or any derivative work under
131
+ copyright law: that is to say, a work containing the Library or a
132
+ portion of it, either verbatim or with modifications and/or translated
133
+ straightforwardly into another language. (Hereinafter, translation is
134
+ included without limitation in the term "modification".)
135
+
136
+ "Source code" for a work means the preferred form of the work for
137
+ making modifications to it. For a library, complete source code means
138
+ all the source code for all modules it contains, plus any associated
139
+ interface definition files, plus the scripts used to control compilation
140
+ and installation of the library.
141
+
142
+ Activities other than copying, distribution and modification are not
143
+ covered by this License; they are outside its scope. The act of
144
+ running a program using the Library is not restricted, and output from
145
+ such a program is covered only if its contents constitute a work based
146
+ on the Library (independent of the use of the Library in a tool for
147
+ writing it). Whether that is true depends on what the Library does
148
+ and what the program that uses the Library does.
149
+
150
+ 1. You may copy and distribute verbatim copies of the Library's
151
+ complete source code as you receive it, in any medium, provided that
152
+ you conspicuously and appropriately publish on each copy an
153
+ appropriate copyright notice and disclaimer of warranty; keep intact
154
+ all the notices that refer to this License and to the absence of any
155
+ warranty; and distribute a copy of this License along with the
156
+ Library.
157
+
158
+ You may charge a fee for the physical act of transferring a copy,
159
+ and you may at your option offer warranty protection in exchange for a
160
+ fee.
161
+
162
+ 2. You may modify your copy or copies of the Library or any portion
163
+ of it, thus forming a work based on the Library, and copy and
164
+ distribute such modifications or work under the terms of Section 1
165
+ above, provided that you also meet all of these conditions:
166
+
167
+ a) The modified work must itself be a software library.
168
+
169
+ b) You must cause the files modified to carry prominent notices
170
+ stating that you changed the files and the date of any change.
171
+
172
+ c) You must cause the whole of the work to be licensed at no
173
+ charge to all third parties under the terms of this License.
174
+
175
+ d) If a facility in the modified Library refers to a function or a
176
+ table of data to be supplied by an application program that uses
177
+ the facility, other than as an argument passed when the facility
178
+ is invoked, then you must make a good faith effort to ensure that,
179
+ in the event an application does not supply such function or
180
+ table, the facility still operates, and performs whatever part of
181
+ its purpose remains meaningful.
182
+
183
+ (For example, a function in a library to compute square roots has
184
+ a purpose that is entirely well-defined independent of the
185
+ application. Therefore, Subsection 2d requires that any
186
+ application-supplied function or table used by this function must
187
+ be optional: if the application does not supply it, the square
188
+ root function must still compute square roots.)
189
+
190
+ These requirements apply to the modified work as a whole. If
191
+ identifiable sections of that work are not derived from the Library,
192
+ and can be reasonably considered independent and separate works in
193
+ themselves, then this License, and its terms, do not apply to those
194
+ sections when you distribute them as separate works. But when you
195
+ distribute the same sections as part of a whole which is a work based
196
+ on the Library, the distribution of the whole must be on the terms of
197
+ this License, whose permissions for other licensees extend to the
198
+ entire whole, and thus to each and every part regardless of who wrote
199
+ it.
200
+
201
+ Thus, it is not the intent of this section to claim rights or contest
202
+ your rights to work written entirely by you; rather, the intent is to
203
+ exercise the right to control the distribution of derivative or
204
+ collective works based on the Library.
205
+
206
+ In addition, mere aggregation of another work not based on the Library
207
+ with the Library (or with a work based on the Library) on a volume of
208
+ a storage or distribution medium does not bring the other work under
209
+ the scope of this License.
210
+
211
+ 3. You may opt to apply the terms of the ordinary GNU General Public
212
+ License instead of this License to a given copy of the Library. To do
213
+ this, you must alter all the notices that refer to this License, so
214
+ that they refer to the ordinary GNU General Public License, version 2,
215
+ instead of to this License. (If a newer version than version 2 of the
216
+ ordinary GNU General Public License has appeared, then you can specify
217
+ that version instead if you wish.) Do not make any other change in
218
+ these notices.
219
+
220
+ Once this change is made in a given copy, it is irreversible for
221
+ that copy, so the ordinary GNU General Public License applies to all
222
+ subsequent copies and derivative works made from that copy.
223
+
224
+ This option is useful when you wish to copy part of the code of
225
+ the Library into a program that is not a library.
226
+
227
+ 4. You may copy and distribute the Library (or a portion or
228
+ derivative of it, under Section 2) in object code or executable form
229
+ under the terms of Sections 1 and 2 above provided that you accompany
230
+ it with the complete corresponding machine-readable source code, which
231
+ must be distributed under the terms of Sections 1 and 2 above on a
232
+ medium customarily used for software interchange.
233
+
234
+ If distribution of object code is made by offering access to copy
235
+ from a designated place, then offering equivalent access to copy the
236
+ source code from the same place satisfies the requirement to
237
+ distribute the source code, even though third parties are not
238
+ compelled to copy the source along with the object code.
239
+
240
+ 5. A program that contains no derivative of any portion of the
241
+ Library, but is designed to work with the Library by being compiled or
242
+ linked with it, is called a "work that uses the Library". Such a
243
+ work, in isolation, is not a derivative work of the Library, and
244
+ therefore falls outside the scope of this License.
245
+
246
+ However, linking a "work that uses the Library" with the Library
247
+ creates an executable that is a derivative of the Library (because it
248
+ contains portions of the Library), rather than a "work that uses the
249
+ library". The executable is therefore covered by this License.
250
+ Section 6 states terms for distribution of such executables.
251
+
252
+ When a "work that uses the Library" uses material from a header file
253
+ that is part of the Library, the object code for the work may be a
254
+ derivative work of the Library even though the source code is not.
255
+ Whether this is true is especially significant if the work can be
256
+ linked without the Library, or if the work is itself a library. The
257
+ threshold for this to be true is not precisely defined by law.
258
+
259
+ If such an object file uses only numerical parameters, data
260
+ structure layouts and accessors, and small macros and small inline
261
+ functions (ten lines or less in length), then the use of the object
262
+ file is unrestricted, regardless of whether it is legally a derivative
263
+ work. (Executables containing this object code plus portions of the
264
+ Library will still fall under Section 6.)
265
+
266
+ Otherwise, if the work is a derivative of the Library, you may
267
+ distribute the object code for the work under the terms of Section 6.
268
+ Any executables containing that work also fall under Section 6,
269
+ whether or not they are linked directly with the Library itself.
270
+
271
+ 6. As an exception to the Sections above, you may also combine or
272
+ link a "work that uses the Library" with the Library to produce a
273
+ work containing portions of the Library, and distribute that work
274
+ under terms of your choice, provided that the terms permit
275
+ modification of the work for the customer's own use and reverse
276
+ engineering for debugging such modifications.
277
+
278
+ You must give prominent notice with each copy of the work that the
279
+ Library is used in it and that the Library and its use are covered by
280
+ this License. You must supply a copy of this License. If the work
281
+ during execution displays copyright notices, you must include the
282
+ copyright notice for the Library among them, as well as a reference
283
+ directing the user to the copy of this License. Also, you must do one
284
+ of these things:
285
+
286
+ a) Accompany the work with the complete corresponding
287
+ machine-readable source code for the Library including whatever
288
+ changes were used in the work (which must be distributed under
289
+ Sections 1 and 2 above); and, if the work is an executable linked
290
+ with the Library, with the complete machine-readable "work that
291
+ uses the Library", as object code and/or source code, so that the
292
+ user can modify the Library and then relink to produce a modified
293
+ executable containing the modified Library. (It is understood
294
+ that the user who changes the contents of definitions files in the
295
+ Library will not necessarily be able to recompile the application
296
+ to use the modified definitions.)
297
+
298
+ b) Use a suitable shared library mechanism for linking with the
299
+ Library. A suitable mechanism is one that (1) uses at run time a
300
+ copy of the library already present on the user's computer system,
301
+ rather than copying library functions into the executable, and (2)
302
+ will operate properly with a modified version of the library, if
303
+ the user installs one, as long as the modified version is
304
+ interface-compatible with the version that the work was made with.
305
+
306
+ c) Accompany the work with a written offer, valid for at
307
+ least three years, to give the same user the materials
308
+ specified in Subsection 6a, above, for a charge no more
309
+ than the cost of performing this distribution.
310
+
311
+ d) If distribution of the work is made by offering access to copy
312
+ from a designated place, offer equivalent access to copy the above
313
+ specified materials from the same place.
314
+
315
+ e) Verify that the user has already received a copy of these
316
+ materials or that you have already sent this user a copy.
317
+
318
+ For an executable, the required form of the "work that uses the
319
+ Library" must include any data and utility programs needed for
320
+ reproducing the executable from it. However, as a special exception,
321
+ the materials to be distributed need not include anything that is
322
+ normally distributed (in either source or binary form) with the major
323
+ components (compiler, kernel, and so on) of the operating system on
324
+ which the executable runs, unless that component itself accompanies
325
+ the executable.
326
+
327
+ It may happen that this requirement contradicts the license
328
+ restrictions of other proprietary libraries that do not normally
329
+ accompany the operating system. Such a contradiction means you cannot
330
+ use both them and the Library together in an executable that you
331
+ distribute.
332
+
333
+ 7. You may place library facilities that are a work based on the
334
+ Library side-by-side in a single library together with other library
335
+ facilities not covered by this License, and distribute such a combined
336
+ library, provided that the separate distribution of the work based on
337
+ the Library and of the other library facilities is otherwise
338
+ permitted, and provided that you do these two things:
339
+
340
+ a) Accompany the combined library with a copy of the same work
341
+ based on the Library, uncombined with any other library
342
+ facilities. This must be distributed under the terms of the
343
+ Sections above.
344
+
345
+ b) Give prominent notice with the combined library of the fact
346
+ that part of it is a work based on the Library, and explaining
347
+ where to find the accompanying uncombined form of the same work.
348
+
349
+ 8. You may not copy, modify, sublicense, link with, or distribute
350
+ the Library except as expressly provided under this License. Any
351
+ attempt otherwise to copy, modify, sublicense, link with, or
352
+ distribute the Library is void, and will automatically terminate your
353
+ rights under this License. However, parties who have received copies,
354
+ or rights, from you under this License will not have their licenses
355
+ terminated so long as such parties remain in full compliance.
356
+
357
+ 9. You are not required to accept this License, since you have not
358
+ signed it. However, nothing else grants you permission to modify or
359
+ distribute the Library or its derivative works. These actions are
360
+ prohibited by law if you do not accept this License. Therefore, by
361
+ modifying or distributing the Library (or any work based on the
362
+ Library), you indicate your acceptance of this License to do so, and
363
+ all its terms and conditions for copying, distributing or modifying
364
+ the Library or works based on it.
365
+
366
+ 10. Each time you redistribute the Library (or any work based on the
367
+ Library), the recipient automatically receives a license from the
368
+ original licensor to copy, distribute, link with or modify the Library
369
+ subject to these terms and conditions. You may not impose any further
370
+ restrictions on the recipients' exercise of the rights granted herein.
371
+ You are not responsible for enforcing compliance by third parties with
372
+ this License.
373
+
374
+ 11. If, as a consequence of a court judgment or allegation of patent
375
+ infringement or for any other reason (not limited to patent issues),
376
+ conditions are imposed on you (whether by court order, agreement or
377
+ otherwise) that contradict the conditions of this License, they do not
378
+ excuse you from the conditions of this License. If you cannot
379
+ distribute so as to satisfy simultaneously your obligations under this
380
+ License and any other pertinent obligations, then as a consequence you
381
+ may not distribute the Library at all. For example, if a patent
382
+ license would not permit royalty-free redistribution of the Library by
383
+ all those who receive copies directly or indirectly through you, then
384
+ the only way you could satisfy both it and this License would be to
385
+ refrain entirely from distribution of the Library.
386
+
387
+ If any portion of this section is held invalid or unenforceable under any
388
+ particular circumstance, the balance of the section is intended to apply,
389
+ and the section as a whole is intended to apply in other circumstances.
390
+
391
+ It is not the purpose of this section to induce you to infringe any
392
+ patents or other property right claims or to contest validity of any
393
+ such claims; this section has the sole purpose of protecting the
394
+ integrity of the free software distribution system which is
395
+ implemented by public license practices. Many people have made
396
+ generous contributions to the wide range of software distributed
397
+ through that system in reliance on consistent application of that
398
+ system; it is up to the author/donor to decide if he or she is willing
399
+ to distribute software through any other system and a licensee cannot
400
+ impose that choice.
401
+
402
+ This section is intended to make thoroughly clear what is believed to
403
+ be a consequence of the rest of this License.
404
+
405
+ 12. If the distribution and/or use of the Library is restricted in
406
+ certain countries either by patents or by copyrighted interfaces, the
407
+ original copyright holder who places the Library under this License may add
408
+ an explicit geographical distribution limitation excluding those countries,
409
+ so that distribution is permitted only in or among countries not thus
410
+ excluded. In such case, this License incorporates the limitation as if
411
+ written in the body of this License.
412
+
413
+ 13. The Free Software Foundation may publish revised and/or new
414
+ versions of the Lesser General Public License from time to time.
415
+ Such new versions will be similar in spirit to the present version,
416
+ but may differ in detail to address new problems or concerns.
417
+
418
+ Each version is given a distinguishing version number. If the Library
419
+ specifies a version number of this License which applies to it and
420
+ "any later version", you have the option of following the terms and
421
+ conditions either of that version or of any later version published by
422
+ the Free Software Foundation. If the Library does not specify a
423
+ license version number, you may choose any version ever published by
424
+ the Free Software Foundation.
425
+
426
+ 14. If you wish to incorporate parts of the Library into other free
427
+ programs whose distribution conditions are incompatible with these,
428
+ write to the author to ask for permission. For software which is
429
+ copyrighted by the Free Software Foundation, write to the Free
430
+ Software Foundation; we sometimes make exceptions for this. Our
431
+ decision will be guided by the two goals of preserving the free status
432
+ of all derivatives of our free software and of promoting the sharing
433
+ and reuse of software generally.
434
+
435
+ NO WARRANTY
436
+
437
+ 15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
438
+ WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
439
+ EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
440
+ OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
441
+ KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
442
+ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
443
+ PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
444
+ LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
445
+ THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
446
+
447
+ 16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
448
+ WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
449
+ AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
450
+ FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
451
+ CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
452
+ LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
453
+ RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
454
+ FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
455
+ SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
456
+ DAMAGES.
457
+
458
+ END OF TERMS AND CONDITIONS
459
+
460
+ How to Apply These Terms to Your New Libraries
461
+
462
+ If you develop a new library, and you want it to be of the greatest
463
+ possible use to the public, we recommend making it free software that
464
+ everyone can redistribute and change. You can do so by permitting
465
+ redistribution under these terms (or, alternatively, under the terms of the
466
+ ordinary General Public License).
467
+
468
+ To apply these terms, attach the following notices to the library. It is
469
+ safest to attach them to the start of each source file to most effectively
470
+ convey the exclusion of warranty; and each file should have at least the
471
+ "copyright" line and a pointer to where the full notice is found.
472
+
473
+ <one line to give the library's name and a brief idea of what it does.>
474
+ Copyright (C) <year> <name of author>
475
+
476
+ This library is free software; you can redistribute it and/or
477
+ modify it under the terms of the GNU Lesser General Public
478
+ License as published by the Free Software Foundation; either
479
+ version 2.1 of the License, or (at your option) any later version.
480
+
481
+ This library is distributed in the hope that it will be useful,
482
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
483
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
484
+ Lesser General Public License for more details.
485
+
486
+ You should have received a copy of the GNU Lesser General Public
487
+ License along with this library; if not, write to the Free Software
488
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
489
+
490
+ Also add information on how to contact you by electronic and paper mail.
491
+
492
+ You should also get your employer (if you work as a programmer) or your
493
+ school, if any, to sign a "copyright disclaimer" for the library, if
494
+ necessary. Here is a sample; alter the names:
495
+
496
+ Yoyodyne, Inc., hereby disclaims all copyright interest in the
497
+ library `Frob' (a library for tweaking knobs) written by James Random Hacker.
498
+
499
+ <signature of Ty Coon>, 1 April 1990
500
+ Ty Coon, President of Vice
501
+
502
+ That's all there is to it!
cc-multilingual-main/cc_net/third_party/kenlm/COPYING.LESSER.3 ADDED
@@ -0,0 +1,165 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ GNU LESSER GENERAL PUBLIC LICENSE
2
+ Version 3, 29 June 2007
3
+
4
+ Copyright (C) 2007 Free Software Foundation, Inc. <http://fsf.org/>
5
+ Everyone is permitted to copy and distribute verbatim copies
6
+ of this license document, but changing it is not allowed.
7
+
8
+
9
+ This version of the GNU Lesser General Public License incorporates
10
+ the terms and conditions of version 3 of the GNU General Public
11
+ License, supplemented by the additional permissions listed below.
12
+
13
+ 0. Additional Definitions.
14
+
15
+ As used herein, "this License" refers to version 3 of the GNU Lesser
16
+ General Public License, and the "GNU GPL" refers to version 3 of the GNU
17
+ General Public License.
18
+
19
+ "The Library" refers to a covered work governed by this License,
20
+ other than an Application or a Combined Work as defined below.
21
+
22
+ An "Application" is any work that makes use of an interface provided
23
+ by the Library, but which is not otherwise based on the Library.
24
+ Defining a subclass of a class defined by the Library is deemed a mode
25
+ of using an interface provided by the Library.
26
+
27
+ A "Combined Work" is a work produced by combining or linking an
28
+ Application with the Library. The particular version of the Library
29
+ with which the Combined Work was made is also called the "Linked
30
+ Version".
31
+
32
+ The "Minimal Corresponding Source" for a Combined Work means the
33
+ Corresponding Source for the Combined Work, excluding any source code
34
+ for portions of the Combined Work that, considered in isolation, are
35
+ based on the Application, and not on the Linked Version.
36
+
37
+ The "Corresponding Application Code" for a Combined Work means the
38
+ object code and/or source code for the Application, including any data
39
+ and utility programs needed for reproducing the Combined Work from the
40
+ Application, but excluding the System Libraries of the Combined Work.
41
+
42
+ 1. Exception to Section 3 of the GNU GPL.
43
+
44
+ You may convey a covered work under sections 3 and 4 of this License
45
+ without being bound by section 3 of the GNU GPL.
46
+
47
+ 2. Conveying Modified Versions.
48
+
49
+ If you modify a copy of the Library, and, in your modifications, a
50
+ facility refers to a function or data to be supplied by an Application
51
+ that uses the facility (other than as an argument passed when the
52
+ facility is invoked), then you may convey a copy of the modified
53
+ version:
54
+
55
+ a) under this License, provided that you make a good faith effort to
56
+ ensure that, in the event an Application does not supply the
57
+ function or data, the facility still operates, and performs
58
+ whatever part of its purpose remains meaningful, or
59
+
60
+ b) under the GNU GPL, with none of the additional permissions of
61
+ this License applicable to that copy.
62
+
63
+ 3. Object Code Incorporating Material from Library Header Files.
64
+
65
+ The object code form of an Application may incorporate material from
66
+ a header file that is part of the Library. You may convey such object
67
+ code under terms of your choice, provided that, if the incorporated
68
+ material is not limited to numerical parameters, data structure
69
+ layouts and accessors, or small macros, inline functions and templates
70
+ (ten or fewer lines in length), you do both of the following:
71
+
72
+ a) Give prominent notice with each copy of the object code that the
73
+ Library is used in it and that the Library and its use are
74
+ covered by this License.
75
+
76
+ b) Accompany the object code with a copy of the GNU GPL and this license
77
+ document.
78
+
79
+ 4. Combined Works.
80
+
81
+ You may convey a Combined Work under terms of your choice that,
82
+ taken together, effectively do not restrict modification of the
83
+ portions of the Library contained in the Combined Work and reverse
84
+ engineering for debugging such modifications, if you also do each of
85
+ the following:
86
+
87
+ a) Give prominent notice with each copy of the Combined Work that
88
+ the Library is used in it and that the Library and its use are
89
+ covered by this License.
90
+
91
+ b) Accompany the Combined Work with a copy of the GNU GPL and this license
92
+ document.
93
+
94
+ c) For a Combined Work that displays copyright notices during
95
+ execution, include the copyright notice for the Library among
96
+ these notices, as well as a reference directing the user to the
97
+ copies of the GNU GPL and this license document.
98
+
99
+ d) Do one of the following:
100
+
101
+ 0) Convey the Minimal Corresponding Source under the terms of this
102
+ License, and the Corresponding Application Code in a form
103
+ suitable for, and under terms that permit, the user to
104
+ recombine or relink the Application with a modified version of
105
+ the Linked Version to produce a modified Combined Work, in the
106
+ manner specified by section 6 of the GNU GPL for conveying
107
+ Corresponding Source.
108
+
109
+ 1) Use a suitable shared library mechanism for linking with the
110
+ Library. A suitable mechanism is one that (a) uses at run time
111
+ a copy of the Library already present on the user's computer
112
+ system, and (b) will operate properly with a modified version
113
+ of the Library that is interface-compatible with the Linked
114
+ Version.
115
+
116
+ e) Provide Installation Information, but only if you would otherwise
117
+ be required to provide such information under section 6 of the
118
+ GNU GPL, and only to the extent that such information is
119
+ necessary to install and execute a modified version of the
120
+ Combined Work produced by recombining or relinking the
121
+ Application with a modified version of the Linked Version. (If
122
+ you use option 4d0, the Installation Information must accompany
123
+ the Minimal Corresponding Source and Corresponding Application
124
+ Code. If you use option 4d1, you must provide the Installation
125
+ Information in the manner specified by section 6 of the GNU GPL
126
+ for conveying Corresponding Source.)
127
+
128
+ 5. Combined Libraries.
129
+
130
+ You may place library facilities that are a work based on the
131
+ Library side by side in a single library together with other library
132
+ facilities that are not Applications and are not covered by this
133
+ License, and convey such a combined library under terms of your
134
+ choice, if you do both of the following:
135
+
136
+ a) Accompany the combined library with a copy of the same work based
137
+ on the Library, uncombined with any other library facilities,
138
+ conveyed under the terms of this License.
139
+
140
+ b) Give prominent notice with the combined library that part of it
141
+ is a work based on the Library, and explaining where to find the
142
+ accompanying uncombined form of the same work.
143
+
144
+ 6. Revised Versions of the GNU Lesser General Public License.
145
+
146
+ The Free Software Foundation may publish revised and/or new versions
147
+ of the GNU Lesser General Public License from time to time. Such new
148
+ versions will be similar in spirit to the present version, but may
149
+ differ in detail to address new problems or concerns.
150
+
151
+ Each version is given a distinguishing version number. If the
152
+ Library as you received it specifies that a certain numbered version
153
+ of the GNU Lesser General Public License "or any later version"
154
+ applies to it, you have the option of following the terms and
155
+ conditions either of that published version or of any later version
156
+ published by the Free Software Foundation. If the Library as you
157
+ received it does not specify a version number of the GNU Lesser
158
+ General Public License, you may choose any version of the GNU Lesser
159
+ General Public License ever published by the Free Software Foundation.
160
+
161
+ If the Library as you received it specifies that a proxy can decide
162
+ whether future versions of the GNU Lesser General Public License shall
163
+ apply, that proxy's public statement of acceptance of any version is
164
+ permanent authorization for you to choose that version for the
165
+ Library.
cc-multilingual-main/cc_net/third_party/kenlm/Doxyfile ADDED
@@ -0,0 +1,1519 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Doxyfile 1.6.1
2
+
3
+ # This file describes the settings to be used by the documentation system
4
+ # doxygen (www.doxygen.org) for a project
5
+ #
6
+ # All text after a hash (#) is considered a comment and will be ignored
7
+ # The format is:
8
+ # TAG = value [value, ...]
9
+ # For lists items can also be appended using:
10
+ # TAG += value [value, ...]
11
+ # Values that contain spaces should be placed between quotes (" ")
12
+
13
+ #---------------------------------------------------------------------------
14
+ # Project related configuration options
15
+ #---------------------------------------------------------------------------
16
+
17
+ # This tag specifies the encoding used for all characters in the config file
18
+ # that follow. The default is UTF-8 which is also the encoding used for all
19
+ # text before the first occurrence of this tag. Doxygen uses libiconv (or the
20
+ # iconv built into libc) for the transcoding. See
21
+ # http://www.gnu.org/software/libiconv for the list of possible encodings.
22
+
23
+ DOXYFILE_ENCODING = UTF-8
24
+
25
+ # The PROJECT_NAME tag is a single word (or a sequence of words surrounded
26
+ # by quotes) that should identify the project.
27
+
28
+ PROJECT_NAME = KenLM
29
+
30
+ # The PROJECT_NUMBER tag can be used to enter a project or revision number.
31
+ # This could be handy for archiving the generated documentation or
32
+ # if some version control system is used.
33
+
34
+ PROJECT_NUMBER =
35
+
36
+ # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
37
+ # base path where the generated documentation will be put.
38
+ # If a relative path is entered, it will be relative to the location
39
+ # where doxygen was started. If left blank the current directory will be used.
40
+
41
+ OUTPUT_DIRECTORY = doc
42
+
43
+ # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create
44
+ # 4096 sub-directories (in 2 levels) under the output directory of each output
45
+ # format and will distribute the generated files over these directories.
46
+ # Enabling this option can be useful when feeding doxygen a huge amount of
47
+ # source files, where putting all generated files in the same directory would
48
+ # otherwise cause performance problems for the file system.
49
+
50
+ CREATE_SUBDIRS = NO
51
+
52
+ # The OUTPUT_LANGUAGE tag is used to specify the language in which all
53
+ # documentation generated by doxygen is written. Doxygen will use this
54
+ # information to generate all constant output in the proper language.
55
+ # The default language is English, other supported languages are:
56
+ # Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional,
57
+ # Croatian, Czech, Danish, Dutch, Esperanto, Farsi, Finnish, French, German,
58
+ # Greek, Hungarian, Italian, Japanese, Japanese-en (Japanese with English
59
+ # messages), Korean, Korean-en, Lithuanian, Norwegian, Macedonian, Persian,
60
+ # Polish, Portuguese, Romanian, Russian, Serbian, Serbian-Cyrilic, Slovak,
61
+ # Slovene, Spanish, Swedish, Ukrainian, and Vietnamese.
62
+
63
+ OUTPUT_LANGUAGE = English
64
+
65
+ # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
66
+ # include brief member descriptions after the members that are listed in
67
+ # the file and class documentation (similar to JavaDoc).
68
+ # Set to NO to disable this.
69
+
70
+ BRIEF_MEMBER_DESC = YES
71
+
72
+ # If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend
73
+ # the brief description of a member or function before the detailed description.
74
+ # Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the
75
+ # brief descriptions will be completely suppressed.
76
+
77
+ REPEAT_BRIEF = YES
78
+
79
+ # This tag implements a quasi-intelligent brief description abbreviator
80
+ # that is used to form the text in various listings. Each string
81
+ # in this list, if found as the leading text of the brief description, will be
82
+ # stripped from the text and the result after processing the whole list, is
83
+ # used as the annotated text. Otherwise, the brief description is used as-is.
84
+ # If left blank, the following values are used ("$name" is automatically
85
+ # replaced with the name of the entity): "The $name class" "The $name widget"
86
+ # "The $name file" "is" "provides" "specifies" "contains"
87
+ # "represents" "a" "an" "the"
88
+
89
+ ABBREVIATE_BRIEF =
90
+
91
+ # If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then
92
+ # Doxygen will generate a detailed section even if there is only a brief
93
+ # description.
94
+
95
+ ALWAYS_DETAILED_SEC = YES
96
+
97
+ # If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all
98
+ # inherited members of a class in the documentation of that class as if those
99
+ # members were ordinary class members. Constructors, destructors and assignment
100
+ # operators of the base classes will not be shown.
101
+
102
+ INLINE_INHERITED_MEMB = NO
103
+
104
+ # If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full
105
+ # path before files name in the file list and in the header files. If set
106
+ # to NO the shortest path that makes the file name unique will be used.
107
+
108
+ FULL_PATH_NAMES = YES
109
+
110
+ # If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag
111
+ # can be used to strip a user-defined part of the path. Stripping is
112
+ # only done if one of the specified strings matches the left-hand part of
113
+ # the path. The tag can be used to show relative paths in the file list.
114
+ # If left blank the directory from which doxygen is run is used as the
115
+ # path to strip.
116
+
117
+ STRIP_FROM_PATH =
118
+
119
+ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of
120
+ # the path mentioned in the documentation of a class, which tells
121
+ # the reader which header file to include in order to use a class.
122
+ # If left blank only the name of the header file containing the class
123
+ # definition is used. Otherwise one should specify the include paths that
124
+ # are normally passed to the compiler using the -I flag.
125
+
126
+ STRIP_FROM_INC_PATH =
127
+
128
+ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter
129
+ # (but less readable) file names. This can be useful is your file systems
130
+ # doesn't support long names like on DOS, Mac, or CD-ROM.
131
+
132
+ SHORT_NAMES = NO
133
+
134
+ # If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen
135
+ # will interpret the first line (until the first dot) of a JavaDoc-style
136
+ # comment as the brief description. If set to NO, the JavaDoc
137
+ # comments will behave just like regular Qt-style comments
138
+ # (thus requiring an explicit @brief command for a brief description.)
139
+
140
+ JAVADOC_AUTOBRIEF = YES
141
+
142
+ # If the QT_AUTOBRIEF tag is set to YES then Doxygen will
143
+ # interpret the first line (until the first dot) of a Qt-style
144
+ # comment as the brief description. If set to NO, the comments
145
+ # will behave just like regular Qt-style comments (thus requiring
146
+ # an explicit \brief command for a brief description.)
147
+
148
+ QT_AUTOBRIEF = NO
149
+
150
+ # The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen
151
+ # treat a multi-line C++ special comment block (i.e. a block of //! or ///
152
+ # comments) as a brief description. This used to be the default behaviour.
153
+ # The new default is to treat a multi-line C++ comment block as a detailed
154
+ # description. Set this tag to YES if you prefer the old behaviour instead.
155
+
156
+ MULTILINE_CPP_IS_BRIEF = NO
157
+
158
+ # If the INHERIT_DOCS tag is set to YES (the default) then an undocumented
159
+ # member inherits the documentation from any documented member that it
160
+ # re-implements.
161
+
162
+ INHERIT_DOCS = YES
163
+
164
+ # If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce
165
+ # a new page for each member. If set to NO, the documentation of a member will
166
+ # be part of the file/class/namespace that contains it.
167
+
168
+ SEPARATE_MEMBER_PAGES = NO
169
+
170
+ # The TAB_SIZE tag can be used to set the number of spaces in a tab.
171
+ # Doxygen uses this value to replace tabs by spaces in code fragments.
172
+
173
+ TAB_SIZE = 8
174
+
175
+ # This tag can be used to specify a number of aliases that acts
176
+ # as commands in the documentation. An alias has the form "name=value".
177
+ # For example adding "sideeffect=\par Side Effects:\n" will allow you to
178
+ # put the command \sideeffect (or @sideeffect) in the documentation, which
179
+ # will result in a user-defined paragraph with heading "Side Effects:".
180
+ # You can put \n's in the value part of an alias to insert newlines.
181
+
182
+ ALIASES =
183
+
184
+ # Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C
185
+ # sources only. Doxygen will then generate output that is more tailored for C.
186
+ # For instance, some of the names that are used will be different. The list
187
+ # of all members will be omitted, etc.
188
+
189
+ OPTIMIZE_OUTPUT_FOR_C = NO
190
+
191
+ # Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java
192
+ # sources only. Doxygen will then generate output that is more tailored for
193
+ # Java. For instance, namespaces will be presented as packages, qualified
194
+ # scopes will look different, etc.
195
+
196
+ OPTIMIZE_OUTPUT_JAVA = NO
197
+
198
+ # Set the OPTIMIZE_FOR_FORTRAN tag to YES if your project consists of Fortran
199
+ # sources only. Doxygen will then generate output that is more tailored for
200
+ # Fortran.
201
+
202
+ OPTIMIZE_FOR_FORTRAN = NO
203
+
204
+ # Set the OPTIMIZE_OUTPUT_VHDL tag to YES if your project consists of VHDL
205
+ # sources. Doxygen will then generate output that is tailored for
206
+ # VHDL.
207
+
208
+ OPTIMIZE_OUTPUT_VHDL = NO
209
+
210
+ # Doxygen selects the parser to use depending on the extension of the files it parses.
211
+ # With this tag you can assign which parser to use for a given extension.
212
+ # Doxygen has a built-in mapping, but you can override or extend it using this tag.
213
+ # The format is ext=language, where ext is a file extension, and language is one of
214
+ # the parsers supported by doxygen: IDL, Java, Javascript, C#, C, C++, D, PHP,
215
+ # Objective-C, Python, Fortran, VHDL, C, C++. For instance to make doxygen treat
216
+ # .inc files as Fortran files (default is PHP), and .f files as C (default is Fortran),
217
+ # use: inc=Fortran f=C. Note that for custom extensions you also need to set FILE_PATTERNS otherwise the files are not read by doxygen.
218
+
219
+ EXTENSION_MAPPING =
220
+
221
+ # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
222
+ # to include (a tag file for) the STL sources as input, then you should
223
+ # set this tag to YES in order to let doxygen match functions declarations and
224
+ # definitions whose arguments contain STL classes (e.g. func(std::string); v.s.
225
+ # func(std::string) {}). This also make the inheritance and collaboration
226
+ # diagrams that involve STL classes more complete and accurate.
227
+
228
+ BUILTIN_STL_SUPPORT = NO
229
+
230
+ # If you use Microsoft's C++/CLI language, you should set this option to YES to
231
+ # enable parsing support.
232
+
233
+ CPP_CLI_SUPPORT = NO
234
+
235
+ # Set the SIP_SUPPORT tag to YES if your project consists of sip sources only.
236
+ # Doxygen will parse them like normal C++ but will assume all classes use public
237
+ # instead of private inheritance when no explicit protection keyword is present.
238
+
239
+ SIP_SUPPORT = NO
240
+
241
+ # For Microsoft's IDL there are propget and propput attributes to indicate getter
242
+ # and setter methods for a property. Setting this option to YES (the default)
243
+ # will make doxygen to replace the get and set methods by a property in the
244
+ # documentation. This will only work if the methods are indeed getting or
245
+ # setting a simple type. If this is not the case, or you want to show the
246
+ # methods anyway, you should set this option to NO.
247
+
248
+ IDL_PROPERTY_SUPPORT = YES
249
+
250
+ # If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC
251
+ # tag is set to YES, then doxygen will reuse the documentation of the first
252
+ # member in the group (if any) for the other members of the group. By default
253
+ # all members of a group must be documented explicitly.
254
+
255
+ DISTRIBUTE_GROUP_DOC = NO
256
+
257
+ # Set the SUBGROUPING tag to YES (the default) to allow class member groups of
258
+ # the same type (for instance a group of public functions) to be put as a
259
+ # subgroup of that type (e.g. under the Public Functions section). Set it to
260
+ # NO to prevent subgrouping. Alternatively, this can be done per class using
261
+ # the \nosubgrouping command.
262
+
263
+ SUBGROUPING = YES
264
+
265
+ # When TYPEDEF_HIDES_STRUCT is enabled, a typedef of a struct, union, or enum
266
+ # is documented as struct, union, or enum with the name of the typedef. So
267
+ # typedef struct TypeS {} TypeT, will appear in the documentation as a struct
268
+ # with name TypeT. When disabled the typedef will appear as a member of a file,
269
+ # namespace, or class. And the struct will be named TypeS. This can typically
270
+ # be useful for C code in case the coding convention dictates that all compound
271
+ # types are typedef'ed and only the typedef is referenced, never the tag name.
272
+
273
+ TYPEDEF_HIDES_STRUCT = NO
274
+
275
+ # The SYMBOL_CACHE_SIZE determines the size of the internal cache use to
276
+ # determine which symbols to keep in memory and which to flush to disk.
277
+ # When the cache is full, less often used symbols will be written to disk.
278
+ # For small to medium size projects (<1000 input files) the default value is
279
+ # probably good enough. For larger projects a too small cache size can cause
280
+ # doxygen to be busy swapping symbols to and from disk most of the time
281
+ # causing a significant performance penality.
282
+ # If the system has enough physical memory increasing the cache will improve the
283
+ # performance by keeping more symbols in memory. Note that the value works on
284
+ # a logarithmic scale so increasing the size by one will rougly double the
285
+ # memory usage. The cache size is given by this formula:
286
+ # 2^(16+SYMBOL_CACHE_SIZE). The valid range is 0..9, the default is 0,
287
+ # corresponding to a cache size of 2^16 = 65536 symbols
288
+
289
+ SYMBOL_CACHE_SIZE = 0
290
+
291
+ #---------------------------------------------------------------------------
292
+ # Build related configuration options
293
+ #---------------------------------------------------------------------------
294
+
295
+ # If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in
296
+ # documentation are documented, even if no documentation was available.
297
+ # Private class members and static file members will be hidden unless
298
+ # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
299
+
300
+ EXTRACT_ALL = NO
301
+
302
+ # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
303
+ # will be included in the documentation.
304
+
305
+ EXTRACT_PRIVATE = YES
306
+
307
+ # If the EXTRACT_STATIC tag is set to YES all static members of a file
308
+ # will be included in the documentation.
309
+
310
+ EXTRACT_STATIC = NO
311
+
312
+ # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
313
+ # defined locally in source files will be included in the documentation.
314
+ # If set to NO only classes defined in header files are included.
315
+
316
+ EXTRACT_LOCAL_CLASSES = YES
317
+
318
+ # This flag is only useful for Objective-C code. When set to YES local
319
+ # methods, which are defined in the implementation section but not in
320
+ # the interface are included in the documentation.
321
+ # If set to NO (the default) only methods in the interface are included.
322
+
323
+ EXTRACT_LOCAL_METHODS = NO
324
+
325
+ # If this flag is set to YES, the members of anonymous namespaces will be
326
+ # extracted and appear in the documentation as a namespace called
327
+ # 'anonymous_namespace{file}', where file will be replaced with the base
328
+ # name of the file that contains the anonymous namespace. By default
329
+ # anonymous namespace are hidden.
330
+
331
+ EXTRACT_ANON_NSPACES = NO
332
+
333
+ # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
334
+ # undocumented members of documented classes, files or namespaces.
335
+ # If set to NO (the default) these members will be included in the
336
+ # various overviews, but no documentation section is generated.
337
+ # This option has no effect if EXTRACT_ALL is enabled.
338
+
339
+ HIDE_UNDOC_MEMBERS = YES
340
+
341
+ # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all
342
+ # undocumented classes that are normally visible in the class hierarchy.
343
+ # If set to NO (the default) these classes will be included in the various
344
+ # overviews. This option has no effect if EXTRACT_ALL is enabled.
345
+
346
+ HIDE_UNDOC_CLASSES = YES
347
+
348
+ # If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all
349
+ # friend (class|struct|union) declarations.
350
+ # If set to NO (the default) these declarations will be included in the
351
+ # documentation.
352
+
353
+ HIDE_FRIEND_COMPOUNDS = NO
354
+
355
+ # If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
356
+ # documentation blocks found inside the body of a function.
357
+ # If set to NO (the default) these blocks will be appended to the
358
+ # function's detailed documentation block.
359
+
360
+ HIDE_IN_BODY_DOCS = NO
361
+
362
+ # The INTERNAL_DOCS tag determines if documentation
363
+ # that is typed after a \internal command is included. If the tag is set
364
+ # to NO (the default) then the documentation will be excluded.
365
+ # Set it to YES to include the internal documentation.
366
+
367
+ INTERNAL_DOCS = NO
368
+
369
+ # If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
370
+ # file names in lower-case letters. If set to YES upper-case letters are also
371
+ # allowed. This is useful if you have classes or files whose names only differ
372
+ # in case and if your file system supports case sensitive file names. Windows
373
+ # and Mac users are advised to set this option to NO.
374
+
375
+ CASE_SENSE_NAMES = YES
376
+
377
+ # If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen
378
+ # will show members with their full class and namespace scopes in the
379
+ # documentation. If set to YES the scope will be hidden.
380
+
381
+ HIDE_SCOPE_NAMES = NO
382
+
383
+ # If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen
384
+ # will put a list of the files that are included by a file in the documentation
385
+ # of that file.
386
+
387
+ SHOW_INCLUDE_FILES = YES
388
+
389
+ # If the INLINE_INFO tag is set to YES (the default) then a tag [inline]
390
+ # is inserted in the documentation for inline members.
391
+
392
+ INLINE_INFO = YES
393
+
394
+ # If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen
395
+ # will sort the (detailed) documentation of file and class members
396
+ # alphabetically by member name. If set to NO the members will appear in
397
+ # declaration order.
398
+
399
+ SORT_MEMBER_DOCS = YES
400
+
401
+ # If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the
402
+ # brief documentation of file, namespace and class members alphabetically
403
+ # by member name. If set to NO (the default) the members will appear in
404
+ # declaration order.
405
+
406
+ SORT_BRIEF_DOCS = NO
407
+
408
+ # If the SORT_MEMBERS_CTORS_1ST tag is set to YES then doxygen will sort the (brief and detailed) documentation of class members so that constructors and destructors are listed first. If set to NO (the default) the constructors will appear in the respective orders defined by SORT_MEMBER_DOCS and SORT_BRIEF_DOCS. This tag will be ignored for brief docs if SORT_BRIEF_DOCS is set to NO and ignored for detailed docs if SORT_MEMBER_DOCS is set to NO.
409
+
410
+ SORT_MEMBERS_CTORS_1ST = YES
411
+
412
+ # If the SORT_GROUP_NAMES tag is set to YES then doxygen will sort the
413
+ # hierarchy of group names into alphabetical order. If set to NO (the default)
414
+ # the group names will appear in their defined order.
415
+
416
+ SORT_GROUP_NAMES = NO
417
+
418
+ # If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be
419
+ # sorted by fully-qualified names, including namespaces. If set to
420
+ # NO (the default), the class list will be sorted only by class name,
421
+ # not including the namespace part.
422
+ # Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
423
+ # Note: This option applies only to the class list, not to the
424
+ # alphabetical list.
425
+
426
+ SORT_BY_SCOPE_NAME = YES
427
+
428
+ # The GENERATE_TODOLIST tag can be used to enable (YES) or
429
+ # disable (NO) the todo list. This list is created by putting \todo
430
+ # commands in the documentation.
431
+
432
+ GENERATE_TODOLIST = YES
433
+
434
+ # The GENERATE_TESTLIST tag can be used to enable (YES) or
435
+ # disable (NO) the test list. This list is created by putting \test
436
+ # commands in the documentation.
437
+
438
+ GENERATE_TESTLIST = YES
439
+
440
+ # The GENERATE_BUGLIST tag can be used to enable (YES) or
441
+ # disable (NO) the bug list. This list is created by putting \bug
442
+ # commands in the documentation.
443
+
444
+ GENERATE_BUGLIST = YES
445
+
446
+ # The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or
447
+ # disable (NO) the deprecated list. This list is created by putting
448
+ # \deprecated commands in the documentation.
449
+
450
+ GENERATE_DEPRECATEDLIST= YES
451
+
452
+ # The ENABLED_SECTIONS tag can be used to enable conditional
453
+ # documentation sections, marked by \if sectionname ... \endif.
454
+
455
+ ENABLED_SECTIONS =
456
+
457
+ # The MAX_INITIALIZER_LINES tag determines the maximum number of lines
458
+ # the initial value of a variable or define consists of for it to appear in
459
+ # the documentation. If the initializer consists of more lines than specified
460
+ # here it will be hidden. Use a value of 0 to hide initializers completely.
461
+ # The appearance of the initializer of individual variables and defines in the
462
+ # documentation can be controlled using \showinitializer or \hideinitializer
463
+ # command in the documentation regardless of this setting.
464
+
465
+ MAX_INITIALIZER_LINES = 30
466
+
467
+ # Set the SHOW_USED_FILES tag to NO to disable the list of files generated
468
+ # at the bottom of the documentation of classes and structs. If set to YES the
469
+ # list will mention the files that were used to generate the documentation.
470
+
471
+ SHOW_USED_FILES = YES
472
+
473
+ # If the sources in your project are distributed over multiple directories
474
+ # then setting the SHOW_DIRECTORIES tag to YES will show the directory hierarchy
475
+ # in the documentation. The default is NO.
476
+
477
+ SHOW_DIRECTORIES = NO
478
+
479
+ # Set the SHOW_FILES tag to NO to disable the generation of the Files page.
480
+ # This will remove the Files entry from the Quick Index and from the
481
+ # Folder Tree View (if specified). The default is YES.
482
+
483
+ SHOW_FILES = YES
484
+
485
+ # Set the SHOW_NAMESPACES tag to NO to disable the generation of the
486
+ # Namespaces page.
487
+ # This will remove the Namespaces entry from the Quick Index
488
+ # and from the Folder Tree View (if specified). The default is YES.
489
+
490
+ SHOW_NAMESPACES = YES
491
+
492
+ # The FILE_VERSION_FILTER tag can be used to specify a program or script that
493
+ # doxygen should invoke to get the current version for each file (typically from
494
+ # the version control system). Doxygen will invoke the program by executing (via
495
+ # popen()) the command <command> <input-file>, where <command> is the value of
496
+ # the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file
497
+ # provided by doxygen. Whatever the program writes to standard output
498
+ # is used as the file version. See the manual for examples.
499
+
500
+ FILE_VERSION_FILTER =
501
+
502
+ # The LAYOUT_FILE tag can be used to specify a layout file which will be parsed by
503
+ # doxygen. The layout file controls the global structure of the generated output files
504
+ # in an output format independent way. The create the layout file that represents
505
+ # doxygen's defaults, run doxygen with the -l option. You can optionally specify a
506
+ # file name after the option, if omitted DoxygenLayout.xml will be used as the name
507
+ # of the layout file.
508
+
509
+ LAYOUT_FILE =
510
+
511
+ #---------------------------------------------------------------------------
512
+ # configuration options related to warning and progress messages
513
+ #---------------------------------------------------------------------------
514
+
515
+ # The QUIET tag can be used to turn on/off the messages that are generated
516
+ # by doxygen. Possible values are YES and NO. If left blank NO is used.
517
+
518
+ QUIET = NO
519
+
520
+ # The WARNINGS tag can be used to turn on/off the warning messages that are
521
+ # generated by doxygen. Possible values are YES and NO. If left blank
522
+ # NO is used.
523
+
524
+ WARNINGS = YES
525
+
526
+ # If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings
527
+ # for undocumented members. If EXTRACT_ALL is set to YES then this flag will
528
+ # automatically be disabled.
529
+
530
+ WARN_IF_UNDOCUMENTED = YES
531
+
532
+ # If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for
533
+ # potential errors in the documentation, such as not documenting some
534
+ # parameters in a documented function, or documenting parameters that
535
+ # don't exist or using markup commands wrongly.
536
+
537
+ WARN_IF_DOC_ERROR = YES
538
+
539
+ # This WARN_NO_PARAMDOC option can be abled to get warnings for
540
+ # functions that are documented, but have no documentation for their parameters
541
+ # or return value. If set to NO (the default) doxygen will only warn about
542
+ # wrong or incomplete parameter documentation, but not about the absence of
543
+ # documentation.
544
+
545
+ WARN_NO_PARAMDOC = NO
546
+
547
+ # The WARN_FORMAT tag determines the format of the warning messages that
548
+ # doxygen can produce. The string should contain the $file, $line, and $text
549
+ # tags, which will be replaced by the file and line number from which the
550
+ # warning originated and the warning text. Optionally the format may contain
551
+ # $version, which will be replaced by the version of the file (if it could
552
+ # be obtained via FILE_VERSION_FILTER)
553
+
554
+ WARN_FORMAT = "$file:$line: $text"
555
+
556
+ # The WARN_LOGFILE tag can be used to specify a file to which warning
557
+ # and error messages should be written. If left blank the output is written
558
+ # to stderr.
559
+
560
+ WARN_LOGFILE =
561
+
562
+ #---------------------------------------------------------------------------
563
+ # configuration options related to the input files
564
+ #---------------------------------------------------------------------------
565
+
566
+ # The INPUT tag can be used to specify the files and/or directories that contain
567
+ # documented source files. You may enter file names like "myfile.cpp" or
568
+ # directories like "/usr/src/myproject". Separate the files or directories
569
+ # with spaces.
570
+
571
+ INPUT = lm lm/builder lm/filter lm/interpolate lm/wrappers util util/double-conversion util/stream
572
+
573
+ # This tag can be used to specify the character encoding of the source files
574
+ # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
575
+ # also the default input encoding. Doxygen uses libiconv (or the iconv built
576
+ # into libc) for the transcoding. See http://www.gnu.org/software/libiconv for
577
+ # the list of possible encodings.
578
+
579
+ INPUT_ENCODING = UTF-8
580
+
581
+ # If the value of the INPUT tag contains directories, you can use the
582
+ # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
583
+ # and *.h) to filter out the source-files in the directories. If left
584
+ # blank the following patterns are tested:
585
+ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx
586
+ # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py *.f90
587
+
588
+ FILE_PATTERNS =
589
+
590
+ # The RECURSIVE tag can be used to turn specify whether or not subdirectories
591
+ # should be searched for input files as well. Possible values are YES and NO.
592
+ # If left blank NO is used.
593
+
594
+ RECURSIVE = NO
595
+
596
+ # The EXCLUDE tag can be used to specify files and/or directories that should
597
+ # excluded from the INPUT source files. This way you can easily exclude a
598
+ # subdirectory from a directory tree whose root is specified with the INPUT tag.
599
+
600
+ EXCLUDE =
601
+
602
+ # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
603
+ # directories that are symbolic links (a Unix filesystem feature) are excluded
604
+ # from the input.
605
+
606
+ EXCLUDE_SYMLINKS = NO
607
+
608
+ # If the value of the INPUT tag contains directories, you can use the
609
+ # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude
610
+ # certain files from those directories. Note that the wildcards are matched
611
+ # against the file with absolute path, so to exclude all test directories
612
+ # for example use the pattern */test/*
613
+
614
+ EXCLUDE_PATTERNS =
615
+
616
+ # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names
617
+ # (namespaces, classes, functions, etc.) that should be excluded from the
618
+ # output. The symbol name can be a fully qualified name, a word, or if the
619
+ # wildcard * is used, a substring. Examples: ANamespace, AClass,
620
+ # AClass::ANamespace, ANamespace::*Test
621
+
622
+ EXCLUDE_SYMBOLS =
623
+
624
+ # The EXAMPLE_PATH tag can be used to specify one or more files or
625
+ # directories that contain example code fragments that are included (see
626
+ # the \include command).
627
+
628
+ EXAMPLE_PATH =
629
+
630
+ # If the value of the EXAMPLE_PATH tag contains directories, you can use the
631
+ # EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
632
+ # and *.h) to filter out the source-files in the directories. If left
633
+ # blank all files are included.
634
+
635
+ EXAMPLE_PATTERNS =
636
+
637
+ # If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be
638
+ # searched for input files to be used with the \include or \dontinclude
639
+ # commands irrespective of the value of the RECURSIVE tag.
640
+ # Possible values are YES and NO. If left blank NO is used.
641
+
642
+ EXAMPLE_RECURSIVE = NO
643
+
644
+ # The IMAGE_PATH tag can be used to specify one or more files or
645
+ # directories that contain image that are included in the documentation (see
646
+ # the \image command).
647
+
648
+ IMAGE_PATH =
649
+
650
+ # The INPUT_FILTER tag can be used to specify a program that doxygen should
651
+ # invoke to filter for each input file. Doxygen will invoke the filter program
652
+ # by executing (via popen()) the command <filter> <input-file>, where <filter>
653
+ # is the value of the INPUT_FILTER tag, and <input-file> is the name of an
654
+ # input file. Doxygen will then use the output that the filter program writes
655
+ # to standard output.
656
+ # If FILTER_PATTERNS is specified, this tag will be
657
+ # ignored.
658
+
659
+ INPUT_FILTER =
660
+
661
+ # The FILTER_PATTERNS tag can be used to specify filters on a per file pattern
662
+ # basis.
663
+ # Doxygen will compare the file name with each pattern and apply the
664
+ # filter if there is a match.
665
+ # The filters are a list of the form:
666
+ # pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further
667
+ # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
668
+ # is applied to all files.
669
+
670
+ FILTER_PATTERNS =
671
+
672
+ # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
673
+ # INPUT_FILTER) will be used to filter the input files when producing source
674
+ # files to browse (i.e. when SOURCE_BROWSER is set to YES).
675
+
676
+ FILTER_SOURCE_FILES = NO
677
+
678
+ #---------------------------------------------------------------------------
679
+ # configuration options related to source browsing
680
+ #---------------------------------------------------------------------------
681
+
682
+ # If the SOURCE_BROWSER tag is set to YES then a list of source files will
683
+ # be generated. Documented entities will be cross-referenced with these sources.
684
+ # Note: To get rid of all source code in the generated output, make sure also
685
+ # VERBATIM_HEADERS is set to NO.
686
+
687
+ SOURCE_BROWSER = NO
688
+
689
+ # Setting the INLINE_SOURCES tag to YES will include the body
690
+ # of functions and classes directly in the documentation.
691
+
692
+ INLINE_SOURCES = NO
693
+
694
+ # Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct
695
+ # doxygen to hide any special comment blocks from generated source code
696
+ # fragments. Normal C and C++ comments will always remain visible.
697
+
698
+ STRIP_CODE_COMMENTS = YES
699
+
700
+ # If the REFERENCED_BY_RELATION tag is set to YES
701
+ # then for each documented function all documented
702
+ # functions referencing it will be listed.
703
+
704
+ REFERENCED_BY_RELATION = NO
705
+
706
+ # If the REFERENCES_RELATION tag is set to YES
707
+ # then for each documented function all documented entities
708
+ # called/used by that function will be listed.
709
+
710
+ REFERENCES_RELATION = NO
711
+
712
+ # If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
713
+ # and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
714
+ # functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
715
+ # link to the source code.
716
+ # Otherwise they will link to the documentation.
717
+
718
+ REFERENCES_LINK_SOURCE = YES
719
+
720
+ # If the USE_HTAGS tag is set to YES then the references to source code
721
+ # will point to the HTML generated by the htags(1) tool instead of doxygen
722
+ # built-in source browser. The htags tool is part of GNU's global source
723
+ # tagging system (see http://www.gnu.org/software/global/global.html). You
724
+ # will need version 4.8.6 or higher.
725
+
726
+ USE_HTAGS = NO
727
+
728
+ # If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen
729
+ # will generate a verbatim copy of the header file for each class for
730
+ # which an include is specified. Set to NO to disable this.
731
+
732
+ VERBATIM_HEADERS = YES
733
+
734
+ #---------------------------------------------------------------------------
735
+ # configuration options related to the alphabetical class index
736
+ #---------------------------------------------------------------------------
737
+
738
+ # If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index
739
+ # of all compounds will be generated. Enable this if the project
740
+ # contains a lot of classes, structs, unions or interfaces.
741
+
742
+ ALPHABETICAL_INDEX = NO
743
+
744
+ # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then
745
+ # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns
746
+ # in which this list will be split (can be a number in the range [1..20])
747
+
748
+ COLS_IN_ALPHA_INDEX = 5
749
+
750
+ # In case all classes in a project start with a common prefix, all
751
+ # classes will be put under the same header in the alphabetical index.
752
+ # The IGNORE_PREFIX tag can be used to specify one or more prefixes that
753
+ # should be ignored while generating the index headers.
754
+
755
+ IGNORE_PREFIX =
756
+
757
+ #---------------------------------------------------------------------------
758
+ # configuration options related to the HTML output
759
+ #---------------------------------------------------------------------------
760
+
761
+ # If the GENERATE_HTML tag is set to YES (the default) Doxygen will
762
+ # generate HTML output.
763
+
764
+ GENERATE_HTML = YES
765
+
766
+ # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
767
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be
768
+ # put in front of it. If left blank `html' will be used as the default path.
769
+
770
+ HTML_OUTPUT = html
771
+
772
+ # The HTML_FILE_EXTENSION tag can be used to specify the file extension for
773
+ # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
774
+ # doxygen will generate files with .html extension.
775
+
776
+ HTML_FILE_EXTENSION = .html
777
+
778
+ # The HTML_HEADER tag can be used to specify a personal HTML header for
779
+ # each generated HTML page. If it is left blank doxygen will generate a
780
+ # standard header.
781
+
782
+ HTML_HEADER =
783
+
784
+ # The HTML_FOOTER tag can be used to specify a personal HTML footer for
785
+ # each generated HTML page. If it is left blank doxygen will generate a
786
+ # standard footer.
787
+
788
+ HTML_FOOTER =
789
+
790
+ # If the HTML_TIMESTAMP tag is set to YES then the generated HTML
791
+ # documentation will contain the timesstamp.
792
+
793
+ HTML_TIMESTAMP = NO
794
+
795
+ # The HTML_STYLESHEET tag can be used to specify a user-defined cascading
796
+ # style sheet that is used by each HTML page. It can be used to
797
+ # fine-tune the look of the HTML output. If the tag is left blank doxygen
798
+ # will generate a default style sheet. Note that doxygen will try to copy
799
+ # the style sheet file to the HTML output directory, so don't put your own
800
+ # stylesheet in the HTML output directory as well, or it will be erased!
801
+
802
+ HTML_STYLESHEET =
803
+
804
+ # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
805
+ # files or namespaces will be aligned in HTML using tables. If set to
806
+ # NO a bullet list will be used.
807
+
808
+ HTML_ALIGN_MEMBERS = YES
809
+
810
+ # If the HTML_DYNAMIC_SECTIONS tag is set to YES then the generated HTML
811
+ # documentation will contain sections that can be hidden and shown after the
812
+ # page has loaded. For this to work a browser that supports
813
+ # JavaScript and DHTML is required (for instance Mozilla 1.0+, Firefox
814
+ # Netscape 6.0+, Internet explorer 5.0+, Konqueror, or Safari).
815
+
816
+ HTML_DYNAMIC_SECTIONS = NO
817
+
818
+ # If the GENERATE_DOCSET tag is set to YES, additional index files
819
+ # will be generated that can be used as input for Apple's Xcode 3
820
+ # integrated development environment, introduced with OSX 10.5 (Leopard).
821
+ # To create a documentation set, doxygen will generate a Makefile in the
822
+ # HTML output directory. Running make will produce the docset in that
823
+ # directory and running "make install" will install the docset in
824
+ # ~/Library/Developer/Shared/Documentation/DocSets so that Xcode will find
825
+ # it at startup.
826
+ # See http://developer.apple.com/tools/creatingdocsetswithdoxygen.html for more information.
827
+
828
+ GENERATE_DOCSET = NO
829
+
830
+ # When GENERATE_DOCSET tag is set to YES, this tag determines the name of the
831
+ # feed. A documentation feed provides an umbrella under which multiple
832
+ # documentation sets from a single provider (such as a company or product suite)
833
+ # can be grouped.
834
+
835
+ DOCSET_FEEDNAME = "Doxygen generated docs"
836
+
837
+ # When GENERATE_DOCSET tag is set to YES, this tag specifies a string that
838
+ # should uniquely identify the documentation set bundle. This should be a
839
+ # reverse domain-name style string, e.g. com.mycompany.MyDocSet. Doxygen
840
+ # will append .docset to the name.
841
+
842
+ DOCSET_BUNDLE_ID = org.doxygen.Project
843
+
844
+ # If the GENERATE_HTMLHELP tag is set to YES, additional index files
845
+ # will be generated that can be used as input for tools like the
846
+ # Microsoft HTML help workshop to generate a compiled HTML help file (.chm)
847
+ # of the generated HTML documentation.
848
+
849
+ GENERATE_HTMLHELP = NO
850
+
851
+ # If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can
852
+ # be used to specify the file name of the resulting .chm file. You
853
+ # can add a path in front of the file if the result should not be
854
+ # written to the html output directory.
855
+
856
+ CHM_FILE =
857
+
858
+ # If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can
859
+ # be used to specify the location (absolute path including file name) of
860
+ # the HTML help compiler (hhc.exe). If non-empty doxygen will try to run
861
+ # the HTML help compiler on the generated index.hhp.
862
+
863
+ HHC_LOCATION =
864
+
865
+ # If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag
866
+ # controls if a separate .chi index file is generated (YES) or that
867
+ # it should be included in the master .chm file (NO).
868
+
869
+ GENERATE_CHI = NO
870
+
871
+ # If the GENERATE_HTMLHELP tag is set to YES, the CHM_INDEX_ENCODING
872
+ # is used to encode HtmlHelp index (hhk), content (hhc) and project file
873
+ # content.
874
+
875
+ CHM_INDEX_ENCODING =
876
+
877
+ # If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag
878
+ # controls whether a binary table of contents is generated (YES) or a
879
+ # normal table of contents (NO) in the .chm file.
880
+
881
+ BINARY_TOC = NO
882
+
883
+ # The TOC_EXPAND flag can be set to YES to add extra items for group members
884
+ # to the contents of the HTML help documentation and to the tree view.
885
+
886
+ TOC_EXPAND = NO
887
+
888
+ # If the GENERATE_QHP tag is set to YES and both QHP_NAMESPACE and QHP_VIRTUAL_FOLDER
889
+ # are set, an additional index file will be generated that can be used as input for
890
+ # Qt's qhelpgenerator to generate a Qt Compressed Help (.qch) of the generated
891
+ # HTML documentation.
892
+
893
+ GENERATE_QHP = NO
894
+
895
+ # If the QHG_LOCATION tag is specified, the QCH_FILE tag can
896
+ # be used to specify the file name of the resulting .qch file.
897
+ # The path specified is relative to the HTML output folder.
898
+
899
+ QCH_FILE =
900
+
901
+ # The QHP_NAMESPACE tag specifies the namespace to use when generating
902
+ # Qt Help Project output. For more information please see
903
+ # http://doc.trolltech.com/qthelpproject.html#namespace
904
+
905
+ QHP_NAMESPACE =
906
+
907
+ # The QHP_VIRTUAL_FOLDER tag specifies the namespace to use when generating
908
+ # Qt Help Project output. For more information please see
909
+ # http://doc.trolltech.com/qthelpproject.html#virtual-folders
910
+
911
+ QHP_VIRTUAL_FOLDER = doc
912
+
913
+ # If QHP_CUST_FILTER_NAME is set, it specifies the name of a custom filter to add.
914
+ # For more information please see
915
+ # http://doc.trolltech.com/qthelpproject.html#custom-filters
916
+
917
+ QHP_CUST_FILTER_NAME =
918
+
919
+ # The QHP_CUST_FILT_ATTRS tag specifies the list of the attributes of the custom filter to add.For more information please see
920
+ # <a href="http://doc.trolltech.com/qthelpproject.html#custom-filters">Qt Help Project / Custom Filters</a>.
921
+
922
+ QHP_CUST_FILTER_ATTRS =
923
+
924
+ # The QHP_SECT_FILTER_ATTRS tag specifies the list of the attributes this project's
925
+ # filter section matches.
926
+ # <a href="http://doc.trolltech.com/qthelpproject.html#filter-attributes">Qt Help Project / Filter Attributes</a>.
927
+
928
+ QHP_SECT_FILTER_ATTRS =
929
+
930
+ # If the GENERATE_QHP tag is set to YES, the QHG_LOCATION tag can
931
+ # be used to specify the location of Qt's qhelpgenerator.
932
+ # If non-empty doxygen will try to run qhelpgenerator on the generated
933
+ # .qhp file.
934
+
935
+ QHG_LOCATION =
936
+
937
+ # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
938
+ # top of each HTML page. The value NO (the default) enables the index and
939
+ # the value YES disables it.
940
+
941
+ DISABLE_INDEX = NO
942
+
943
+ # This tag can be used to set the number of enum values (range [1..20])
944
+ # that doxygen will group on one line in the generated HTML documentation.
945
+
946
+ ENUM_VALUES_PER_LINE = 4
947
+
948
+ # The GENERATE_TREEVIEW tag is used to specify whether a tree-like index
949
+ # structure should be generated to display hierarchical information.
950
+ # If the tag value is set to YES, a side panel will be generated
951
+ # containing a tree-like index structure (just like the one that
952
+ # is generated for HTML Help). For this to work a browser that supports
953
+ # JavaScript, DHTML, CSS and frames is required (i.e. any modern browser).
954
+ # Windows users are probably better off using the HTML help feature.
955
+
956
+ GENERATE_TREEVIEW = NO
957
+
958
+ # By enabling USE_INLINE_TREES, doxygen will generate the Groups, Directories,
959
+ # and Class Hierarchy pages using a tree view instead of an ordered list.
960
+
961
+ USE_INLINE_TREES = NO
962
+
963
+ # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be
964
+ # used to set the initial width (in pixels) of the frame in which the tree
965
+ # is shown.
966
+
967
+ TREEVIEW_WIDTH = 250
968
+
969
+ # Use this tag to change the font size of Latex formulas included
970
+ # as images in the HTML documentation. The default is 10. Note that
971
+ # when you change the font size after a successful doxygen run you need
972
+ # to manually remove any form_*.png images from the HTML output directory
973
+ # to force them to be regenerated.
974
+
975
+ FORMULA_FONTSIZE = 10
976
+
977
+ # When the SEARCHENGINE tag is enable doxygen will generate a search box for the HTML output. The underlying search engine uses javascript
978
+ # and DHTML and should work on any modern browser. Note that when using HTML help (GENERATE_HTMLHELP) or Qt help (GENERATE_QHP)
979
+ # there is already a search function so this one should typically
980
+ # be disabled.
981
+
982
+ SEARCHENGINE = YES
983
+
984
+ #---------------------------------------------------------------------------
985
+ # configuration options related to the LaTeX output
986
+ #---------------------------------------------------------------------------
987
+
988
+ # If the GENERATE_LATEX tag is set to YES (the default) Doxygen will
989
+ # generate Latex output.
990
+
991
+ GENERATE_LATEX = YES
992
+
993
+ # The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put.
994
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be
995
+ # put in front of it. If left blank `latex' will be used as the default path.
996
+
997
+ LATEX_OUTPUT = latex
998
+
999
+ # The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be
1000
+ # invoked. If left blank `latex' will be used as the default command name.
1001
+
1002
+ LATEX_CMD_NAME = latex
1003
+
1004
+ # The MAKEINDEX_CMD_NAME tag can be used to specify the command name to
1005
+ # generate index for LaTeX. If left blank `makeindex' will be used as the
1006
+ # default command name.
1007
+
1008
+ MAKEINDEX_CMD_NAME = makeindex
1009
+
1010
+ # If the COMPACT_LATEX tag is set to YES Doxygen generates more compact
1011
+ # LaTeX documents. This may be useful for small projects and may help to
1012
+ # save some trees in general.
1013
+
1014
+ COMPACT_LATEX = NO
1015
+
1016
+ # The PAPER_TYPE tag can be used to set the paper type that is used
1017
+ # by the printer. Possible values are: a4, a4wide, letter, legal and
1018
+ # executive. If left blank a4wide will be used.
1019
+
1020
+ PAPER_TYPE = a4wide
1021
+
1022
+ # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
1023
+ # packages that should be included in the LaTeX output.
1024
+
1025
+ EXTRA_PACKAGES =
1026
+
1027
+ # The LATEX_HEADER tag can be used to specify a personal LaTeX header for
1028
+ # the generated latex document. The header should contain everything until
1029
+ # the first chapter. If it is left blank doxygen will generate a
1030
+ # standard header. Notice: only use this tag if you know what you are doing!
1031
+
1032
+ LATEX_HEADER =
1033
+
1034
+ # If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated
1035
+ # is prepared for conversion to pdf (using ps2pdf). The pdf file will
1036
+ # contain links (just like the HTML output) instead of page references
1037
+ # This makes the output suitable for online browsing using a pdf viewer.
1038
+
1039
+ PDF_HYPERLINKS = YES
1040
+
1041
+ # If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of
1042
+ # plain latex in the generated Makefile. Set this option to YES to get a
1043
+ # higher quality PDF documentation.
1044
+
1045
+ USE_PDFLATEX = YES
1046
+
1047
+ # If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
1048
+ # command to the generated LaTeX files. This will instruct LaTeX to keep
1049
+ # running if errors occur, instead of asking the user for help.
1050
+ # This option is also used when generating formulas in HTML.
1051
+
1052
+ LATEX_BATCHMODE = NO
1053
+
1054
+ # If LATEX_HIDE_INDICES is set to YES then doxygen will not
1055
+ # include the index chapters (such as File Index, Compound Index, etc.)
1056
+ # in the output.
1057
+
1058
+ LATEX_HIDE_INDICES = NO
1059
+
1060
+ # If LATEX_SOURCE_CODE is set to YES then doxygen will include source code with syntax highlighting in the LaTeX output. Note that which sources are shown also depends on other settings such as SOURCE_BROWSER.
1061
+
1062
+ LATEX_SOURCE_CODE = NO
1063
+
1064
+ #---------------------------------------------------------------------------
1065
+ # configuration options related to the RTF output
1066
+ #---------------------------------------------------------------------------
1067
+
1068
+ # If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output
1069
+ # The RTF output is optimized for Word 97 and may not look very pretty with
1070
+ # other RTF readers or editors.
1071
+
1072
+ GENERATE_RTF = NO
1073
+
1074
+ # The RTF_OUTPUT tag is used to specify where the RTF docs will be put.
1075
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1076
+ # put in front of it. If left blank `rtf' will be used as the default path.
1077
+
1078
+ RTF_OUTPUT = rtf
1079
+
1080
+ # If the COMPACT_RTF tag is set to YES Doxygen generates more compact
1081
+ # RTF documents. This may be useful for small projects and may help to
1082
+ # save some trees in general.
1083
+
1084
+ COMPACT_RTF = NO
1085
+
1086
+ # If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated
1087
+ # will contain hyperlink fields. The RTF file will
1088
+ # contain links (just like the HTML output) instead of page references.
1089
+ # This makes the output suitable for online browsing using WORD or other
1090
+ # programs which support those fields.
1091
+ # Note: wordpad (write) and others do not support links.
1092
+
1093
+ RTF_HYPERLINKS = NO
1094
+
1095
+ # Load stylesheet definitions from file. Syntax is similar to doxygen's
1096
+ # config file, i.e. a series of assignments. You only have to provide
1097
+ # replacements, missing definitions are set to their default value.
1098
+
1099
+ RTF_STYLESHEET_FILE =
1100
+
1101
+ # Set optional variables used in the generation of an rtf document.
1102
+ # Syntax is similar to doxygen's config file.
1103
+
1104
+ RTF_EXTENSIONS_FILE =
1105
+
1106
+ #---------------------------------------------------------------------------
1107
+ # configuration options related to the man page output
1108
+ #---------------------------------------------------------------------------
1109
+
1110
+ # If the GENERATE_MAN tag is set to YES (the default) Doxygen will
1111
+ # generate man pages
1112
+
1113
+ GENERATE_MAN = NO
1114
+
1115
+ # The MAN_OUTPUT tag is used to specify where the man pages will be put.
1116
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1117
+ # put in front of it. If left blank `man' will be used as the default path.
1118
+
1119
+ MAN_OUTPUT = man
1120
+
1121
+ # The MAN_EXTENSION tag determines the extension that is added to
1122
+ # the generated man pages (default is the subroutine's section .3)
1123
+
1124
+ MAN_EXTENSION = .3
1125
+
1126
+ # If the MAN_LINKS tag is set to YES and Doxygen generates man output,
1127
+ # then it will generate one additional man file for each entity
1128
+ # documented in the real man page(s). These additional files
1129
+ # only source the real man page, but without them the man command
1130
+ # would be unable to find the correct page. The default is NO.
1131
+
1132
+ MAN_LINKS = NO
1133
+
1134
+ #---------------------------------------------------------------------------
1135
+ # configuration options related to the XML output
1136
+ #---------------------------------------------------------------------------
1137
+
1138
+ # If the GENERATE_XML tag is set to YES Doxygen will
1139
+ # generate an XML file that captures the structure of
1140
+ # the code including all documentation.
1141
+
1142
+ GENERATE_XML = NO
1143
+
1144
+ # The XML_OUTPUT tag is used to specify where the XML pages will be put.
1145
+ # If a relative path is entered the value of OUTPUT_DIRECTORY will be
1146
+ # put in front of it. If left blank `xml' will be used as the default path.
1147
+
1148
+ XML_OUTPUT = xml
1149
+
1150
+ # The XML_SCHEMA tag can be used to specify an XML schema,
1151
+ # which can be used by a validating XML parser to check the
1152
+ # syntax of the XML files.
1153
+
1154
+ XML_SCHEMA =
1155
+
1156
+ # The XML_DTD tag can be used to specify an XML DTD,
1157
+ # which can be used by a validating XML parser to check the
1158
+ # syntax of the XML files.
1159
+
1160
+ XML_DTD =
1161
+
1162
+ # If the XML_PROGRAMLISTING tag is set to YES Doxygen will
1163
+ # dump the program listings (including syntax highlighting
1164
+ # and cross-referencing information) to the XML output. Note that
1165
+ # enabling this will significantly increase the size of the XML output.
1166
+
1167
+ XML_PROGRAMLISTING = YES
1168
+
1169
+ #---------------------------------------------------------------------------
1170
+ # configuration options for the AutoGen Definitions output
1171
+ #---------------------------------------------------------------------------
1172
+
1173
+ # If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will
1174
+ # generate an AutoGen Definitions (see autogen.sf.net) file
1175
+ # that captures the structure of the code including all
1176
+ # documentation. Note that this feature is still experimental
1177
+ # and incomplete at the moment.
1178
+
1179
+ GENERATE_AUTOGEN_DEF = NO
1180
+
1181
+ #---------------------------------------------------------------------------
1182
+ # configuration options related to the Perl module output
1183
+ #---------------------------------------------------------------------------
1184
+
1185
+ # If the GENERATE_PERLMOD tag is set to YES Doxygen will
1186
+ # generate a Perl module file that captures the structure of
1187
+ # the code including all documentation. Note that this
1188
+ # feature is still experimental and incomplete at the
1189
+ # moment.
1190
+
1191
+ GENERATE_PERLMOD = NO
1192
+
1193
+ # If the PERLMOD_LATEX tag is set to YES Doxygen will generate
1194
+ # the necessary Makefile rules, Perl scripts and LaTeX code to be able
1195
+ # to generate PDF and DVI output from the Perl module output.
1196
+
1197
+ PERLMOD_LATEX = NO
1198
+
1199
+ # If the PERLMOD_PRETTY tag is set to YES the Perl module output will be
1200
+ # nicely formatted so it can be parsed by a human reader.
1201
+ # This is useful
1202
+ # if you want to understand what is going on.
1203
+ # On the other hand, if this
1204
+ # tag is set to NO the size of the Perl module output will be much smaller
1205
+ # and Perl will parse it just the same.
1206
+
1207
+ PERLMOD_PRETTY = YES
1208
+
1209
+ # The names of the make variables in the generated doxyrules.make file
1210
+ # are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX.
1211
+ # This is useful so different doxyrules.make files included by the same
1212
+ # Makefile don't overwrite each other's variables.
1213
+
1214
+ PERLMOD_MAKEVAR_PREFIX =
1215
+
1216
+ #---------------------------------------------------------------------------
1217
+ # Configuration options related to the preprocessor
1218
+ #---------------------------------------------------------------------------
1219
+
1220
+ # If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will
1221
+ # evaluate all C-preprocessor directives found in the sources and include
1222
+ # files.
1223
+
1224
+ ENABLE_PREPROCESSING = YES
1225
+
1226
+ # If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro
1227
+ # names in the source code. If set to NO (the default) only conditional
1228
+ # compilation will be performed. Macro expansion can be done in a controlled
1229
+ # way by setting EXPAND_ONLY_PREDEF to YES.
1230
+
1231
+ MACRO_EXPANSION = NO
1232
+
1233
+ # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
1234
+ # then the macro expansion is limited to the macros specified with the
1235
+ # PREDEFINED and EXPAND_AS_DEFINED tags.
1236
+
1237
+ EXPAND_ONLY_PREDEF = NO
1238
+
1239
+ # If the SEARCH_INCLUDES tag is set to YES (the default) the includes files
1240
+ # in the INCLUDE_PATH (see below) will be search if a #include is found.
1241
+
1242
+ SEARCH_INCLUDES = YES
1243
+
1244
+ # The INCLUDE_PATH tag can be used to specify one or more directories that
1245
+ # contain include files that are not input files but should be processed by
1246
+ # the preprocessor.
1247
+
1248
+ INCLUDE_PATH =
1249
+
1250
+ # You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard
1251
+ # patterns (like *.h and *.hpp) to filter out the header-files in the
1252
+ # directories. If left blank, the patterns specified with FILE_PATTERNS will
1253
+ # be used.
1254
+
1255
+ INCLUDE_FILE_PATTERNS =
1256
+
1257
+ # The PREDEFINED tag can be used to specify one or more macro names that
1258
+ # are defined before the preprocessor is started (similar to the -D option of
1259
+ # gcc). The argument of the tag is a list of macros of the form: name
1260
+ # or name=definition (no spaces). If the definition and the = are
1261
+ # omitted =1 is assumed. To prevent a macro definition from being
1262
+ # undefined via #undef or recursively expanded use the := operator
1263
+ # instead of the = operator.
1264
+
1265
+ PREDEFINED =
1266
+
1267
+ # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then
1268
+ # this tag can be used to specify a list of macro names that should be expanded.
1269
+ # The macro definition that is found in the sources will be used.
1270
+ # Use the PREDEFINED tag if you want to use a different macro definition.
1271
+
1272
+ EXPAND_AS_DEFINED =
1273
+
1274
+ # If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then
1275
+ # doxygen's preprocessor will remove all function-like macros that are alone
1276
+ # on a line, have an all uppercase name, and do not end with a semicolon. Such
1277
+ # function macros are typically used for boiler-plate code, and will confuse
1278
+ # the parser if not removed.
1279
+
1280
+ SKIP_FUNCTION_MACROS = YES
1281
+
1282
+ #---------------------------------------------------------------------------
1283
+ # Configuration::additions related to external references
1284
+ #---------------------------------------------------------------------------
1285
+
1286
+ # The TAGFILES option can be used to specify one or more tagfiles.
1287
+ # Optionally an initial location of the external documentation
1288
+ # can be added for each tagfile. The format of a tag file without
1289
+ # this location is as follows:
1290
+ #
1291
+ # TAGFILES = file1 file2 ...
1292
+ # Adding location for the tag files is done as follows:
1293
+ #
1294
+ # TAGFILES = file1=loc1 "file2 = loc2" ...
1295
+ # where "loc1" and "loc2" can be relative or absolute paths or
1296
+ # URLs. If a location is present for each tag, the installdox tool
1297
+ # does not have to be run to correct the links.
1298
+ # Note that each tag file must have a unique name
1299
+ # (where the name does NOT include the path)
1300
+ # If a tag file is not located in the directory in which doxygen
1301
+ # is run, you must also specify the path to the tagfile here.
1302
+
1303
+ TAGFILES =
1304
+
1305
+ # When a file name is specified after GENERATE_TAGFILE, doxygen will create
1306
+ # a tag file that is based on the input files it reads.
1307
+
1308
+ GENERATE_TAGFILE =
1309
+
1310
+ # If the ALLEXTERNALS tag is set to YES all external classes will be listed
1311
+ # in the class index. If set to NO only the inherited external classes
1312
+ # will be listed.
1313
+
1314
+ ALLEXTERNALS = NO
1315
+
1316
+ # If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed
1317
+ # in the modules index. If set to NO, only the current project's groups will
1318
+ # be listed.
1319
+
1320
+ EXTERNAL_GROUPS = YES
1321
+
1322
+ # The PERL_PATH should be the absolute path and name of the perl script
1323
+ # interpreter (i.e. the result of `which perl').
1324
+
1325
+ PERL_PATH = /usr/bin/perl
1326
+
1327
+ #---------------------------------------------------------------------------
1328
+ # Configuration options related to the dot tool
1329
+ #---------------------------------------------------------------------------
1330
+
1331
+ # If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will
1332
+ # generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with base
1333
+ # or super classes. Setting the tag to NO turns the diagrams off. Note that
1334
+ # this option is superseded by the HAVE_DOT option below. This is only a
1335
+ # fallback. It is recommended to install and use dot, since it yields more
1336
+ # powerful graphs.
1337
+
1338
+ CLASS_DIAGRAMS = YES
1339
+
1340
+ # You can define message sequence charts within doxygen comments using the \msc
1341
+ # command. Doxygen will then run the mscgen tool (see
1342
+ # http://www.mcternan.me.uk/mscgen/) to produce the chart and insert it in the
1343
+ # documentation. The MSCGEN_PATH tag allows you to specify the directory where
1344
+ # the mscgen tool resides. If left empty the tool is assumed to be found in the
1345
+ # default search path.
1346
+
1347
+ MSCGEN_PATH =
1348
+
1349
+ # If set to YES, the inheritance and collaboration graphs will hide
1350
+ # inheritance and usage relations if the target is undocumented
1351
+ # or is not a class.
1352
+
1353
+ HIDE_UNDOC_RELATIONS = YES
1354
+
1355
+ # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
1356
+ # available from the path. This tool is part of Graphviz, a graph visualization
1357
+ # toolkit from AT&T and Lucent Bell Labs. The other options in this section
1358
+ # have no effect if this option is set to NO (the default)
1359
+
1360
+ HAVE_DOT = NO
1361
+
1362
+ # By default doxygen will write a font called FreeSans.ttf to the output
1363
+ # directory and reference it in all dot files that doxygen generates. This
1364
+ # font does not include all possible unicode characters however, so when you need
1365
+ # these (or just want a differently looking font) you can specify the font name
1366
+ # using DOT_FONTNAME. You need need to make sure dot is able to find the font,
1367
+ # which can be done by putting it in a standard location or by setting the
1368
+ # DOTFONTPATH environment variable or by setting DOT_FONTPATH to the directory
1369
+ # containing the font.
1370
+
1371
+ DOT_FONTNAME = FreeSans
1372
+
1373
+ # The DOT_FONTSIZE tag can be used to set the size of the font of dot graphs.
1374
+ # The default size is 10pt.
1375
+
1376
+ DOT_FONTSIZE = 10
1377
+
1378
+ # By default doxygen will tell dot to use the output directory to look for the
1379
+ # FreeSans.ttf font (which doxygen will put there itself). If you specify a
1380
+ # different font using DOT_FONTNAME you can set the path where dot
1381
+ # can find it using this tag.
1382
+
1383
+ DOT_FONTPATH =
1384
+
1385
+ # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen
1386
+ # will generate a graph for each documented class showing the direct and
1387
+ # indirect inheritance relations. Setting this tag to YES will force the
1388
+ # the CLASS_DIAGRAMS tag to NO.
1389
+
1390
+ CLASS_GRAPH = YES
1391
+
1392
+ # If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen
1393
+ # will generate a graph for each documented class showing the direct and
1394
+ # indirect implementation dependencies (inheritance, containment, and
1395
+ # class references variables) of the class with other documented classes.
1396
+
1397
+ COLLABORATION_GRAPH = YES
1398
+
1399
+ # If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen
1400
+ # will generate a graph for groups, showing the direct groups dependencies
1401
+
1402
+ GROUP_GRAPHS = YES
1403
+
1404
+ # If the UML_LOOK tag is set to YES doxygen will generate inheritance and
1405
+ # collaboration diagrams in a style similar to the OMG's Unified Modeling
1406
+ # Language.
1407
+
1408
+ UML_LOOK = NO
1409
+
1410
+ # If set to YES, the inheritance and collaboration graphs will show the
1411
+ # relations between templates and their instances.
1412
+
1413
+ TEMPLATE_RELATIONS = NO
1414
+
1415
+ # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT
1416
+ # tags are set to YES then doxygen will generate a graph for each documented
1417
+ # file showing the direct and indirect include dependencies of the file with
1418
+ # other documented files.
1419
+
1420
+ INCLUDE_GRAPH = YES
1421
+
1422
+ # If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and
1423
+ # HAVE_DOT tags are set to YES then doxygen will generate a graph for each
1424
+ # documented header file showing the documented files that directly or
1425
+ # indirectly include this file.
1426
+
1427
+ INCLUDED_BY_GRAPH = YES
1428
+
1429
+ # If the CALL_GRAPH and HAVE_DOT options are set to YES then
1430
+ # doxygen will generate a call dependency graph for every global function
1431
+ # or class method. Note that enabling this option will significantly increase
1432
+ # the time of a run. So in most cases it will be better to enable call graphs
1433
+ # for selected functions only using the \callgraph command.
1434
+
1435
+ CALL_GRAPH = NO
1436
+
1437
+ # If the CALLER_GRAPH and HAVE_DOT tags are set to YES then
1438
+ # doxygen will generate a caller dependency graph for every global function
1439
+ # or class method. Note that enabling this option will significantly increase
1440
+ # the time of a run. So in most cases it will be better to enable caller
1441
+ # graphs for selected functions only using the \callergraph command.
1442
+
1443
+ CALLER_GRAPH = NO
1444
+
1445
+ # If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen
1446
+ # will graphical hierarchy of all classes instead of a textual one.
1447
+
1448
+ GRAPHICAL_HIERARCHY = YES
1449
+
1450
+ # If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES
1451
+ # then doxygen will show the dependencies a directory has on other directories
1452
+ # in a graphical way. The dependency relations are determined by the #include
1453
+ # relations between the files in the directories.
1454
+
1455
+ DIRECTORY_GRAPH = YES
1456
+
1457
+ # The DOT_IMAGE_FORMAT tag can be used to set the image format of the images
1458
+ # generated by dot. Possible values are png, jpg, or gif
1459
+ # If left blank png will be used.
1460
+
1461
+ DOT_IMAGE_FORMAT = png
1462
+
1463
+ # The tag DOT_PATH can be used to specify the path where the dot tool can be
1464
+ # found. If left blank, it is assumed the dot tool can be found in the path.
1465
+
1466
+ DOT_PATH =
1467
+
1468
+ # The DOTFILE_DIRS tag can be used to specify one or more directories that
1469
+ # contain dot files that are included in the documentation (see the
1470
+ # \dotfile command).
1471
+
1472
+ DOTFILE_DIRS =
1473
+
1474
+ # The DOT_GRAPH_MAX_NODES tag can be used to set the maximum number of
1475
+ # nodes that will be shown in the graph. If the number of nodes in a graph
1476
+ # becomes larger than this value, doxygen will truncate the graph, which is
1477
+ # visualized by representing a node as a red box. Note that doxygen if the
1478
+ # number of direct children of the root node in a graph is already larger than
1479
+ # DOT_GRAPH_MAX_NODES then the graph will not be shown at all. Also note
1480
+ # that the size of a graph can be further restricted by MAX_DOT_GRAPH_DEPTH.
1481
+
1482
+ DOT_GRAPH_MAX_NODES = 50
1483
+
1484
+ # The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
1485
+ # graphs generated by dot. A depth value of 3 means that only nodes reachable
1486
+ # from the root by following a path via at most 3 edges will be shown. Nodes
1487
+ # that lay further from the root node will be omitted. Note that setting this
1488
+ # option to 1 or 2 may greatly reduce the computation time needed for large
1489
+ # code bases. Also note that the size of a graph can be further restricted by
1490
+ # DOT_GRAPH_MAX_NODES. Using a depth of 0 means no depth restriction.
1491
+
1492
+ MAX_DOT_GRAPH_DEPTH = 0
1493
+
1494
+ # Set the DOT_TRANSPARENT tag to YES to generate images with a transparent
1495
+ # background. This is disabled by default, because dot on Windows does not
1496
+ # seem to support this out of the box. Warning: Depending on the platform used,
1497
+ # enabling this option may lead to badly anti-aliased labels on the edges of
1498
+ # a graph (i.e. they become hard to read).
1499
+
1500
+ DOT_TRANSPARENT = NO
1501
+
1502
+ # Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output
1503
+ # files in one run (i.e. multiple -o and -T options on the command line). This
1504
+ # makes dot run faster, but since only newer versions of dot (>1.8.10)
1505
+ # support this, this feature is disabled by default.
1506
+
1507
+ DOT_MULTI_TARGETS = NO
1508
+
1509
+ # If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will
1510
+ # generate a legend page explaining the meaning of the various boxes and
1511
+ # arrows in the dot generated graphs.
1512
+
1513
+ GENERATE_LEGEND = YES
1514
+
1515
+ # If the DOT_CLEANUP tag is set to YES (the default) Doxygen will
1516
+ # remove the intermediate dot files that are used to generate
1517
+ # the various graphs.
1518
+
1519
+ DOT_CLEANUP = YES
cc-multilingual-main/cc_net/third_party/kenlm/GIT_REVISION ADDED
@@ -0,0 +1 @@
 
 
1
+ b32c19389737a5def8bbc4623de809ced3091187
cc-multilingual-main/cc_net/third_party/kenlm/LICENSE ADDED
@@ -0,0 +1,25 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Most of the code here is licensed under the LGPL. There are exceptions that
2
+ have their own licenses, listed below. See comments in those files for more
3
+ details.
4
+
5
+ util/getopt.* is getopt for Windows
6
+ util/murmur_hash.cc
7
+ util/string_piece.hh and util/string_piece.cc
8
+ util/double-conversion/LICENSE covers util/double-conversion except the build files
9
+ util/file.cc contains a modified implementation of mkstemp under the LGPL
10
+ util/integer_to_string.* is BSD
11
+
12
+ For the rest:
13
+
14
+ KenLM is free software: you can redistribute it and/or modify
15
+ it under the terms of the GNU Lesser General Public License as published
16
+ by the Free Software Foundation, either version 2.1 of the License, or
17
+ (at your option) any later version.
18
+
19
+ KenLM is distributed in the hope that it will be useful,
20
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
21
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22
+ GNU Lesser General Public License for more details.
23
+
24
+ You should have received a copy of the GNU Lesser General Public License 2.1
25
+ along with KenLM code. If not, see <http://www.gnu.org/licenses/lgpl-2.1.html>.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/bhiksha.cc.o ADDED
Binary file (10.8 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/build.make ADDED
@@ -0,0 +1,399 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # Delete rule output on recipe failure.
5
+ .DELETE_ON_ERROR:
6
+
7
+ #=============================================================================
8
+ # Special targets provided by cmake.
9
+
10
+ # Disable implicit rules so canonical targets will work.
11
+ .SUFFIXES:
12
+
13
+ # Disable VCS-based implicit rules.
14
+ % : %,v
15
+
16
+ # Disable VCS-based implicit rules.
17
+ % : RCS/%
18
+
19
+ # Disable VCS-based implicit rules.
20
+ % : RCS/%,v
21
+
22
+ # Disable VCS-based implicit rules.
23
+ % : SCCS/s.%
24
+
25
+ # Disable VCS-based implicit rules.
26
+ % : s.%
27
+
28
+ .SUFFIXES: .hpux_make_needs_suffix_list
29
+
30
+ # Command-line flag to silence nested $(MAKE).
31
+ $(VERBOSE)MAKESILENT = -s
32
+
33
+ #Suppress display of executed commands.
34
+ $(VERBOSE).SILENT:
35
+
36
+ # A target that is always out of date.
37
+ cmake_force:
38
+ .PHONY : cmake_force
39
+
40
+ #=============================================================================
41
+ # Set environment variables for the build.
42
+
43
+ # The shell in which to execute make rules.
44
+ SHELL = /bin/sh
45
+
46
+ # The CMake executable.
47
+ CMAKE_COMMAND = /usr/bin/cmake
48
+
49
+ # The command to remove a file.
50
+ RM = /usr/bin/cmake -E rm -f
51
+
52
+ # Escaping for special characters.
53
+ EQUALS = =
54
+
55
+ # The top-level source directory on which CMake was run.
56
+ CMAKE_SOURCE_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm
57
+
58
+ # The top-level build directory on which CMake was run.
59
+ CMAKE_BINARY_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build
60
+
61
+ # Include any dependencies generated for this target.
62
+ include lm/CMakeFiles/kenlm.dir/depend.make
63
+ # Include any dependencies generated by the compiler for this target.
64
+ include lm/CMakeFiles/kenlm.dir/compiler_depend.make
65
+
66
+ # Include the progress variables for this target.
67
+ include lm/CMakeFiles/kenlm.dir/progress.make
68
+
69
+ # Include the compile flags for this target's objects.
70
+ include lm/CMakeFiles/kenlm.dir/flags.make
71
+
72
+ lm/CMakeFiles/kenlm.dir/bhiksha.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
73
+ lm/CMakeFiles/kenlm.dir/bhiksha.cc.o: ../lm/bhiksha.cc
74
+ lm/CMakeFiles/kenlm.dir/bhiksha.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
75
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lm/CMakeFiles/kenlm.dir/bhiksha.cc.o"
76
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/bhiksha.cc.o -MF CMakeFiles/kenlm.dir/bhiksha.cc.o.d -o CMakeFiles/kenlm.dir/bhiksha.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.cc
77
+
78
+ lm/CMakeFiles/kenlm.dir/bhiksha.cc.i: cmake_force
79
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/bhiksha.cc.i"
80
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.cc > CMakeFiles/kenlm.dir/bhiksha.cc.i
81
+
82
+ lm/CMakeFiles/kenlm.dir/bhiksha.cc.s: cmake_force
83
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/bhiksha.cc.s"
84
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.cc -o CMakeFiles/kenlm.dir/bhiksha.cc.s
85
+
86
+ lm/CMakeFiles/kenlm.dir/binary_format.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
87
+ lm/CMakeFiles/kenlm.dir/binary_format.cc.o: ../lm/binary_format.cc
88
+ lm/CMakeFiles/kenlm.dir/binary_format.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
89
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lm/CMakeFiles/kenlm.dir/binary_format.cc.o"
90
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/binary_format.cc.o -MF CMakeFiles/kenlm.dir/binary_format.cc.o.d -o CMakeFiles/kenlm.dir/binary_format.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.cc
91
+
92
+ lm/CMakeFiles/kenlm.dir/binary_format.cc.i: cmake_force
93
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/binary_format.cc.i"
94
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.cc > CMakeFiles/kenlm.dir/binary_format.cc.i
95
+
96
+ lm/CMakeFiles/kenlm.dir/binary_format.cc.s: cmake_force
97
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/binary_format.cc.s"
98
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.cc -o CMakeFiles/kenlm.dir/binary_format.cc.s
99
+
100
+ lm/CMakeFiles/kenlm.dir/config.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
101
+ lm/CMakeFiles/kenlm.dir/config.cc.o: ../lm/config.cc
102
+ lm/CMakeFiles/kenlm.dir/config.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
103
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lm/CMakeFiles/kenlm.dir/config.cc.o"
104
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/config.cc.o -MF CMakeFiles/kenlm.dir/config.cc.o.d -o CMakeFiles/kenlm.dir/config.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.cc
105
+
106
+ lm/CMakeFiles/kenlm.dir/config.cc.i: cmake_force
107
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/config.cc.i"
108
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.cc > CMakeFiles/kenlm.dir/config.cc.i
109
+
110
+ lm/CMakeFiles/kenlm.dir/config.cc.s: cmake_force
111
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/config.cc.s"
112
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.cc -o CMakeFiles/kenlm.dir/config.cc.s
113
+
114
+ lm/CMakeFiles/kenlm.dir/lm_exception.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
115
+ lm/CMakeFiles/kenlm.dir/lm_exception.cc.o: ../lm/lm_exception.cc
116
+ lm/CMakeFiles/kenlm.dir/lm_exception.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
117
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object lm/CMakeFiles/kenlm.dir/lm_exception.cc.o"
118
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/lm_exception.cc.o -MF CMakeFiles/kenlm.dir/lm_exception.cc.o.d -o CMakeFiles/kenlm.dir/lm_exception.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.cc
119
+
120
+ lm/CMakeFiles/kenlm.dir/lm_exception.cc.i: cmake_force
121
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/lm_exception.cc.i"
122
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.cc > CMakeFiles/kenlm.dir/lm_exception.cc.i
123
+
124
+ lm/CMakeFiles/kenlm.dir/lm_exception.cc.s: cmake_force
125
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/lm_exception.cc.s"
126
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.cc -o CMakeFiles/kenlm.dir/lm_exception.cc.s
127
+
128
+ lm/CMakeFiles/kenlm.dir/model.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
129
+ lm/CMakeFiles/kenlm.dir/model.cc.o: ../lm/model.cc
130
+ lm/CMakeFiles/kenlm.dir/model.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
131
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object lm/CMakeFiles/kenlm.dir/model.cc.o"
132
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/model.cc.o -MF CMakeFiles/kenlm.dir/model.cc.o.d -o CMakeFiles/kenlm.dir/model.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.cc
133
+
134
+ lm/CMakeFiles/kenlm.dir/model.cc.i: cmake_force
135
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/model.cc.i"
136
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.cc > CMakeFiles/kenlm.dir/model.cc.i
137
+
138
+ lm/CMakeFiles/kenlm.dir/model.cc.s: cmake_force
139
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/model.cc.s"
140
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.cc -o CMakeFiles/kenlm.dir/model.cc.s
141
+
142
+ lm/CMakeFiles/kenlm.dir/quantize.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
143
+ lm/CMakeFiles/kenlm.dir/quantize.cc.o: ../lm/quantize.cc
144
+ lm/CMakeFiles/kenlm.dir/quantize.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
145
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object lm/CMakeFiles/kenlm.dir/quantize.cc.o"
146
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/quantize.cc.o -MF CMakeFiles/kenlm.dir/quantize.cc.o.d -o CMakeFiles/kenlm.dir/quantize.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.cc
147
+
148
+ lm/CMakeFiles/kenlm.dir/quantize.cc.i: cmake_force
149
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/quantize.cc.i"
150
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.cc > CMakeFiles/kenlm.dir/quantize.cc.i
151
+
152
+ lm/CMakeFiles/kenlm.dir/quantize.cc.s: cmake_force
153
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/quantize.cc.s"
154
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.cc -o CMakeFiles/kenlm.dir/quantize.cc.s
155
+
156
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
157
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.o: ../lm/read_arpa.cc
158
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
159
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object lm/CMakeFiles/kenlm.dir/read_arpa.cc.o"
160
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/read_arpa.cc.o -MF CMakeFiles/kenlm.dir/read_arpa.cc.o.d -o CMakeFiles/kenlm.dir/read_arpa.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.cc
161
+
162
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.i: cmake_force
163
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/read_arpa.cc.i"
164
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.cc > CMakeFiles/kenlm.dir/read_arpa.cc.i
165
+
166
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.s: cmake_force
167
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/read_arpa.cc.s"
168
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.cc -o CMakeFiles/kenlm.dir/read_arpa.cc.s
169
+
170
+ lm/CMakeFiles/kenlm.dir/search_hashed.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
171
+ lm/CMakeFiles/kenlm.dir/search_hashed.cc.o: ../lm/search_hashed.cc
172
+ lm/CMakeFiles/kenlm.dir/search_hashed.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
173
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object lm/CMakeFiles/kenlm.dir/search_hashed.cc.o"
174
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/search_hashed.cc.o -MF CMakeFiles/kenlm.dir/search_hashed.cc.o.d -o CMakeFiles/kenlm.dir/search_hashed.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_hashed.cc
175
+
176
+ lm/CMakeFiles/kenlm.dir/search_hashed.cc.i: cmake_force
177
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/search_hashed.cc.i"
178
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_hashed.cc > CMakeFiles/kenlm.dir/search_hashed.cc.i
179
+
180
+ lm/CMakeFiles/kenlm.dir/search_hashed.cc.s: cmake_force
181
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/search_hashed.cc.s"
182
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_hashed.cc -o CMakeFiles/kenlm.dir/search_hashed.cc.s
183
+
184
+ lm/CMakeFiles/kenlm.dir/search_trie.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
185
+ lm/CMakeFiles/kenlm.dir/search_trie.cc.o: ../lm/search_trie.cc
186
+ lm/CMakeFiles/kenlm.dir/search_trie.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
187
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object lm/CMakeFiles/kenlm.dir/search_trie.cc.o"
188
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/search_trie.cc.o -MF CMakeFiles/kenlm.dir/search_trie.cc.o.d -o CMakeFiles/kenlm.dir/search_trie.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_trie.cc
189
+
190
+ lm/CMakeFiles/kenlm.dir/search_trie.cc.i: cmake_force
191
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/search_trie.cc.i"
192
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_trie.cc > CMakeFiles/kenlm.dir/search_trie.cc.i
193
+
194
+ lm/CMakeFiles/kenlm.dir/search_trie.cc.s: cmake_force
195
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/search_trie.cc.s"
196
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_trie.cc -o CMakeFiles/kenlm.dir/search_trie.cc.s
197
+
198
+ lm/CMakeFiles/kenlm.dir/sizes.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
199
+ lm/CMakeFiles/kenlm.dir/sizes.cc.o: ../lm/sizes.cc
200
+ lm/CMakeFiles/kenlm.dir/sizes.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
201
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object lm/CMakeFiles/kenlm.dir/sizes.cc.o"
202
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/sizes.cc.o -MF CMakeFiles/kenlm.dir/sizes.cc.o.d -o CMakeFiles/kenlm.dir/sizes.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/sizes.cc
203
+
204
+ lm/CMakeFiles/kenlm.dir/sizes.cc.i: cmake_force
205
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/sizes.cc.i"
206
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/sizes.cc > CMakeFiles/kenlm.dir/sizes.cc.i
207
+
208
+ lm/CMakeFiles/kenlm.dir/sizes.cc.s: cmake_force
209
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/sizes.cc.s"
210
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/sizes.cc -o CMakeFiles/kenlm.dir/sizes.cc.s
211
+
212
+ lm/CMakeFiles/kenlm.dir/trie.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
213
+ lm/CMakeFiles/kenlm.dir/trie.cc.o: ../lm/trie.cc
214
+ lm/CMakeFiles/kenlm.dir/trie.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
215
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object lm/CMakeFiles/kenlm.dir/trie.cc.o"
216
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/trie.cc.o -MF CMakeFiles/kenlm.dir/trie.cc.o.d -o CMakeFiles/kenlm.dir/trie.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.cc
217
+
218
+ lm/CMakeFiles/kenlm.dir/trie.cc.i: cmake_force
219
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/trie.cc.i"
220
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.cc > CMakeFiles/kenlm.dir/trie.cc.i
221
+
222
+ lm/CMakeFiles/kenlm.dir/trie.cc.s: cmake_force
223
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/trie.cc.s"
224
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.cc -o CMakeFiles/kenlm.dir/trie.cc.s
225
+
226
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
227
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.o: ../lm/trie_sort.cc
228
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
229
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object lm/CMakeFiles/kenlm.dir/trie_sort.cc.o"
230
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/trie_sort.cc.o -MF CMakeFiles/kenlm.dir/trie_sort.cc.o.d -o CMakeFiles/kenlm.dir/trie_sort.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie_sort.cc
231
+
232
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.i: cmake_force
233
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/trie_sort.cc.i"
234
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie_sort.cc > CMakeFiles/kenlm.dir/trie_sort.cc.i
235
+
236
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.s: cmake_force
237
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/trie_sort.cc.s"
238
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie_sort.cc -o CMakeFiles/kenlm.dir/trie_sort.cc.s
239
+
240
+ lm/CMakeFiles/kenlm.dir/value_build.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
241
+ lm/CMakeFiles/kenlm.dir/value_build.cc.o: ../lm/value_build.cc
242
+ lm/CMakeFiles/kenlm.dir/value_build.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
243
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object lm/CMakeFiles/kenlm.dir/value_build.cc.o"
244
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/value_build.cc.o -MF CMakeFiles/kenlm.dir/value_build.cc.o.d -o CMakeFiles/kenlm.dir/value_build.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value_build.cc
245
+
246
+ lm/CMakeFiles/kenlm.dir/value_build.cc.i: cmake_force
247
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/value_build.cc.i"
248
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value_build.cc > CMakeFiles/kenlm.dir/value_build.cc.i
249
+
250
+ lm/CMakeFiles/kenlm.dir/value_build.cc.s: cmake_force
251
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/value_build.cc.s"
252
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value_build.cc -o CMakeFiles/kenlm.dir/value_build.cc.s
253
+
254
+ lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
255
+ lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o: ../lm/virtual_interface.cc
256
+ lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
257
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o"
258
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o -MF CMakeFiles/kenlm.dir/virtual_interface.cc.o.d -o CMakeFiles/kenlm.dir/virtual_interface.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.cc
259
+
260
+ lm/CMakeFiles/kenlm.dir/virtual_interface.cc.i: cmake_force
261
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/virtual_interface.cc.i"
262
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.cc > CMakeFiles/kenlm.dir/virtual_interface.cc.i
263
+
264
+ lm/CMakeFiles/kenlm.dir/virtual_interface.cc.s: cmake_force
265
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/virtual_interface.cc.s"
266
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.cc -o CMakeFiles/kenlm.dir/virtual_interface.cc.s
267
+
268
+ lm/CMakeFiles/kenlm.dir/vocab.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
269
+ lm/CMakeFiles/kenlm.dir/vocab.cc.o: ../lm/vocab.cc
270
+ lm/CMakeFiles/kenlm.dir/vocab.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
271
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_15) "Building CXX object lm/CMakeFiles/kenlm.dir/vocab.cc.o"
272
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/vocab.cc.o -MF CMakeFiles/kenlm.dir/vocab.cc.o.d -o CMakeFiles/kenlm.dir/vocab.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.cc
273
+
274
+ lm/CMakeFiles/kenlm.dir/vocab.cc.i: cmake_force
275
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/vocab.cc.i"
276
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.cc > CMakeFiles/kenlm.dir/vocab.cc.i
277
+
278
+ lm/CMakeFiles/kenlm.dir/vocab.cc.s: cmake_force
279
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/vocab.cc.s"
280
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.cc -o CMakeFiles/kenlm.dir/vocab.cc.s
281
+
282
+ lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
283
+ lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o: ../lm/common/model_buffer.cc
284
+ lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
285
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_16) "Building CXX object lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o"
286
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o -MF CMakeFiles/kenlm.dir/common/model_buffer.cc.o.d -o CMakeFiles/kenlm.dir/common/model_buffer.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/model_buffer.cc
287
+
288
+ lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.i: cmake_force
289
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/common/model_buffer.cc.i"
290
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/model_buffer.cc > CMakeFiles/kenlm.dir/common/model_buffer.cc.i
291
+
292
+ lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.s: cmake_force
293
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/common/model_buffer.cc.s"
294
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/model_buffer.cc -o CMakeFiles/kenlm.dir/common/model_buffer.cc.s
295
+
296
+ lm/CMakeFiles/kenlm.dir/common/print.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
297
+ lm/CMakeFiles/kenlm.dir/common/print.cc.o: ../lm/common/print.cc
298
+ lm/CMakeFiles/kenlm.dir/common/print.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
299
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_17) "Building CXX object lm/CMakeFiles/kenlm.dir/common/print.cc.o"
300
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/common/print.cc.o -MF CMakeFiles/kenlm.dir/common/print.cc.o.d -o CMakeFiles/kenlm.dir/common/print.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/print.cc
301
+
302
+ lm/CMakeFiles/kenlm.dir/common/print.cc.i: cmake_force
303
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/common/print.cc.i"
304
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/print.cc > CMakeFiles/kenlm.dir/common/print.cc.i
305
+
306
+ lm/CMakeFiles/kenlm.dir/common/print.cc.s: cmake_force
307
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/common/print.cc.s"
308
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/print.cc -o CMakeFiles/kenlm.dir/common/print.cc.s
309
+
310
+ lm/CMakeFiles/kenlm.dir/common/renumber.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
311
+ lm/CMakeFiles/kenlm.dir/common/renumber.cc.o: ../lm/common/renumber.cc
312
+ lm/CMakeFiles/kenlm.dir/common/renumber.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
313
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_18) "Building CXX object lm/CMakeFiles/kenlm.dir/common/renumber.cc.o"
314
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/common/renumber.cc.o -MF CMakeFiles/kenlm.dir/common/renumber.cc.o.d -o CMakeFiles/kenlm.dir/common/renumber.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/renumber.cc
315
+
316
+ lm/CMakeFiles/kenlm.dir/common/renumber.cc.i: cmake_force
317
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/common/renumber.cc.i"
318
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/renumber.cc > CMakeFiles/kenlm.dir/common/renumber.cc.i
319
+
320
+ lm/CMakeFiles/kenlm.dir/common/renumber.cc.s: cmake_force
321
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/common/renumber.cc.s"
322
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/renumber.cc -o CMakeFiles/kenlm.dir/common/renumber.cc.s
323
+
324
+ lm/CMakeFiles/kenlm.dir/common/size_option.cc.o: lm/CMakeFiles/kenlm.dir/flags.make
325
+ lm/CMakeFiles/kenlm.dir/common/size_option.cc.o: ../lm/common/size_option.cc
326
+ lm/CMakeFiles/kenlm.dir/common/size_option.cc.o: lm/CMakeFiles/kenlm.dir/compiler_depend.ts
327
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_19) "Building CXX object lm/CMakeFiles/kenlm.dir/common/size_option.cc.o"
328
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/CMakeFiles/kenlm.dir/common/size_option.cc.o -MF CMakeFiles/kenlm.dir/common/size_option.cc.o.d -o CMakeFiles/kenlm.dir/common/size_option.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/size_option.cc
329
+
330
+ lm/CMakeFiles/kenlm.dir/common/size_option.cc.i: cmake_force
331
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm.dir/common/size_option.cc.i"
332
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/size_option.cc > CMakeFiles/kenlm.dir/common/size_option.cc.i
333
+
334
+ lm/CMakeFiles/kenlm.dir/common/size_option.cc.s: cmake_force
335
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm.dir/common/size_option.cc.s"
336
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/common/size_option.cc -o CMakeFiles/kenlm.dir/common/size_option.cc.s
337
+
338
+ # Object files for target kenlm
339
+ kenlm_OBJECTS = \
340
+ "CMakeFiles/kenlm.dir/bhiksha.cc.o" \
341
+ "CMakeFiles/kenlm.dir/binary_format.cc.o" \
342
+ "CMakeFiles/kenlm.dir/config.cc.o" \
343
+ "CMakeFiles/kenlm.dir/lm_exception.cc.o" \
344
+ "CMakeFiles/kenlm.dir/model.cc.o" \
345
+ "CMakeFiles/kenlm.dir/quantize.cc.o" \
346
+ "CMakeFiles/kenlm.dir/read_arpa.cc.o" \
347
+ "CMakeFiles/kenlm.dir/search_hashed.cc.o" \
348
+ "CMakeFiles/kenlm.dir/search_trie.cc.o" \
349
+ "CMakeFiles/kenlm.dir/sizes.cc.o" \
350
+ "CMakeFiles/kenlm.dir/trie.cc.o" \
351
+ "CMakeFiles/kenlm.dir/trie_sort.cc.o" \
352
+ "CMakeFiles/kenlm.dir/value_build.cc.o" \
353
+ "CMakeFiles/kenlm.dir/virtual_interface.cc.o" \
354
+ "CMakeFiles/kenlm.dir/vocab.cc.o" \
355
+ "CMakeFiles/kenlm.dir/common/model_buffer.cc.o" \
356
+ "CMakeFiles/kenlm.dir/common/print.cc.o" \
357
+ "CMakeFiles/kenlm.dir/common/renumber.cc.o" \
358
+ "CMakeFiles/kenlm.dir/common/size_option.cc.o"
359
+
360
+ # External object files for target kenlm
361
+ kenlm_EXTERNAL_OBJECTS =
362
+
363
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/bhiksha.cc.o
364
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/binary_format.cc.o
365
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/config.cc.o
366
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/lm_exception.cc.o
367
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/model.cc.o
368
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/quantize.cc.o
369
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/read_arpa.cc.o
370
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/search_hashed.cc.o
371
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/search_trie.cc.o
372
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/sizes.cc.o
373
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/trie.cc.o
374
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/trie_sort.cc.o
375
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/value_build.cc.o
376
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o
377
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/vocab.cc.o
378
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o
379
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/common/print.cc.o
380
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/common/renumber.cc.o
381
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/common/size_option.cc.o
382
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/build.make
383
+ lib/libkenlm.a: lm/CMakeFiles/kenlm.dir/link.txt
384
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_20) "Linking CXX static library ../lib/libkenlm.a"
385
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && $(CMAKE_COMMAND) -P CMakeFiles/kenlm.dir/cmake_clean_target.cmake
386
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/kenlm.dir/link.txt --verbose=$(VERBOSE)
387
+
388
+ # Rule to build all files generated by this target.
389
+ lm/CMakeFiles/kenlm.dir/build: lib/libkenlm.a
390
+ .PHONY : lm/CMakeFiles/kenlm.dir/build
391
+
392
+ lm/CMakeFiles/kenlm.dir/clean:
393
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm && $(CMAKE_COMMAND) -P CMakeFiles/kenlm.dir/cmake_clean.cmake
394
+ .PHONY : lm/CMakeFiles/kenlm.dir/clean
395
+
396
+ lm/CMakeFiles/kenlm.dir/depend:
397
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/DependInfo.cmake --color=$(COLOR)
398
+ .PHONY : lm/CMakeFiles/kenlm.dir/depend
399
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/cmake_clean.cmake ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file(REMOVE_RECURSE
2
+ "../lib/libkenlm.a"
3
+ "../lib/libkenlm.pdb"
4
+ "CMakeFiles/kenlm.dir/bhiksha.cc.o"
5
+ "CMakeFiles/kenlm.dir/bhiksha.cc.o.d"
6
+ "CMakeFiles/kenlm.dir/binary_format.cc.o"
7
+ "CMakeFiles/kenlm.dir/binary_format.cc.o.d"
8
+ "CMakeFiles/kenlm.dir/common/model_buffer.cc.o"
9
+ "CMakeFiles/kenlm.dir/common/model_buffer.cc.o.d"
10
+ "CMakeFiles/kenlm.dir/common/print.cc.o"
11
+ "CMakeFiles/kenlm.dir/common/print.cc.o.d"
12
+ "CMakeFiles/kenlm.dir/common/renumber.cc.o"
13
+ "CMakeFiles/kenlm.dir/common/renumber.cc.o.d"
14
+ "CMakeFiles/kenlm.dir/common/size_option.cc.o"
15
+ "CMakeFiles/kenlm.dir/common/size_option.cc.o.d"
16
+ "CMakeFiles/kenlm.dir/config.cc.o"
17
+ "CMakeFiles/kenlm.dir/config.cc.o.d"
18
+ "CMakeFiles/kenlm.dir/lm_exception.cc.o"
19
+ "CMakeFiles/kenlm.dir/lm_exception.cc.o.d"
20
+ "CMakeFiles/kenlm.dir/model.cc.o"
21
+ "CMakeFiles/kenlm.dir/model.cc.o.d"
22
+ "CMakeFiles/kenlm.dir/quantize.cc.o"
23
+ "CMakeFiles/kenlm.dir/quantize.cc.o.d"
24
+ "CMakeFiles/kenlm.dir/read_arpa.cc.o"
25
+ "CMakeFiles/kenlm.dir/read_arpa.cc.o.d"
26
+ "CMakeFiles/kenlm.dir/search_hashed.cc.o"
27
+ "CMakeFiles/kenlm.dir/search_hashed.cc.o.d"
28
+ "CMakeFiles/kenlm.dir/search_trie.cc.o"
29
+ "CMakeFiles/kenlm.dir/search_trie.cc.o.d"
30
+ "CMakeFiles/kenlm.dir/sizes.cc.o"
31
+ "CMakeFiles/kenlm.dir/sizes.cc.o.d"
32
+ "CMakeFiles/kenlm.dir/trie.cc.o"
33
+ "CMakeFiles/kenlm.dir/trie.cc.o.d"
34
+ "CMakeFiles/kenlm.dir/trie_sort.cc.o"
35
+ "CMakeFiles/kenlm.dir/trie_sort.cc.o.d"
36
+ "CMakeFiles/kenlm.dir/value_build.cc.o"
37
+ "CMakeFiles/kenlm.dir/value_build.cc.o.d"
38
+ "CMakeFiles/kenlm.dir/virtual_interface.cc.o"
39
+ "CMakeFiles/kenlm.dir/virtual_interface.cc.o.d"
40
+ "CMakeFiles/kenlm.dir/vocab.cc.o"
41
+ "CMakeFiles/kenlm.dir/vocab.cc.o.d"
42
+ )
43
+
44
+ # Per-language clean rules from dependency scanning.
45
+ foreach(lang CXX)
46
+ include(CMakeFiles/kenlm.dir/cmake_clean_${lang}.cmake OPTIONAL)
47
+ endforeach()
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/compiler_depend.ts ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Timestamp file for compiler generated dependencies management for kenlm.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/config.cc.o ADDED
Binary file (2.66 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/flags.make ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # compile CXX with /usr/bin/c++
5
+ CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DKENLM_MAX_ORDER=6
6
+
7
+ CXX_INCLUDES =
8
+
9
+ CXX_FLAGS = -O3 -DNDEBUG -fPIC
10
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/model.cc.o.d ADDED
@@ -0,0 +1,265 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/model.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model_type.hh \
7
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.hh \
8
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
9
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
10
+ /usr/include/c++/11/climits \
11
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
12
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
13
+ /usr/include/features.h /usr/include/features-time64.h \
14
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
15
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
16
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
17
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
18
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
19
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
20
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
21
+ /usr/include/c++/11/pstl/pstl_config.h \
22
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
23
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
24
+ /usr/include/limits.h \
25
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
26
+ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
27
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
28
+ /usr/include/linux/limits.h \
29
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
30
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
31
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
32
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
33
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/bit_packing.hh \
34
+ /usr/include/c++/11/cassert /usr/include/assert.h /usr/include/endian.h \
35
+ /usr/include/x86_64-linux-gnu/bits/endian.h \
36
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
37
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
38
+ /usr/include/x86_64-linux-gnu/bits/types.h \
39
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
40
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
41
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
42
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
43
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
44
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
45
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
46
+ /usr/include/c++/11/cstring /usr/include/string.h \
47
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
50
+ /usr/include/strings.h \
51
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
52
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
53
+ /usr/include/c++/11/cstddef \
54
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/sorted_uniform.hh \
55
+ /usr/include/c++/11/algorithm /usr/include/c++/11/utility \
56
+ /usr/include/c++/11/bits/stl_relops.h \
57
+ /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
58
+ /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \
59
+ /usr/include/c++/11/bits/stl_algobase.h \
60
+ /usr/include/c++/11/bits/functexcept.h \
61
+ /usr/include/c++/11/bits/exception_defines.h \
62
+ /usr/include/c++/11/bits/cpp_type_traits.h \
63
+ /usr/include/c++/11/ext/type_traits.h \
64
+ /usr/include/c++/11/ext/numeric_traits.h \
65
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
66
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
67
+ /usr/include/c++/11/bits/concept_check.h \
68
+ /usr/include/c++/11/debug/assertions.h \
69
+ /usr/include/c++/11/bits/stl_iterator.h \
70
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
71
+ /usr/include/c++/11/bits/predefined_ops.h \
72
+ /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \
73
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
74
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
75
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
76
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
77
+ /usr/include/x86_64-linux-gnu/sys/types.h \
78
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
79
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
80
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
81
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
82
+ /usr/include/x86_64-linux-gnu/sys/select.h \
83
+ /usr/include/x86_64-linux-gnu/bits/select.h \
84
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
85
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
86
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
87
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
88
+ /usr/include/x86_64-linux-gnu/bits/select2.h \
89
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
90
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
91
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
92
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
93
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
94
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
95
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
96
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
97
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
98
+ /usr/include/c++/11/bits/std_abs.h \
99
+ /usr/include/c++/11/bits/algorithmfwd.h \
100
+ /usr/include/c++/11/bits/stl_heap.h \
101
+ /usr/include/c++/11/bits/stl_tempbuf.h \
102
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \
103
+ /usr/include/c++/11/bits/exception.h \
104
+ /usr/include/c++/11/bits/uniform_int_dist.h \
105
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
106
+ /usr/include/c++/11/functional /usr/include/c++/11/bits/stl_function.h \
107
+ /usr/include/c++/11/backward/binders.h /usr/include/c++/11/tuple \
108
+ /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \
109
+ /usr/include/c++/11/bits/uses_allocator.h \
110
+ /usr/include/c++/11/bits/invoke.h \
111
+ /usr/include/c++/11/bits/functional_hash.h \
112
+ /usr/include/c++/11/bits/hash_bytes.h /usr/include/c++/11/bits/refwrap.h \
113
+ /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \
114
+ /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/allocator.h \
115
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
116
+ /usr/include/c++/11/ext/new_allocator.h \
117
+ /usr/include/c++/11/bits/memoryfwd.h \
118
+ /usr/include/c++/11/ext/alloc_traits.h \
119
+ /usr/include/c++/11/bits/alloc_traits.h \
120
+ /usr/include/c++/11/ext/aligned_buffer.h \
121
+ /usr/include/c++/11/bits/hashtable.h \
122
+ /usr/include/c++/11/bits/hashtable_policy.h \
123
+ /usr/include/c++/11/bits/enable_special_members.h \
124
+ /usr/include/c++/11/bits/node_handle.h \
125
+ /usr/include/c++/11/bits/unordered_map.h \
126
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
127
+ /usr/include/c++/11/bits/stl_uninitialized.h \
128
+ /usr/include/c++/11/bits/stl_vector.h \
129
+ /usr/include/c++/11/bits/stl_bvector.h \
130
+ /usr/include/c++/11/bits/vector.tcc \
131
+ /usr/include/c++/11/pstl/execution_defs.h \
132
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.hh \
133
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.hh \
134
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.hh \
135
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
136
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
137
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
138
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
139
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
140
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
141
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
142
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
143
+ /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \
144
+ /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
145
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
146
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
147
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
148
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
149
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
150
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
151
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
152
+ /usr/include/c++/11/bits/exception_ptr.h \
153
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
154
+ /usr/include/c++/11/bits/nested_exception.h \
155
+ /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
156
+ /usr/include/c++/11/bits/localefwd.h \
157
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
158
+ /usr/include/c++/11/clocale /usr/include/locale.h \
159
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
160
+ /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
161
+ /usr/include/c++/11/ext/atomicity.h \
162
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
163
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
164
+ /usr/include/pthread.h /usr/include/sched.h \
165
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
166
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
167
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
168
+ /usr/include/x86_64-linux-gnu/bits/time.h \
169
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
170
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
171
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
172
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
173
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
174
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
175
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
176
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
177
+ /usr/include/c++/11/bits/ostream_insert.h \
178
+ /usr/include/c++/11/bits/cxxabi_forced.h \
179
+ /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \
180
+ /usr/include/c++/11/bits/string_view.tcc \
181
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
182
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
183
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
184
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
185
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
186
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
187
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
188
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
189
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
190
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
191
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
192
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
193
+ /usr/include/c++/11/bits/charconv.h \
194
+ /usr/include/c++/11/bits/basic_string.tcc \
195
+ /usr/include/c++/11/bits/locale_classes.tcc \
196
+ /usr/include/c++/11/system_error \
197
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
198
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
199
+ /usr/include/c++/11/bits/streambuf.tcc \
200
+ /usr/include/c++/11/bits/basic_ios.h \
201
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
202
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
203
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
204
+ /usr/include/c++/11/bits/streambuf_iterator.h \
205
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
206
+ /usr/include/c++/11/bits/locale_facets.tcc \
207
+ /usr/include/c++/11/bits/basic_ios.tcc \
208
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/limits \
209
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
210
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_piece.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/ersatz_progress.hh \
214
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
215
+ /usr/include/c++/11/bits/istream.tcc \
216
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
217
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
219
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
220
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/read_compressed.hh \
221
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/spaces.hh \
222
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
223
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/facade.hh \
224
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.hh \
225
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/return.hh \
226
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.hh \
227
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/blank.hh \
228
+ /usr/include/c++/11/cmath /usr/include/math.h \
229
+ /usr/include/x86_64-linux-gnu/bits/math-vector.h \
230
+ /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
231
+ /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
232
+ /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
233
+ /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
234
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
235
+ /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
236
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
237
+ /usr/include/x86_64-linux-gnu/bits/iscanonical.h \
238
+ /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \
239
+ /usr/include/c++/11/tr1/special_function_util.h \
240
+ /usr/include/c++/11/tr1/bessel_function.tcc \
241
+ /usr/include/c++/11/tr1/beta_function.tcc \
242
+ /usr/include/c++/11/tr1/ell_integral.tcc \
243
+ /usr/include/c++/11/tr1/exp_integral.tcc \
244
+ /usr/include/c++/11/tr1/hypergeometric.tcc \
245
+ /usr/include/c++/11/tr1/legendre_function.tcc \
246
+ /usr/include/c++/11/tr1/modified_bessel_func.tcc \
247
+ /usr/include/c++/11/tr1/poly_hermite.tcc \
248
+ /usr/include/c++/11/tr1/poly_laguerre.tcc \
249
+ /usr/include/c++/11/tr1/riemann_zeta.tcc \
250
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/max_order.hh \
251
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_hashed.hh \
252
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/probing_hash_table.hh \
253
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_trie.hh \
254
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
255
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/state.hh \
256
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/murmur_hash.hh \
257
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value.hh \
258
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value_build.hh \
259
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.hh \
260
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/enumerate_vocab.hh \
261
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_stream.hh \
262
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/pool.hh \
263
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
264
+ /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \
265
+ /usr/include/c++/11/bit /usr/include/c++/11/pstl/glue_numeric_defs.h
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/progress.make ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ CMAKE_PROGRESS_1 = 9
2
+ CMAKE_PROGRESS_2 = 10
3
+ CMAKE_PROGRESS_3 = 11
4
+ CMAKE_PROGRESS_4 = 12
5
+ CMAKE_PROGRESS_5 = 13
6
+ CMAKE_PROGRESS_6 = 14
7
+ CMAKE_PROGRESS_7 = 15
8
+ CMAKE_PROGRESS_8 = 16
9
+ CMAKE_PROGRESS_9 = 17
10
+ CMAKE_PROGRESS_10 = 18
11
+ CMAKE_PROGRESS_11 = 19
12
+ CMAKE_PROGRESS_12 = 20
13
+ CMAKE_PROGRESS_13 = 21
14
+ CMAKE_PROGRESS_14 = 22
15
+ CMAKE_PROGRESS_15 = 23
16
+ CMAKE_PROGRESS_16 = 24
17
+ CMAKE_PROGRESS_17 = 25
18
+ CMAKE_PROGRESS_18 = 26
19
+ CMAKE_PROGRESS_19 = 27
20
+ CMAKE_PROGRESS_20 = 28
21
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/quantize.cc.o ADDED
Binary file (15.7 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/quantize.cc.o.d ADDED
@@ -0,0 +1,248 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/quantize.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/blank.hh \
6
+ /usr/include/c++/11/limits \
7
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
8
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
9
+ /usr/include/features.h /usr/include/features-time64.h \
10
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
11
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
12
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
13
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
14
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
15
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
16
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
17
+ /usr/include/c++/11/pstl/pstl_config.h \
18
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
19
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
20
+ /usr/include/x86_64-linux-gnu/bits/types.h \
21
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
22
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
23
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
24
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
25
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
26
+ /usr/include/c++/11/cmath /usr/include/c++/11/bits/cpp_type_traits.h \
27
+ /usr/include/c++/11/ext/type_traits.h /usr/include/math.h \
28
+ /usr/include/x86_64-linux-gnu/bits/math-vector.h \
29
+ /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
30
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
31
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
32
+ /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
33
+ /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
34
+ /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
35
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
36
+ /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
37
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
38
+ /usr/include/x86_64-linux-gnu/bits/iscanonical.h \
39
+ /usr/include/c++/11/bits/std_abs.h /usr/include/stdlib.h \
40
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
41
+ /usr/include/x86_64-linux-gnu/bits/waitflags.h \
42
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
43
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
44
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
45
+ /usr/include/x86_64-linux-gnu/sys/types.h \
46
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
47
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h /usr/include/endian.h \
50
+ /usr/include/x86_64-linux-gnu/bits/endian.h \
51
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
52
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
53
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
54
+ /usr/include/x86_64-linux-gnu/sys/select.h \
55
+ /usr/include/x86_64-linux-gnu/bits/select.h \
56
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
57
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
58
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
59
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
60
+ /usr/include/x86_64-linux-gnu/bits/select2.h \
61
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
62
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
63
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
64
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
65
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
66
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
67
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
68
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
69
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
70
+ /usr/include/c++/11/bits/specfun.h \
71
+ /usr/include/c++/11/bits/stl_algobase.h \
72
+ /usr/include/c++/11/bits/functexcept.h \
73
+ /usr/include/c++/11/bits/exception_defines.h \
74
+ /usr/include/c++/11/ext/numeric_traits.h \
75
+ /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
76
+ /usr/include/c++/11/type_traits \
77
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
78
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
79
+ /usr/include/c++/11/bits/concept_check.h \
80
+ /usr/include/c++/11/debug/assertions.h \
81
+ /usr/include/c++/11/bits/stl_iterator.h \
82
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
83
+ /usr/include/c++/11/bits/predefined_ops.h \
84
+ /usr/include/c++/11/tr1/gamma.tcc \
85
+ /usr/include/c++/11/tr1/special_function_util.h \
86
+ /usr/include/c++/11/tr1/bessel_function.tcc \
87
+ /usr/include/c++/11/tr1/beta_function.tcc \
88
+ /usr/include/c++/11/tr1/ell_integral.tcc \
89
+ /usr/include/c++/11/tr1/exp_integral.tcc \
90
+ /usr/include/c++/11/tr1/hypergeometric.tcc \
91
+ /usr/include/c++/11/tr1/legendre_function.tcc \
92
+ /usr/include/c++/11/tr1/modified_bessel_func.tcc \
93
+ /usr/include/c++/11/tr1/poly_hermite.tcc \
94
+ /usr/include/c++/11/tr1/poly_laguerre.tcc \
95
+ /usr/include/c++/11/tr1/riemann_zeta.tcc \
96
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.hh \
97
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.hh \
98
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
99
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
100
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
101
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
102
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
103
+ /usr/include/c++/11/cstddef \
104
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
105
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
106
+ /usr/include/c++/11/cstring /usr/include/string.h /usr/include/strings.h \
107
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
108
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
109
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
110
+ /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
111
+ /usr/include/c++/11/cwchar /usr/include/wchar.h \
112
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
113
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
114
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
115
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
116
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
117
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
118
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
119
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
120
+ /usr/include/c++/11/bits/exception.h \
121
+ /usr/include/c++/11/bits/exception_ptr.h \
122
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
123
+ /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
124
+ /usr/include/c++/11/new /usr/include/c++/11/bits/nested_exception.h \
125
+ /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
126
+ /usr/include/c++/11/bits/localefwd.h \
127
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
128
+ /usr/include/c++/11/clocale /usr/include/locale.h \
129
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
130
+ /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
131
+ /usr/include/c++/11/ext/atomicity.h \
132
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
133
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
134
+ /usr/include/pthread.h /usr/include/sched.h \
135
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
136
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
137
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
138
+ /usr/include/x86_64-linux-gnu/bits/time.h \
139
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
140
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
141
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
142
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
143
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
144
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
145
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
146
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
147
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
148
+ /usr/include/c++/11/bits/allocator.h \
149
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
150
+ /usr/include/c++/11/ext/new_allocator.h \
151
+ /usr/include/c++/11/bits/ostream_insert.h \
152
+ /usr/include/c++/11/bits/cxxabi_forced.h \
153
+ /usr/include/c++/11/bits/stl_function.h \
154
+ /usr/include/c++/11/backward/binders.h \
155
+ /usr/include/c++/11/bits/range_access.h \
156
+ /usr/include/c++/11/initializer_list \
157
+ /usr/include/c++/11/bits/basic_string.h \
158
+ /usr/include/c++/11/ext/alloc_traits.h \
159
+ /usr/include/c++/11/bits/alloc_traits.h \
160
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
161
+ /usr/include/c++/11/bits/functional_hash.h \
162
+ /usr/include/c++/11/bits/string_view.tcc \
163
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
164
+ /usr/include/c++/11/cstdio /usr/include/stdio.h \
165
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
166
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
167
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
168
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
169
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
170
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
171
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
172
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
173
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
174
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
175
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
176
+ /usr/include/c++/11/bits/charconv.h \
177
+ /usr/include/c++/11/bits/basic_string.tcc \
178
+ /usr/include/c++/11/bits/locale_classes.tcc \
179
+ /usr/include/c++/11/system_error \
180
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
181
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
182
+ /usr/include/c++/11/bits/streambuf.tcc \
183
+ /usr/include/c++/11/bits/basic_ios.h \
184
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
185
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
186
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
187
+ /usr/include/c++/11/bits/streambuf_iterator.h \
188
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
189
+ /usr/include/c++/11/bits/locale_facets.tcc \
190
+ /usr/include/c++/11/bits/basic_ios.tcc \
191
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/algorithm \
192
+ /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
193
+ /usr/include/c++/11/bits/stl_algo.h \
194
+ /usr/include/c++/11/bits/algorithmfwd.h \
195
+ /usr/include/c++/11/bits/stl_heap.h \
196
+ /usr/include/c++/11/bits/stl_tempbuf.h \
197
+ /usr/include/c++/11/bits/uniform_int_dist.h \
198
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
199
+ /usr/include/c++/11/functional /usr/include/c++/11/tuple \
200
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
201
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
202
+ /usr/include/c++/11/bits/std_function.h \
203
+ /usr/include/c++/11/unordered_map \
204
+ /usr/include/c++/11/ext/aligned_buffer.h \
205
+ /usr/include/c++/11/bits/hashtable.h \
206
+ /usr/include/c++/11/bits/hashtable_policy.h \
207
+ /usr/include/c++/11/bits/enable_special_members.h \
208
+ /usr/include/c++/11/bits/node_handle.h \
209
+ /usr/include/c++/11/bits/unordered_map.h \
210
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
211
+ /usr/include/c++/11/bits/stl_uninitialized.h \
212
+ /usr/include/c++/11/bits/stl_vector.h \
213
+ /usr/include/c++/11/bits/stl_bvector.h \
214
+ /usr/include/c++/11/bits/vector.tcc \
215
+ /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/cassert \
216
+ /usr/include/assert.h \
217
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
219
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/max_order.hh \
220
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model_type.hh \
221
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/bit_packing.hh \
222
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
223
+ /usr/include/c++/11/bits/istream.tcc \
224
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.hh \
225
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.hh \
226
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
227
+ /usr/include/c++/11/climits \
228
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
229
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
230
+ /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
231
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
232
+ /usr/include/linux/limits.h \
233
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
234
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
235
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
236
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
237
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_piece.hh \
238
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/ersatz_progress.hh \
239
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
240
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
241
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
242
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
243
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/read_compressed.hh \
244
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/spaces.hh \
245
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
246
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
247
+ /usr/include/c++/11/numeric /usr/include/c++/11/bits/stl_numeric.h \
248
+ /usr/include/c++/11/bit /usr/include/c++/11/pstl/glue_numeric_defs.h
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/read_arpa.cc.o ADDED
Binary file (44.6 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/read_arpa.cc.o.d ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/read_arpa.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
7
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
8
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
9
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
10
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
11
+ /usr/include/c++/11/cstddef \
12
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
13
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
14
+ /usr/include/features.h /usr/include/features-time64.h \
15
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
16
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
17
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
18
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
19
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
20
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
21
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
22
+ /usr/include/c++/11/pstl/pstl_config.h \
23
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
24
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
25
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
26
+ /usr/include/x86_64-linux-gnu/bits/types.h \
27
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
28
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
29
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
30
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
31
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
32
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
33
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
34
+ /usr/include/c++/11/cstring /usr/include/string.h \
35
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
36
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
37
+ /usr/include/strings.h \
38
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
39
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
40
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
41
+ /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
42
+ /usr/include/c++/11/cwchar /usr/include/wchar.h \
43
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
44
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
45
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
46
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
47
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
50
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
51
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
52
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
53
+ /usr/include/c++/11/bits/exception.h \
54
+ /usr/include/c++/11/bits/exception_ptr.h \
55
+ /usr/include/c++/11/bits/exception_defines.h \
56
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
57
+ /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
58
+ /usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
59
+ /usr/include/c++/11/type_traits \
60
+ /usr/include/c++/11/bits/nested_exception.h \
61
+ /usr/include/c++/11/bits/char_traits.h \
62
+ /usr/include/c++/11/bits/stl_algobase.h \
63
+ /usr/include/c++/11/bits/functexcept.h \
64
+ /usr/include/c++/11/bits/cpp_type_traits.h \
65
+ /usr/include/c++/11/ext/type_traits.h \
66
+ /usr/include/c++/11/ext/numeric_traits.h \
67
+ /usr/include/c++/11/bits/stl_pair.h \
68
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
69
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
70
+ /usr/include/c++/11/bits/concept_check.h \
71
+ /usr/include/c++/11/debug/assertions.h \
72
+ /usr/include/c++/11/bits/stl_iterator.h \
73
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
74
+ /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
75
+ /usr/include/c++/11/bits/localefwd.h \
76
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
77
+ /usr/include/c++/11/clocale /usr/include/locale.h \
78
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
79
+ /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
80
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
81
+ /usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
82
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
83
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
84
+ /usr/include/pthread.h /usr/include/sched.h \
85
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
86
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
87
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
88
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
89
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
90
+ /usr/include/x86_64-linux-gnu/bits/time.h \
91
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
92
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
93
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
94
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
95
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
96
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
97
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
98
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
99
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
100
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
101
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
102
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
103
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
104
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
105
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
106
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
107
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
108
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
109
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
110
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
111
+ /usr/include/c++/11/bits/allocator.h \
112
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
113
+ /usr/include/c++/11/ext/new_allocator.h \
114
+ /usr/include/c++/11/bits/ostream_insert.h \
115
+ /usr/include/c++/11/bits/cxxabi_forced.h \
116
+ /usr/include/c++/11/bits/stl_function.h \
117
+ /usr/include/c++/11/backward/binders.h \
118
+ /usr/include/c++/11/bits/range_access.h \
119
+ /usr/include/c++/11/initializer_list \
120
+ /usr/include/c++/11/bits/basic_string.h \
121
+ /usr/include/c++/11/ext/alloc_traits.h \
122
+ /usr/include/c++/11/bits/alloc_traits.h \
123
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
124
+ /usr/include/c++/11/bits/functional_hash.h \
125
+ /usr/include/c++/11/bits/string_view.tcc \
126
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
127
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
128
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
129
+ /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
130
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
131
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
132
+ /usr/include/x86_64-linux-gnu/sys/select.h \
133
+ /usr/include/x86_64-linux-gnu/bits/select.h \
134
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
135
+ /usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
136
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
137
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
138
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
139
+ /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
140
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
141
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
142
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
143
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
144
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
145
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
146
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
147
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
148
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
149
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
150
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
151
+ /usr/include/c++/11/bits/charconv.h \
152
+ /usr/include/c++/11/bits/basic_string.tcc \
153
+ /usr/include/c++/11/bits/locale_classes.tcc \
154
+ /usr/include/c++/11/system_error \
155
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
156
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
157
+ /usr/include/c++/11/bits/streambuf.tcc \
158
+ /usr/include/c++/11/bits/basic_ios.h \
159
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
160
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
161
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
162
+ /usr/include/c++/11/bits/streambuf_iterator.h \
163
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
164
+ /usr/include/c++/11/bits/locale_facets.tcc \
165
+ /usr/include/c++/11/bits/basic_ios.tcc \
166
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/algorithm \
167
+ /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
168
+ /usr/include/c++/11/bits/stl_algo.h \
169
+ /usr/include/c++/11/bits/algorithmfwd.h \
170
+ /usr/include/c++/11/bits/stl_heap.h \
171
+ /usr/include/c++/11/bits/stl_tempbuf.h \
172
+ /usr/include/c++/11/bits/uniform_int_dist.h \
173
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
174
+ /usr/include/c++/11/functional /usr/include/c++/11/tuple \
175
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
176
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
177
+ /usr/include/c++/11/bits/std_function.h \
178
+ /usr/include/c++/11/unordered_map \
179
+ /usr/include/c++/11/ext/aligned_buffer.h \
180
+ /usr/include/c++/11/bits/hashtable.h \
181
+ /usr/include/c++/11/bits/hashtable_policy.h \
182
+ /usr/include/c++/11/bits/enable_special_members.h \
183
+ /usr/include/c++/11/bits/node_handle.h \
184
+ /usr/include/c++/11/bits/unordered_map.h \
185
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
186
+ /usr/include/c++/11/bits/stl_uninitialized.h \
187
+ /usr/include/c++/11/bits/stl_vector.h \
188
+ /usr/include/c++/11/bits/stl_bvector.h \
189
+ /usr/include/c++/11/bits/vector.tcc \
190
+ /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/cassert \
191
+ /usr/include/assert.h /usr/include/c++/11/limits \
192
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
193
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
194
+ /usr/include/c++/11/climits \
195
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
196
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
197
+ /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
198
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
199
+ /usr/include/linux/limits.h \
200
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
201
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
202
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
203
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
204
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_piece.hh \
205
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/ersatz_progress.hh \
206
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
207
+ /usr/include/c++/11/bits/istream.tcc \
208
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
209
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
210
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/read_compressed.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/spaces.hh \
214
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/blank.hh \
215
+ /usr/include/c++/11/cmath /usr/include/math.h \
216
+ /usr/include/x86_64-linux-gnu/bits/math-vector.h \
217
+ /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
218
+ /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
219
+ /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
220
+ /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
221
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
222
+ /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
223
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
224
+ /usr/include/x86_64-linux-gnu/bits/iscanonical.h \
225
+ /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \
226
+ /usr/include/c++/11/tr1/special_function_util.h \
227
+ /usr/include/c++/11/tr1/bessel_function.tcc \
228
+ /usr/include/c++/11/tr1/beta_function.tcc \
229
+ /usr/include/c++/11/tr1/ell_integral.tcc \
230
+ /usr/include/c++/11/tr1/exp_integral.tcc \
231
+ /usr/include/c++/11/tr1/hypergeometric.tcc \
232
+ /usr/include/c++/11/tr1/legendre_function.tcc \
233
+ /usr/include/c++/11/tr1/modified_bessel_func.tcc \
234
+ /usr/include/c++/11/tr1/poly_hermite.tcc \
235
+ /usr/include/c++/11/tr1/poly_laguerre.tcc \
236
+ /usr/include/c++/11/tr1/riemann_zeta.tcc \
237
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
238
+ /usr/include/c++/11/sstream /usr/include/c++/11/bits/sstream.tcc
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/sizes.cc.o ADDED
Binary file (10.8 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/sizes.cc.o.d ADDED
@@ -0,0 +1,274 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/sizes.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/sizes.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/sizes.hh \
5
+ /usr/include/c++/11/vector /usr/include/c++/11/bits/stl_algobase.h \
6
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
7
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
8
+ /usr/include/features.h /usr/include/features-time64.h \
9
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
10
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
11
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
12
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
13
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
14
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
15
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
16
+ /usr/include/c++/11/pstl/pstl_config.h \
17
+ /usr/include/c++/11/bits/functexcept.h \
18
+ /usr/include/c++/11/bits/exception_defines.h \
19
+ /usr/include/c++/11/bits/cpp_type_traits.h \
20
+ /usr/include/c++/11/ext/type_traits.h \
21
+ /usr/include/c++/11/ext/numeric_traits.h \
22
+ /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
23
+ /usr/include/c++/11/type_traits \
24
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
25
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
26
+ /usr/include/c++/11/bits/concept_check.h \
27
+ /usr/include/c++/11/debug/assertions.h \
28
+ /usr/include/c++/11/bits/stl_iterator.h \
29
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
30
+ /usr/include/c++/11/bits/predefined_ops.h \
31
+ /usr/include/c++/11/bits/allocator.h \
32
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
33
+ /usr/include/c++/11/ext/new_allocator.h /usr/include/c++/11/new \
34
+ /usr/include/c++/11/bits/exception.h \
35
+ /usr/include/c++/11/bits/memoryfwd.h \
36
+ /usr/include/c++/11/bits/stl_construct.h \
37
+ /usr/include/c++/11/bits/stl_uninitialized.h \
38
+ /usr/include/c++/11/ext/alloc_traits.h \
39
+ /usr/include/c++/11/bits/alloc_traits.h \
40
+ /usr/include/c++/11/bits/stl_vector.h \
41
+ /usr/include/c++/11/initializer_list \
42
+ /usr/include/c++/11/bits/stl_bvector.h \
43
+ /usr/include/c++/11/bits/functional_hash.h \
44
+ /usr/include/c++/11/bits/hash_bytes.h \
45
+ /usr/include/c++/11/bits/range_access.h \
46
+ /usr/include/c++/11/bits/vector.tcc \
47
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
48
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types.h \
50
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
51
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
52
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
53
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
54
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
55
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model.hh \
56
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.hh \
57
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model_type.hh \
58
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.hh \
59
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
60
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
61
+ /usr/include/c++/11/climits \
62
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
63
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
64
+ /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
65
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
66
+ /usr/include/linux/limits.h \
67
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
68
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
69
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
70
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
71
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/bit_packing.hh \
72
+ /usr/include/c++/11/cassert /usr/include/assert.h /usr/include/endian.h \
73
+ /usr/include/x86_64-linux-gnu/bits/endian.h \
74
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
75
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
76
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
77
+ /usr/include/c++/11/cstring /usr/include/string.h \
78
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
79
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
80
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
81
+ /usr/include/strings.h \
82
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
83
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
84
+ /usr/include/c++/11/cstddef \
85
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/sorted_uniform.hh \
86
+ /usr/include/c++/11/algorithm /usr/include/c++/11/utility \
87
+ /usr/include/c++/11/bits/stl_relops.h \
88
+ /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \
89
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
90
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
91
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
92
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
93
+ /usr/include/x86_64-linux-gnu/sys/types.h \
94
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
95
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
96
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
97
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
98
+ /usr/include/x86_64-linux-gnu/sys/select.h \
99
+ /usr/include/x86_64-linux-gnu/bits/select.h \
100
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
101
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
102
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
103
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
104
+ /usr/include/x86_64-linux-gnu/bits/select2.h \
105
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
106
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
107
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
108
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
109
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
110
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
111
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
112
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
113
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
114
+ /usr/include/c++/11/bits/std_abs.h \
115
+ /usr/include/c++/11/bits/algorithmfwd.h \
116
+ /usr/include/c++/11/bits/stl_heap.h \
117
+ /usr/include/c++/11/bits/stl_tempbuf.h \
118
+ /usr/include/c++/11/bits/uniform_int_dist.h \
119
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
120
+ /usr/include/c++/11/functional /usr/include/c++/11/bits/stl_function.h \
121
+ /usr/include/c++/11/backward/binders.h /usr/include/c++/11/tuple \
122
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
123
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
124
+ /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \
125
+ /usr/include/c++/11/unordered_map \
126
+ /usr/include/c++/11/ext/aligned_buffer.h \
127
+ /usr/include/c++/11/bits/hashtable.h \
128
+ /usr/include/c++/11/bits/hashtable_policy.h \
129
+ /usr/include/c++/11/bits/enable_special_members.h \
130
+ /usr/include/c++/11/bits/node_handle.h \
131
+ /usr/include/c++/11/bits/unordered_map.h \
132
+ /usr/include/c++/11/bits/erase_if.h \
133
+ /usr/include/c++/11/pstl/execution_defs.h \
134
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/binary_format.hh \
135
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.hh \
136
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.hh \
137
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
138
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
139
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
140
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
141
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
142
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
143
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
144
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
145
+ /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \
146
+ /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
147
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
148
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
149
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
150
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
151
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
152
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
153
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
154
+ /usr/include/c++/11/bits/exception_ptr.h \
155
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
156
+ /usr/include/c++/11/bits/nested_exception.h \
157
+ /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
158
+ /usr/include/c++/11/bits/localefwd.h \
159
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
160
+ /usr/include/c++/11/clocale /usr/include/locale.h \
161
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
162
+ /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
163
+ /usr/include/c++/11/ext/atomicity.h \
164
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
165
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
166
+ /usr/include/pthread.h /usr/include/sched.h \
167
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
168
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
169
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
170
+ /usr/include/x86_64-linux-gnu/bits/time.h \
171
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
172
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
173
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
174
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
175
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
176
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
177
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
178
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
179
+ /usr/include/c++/11/bits/ostream_insert.h \
180
+ /usr/include/c++/11/bits/cxxabi_forced.h \
181
+ /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \
182
+ /usr/include/c++/11/bits/string_view.tcc \
183
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
184
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
185
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
186
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
187
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
188
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
189
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
190
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
191
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
192
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
193
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
194
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
195
+ /usr/include/c++/11/bits/charconv.h \
196
+ /usr/include/c++/11/bits/basic_string.tcc \
197
+ /usr/include/c++/11/bits/locale_classes.tcc \
198
+ /usr/include/c++/11/system_error \
199
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
200
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
201
+ /usr/include/c++/11/bits/streambuf.tcc \
202
+ /usr/include/c++/11/bits/basic_ios.h \
203
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
204
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
205
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
206
+ /usr/include/c++/11/bits/streambuf_iterator.h \
207
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
208
+ /usr/include/c++/11/bits/locale_facets.tcc \
209
+ /usr/include/c++/11/bits/basic_ios.tcc \
210
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/limits \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.hh \
214
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_piece.hh \
215
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/ersatz_progress.hh \
216
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
217
+ /usr/include/c++/11/bits/istream.tcc \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
219
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
220
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
221
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
222
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/read_compressed.hh \
223
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/spaces.hh \
224
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
225
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/facade.hh \
226
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.hh \
227
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/return.hh \
228
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/quantize.hh \
229
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/blank.hh \
230
+ /usr/include/c++/11/cmath /usr/include/math.h \
231
+ /usr/include/x86_64-linux-gnu/bits/math-vector.h \
232
+ /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
233
+ /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
234
+ /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
235
+ /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
236
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
237
+ /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
238
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
239
+ /usr/include/x86_64-linux-gnu/bits/iscanonical.h \
240
+ /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \
241
+ /usr/include/c++/11/tr1/special_function_util.h \
242
+ /usr/include/c++/11/tr1/bessel_function.tcc \
243
+ /usr/include/c++/11/tr1/beta_function.tcc \
244
+ /usr/include/c++/11/tr1/ell_integral.tcc \
245
+ /usr/include/c++/11/tr1/exp_integral.tcc \
246
+ /usr/include/c++/11/tr1/hypergeometric.tcc \
247
+ /usr/include/c++/11/tr1/legendre_function.tcc \
248
+ /usr/include/c++/11/tr1/modified_bessel_func.tcc \
249
+ /usr/include/c++/11/tr1/poly_hermite.tcc \
250
+ /usr/include/c++/11/tr1/poly_laguerre.tcc \
251
+ /usr/include/c++/11/tr1/riemann_zeta.tcc \
252
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/max_order.hh \
253
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_hashed.hh \
254
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/probing_hash_table.hh \
255
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/search_trie.hh \
256
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
257
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/state.hh \
258
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/murmur_hash.hh \
259
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value.hh \
260
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/value_build.hh \
261
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.hh \
262
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/enumerate_vocab.hh \
263
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_stream.hh \
264
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/pool.hh \
265
+ /usr/include/c++/11/iomanip /usr/include/c++/11/locale \
266
+ /usr/include/c++/11/bits/locale_facets_nonio.h /usr/include/c++/11/ctime \
267
+ /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \
268
+ /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \
269
+ /usr/include/libintl.h /usr/include/c++/11/bits/codecvt.h \
270
+ /usr/include/c++/11/bits/locale_facets_nonio.tcc \
271
+ /usr/include/c++/11/bits/locale_conv.h \
272
+ /usr/include/c++/11/bits/unique_ptr.h \
273
+ /usr/include/c++/11/bits/quoted_string.h /usr/include/c++/11/sstream \
274
+ /usr/include/c++/11/bits/sstream.tcc
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie.cc.o ADDED
Binary file (19.3 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie.cc.o.d ADDED
@@ -0,0 +1,204 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/trie.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
7
+ /usr/include/c++/11/climits \
8
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
9
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
10
+ /usr/include/features.h /usr/include/features-time64.h \
11
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
12
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
13
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
14
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
15
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
16
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
17
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
18
+ /usr/include/c++/11/pstl/pstl_config.h \
19
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
20
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
21
+ /usr/include/limits.h \
22
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
23
+ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
24
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
25
+ /usr/include/linux/limits.h \
26
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
27
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
28
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
29
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
30
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/bit_packing.hh \
31
+ /usr/include/c++/11/cassert /usr/include/assert.h /usr/include/endian.h \
32
+ /usr/include/x86_64-linux-gnu/bits/endian.h \
33
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
34
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
35
+ /usr/include/x86_64-linux-gnu/bits/types.h \
36
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
37
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
38
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
39
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
40
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
41
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
42
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
43
+ /usr/include/c++/11/cstring /usr/include/string.h \
44
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
45
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
46
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
47
+ /usr/include/strings.h \
48
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
49
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
50
+ /usr/include/c++/11/cstddef \
51
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/bhiksha.hh \
52
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/model_type.hh \
53
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/sorted_uniform.hh \
54
+ /usr/include/c++/11/algorithm /usr/include/c++/11/utility \
55
+ /usr/include/c++/11/bits/stl_relops.h \
56
+ /usr/include/c++/11/bits/stl_pair.h /usr/include/c++/11/bits/move.h \
57
+ /usr/include/c++/11/type_traits /usr/include/c++/11/initializer_list \
58
+ /usr/include/c++/11/bits/stl_algobase.h \
59
+ /usr/include/c++/11/bits/functexcept.h \
60
+ /usr/include/c++/11/bits/exception_defines.h \
61
+ /usr/include/c++/11/bits/cpp_type_traits.h \
62
+ /usr/include/c++/11/ext/type_traits.h \
63
+ /usr/include/c++/11/ext/numeric_traits.h \
64
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
65
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
66
+ /usr/include/c++/11/bits/concept_check.h \
67
+ /usr/include/c++/11/debug/assertions.h \
68
+ /usr/include/c++/11/bits/stl_iterator.h \
69
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
70
+ /usr/include/c++/11/bits/predefined_ops.h \
71
+ /usr/include/c++/11/bits/stl_algo.h /usr/include/c++/11/cstdlib \
72
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
73
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
74
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
75
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
76
+ /usr/include/x86_64-linux-gnu/sys/types.h \
77
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
78
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
79
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
80
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
81
+ /usr/include/x86_64-linux-gnu/sys/select.h \
82
+ /usr/include/x86_64-linux-gnu/bits/select.h \
83
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
84
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
85
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
86
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
87
+ /usr/include/x86_64-linux-gnu/bits/select2.h \
88
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
89
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
90
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
91
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
92
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
93
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h /usr/include/alloca.h \
94
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
95
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
96
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
97
+ /usr/include/c++/11/bits/std_abs.h \
98
+ /usr/include/c++/11/bits/algorithmfwd.h \
99
+ /usr/include/c++/11/bits/stl_heap.h \
100
+ /usr/include/c++/11/bits/stl_tempbuf.h \
101
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/new \
102
+ /usr/include/c++/11/bits/exception.h \
103
+ /usr/include/c++/11/bits/uniform_int_dist.h \
104
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
105
+ /usr/include/c++/11/functional /usr/include/c++/11/bits/stl_function.h \
106
+ /usr/include/c++/11/backward/binders.h /usr/include/c++/11/tuple \
107
+ /usr/include/c++/11/array /usr/include/c++/11/bits/range_access.h \
108
+ /usr/include/c++/11/bits/uses_allocator.h \
109
+ /usr/include/c++/11/bits/invoke.h \
110
+ /usr/include/c++/11/bits/functional_hash.h \
111
+ /usr/include/c++/11/bits/hash_bytes.h /usr/include/c++/11/bits/refwrap.h \
112
+ /usr/include/c++/11/bits/std_function.h /usr/include/c++/11/typeinfo \
113
+ /usr/include/c++/11/unordered_map /usr/include/c++/11/bits/allocator.h \
114
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
115
+ /usr/include/c++/11/ext/new_allocator.h \
116
+ /usr/include/c++/11/bits/memoryfwd.h \
117
+ /usr/include/c++/11/ext/alloc_traits.h \
118
+ /usr/include/c++/11/bits/alloc_traits.h \
119
+ /usr/include/c++/11/ext/aligned_buffer.h \
120
+ /usr/include/c++/11/bits/hashtable.h \
121
+ /usr/include/c++/11/bits/hashtable_policy.h \
122
+ /usr/include/c++/11/bits/enable_special_members.h \
123
+ /usr/include/c++/11/bits/node_handle.h \
124
+ /usr/include/c++/11/bits/unordered_map.h \
125
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
126
+ /usr/include/c++/11/bits/stl_uninitialized.h \
127
+ /usr/include/c++/11/bits/stl_vector.h \
128
+ /usr/include/c++/11/bits/stl_bvector.h \
129
+ /usr/include/c++/11/bits/vector.tcc \
130
+ /usr/include/c++/11/pstl/execution_defs.h \
131
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
132
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
133
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
134
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
135
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
136
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
137
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
138
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
139
+ /usr/include/c++/11/bits/postypes.h /usr/include/c++/11/cwchar \
140
+ /usr/include/wchar.h /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
141
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
142
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
143
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
144
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
145
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
146
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
147
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
148
+ /usr/include/c++/11/bits/exception_ptr.h \
149
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
150
+ /usr/include/c++/11/bits/nested_exception.h \
151
+ /usr/include/c++/11/bits/char_traits.h /usr/include/c++/11/cstdint \
152
+ /usr/include/c++/11/bits/localefwd.h \
153
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
154
+ /usr/include/c++/11/clocale /usr/include/locale.h \
155
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
156
+ /usr/include/ctype.h /usr/include/c++/11/bits/ios_base.h \
157
+ /usr/include/c++/11/ext/atomicity.h \
158
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
159
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
160
+ /usr/include/pthread.h /usr/include/sched.h \
161
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
162
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
163
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
164
+ /usr/include/x86_64-linux-gnu/bits/time.h \
165
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
166
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
167
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
168
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
169
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
170
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
171
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
172
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
173
+ /usr/include/c++/11/bits/ostream_insert.h \
174
+ /usr/include/c++/11/bits/cxxabi_forced.h \
175
+ /usr/include/c++/11/bits/basic_string.h /usr/include/c++/11/string_view \
176
+ /usr/include/c++/11/bits/string_view.tcc \
177
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdio \
178
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
179
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
180
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
181
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
182
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
183
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
184
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
185
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
186
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
187
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
188
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
189
+ /usr/include/c++/11/bits/charconv.h \
190
+ /usr/include/c++/11/bits/basic_string.tcc \
191
+ /usr/include/c++/11/bits/locale_classes.tcc \
192
+ /usr/include/c++/11/system_error \
193
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
194
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
195
+ /usr/include/c++/11/bits/streambuf.tcc \
196
+ /usr/include/c++/11/bits/basic_ios.h \
197
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
198
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
199
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
200
+ /usr/include/c++/11/bits/streambuf_iterator.h \
201
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
202
+ /usr/include/c++/11/bits/locale_facets.tcc \
203
+ /usr/include/c++/11/bits/basic_ios.tcc \
204
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/limits
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/trie_sort.cc.o.d ADDED
@@ -0,0 +1,236 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/CMakeFiles/kenlm.dir/trie_sort.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie_sort.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/trie_sort.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/max_order.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/word_index.hh \
7
+ /usr/include/c++/11/climits \
8
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
9
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
10
+ /usr/include/features.h /usr/include/features-time64.h \
11
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
12
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
13
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
14
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
15
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
16
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
17
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
18
+ /usr/include/c++/11/pstl/pstl_config.h \
19
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
20
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
21
+ /usr/include/limits.h \
22
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
23
+ /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
24
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
25
+ /usr/include/linux/limits.h \
26
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
27
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
28
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
29
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
30
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
31
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
32
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_stream.hh \
33
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/fake_ostream.hh \
34
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/float_to_string.hh \
35
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/integer_to_string.hh \
36
+ /usr/include/c++/11/cstddef \
37
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
38
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
39
+ /usr/include/x86_64-linux-gnu/bits/types.h \
40
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
41
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
42
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
43
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
44
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
45
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
46
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/have.hh \
47
+ /usr/include/c++/11/cstring /usr/include/string.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
50
+ /usr/include/strings.h \
51
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
52
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
53
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
54
+ /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
55
+ /usr/include/c++/11/cwchar /usr/include/wchar.h \
56
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
57
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
58
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
59
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
60
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
61
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
62
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
63
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
64
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
65
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
66
+ /usr/include/c++/11/bits/exception.h \
67
+ /usr/include/c++/11/bits/exception_ptr.h \
68
+ /usr/include/c++/11/bits/exception_defines.h \
69
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
70
+ /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
71
+ /usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
72
+ /usr/include/c++/11/type_traits \
73
+ /usr/include/c++/11/bits/nested_exception.h \
74
+ /usr/include/c++/11/bits/char_traits.h \
75
+ /usr/include/c++/11/bits/stl_algobase.h \
76
+ /usr/include/c++/11/bits/functexcept.h \
77
+ /usr/include/c++/11/bits/cpp_type_traits.h \
78
+ /usr/include/c++/11/ext/type_traits.h \
79
+ /usr/include/c++/11/ext/numeric_traits.h \
80
+ /usr/include/c++/11/bits/stl_pair.h \
81
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
82
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
83
+ /usr/include/c++/11/bits/concept_check.h \
84
+ /usr/include/c++/11/debug/assertions.h \
85
+ /usr/include/c++/11/bits/stl_iterator.h \
86
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
87
+ /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
88
+ /usr/include/c++/11/bits/localefwd.h \
89
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
90
+ /usr/include/c++/11/clocale /usr/include/locale.h \
91
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
92
+ /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
93
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
94
+ /usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
95
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
96
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
97
+ /usr/include/pthread.h /usr/include/sched.h \
98
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
99
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
100
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
101
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
102
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
103
+ /usr/include/x86_64-linux-gnu/bits/time.h \
104
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
105
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
106
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
107
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
108
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
109
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
110
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
111
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
112
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
113
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
114
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
115
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
116
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
117
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
118
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
119
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
120
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
121
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
122
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
123
+ /usr/include/c++/11/bits/allocator.h \
124
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
125
+ /usr/include/c++/11/ext/new_allocator.h \
126
+ /usr/include/c++/11/bits/ostream_insert.h \
127
+ /usr/include/c++/11/bits/cxxabi_forced.h \
128
+ /usr/include/c++/11/bits/stl_function.h \
129
+ /usr/include/c++/11/backward/binders.h \
130
+ /usr/include/c++/11/bits/range_access.h \
131
+ /usr/include/c++/11/initializer_list \
132
+ /usr/include/c++/11/bits/basic_string.h \
133
+ /usr/include/c++/11/ext/alloc_traits.h \
134
+ /usr/include/c++/11/bits/alloc_traits.h \
135
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
136
+ /usr/include/c++/11/bits/functional_hash.h \
137
+ /usr/include/c++/11/bits/string_view.tcc \
138
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
139
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
140
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
141
+ /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
142
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
143
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
144
+ /usr/include/x86_64-linux-gnu/sys/select.h \
145
+ /usr/include/x86_64-linux-gnu/bits/select.h \
146
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
147
+ /usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
148
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
149
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
150
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
151
+ /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
152
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
153
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
154
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
155
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
156
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
157
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
158
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
159
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
160
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
161
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
162
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
163
+ /usr/include/c++/11/bits/charconv.h \
164
+ /usr/include/c++/11/bits/basic_string.tcc \
165
+ /usr/include/c++/11/bits/locale_classes.tcc \
166
+ /usr/include/c++/11/system_error \
167
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
168
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
169
+ /usr/include/c++/11/bits/streambuf.tcc \
170
+ /usr/include/c++/11/bits/basic_ios.h \
171
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
172
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
173
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
174
+ /usr/include/c++/11/bits/streambuf_iterator.h \
175
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
176
+ /usr/include/c++/11/bits/locale_facets.tcc \
177
+ /usr/include/c++/11/bits/basic_ios.tcc \
178
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/algorithm \
179
+ /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
180
+ /usr/include/c++/11/bits/stl_algo.h \
181
+ /usr/include/c++/11/bits/algorithmfwd.h \
182
+ /usr/include/c++/11/bits/stl_heap.h \
183
+ /usr/include/c++/11/bits/stl_tempbuf.h \
184
+ /usr/include/c++/11/bits/uniform_int_dist.h \
185
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
186
+ /usr/include/c++/11/functional /usr/include/c++/11/tuple \
187
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
188
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
189
+ /usr/include/c++/11/bits/std_function.h \
190
+ /usr/include/c++/11/unordered_map \
191
+ /usr/include/c++/11/ext/aligned_buffer.h \
192
+ /usr/include/c++/11/bits/hashtable.h \
193
+ /usr/include/c++/11/bits/hashtable_policy.h \
194
+ /usr/include/c++/11/bits/enable_special_members.h \
195
+ /usr/include/c++/11/bits/node_handle.h \
196
+ /usr/include/c++/11/bits/unordered_map.h \
197
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
198
+ /usr/include/c++/11/bits/stl_uninitialized.h \
199
+ /usr/include/c++/11/bits/stl_vector.h \
200
+ /usr/include/c++/11/bits/stl_bvector.h \
201
+ /usr/include/c++/11/bits/vector.tcc \
202
+ /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/cassert \
203
+ /usr/include/assert.h /usr/include/c++/11/limits \
204
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
205
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/scoped.hh \
206
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/config.hh \
207
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/lm_exception.hh \
208
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/exception.hh \
209
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/string_piece.hh \
210
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/read_arpa.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/weights.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_piece.hh \
214
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/ersatz_progress.hh \
215
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
216
+ /usr/include/c++/11/bits/istream.tcc \
217
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file.hh \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/mmap.hh \
219
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/read_compressed.hh \
220
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/spaces.hh \
221
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/vocab.hh \
222
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/enumerate_vocab.hh \
223
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/virtual_interface.hh \
224
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/return.hh \
225
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/file_stream.hh \
226
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/murmur_hash.hh \
227
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/pool.hh \
228
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/probing_hash_table.hh \
229
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/sorted_uniform.hh \
230
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/proxy_iterator.hh \
231
+ /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \
232
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/sized_iterator.hh \
233
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/pool.hh \
234
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/../util/proxy_iterator.hh \
235
+ /usr/include/c++/11/stdlib.h /usr/include/c++/11/deque \
236
+ /usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/Makefile ADDED
@@ -0,0 +1,885 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # Default target executed when no arguments are given to make.
5
+ default_target: all
6
+ .PHONY : default_target
7
+
8
+ # Allow only one "make -f Makefile2" at a time, but pass parallelism.
9
+ .NOTPARALLEL:
10
+
11
+ #=============================================================================
12
+ # Special targets provided by cmake.
13
+
14
+ # Disable implicit rules so canonical targets will work.
15
+ .SUFFIXES:
16
+
17
+ # Disable VCS-based implicit rules.
18
+ % : %,v
19
+
20
+ # Disable VCS-based implicit rules.
21
+ % : RCS/%
22
+
23
+ # Disable VCS-based implicit rules.
24
+ % : RCS/%,v
25
+
26
+ # Disable VCS-based implicit rules.
27
+ % : SCCS/s.%
28
+
29
+ # Disable VCS-based implicit rules.
30
+ % : s.%
31
+
32
+ .SUFFIXES: .hpux_make_needs_suffix_list
33
+
34
+ # Command-line flag to silence nested $(MAKE).
35
+ $(VERBOSE)MAKESILENT = -s
36
+
37
+ #Suppress display of executed commands.
38
+ $(VERBOSE).SILENT:
39
+
40
+ # A target that is always out of date.
41
+ cmake_force:
42
+ .PHONY : cmake_force
43
+
44
+ #=============================================================================
45
+ # Set environment variables for the build.
46
+
47
+ # The shell in which to execute make rules.
48
+ SHELL = /bin/sh
49
+
50
+ # The CMake executable.
51
+ CMAKE_COMMAND = /usr/bin/cmake
52
+
53
+ # The command to remove a file.
54
+ RM = /usr/bin/cmake -E rm -f
55
+
56
+ # Escaping for special characters.
57
+ EQUALS = =
58
+
59
+ # The top-level source directory on which CMake was run.
60
+ CMAKE_SOURCE_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm
61
+
62
+ # The top-level build directory on which CMake was run.
63
+ CMAKE_BINARY_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build
64
+
65
+ #=============================================================================
66
+ # Targets provided globally by CMake.
67
+
68
+ # Special rule for the target edit_cache
69
+ edit_cache:
70
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
71
+ /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
72
+ .PHONY : edit_cache
73
+
74
+ # Special rule for the target edit_cache
75
+ edit_cache/fast: edit_cache
76
+ .PHONY : edit_cache/fast
77
+
78
+ # Special rule for the target rebuild_cache
79
+ rebuild_cache:
80
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
81
+ /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
82
+ .PHONY : rebuild_cache
83
+
84
+ # Special rule for the target rebuild_cache
85
+ rebuild_cache/fast: rebuild_cache
86
+ .PHONY : rebuild_cache/fast
87
+
88
+ # Special rule for the target list_install_components
89
+ list_install_components:
90
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Available install components are: \"Unspecified\" \"headers\""
91
+ .PHONY : list_install_components
92
+
93
+ # Special rule for the target list_install_components
94
+ list_install_components/fast: list_install_components
95
+ .PHONY : list_install_components/fast
96
+
97
+ # Special rule for the target install
98
+ install: preinstall
99
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
100
+ /usr/bin/cmake -P cmake_install.cmake
101
+ .PHONY : install
102
+
103
+ # Special rule for the target install
104
+ install/fast: preinstall/fast
105
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Install the project..."
106
+ /usr/bin/cmake -P cmake_install.cmake
107
+ .PHONY : install/fast
108
+
109
+ # Special rule for the target install/local
110
+ install/local: preinstall
111
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
112
+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
113
+ .PHONY : install/local
114
+
115
+ # Special rule for the target install/local
116
+ install/local/fast: preinstall/fast
117
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing only the local directory..."
118
+ /usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
119
+ .PHONY : install/local/fast
120
+
121
+ # Special rule for the target install/strip
122
+ install/strip: preinstall
123
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
124
+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
125
+ .PHONY : install/strip
126
+
127
+ # Special rule for the target install/strip
128
+ install/strip/fast: preinstall/fast
129
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Installing the project stripped..."
130
+ /usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
131
+ .PHONY : install/strip/fast
132
+
133
+ # The main all target
134
+ all: cmake_check_build_system
135
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -E cmake_progress_start /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm//CMakeFiles/progress.marks
136
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/all
137
+ $(CMAKE_COMMAND) -E cmake_progress_start /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles 0
138
+ .PHONY : all
139
+
140
+ # The main clean target
141
+ clean:
142
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/clean
143
+ .PHONY : clean
144
+
145
+ # The main clean target
146
+ clean/fast: clean
147
+ .PHONY : clean/fast
148
+
149
+ # Prepare targets for installation.
150
+ preinstall: all
151
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/preinstall
152
+ .PHONY : preinstall
153
+
154
+ # Prepare targets for installation.
155
+ preinstall/fast:
156
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/preinstall
157
+ .PHONY : preinstall/fast
158
+
159
+ # clear depends
160
+ depend:
161
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
162
+ .PHONY : depend
163
+
164
+ # Convenience name for target.
165
+ lm/CMakeFiles/kenlm.dir/rule:
166
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/CMakeFiles/kenlm.dir/rule
167
+ .PHONY : lm/CMakeFiles/kenlm.dir/rule
168
+
169
+ # Convenience name for target.
170
+ kenlm: lm/CMakeFiles/kenlm.dir/rule
171
+ .PHONY : kenlm
172
+
173
+ # fast build rule for target.
174
+ kenlm/fast:
175
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/build
176
+ .PHONY : kenlm/fast
177
+
178
+ # Convenience name for target.
179
+ lm/CMakeFiles/query.dir/rule:
180
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/CMakeFiles/query.dir/rule
181
+ .PHONY : lm/CMakeFiles/query.dir/rule
182
+
183
+ # Convenience name for target.
184
+ query: lm/CMakeFiles/query.dir/rule
185
+ .PHONY : query
186
+
187
+ # fast build rule for target.
188
+ query/fast:
189
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/query.dir/build.make lm/CMakeFiles/query.dir/build
190
+ .PHONY : query/fast
191
+
192
+ # Convenience name for target.
193
+ lm/CMakeFiles/fragment.dir/rule:
194
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/CMakeFiles/fragment.dir/rule
195
+ .PHONY : lm/CMakeFiles/fragment.dir/rule
196
+
197
+ # Convenience name for target.
198
+ fragment: lm/CMakeFiles/fragment.dir/rule
199
+ .PHONY : fragment
200
+
201
+ # fast build rule for target.
202
+ fragment/fast:
203
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/fragment.dir/build.make lm/CMakeFiles/fragment.dir/build
204
+ .PHONY : fragment/fast
205
+
206
+ # Convenience name for target.
207
+ lm/CMakeFiles/build_binary.dir/rule:
208
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/CMakeFiles/build_binary.dir/rule
209
+ .PHONY : lm/CMakeFiles/build_binary.dir/rule
210
+
211
+ # Convenience name for target.
212
+ build_binary: lm/CMakeFiles/build_binary.dir/rule
213
+ .PHONY : build_binary
214
+
215
+ # fast build rule for target.
216
+ build_binary/fast:
217
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/build_binary.dir/build.make lm/CMakeFiles/build_binary.dir/build
218
+ .PHONY : build_binary/fast
219
+
220
+ # Convenience name for target.
221
+ lm/CMakeFiles/kenlm_benchmark.dir/rule:
222
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 lm/CMakeFiles/kenlm_benchmark.dir/rule
223
+ .PHONY : lm/CMakeFiles/kenlm_benchmark.dir/rule
224
+
225
+ # Convenience name for target.
226
+ kenlm_benchmark: lm/CMakeFiles/kenlm_benchmark.dir/rule
227
+ .PHONY : kenlm_benchmark
228
+
229
+ # fast build rule for target.
230
+ kenlm_benchmark/fast:
231
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm_benchmark.dir/build.make lm/CMakeFiles/kenlm_benchmark.dir/build
232
+ .PHONY : kenlm_benchmark/fast
233
+
234
+ bhiksha.o: bhiksha.cc.o
235
+ .PHONY : bhiksha.o
236
+
237
+ # target to build an object file
238
+ bhiksha.cc.o:
239
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/bhiksha.cc.o
240
+ .PHONY : bhiksha.cc.o
241
+
242
+ bhiksha.i: bhiksha.cc.i
243
+ .PHONY : bhiksha.i
244
+
245
+ # target to preprocess a source file
246
+ bhiksha.cc.i:
247
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/bhiksha.cc.i
248
+ .PHONY : bhiksha.cc.i
249
+
250
+ bhiksha.s: bhiksha.cc.s
251
+ .PHONY : bhiksha.s
252
+
253
+ # target to generate assembly for a file
254
+ bhiksha.cc.s:
255
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/bhiksha.cc.s
256
+ .PHONY : bhiksha.cc.s
257
+
258
+ binary_format.o: binary_format.cc.o
259
+ .PHONY : binary_format.o
260
+
261
+ # target to build an object file
262
+ binary_format.cc.o:
263
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/binary_format.cc.o
264
+ .PHONY : binary_format.cc.o
265
+
266
+ binary_format.i: binary_format.cc.i
267
+ .PHONY : binary_format.i
268
+
269
+ # target to preprocess a source file
270
+ binary_format.cc.i:
271
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/binary_format.cc.i
272
+ .PHONY : binary_format.cc.i
273
+
274
+ binary_format.s: binary_format.cc.s
275
+ .PHONY : binary_format.s
276
+
277
+ # target to generate assembly for a file
278
+ binary_format.cc.s:
279
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/binary_format.cc.s
280
+ .PHONY : binary_format.cc.s
281
+
282
+ build_binary_main.o: build_binary_main.cc.o
283
+ .PHONY : build_binary_main.o
284
+
285
+ # target to build an object file
286
+ build_binary_main.cc.o:
287
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/build_binary.dir/build.make lm/CMakeFiles/build_binary.dir/build_binary_main.cc.o
288
+ .PHONY : build_binary_main.cc.o
289
+
290
+ build_binary_main.i: build_binary_main.cc.i
291
+ .PHONY : build_binary_main.i
292
+
293
+ # target to preprocess a source file
294
+ build_binary_main.cc.i:
295
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/build_binary.dir/build.make lm/CMakeFiles/build_binary.dir/build_binary_main.cc.i
296
+ .PHONY : build_binary_main.cc.i
297
+
298
+ build_binary_main.s: build_binary_main.cc.s
299
+ .PHONY : build_binary_main.s
300
+
301
+ # target to generate assembly for a file
302
+ build_binary_main.cc.s:
303
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/build_binary.dir/build.make lm/CMakeFiles/build_binary.dir/build_binary_main.cc.s
304
+ .PHONY : build_binary_main.cc.s
305
+
306
+ common/model_buffer.o: common/model_buffer.cc.o
307
+ .PHONY : common/model_buffer.o
308
+
309
+ # target to build an object file
310
+ common/model_buffer.cc.o:
311
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.o
312
+ .PHONY : common/model_buffer.cc.o
313
+
314
+ common/model_buffer.i: common/model_buffer.cc.i
315
+ .PHONY : common/model_buffer.i
316
+
317
+ # target to preprocess a source file
318
+ common/model_buffer.cc.i:
319
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.i
320
+ .PHONY : common/model_buffer.cc.i
321
+
322
+ common/model_buffer.s: common/model_buffer.cc.s
323
+ .PHONY : common/model_buffer.s
324
+
325
+ # target to generate assembly for a file
326
+ common/model_buffer.cc.s:
327
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/model_buffer.cc.s
328
+ .PHONY : common/model_buffer.cc.s
329
+
330
+ common/print.o: common/print.cc.o
331
+ .PHONY : common/print.o
332
+
333
+ # target to build an object file
334
+ common/print.cc.o:
335
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/print.cc.o
336
+ .PHONY : common/print.cc.o
337
+
338
+ common/print.i: common/print.cc.i
339
+ .PHONY : common/print.i
340
+
341
+ # target to preprocess a source file
342
+ common/print.cc.i:
343
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/print.cc.i
344
+ .PHONY : common/print.cc.i
345
+
346
+ common/print.s: common/print.cc.s
347
+ .PHONY : common/print.s
348
+
349
+ # target to generate assembly for a file
350
+ common/print.cc.s:
351
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/print.cc.s
352
+ .PHONY : common/print.cc.s
353
+
354
+ common/renumber.o: common/renumber.cc.o
355
+ .PHONY : common/renumber.o
356
+
357
+ # target to build an object file
358
+ common/renumber.cc.o:
359
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/renumber.cc.o
360
+ .PHONY : common/renumber.cc.o
361
+
362
+ common/renumber.i: common/renumber.cc.i
363
+ .PHONY : common/renumber.i
364
+
365
+ # target to preprocess a source file
366
+ common/renumber.cc.i:
367
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/renumber.cc.i
368
+ .PHONY : common/renumber.cc.i
369
+
370
+ common/renumber.s: common/renumber.cc.s
371
+ .PHONY : common/renumber.s
372
+
373
+ # target to generate assembly for a file
374
+ common/renumber.cc.s:
375
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/renumber.cc.s
376
+ .PHONY : common/renumber.cc.s
377
+
378
+ common/size_option.o: common/size_option.cc.o
379
+ .PHONY : common/size_option.o
380
+
381
+ # target to build an object file
382
+ common/size_option.cc.o:
383
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/size_option.cc.o
384
+ .PHONY : common/size_option.cc.o
385
+
386
+ common/size_option.i: common/size_option.cc.i
387
+ .PHONY : common/size_option.i
388
+
389
+ # target to preprocess a source file
390
+ common/size_option.cc.i:
391
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/size_option.cc.i
392
+ .PHONY : common/size_option.cc.i
393
+
394
+ common/size_option.s: common/size_option.cc.s
395
+ .PHONY : common/size_option.s
396
+
397
+ # target to generate assembly for a file
398
+ common/size_option.cc.s:
399
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/common/size_option.cc.s
400
+ .PHONY : common/size_option.cc.s
401
+
402
+ config.o: config.cc.o
403
+ .PHONY : config.o
404
+
405
+ # target to build an object file
406
+ config.cc.o:
407
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/config.cc.o
408
+ .PHONY : config.cc.o
409
+
410
+ config.i: config.cc.i
411
+ .PHONY : config.i
412
+
413
+ # target to preprocess a source file
414
+ config.cc.i:
415
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/config.cc.i
416
+ .PHONY : config.cc.i
417
+
418
+ config.s: config.cc.s
419
+ .PHONY : config.s
420
+
421
+ # target to generate assembly for a file
422
+ config.cc.s:
423
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/config.cc.s
424
+ .PHONY : config.cc.s
425
+
426
+ fragment_main.o: fragment_main.cc.o
427
+ .PHONY : fragment_main.o
428
+
429
+ # target to build an object file
430
+ fragment_main.cc.o:
431
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/fragment.dir/build.make lm/CMakeFiles/fragment.dir/fragment_main.cc.o
432
+ .PHONY : fragment_main.cc.o
433
+
434
+ fragment_main.i: fragment_main.cc.i
435
+ .PHONY : fragment_main.i
436
+
437
+ # target to preprocess a source file
438
+ fragment_main.cc.i:
439
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/fragment.dir/build.make lm/CMakeFiles/fragment.dir/fragment_main.cc.i
440
+ .PHONY : fragment_main.cc.i
441
+
442
+ fragment_main.s: fragment_main.cc.s
443
+ .PHONY : fragment_main.s
444
+
445
+ # target to generate assembly for a file
446
+ fragment_main.cc.s:
447
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/fragment.dir/build.make lm/CMakeFiles/fragment.dir/fragment_main.cc.s
448
+ .PHONY : fragment_main.cc.s
449
+
450
+ kenlm_benchmark_main.o: kenlm_benchmark_main.cc.o
451
+ .PHONY : kenlm_benchmark_main.o
452
+
453
+ # target to build an object file
454
+ kenlm_benchmark_main.cc.o:
455
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm_benchmark.dir/build.make lm/CMakeFiles/kenlm_benchmark.dir/kenlm_benchmark_main.cc.o
456
+ .PHONY : kenlm_benchmark_main.cc.o
457
+
458
+ kenlm_benchmark_main.i: kenlm_benchmark_main.cc.i
459
+ .PHONY : kenlm_benchmark_main.i
460
+
461
+ # target to preprocess a source file
462
+ kenlm_benchmark_main.cc.i:
463
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm_benchmark.dir/build.make lm/CMakeFiles/kenlm_benchmark.dir/kenlm_benchmark_main.cc.i
464
+ .PHONY : kenlm_benchmark_main.cc.i
465
+
466
+ kenlm_benchmark_main.s: kenlm_benchmark_main.cc.s
467
+ .PHONY : kenlm_benchmark_main.s
468
+
469
+ # target to generate assembly for a file
470
+ kenlm_benchmark_main.cc.s:
471
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm_benchmark.dir/build.make lm/CMakeFiles/kenlm_benchmark.dir/kenlm_benchmark_main.cc.s
472
+ .PHONY : kenlm_benchmark_main.cc.s
473
+
474
+ lm_exception.o: lm_exception.cc.o
475
+ .PHONY : lm_exception.o
476
+
477
+ # target to build an object file
478
+ lm_exception.cc.o:
479
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/lm_exception.cc.o
480
+ .PHONY : lm_exception.cc.o
481
+
482
+ lm_exception.i: lm_exception.cc.i
483
+ .PHONY : lm_exception.i
484
+
485
+ # target to preprocess a source file
486
+ lm_exception.cc.i:
487
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/lm_exception.cc.i
488
+ .PHONY : lm_exception.cc.i
489
+
490
+ lm_exception.s: lm_exception.cc.s
491
+ .PHONY : lm_exception.s
492
+
493
+ # target to generate assembly for a file
494
+ lm_exception.cc.s:
495
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/lm_exception.cc.s
496
+ .PHONY : lm_exception.cc.s
497
+
498
+ model.o: model.cc.o
499
+ .PHONY : model.o
500
+
501
+ # target to build an object file
502
+ model.cc.o:
503
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/model.cc.o
504
+ .PHONY : model.cc.o
505
+
506
+ model.i: model.cc.i
507
+ .PHONY : model.i
508
+
509
+ # target to preprocess a source file
510
+ model.cc.i:
511
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/model.cc.i
512
+ .PHONY : model.cc.i
513
+
514
+ model.s: model.cc.s
515
+ .PHONY : model.s
516
+
517
+ # target to generate assembly for a file
518
+ model.cc.s:
519
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/model.cc.s
520
+ .PHONY : model.cc.s
521
+
522
+ quantize.o: quantize.cc.o
523
+ .PHONY : quantize.o
524
+
525
+ # target to build an object file
526
+ quantize.cc.o:
527
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/quantize.cc.o
528
+ .PHONY : quantize.cc.o
529
+
530
+ quantize.i: quantize.cc.i
531
+ .PHONY : quantize.i
532
+
533
+ # target to preprocess a source file
534
+ quantize.cc.i:
535
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/quantize.cc.i
536
+ .PHONY : quantize.cc.i
537
+
538
+ quantize.s: quantize.cc.s
539
+ .PHONY : quantize.s
540
+
541
+ # target to generate assembly for a file
542
+ quantize.cc.s:
543
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/quantize.cc.s
544
+ .PHONY : quantize.cc.s
545
+
546
+ query_main.o: query_main.cc.o
547
+ .PHONY : query_main.o
548
+
549
+ # target to build an object file
550
+ query_main.cc.o:
551
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/query.dir/build.make lm/CMakeFiles/query.dir/query_main.cc.o
552
+ .PHONY : query_main.cc.o
553
+
554
+ query_main.i: query_main.cc.i
555
+ .PHONY : query_main.i
556
+
557
+ # target to preprocess a source file
558
+ query_main.cc.i:
559
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/query.dir/build.make lm/CMakeFiles/query.dir/query_main.cc.i
560
+ .PHONY : query_main.cc.i
561
+
562
+ query_main.s: query_main.cc.s
563
+ .PHONY : query_main.s
564
+
565
+ # target to generate assembly for a file
566
+ query_main.cc.s:
567
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/query.dir/build.make lm/CMakeFiles/query.dir/query_main.cc.s
568
+ .PHONY : query_main.cc.s
569
+
570
+ read_arpa.o: read_arpa.cc.o
571
+ .PHONY : read_arpa.o
572
+
573
+ # target to build an object file
574
+ read_arpa.cc.o:
575
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/read_arpa.cc.o
576
+ .PHONY : read_arpa.cc.o
577
+
578
+ read_arpa.i: read_arpa.cc.i
579
+ .PHONY : read_arpa.i
580
+
581
+ # target to preprocess a source file
582
+ read_arpa.cc.i:
583
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/read_arpa.cc.i
584
+ .PHONY : read_arpa.cc.i
585
+
586
+ read_arpa.s: read_arpa.cc.s
587
+ .PHONY : read_arpa.s
588
+
589
+ # target to generate assembly for a file
590
+ read_arpa.cc.s:
591
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/read_arpa.cc.s
592
+ .PHONY : read_arpa.cc.s
593
+
594
+ search_hashed.o: search_hashed.cc.o
595
+ .PHONY : search_hashed.o
596
+
597
+ # target to build an object file
598
+ search_hashed.cc.o:
599
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_hashed.cc.o
600
+ .PHONY : search_hashed.cc.o
601
+
602
+ search_hashed.i: search_hashed.cc.i
603
+ .PHONY : search_hashed.i
604
+
605
+ # target to preprocess a source file
606
+ search_hashed.cc.i:
607
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_hashed.cc.i
608
+ .PHONY : search_hashed.cc.i
609
+
610
+ search_hashed.s: search_hashed.cc.s
611
+ .PHONY : search_hashed.s
612
+
613
+ # target to generate assembly for a file
614
+ search_hashed.cc.s:
615
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_hashed.cc.s
616
+ .PHONY : search_hashed.cc.s
617
+
618
+ search_trie.o: search_trie.cc.o
619
+ .PHONY : search_trie.o
620
+
621
+ # target to build an object file
622
+ search_trie.cc.o:
623
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_trie.cc.o
624
+ .PHONY : search_trie.cc.o
625
+
626
+ search_trie.i: search_trie.cc.i
627
+ .PHONY : search_trie.i
628
+
629
+ # target to preprocess a source file
630
+ search_trie.cc.i:
631
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_trie.cc.i
632
+ .PHONY : search_trie.cc.i
633
+
634
+ search_trie.s: search_trie.cc.s
635
+ .PHONY : search_trie.s
636
+
637
+ # target to generate assembly for a file
638
+ search_trie.cc.s:
639
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/search_trie.cc.s
640
+ .PHONY : search_trie.cc.s
641
+
642
+ sizes.o: sizes.cc.o
643
+ .PHONY : sizes.o
644
+
645
+ # target to build an object file
646
+ sizes.cc.o:
647
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/sizes.cc.o
648
+ .PHONY : sizes.cc.o
649
+
650
+ sizes.i: sizes.cc.i
651
+ .PHONY : sizes.i
652
+
653
+ # target to preprocess a source file
654
+ sizes.cc.i:
655
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/sizes.cc.i
656
+ .PHONY : sizes.cc.i
657
+
658
+ sizes.s: sizes.cc.s
659
+ .PHONY : sizes.s
660
+
661
+ # target to generate assembly for a file
662
+ sizes.cc.s:
663
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/sizes.cc.s
664
+ .PHONY : sizes.cc.s
665
+
666
+ trie.o: trie.cc.o
667
+ .PHONY : trie.o
668
+
669
+ # target to build an object file
670
+ trie.cc.o:
671
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie.cc.o
672
+ .PHONY : trie.cc.o
673
+
674
+ trie.i: trie.cc.i
675
+ .PHONY : trie.i
676
+
677
+ # target to preprocess a source file
678
+ trie.cc.i:
679
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie.cc.i
680
+ .PHONY : trie.cc.i
681
+
682
+ trie.s: trie.cc.s
683
+ .PHONY : trie.s
684
+
685
+ # target to generate assembly for a file
686
+ trie.cc.s:
687
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie.cc.s
688
+ .PHONY : trie.cc.s
689
+
690
+ trie_sort.o: trie_sort.cc.o
691
+ .PHONY : trie_sort.o
692
+
693
+ # target to build an object file
694
+ trie_sort.cc.o:
695
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie_sort.cc.o
696
+ .PHONY : trie_sort.cc.o
697
+
698
+ trie_sort.i: trie_sort.cc.i
699
+ .PHONY : trie_sort.i
700
+
701
+ # target to preprocess a source file
702
+ trie_sort.cc.i:
703
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie_sort.cc.i
704
+ .PHONY : trie_sort.cc.i
705
+
706
+ trie_sort.s: trie_sort.cc.s
707
+ .PHONY : trie_sort.s
708
+
709
+ # target to generate assembly for a file
710
+ trie_sort.cc.s:
711
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/trie_sort.cc.s
712
+ .PHONY : trie_sort.cc.s
713
+
714
+ value_build.o: value_build.cc.o
715
+ .PHONY : value_build.o
716
+
717
+ # target to build an object file
718
+ value_build.cc.o:
719
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/value_build.cc.o
720
+ .PHONY : value_build.cc.o
721
+
722
+ value_build.i: value_build.cc.i
723
+ .PHONY : value_build.i
724
+
725
+ # target to preprocess a source file
726
+ value_build.cc.i:
727
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/value_build.cc.i
728
+ .PHONY : value_build.cc.i
729
+
730
+ value_build.s: value_build.cc.s
731
+ .PHONY : value_build.s
732
+
733
+ # target to generate assembly for a file
734
+ value_build.cc.s:
735
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/value_build.cc.s
736
+ .PHONY : value_build.cc.s
737
+
738
+ virtual_interface.o: virtual_interface.cc.o
739
+ .PHONY : virtual_interface.o
740
+
741
+ # target to build an object file
742
+ virtual_interface.cc.o:
743
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/virtual_interface.cc.o
744
+ .PHONY : virtual_interface.cc.o
745
+
746
+ virtual_interface.i: virtual_interface.cc.i
747
+ .PHONY : virtual_interface.i
748
+
749
+ # target to preprocess a source file
750
+ virtual_interface.cc.i:
751
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/virtual_interface.cc.i
752
+ .PHONY : virtual_interface.cc.i
753
+
754
+ virtual_interface.s: virtual_interface.cc.s
755
+ .PHONY : virtual_interface.s
756
+
757
+ # target to generate assembly for a file
758
+ virtual_interface.cc.s:
759
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/virtual_interface.cc.s
760
+ .PHONY : virtual_interface.cc.s
761
+
762
+ vocab.o: vocab.cc.o
763
+ .PHONY : vocab.o
764
+
765
+ # target to build an object file
766
+ vocab.cc.o:
767
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/vocab.cc.o
768
+ .PHONY : vocab.cc.o
769
+
770
+ vocab.i: vocab.cc.i
771
+ .PHONY : vocab.i
772
+
773
+ # target to preprocess a source file
774
+ vocab.cc.i:
775
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/vocab.cc.i
776
+ .PHONY : vocab.cc.i
777
+
778
+ vocab.s: vocab.cc.s
779
+ .PHONY : vocab.s
780
+
781
+ # target to generate assembly for a file
782
+ vocab.cc.s:
783
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(MAKE) $(MAKESILENT) -f lm/CMakeFiles/kenlm.dir/build.make lm/CMakeFiles/kenlm.dir/vocab.cc.s
784
+ .PHONY : vocab.cc.s
785
+
786
+ # Help Target
787
+ help:
788
+ @echo "The following are some of the valid targets for this Makefile:"
789
+ @echo "... all (the default if no target is provided)"
790
+ @echo "... clean"
791
+ @echo "... depend"
792
+ @echo "... edit_cache"
793
+ @echo "... install"
794
+ @echo "... install/local"
795
+ @echo "... install/strip"
796
+ @echo "... list_install_components"
797
+ @echo "... rebuild_cache"
798
+ @echo "... build_binary"
799
+ @echo "... fragment"
800
+ @echo "... kenlm"
801
+ @echo "... kenlm_benchmark"
802
+ @echo "... query"
803
+ @echo "... bhiksha.o"
804
+ @echo "... bhiksha.i"
805
+ @echo "... bhiksha.s"
806
+ @echo "... binary_format.o"
807
+ @echo "... binary_format.i"
808
+ @echo "... binary_format.s"
809
+ @echo "... build_binary_main.o"
810
+ @echo "... build_binary_main.i"
811
+ @echo "... build_binary_main.s"
812
+ @echo "... common/model_buffer.o"
813
+ @echo "... common/model_buffer.i"
814
+ @echo "... common/model_buffer.s"
815
+ @echo "... common/print.o"
816
+ @echo "... common/print.i"
817
+ @echo "... common/print.s"
818
+ @echo "... common/renumber.o"
819
+ @echo "... common/renumber.i"
820
+ @echo "... common/renumber.s"
821
+ @echo "... common/size_option.o"
822
+ @echo "... common/size_option.i"
823
+ @echo "... common/size_option.s"
824
+ @echo "... config.o"
825
+ @echo "... config.i"
826
+ @echo "... config.s"
827
+ @echo "... fragment_main.o"
828
+ @echo "... fragment_main.i"
829
+ @echo "... fragment_main.s"
830
+ @echo "... kenlm_benchmark_main.o"
831
+ @echo "... kenlm_benchmark_main.i"
832
+ @echo "... kenlm_benchmark_main.s"
833
+ @echo "... lm_exception.o"
834
+ @echo "... lm_exception.i"
835
+ @echo "... lm_exception.s"
836
+ @echo "... model.o"
837
+ @echo "... model.i"
838
+ @echo "... model.s"
839
+ @echo "... quantize.o"
840
+ @echo "... quantize.i"
841
+ @echo "... quantize.s"
842
+ @echo "... query_main.o"
843
+ @echo "... query_main.i"
844
+ @echo "... query_main.s"
845
+ @echo "... read_arpa.o"
846
+ @echo "... read_arpa.i"
847
+ @echo "... read_arpa.s"
848
+ @echo "... search_hashed.o"
849
+ @echo "... search_hashed.i"
850
+ @echo "... search_hashed.s"
851
+ @echo "... search_trie.o"
852
+ @echo "... search_trie.i"
853
+ @echo "... search_trie.s"
854
+ @echo "... sizes.o"
855
+ @echo "... sizes.i"
856
+ @echo "... sizes.s"
857
+ @echo "... trie.o"
858
+ @echo "... trie.i"
859
+ @echo "... trie.s"
860
+ @echo "... trie_sort.o"
861
+ @echo "... trie_sort.i"
862
+ @echo "... trie_sort.s"
863
+ @echo "... value_build.o"
864
+ @echo "... value_build.i"
865
+ @echo "... value_build.s"
866
+ @echo "... virtual_interface.o"
867
+ @echo "... virtual_interface.i"
868
+ @echo "... virtual_interface.s"
869
+ @echo "... vocab.o"
870
+ @echo "... vocab.i"
871
+ @echo "... vocab.s"
872
+ .PHONY : help
873
+
874
+
875
+
876
+ #=============================================================================
877
+ # Special targets to cleanup operation of make.
878
+
879
+ # Special rule to run CMake to check the build system integrity.
880
+ # No rule that depends on this can have commands that come from listfiles
881
+ # because they might be regenerated.
882
+ cmake_check_build_system:
883
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
884
+ .PHONY : cmake_check_build_system
885
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/cmake_install.cmake ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Install script for directory: /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm
2
+
3
+ # Set the install prefix
4
+ if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
+ set(CMAKE_INSTALL_PREFIX "/usr/local")
6
+ endif()
7
+ string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
8
+
9
+ # Set the install configuration name.
10
+ if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
11
+ if(BUILD_TYPE)
12
+ string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13
+ CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
14
+ else()
15
+ set(CMAKE_INSTALL_CONFIG_NAME "Release")
16
+ endif()
17
+ message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
+ endif()
19
+
20
+ # Set the component getting installed.
21
+ if(NOT CMAKE_INSTALL_COMPONENT)
22
+ if(COMPONENT)
23
+ message(STATUS "Install component: \"${COMPONENT}\"")
24
+ set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
25
+ else()
26
+ set(CMAKE_INSTALL_COMPONENT)
27
+ endif()
28
+ endif()
29
+
30
+ # Install shared libraries without execute permission?
31
+ if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32
+ set(CMAKE_INSTALL_SO_NO_EXE "1")
33
+ endif()
34
+
35
+ # Is this installation the result of a crosscompile?
36
+ if(NOT DEFINED CMAKE_CROSSCOMPILING)
37
+ set(CMAKE_CROSSCOMPILING "FALSE")
38
+ endif()
39
+
40
+ # Set default install directory permissions.
41
+ if(NOT DEFINED CMAKE_OBJDUMP)
42
+ set(CMAKE_OBJDUMP "/usr/bin/objdump")
43
+ endif()
44
+
45
+ if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
46
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY FILES "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lib/libkenlm.a")
47
+ endif()
48
+
49
+ if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
50
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query" AND
51
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query")
52
+ file(RPATH_CHECK
53
+ FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query"
54
+ RPATH "")
55
+ endif()
56
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/bin/query")
57
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query" AND
58
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query")
59
+ if(CMAKE_INSTALL_DO_STRIP)
60
+ execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/query")
61
+ endif()
62
+ endif()
63
+ endif()
64
+
65
+ if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
66
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment" AND
67
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment")
68
+ file(RPATH_CHECK
69
+ FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment"
70
+ RPATH "")
71
+ endif()
72
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/bin/fragment")
73
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment" AND
74
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment")
75
+ if(CMAKE_INSTALL_DO_STRIP)
76
+ execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/fragment")
77
+ endif()
78
+ endif()
79
+ endif()
80
+
81
+ if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
82
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary" AND
83
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary")
84
+ file(RPATH_CHECK
85
+ FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary"
86
+ RPATH "")
87
+ endif()
88
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/bin/build_binary")
89
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary" AND
90
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary")
91
+ if(CMAKE_INSTALL_DO_STRIP)
92
+ execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/build_binary")
93
+ endif()
94
+ endif()
95
+ endif()
96
+
97
+ if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
98
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark" AND
99
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark")
100
+ file(RPATH_CHECK
101
+ FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark"
102
+ RPATH "")
103
+ endif()
104
+ file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/bin/kenlm_benchmark")
105
+ if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark" AND
106
+ NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark")
107
+ if(CMAKE_INSTALL_DO_STRIP)
108
+ execute_process(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/kenlm_benchmark")
109
+ endif()
110
+ endif()
111
+ endif()
112
+
113
+ if(NOT CMAKE_INSTALL_LOCAL_ONLY)
114
+ # Include the install script for each subdirectory.
115
+ include("/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/common/cmake_install.cmake")
116
+ include("/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/builder/cmake_install.cmake")
117
+ include("/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/cmake_install.cmake")
118
+ include("/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/interpolate/cmake_install.cmake")
119
+
120
+ endif()
121
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/CMakeDirectoryInformation.cmake ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # Relative path conversion top directories.
5
+ set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm")
6
+ set(CMAKE_RELATIVE_PATH_TOP_BINARY "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build")
7
+
8
+ # Force unix paths in dependencies.
9
+ set(CMAKE_FORCE_UNIX_PATHS 1)
10
+
11
+
12
+ # The C and CXX include file regular expressions for this directory.
13
+ set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
14
+ set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
15
+ set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
16
+ set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/DependInfo.cmake ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Consider dependencies only in project.
3
+ set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
4
+
5
+ # The set of languages for which implicit dependencies are needed:
6
+ set(CMAKE_DEPENDS_LANGUAGES
7
+ )
8
+
9
+ # The set of dependency files which are needed:
10
+ set(CMAKE_DEPENDS_DEPENDENCY_FILES
11
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/filter_main.cc" "lm/filter/CMakeFiles/filter.dir/filter_main.cc.o" "gcc" "lm/filter/CMakeFiles/filter.dir/filter_main.cc.o.d"
12
+ )
13
+
14
+ # Targets to which this target links.
15
+ set(CMAKE_TARGET_LINKED_INFO_FILES
16
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/DependInfo.cmake"
17
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/CMakeFiles/kenlm.dir/DependInfo.cmake"
18
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/util/CMakeFiles/kenlm_util.dir/DependInfo.cmake"
19
+ )
20
+
21
+ # Fortran module output directory.
22
+ set(CMAKE_Fortran_TARGET_MODULE_DIR "")
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/build.make ADDED
@@ -0,0 +1,121 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # Delete rule output on recipe failure.
5
+ .DELETE_ON_ERROR:
6
+
7
+ #=============================================================================
8
+ # Special targets provided by cmake.
9
+
10
+ # Disable implicit rules so canonical targets will work.
11
+ .SUFFIXES:
12
+
13
+ # Disable VCS-based implicit rules.
14
+ % : %,v
15
+
16
+ # Disable VCS-based implicit rules.
17
+ % : RCS/%
18
+
19
+ # Disable VCS-based implicit rules.
20
+ % : RCS/%,v
21
+
22
+ # Disable VCS-based implicit rules.
23
+ % : SCCS/s.%
24
+
25
+ # Disable VCS-based implicit rules.
26
+ % : s.%
27
+
28
+ .SUFFIXES: .hpux_make_needs_suffix_list
29
+
30
+ # Command-line flag to silence nested $(MAKE).
31
+ $(VERBOSE)MAKESILENT = -s
32
+
33
+ #Suppress display of executed commands.
34
+ $(VERBOSE).SILENT:
35
+
36
+ # A target that is always out of date.
37
+ cmake_force:
38
+ .PHONY : cmake_force
39
+
40
+ #=============================================================================
41
+ # Set environment variables for the build.
42
+
43
+ # The shell in which to execute make rules.
44
+ SHELL = /bin/sh
45
+
46
+ # The CMake executable.
47
+ CMAKE_COMMAND = /usr/bin/cmake
48
+
49
+ # The command to remove a file.
50
+ RM = /usr/bin/cmake -E rm -f
51
+
52
+ # Escaping for special characters.
53
+ EQUALS = =
54
+
55
+ # The top-level source directory on which CMake was run.
56
+ CMAKE_SOURCE_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm
57
+
58
+ # The top-level build directory on which CMake was run.
59
+ CMAKE_BINARY_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build
60
+
61
+ # Include any dependencies generated for this target.
62
+ include lm/filter/CMakeFiles/filter.dir/depend.make
63
+ # Include any dependencies generated by the compiler for this target.
64
+ include lm/filter/CMakeFiles/filter.dir/compiler_depend.make
65
+
66
+ # Include the progress variables for this target.
67
+ include lm/filter/CMakeFiles/filter.dir/progress.make
68
+
69
+ # Include the compile flags for this target's objects.
70
+ include lm/filter/CMakeFiles/filter.dir/flags.make
71
+
72
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.o: lm/filter/CMakeFiles/filter.dir/flags.make
73
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.o: ../lm/filter/filter_main.cc
74
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.o: lm/filter/CMakeFiles/filter.dir/compiler_depend.ts
75
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lm/filter/CMakeFiles/filter.dir/filter_main.cc.o"
76
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/filter/CMakeFiles/filter.dir/filter_main.cc.o -MF CMakeFiles/filter.dir/filter_main.cc.o.d -o CMakeFiles/filter.dir/filter_main.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/filter_main.cc
77
+
78
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.i: cmake_force
79
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/filter.dir/filter_main.cc.i"
80
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/filter_main.cc > CMakeFiles/filter.dir/filter_main.cc.i
81
+
82
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.s: cmake_force
83
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/filter.dir/filter_main.cc.s"
84
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/filter_main.cc -o CMakeFiles/filter.dir/filter_main.cc.s
85
+
86
+ # Object files for target filter
87
+ filter_OBJECTS = \
88
+ "CMakeFiles/filter.dir/filter_main.cc.o"
89
+
90
+ # External object files for target filter
91
+ filter_EXTERNAL_OBJECTS =
92
+
93
+ bin/filter: lm/filter/CMakeFiles/filter.dir/filter_main.cc.o
94
+ bin/filter: lm/filter/CMakeFiles/filter.dir/build.make
95
+ bin/filter: lib/libkenlm_filter.a
96
+ bin/filter: lib/libkenlm.a
97
+ bin/filter: lib/libkenlm_util.a
98
+ bin/filter: /usr/lib/x86_64-linux-gnu/libz.so
99
+ bin/filter: /usr/lib/x86_64-linux-gnu/libbz2.so
100
+ bin/filter: /usr/lib/x86_64-linux-gnu/liblzma.so
101
+ bin/filter: /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0
102
+ bin/filter: /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0
103
+ bin/filter: /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0
104
+ bin/filter: /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0
105
+ bin/filter: /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.74.0
106
+ bin/filter: lm/filter/CMakeFiles/filter.dir/link.txt
107
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable ../../bin/filter"
108
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/filter.dir/link.txt --verbose=$(VERBOSE)
109
+
110
+ # Rule to build all files generated by this target.
111
+ lm/filter/CMakeFiles/filter.dir/build: bin/filter
112
+ .PHONY : lm/filter/CMakeFiles/filter.dir/build
113
+
114
+ lm/filter/CMakeFiles/filter.dir/clean:
115
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && $(CMAKE_COMMAND) -P CMakeFiles/filter.dir/cmake_clean.cmake
116
+ .PHONY : lm/filter/CMakeFiles/filter.dir/clean
117
+
118
+ lm/filter/CMakeFiles/filter.dir/depend:
119
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/DependInfo.cmake --color=$(COLOR)
120
+ .PHONY : lm/filter/CMakeFiles/filter.dir/depend
121
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/cmake_clean.cmake ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file(REMOVE_RECURSE
2
+ "../../bin/filter"
3
+ "../../bin/filter.pdb"
4
+ "CMakeFiles/filter.dir/filter_main.cc.o"
5
+ "CMakeFiles/filter.dir/filter_main.cc.o.d"
6
+ )
7
+
8
+ # Per-language clean rules from dependency scanning.
9
+ foreach(lang CXX)
10
+ include(CMakeFiles/filter.dir/cmake_clean_${lang}.cmake OPTIONAL)
11
+ endforeach()
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/compiler_depend.make ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Empty compiler generated dependencies file for filter.
2
+ # This may be replaced when dependencies are built.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/compiler_depend.ts ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Timestamp file for compiler generated dependencies management for filter.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/depend.make ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Empty dependencies file for filter.
2
+ # This may be replaced when dependencies are built.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/filter_main.cc.o ADDED
Binary file (750 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/filter_main.cc.o.d ADDED
@@ -0,0 +1,1418 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/filter/CMakeFiles/filter.dir/filter_main.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/filter_main.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../read_arpa.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../lm_exception.hh \
7
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
8
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_stream.hh \
9
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/fake_ostream.hh \
10
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/float_to_string.hh \
11
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/integer_to_string.hh \
12
+ /usr/include/c++/11/cstddef \
13
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
14
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
15
+ /usr/include/features.h /usr/include/features-time64.h \
16
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
17
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
18
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
19
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
20
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
21
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
22
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
23
+ /usr/include/c++/11/pstl/pstl_config.h \
24
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
25
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
26
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
27
+ /usr/include/x86_64-linux-gnu/bits/types.h \
28
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
29
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
30
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
31
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
32
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
33
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
34
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/have.hh \
35
+ /usr/include/c++/11/cstring /usr/include/string.h \
36
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
37
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
38
+ /usr/include/strings.h \
39
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
40
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
41
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
42
+ /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
43
+ /usr/include/c++/11/cwchar /usr/include/wchar.h \
44
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
45
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
46
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
47
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
50
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
51
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
52
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
53
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
54
+ /usr/include/c++/11/bits/exception.h \
55
+ /usr/include/c++/11/bits/exception_ptr.h \
56
+ /usr/include/c++/11/bits/exception_defines.h \
57
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
58
+ /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
59
+ /usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
60
+ /usr/include/c++/11/type_traits \
61
+ /usr/include/c++/11/bits/nested_exception.h \
62
+ /usr/include/c++/11/bits/char_traits.h \
63
+ /usr/include/c++/11/bits/stl_algobase.h \
64
+ /usr/include/c++/11/bits/functexcept.h \
65
+ /usr/include/c++/11/bits/cpp_type_traits.h \
66
+ /usr/include/c++/11/ext/type_traits.h \
67
+ /usr/include/c++/11/ext/numeric_traits.h \
68
+ /usr/include/c++/11/bits/stl_pair.h \
69
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
70
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
71
+ /usr/include/c++/11/bits/concept_check.h \
72
+ /usr/include/c++/11/debug/assertions.h \
73
+ /usr/include/c++/11/bits/stl_iterator.h \
74
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
75
+ /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
76
+ /usr/include/c++/11/bits/localefwd.h \
77
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
78
+ /usr/include/c++/11/clocale /usr/include/locale.h \
79
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
80
+ /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
81
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
82
+ /usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
83
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
84
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
85
+ /usr/include/pthread.h /usr/include/sched.h \
86
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
87
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
88
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
89
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
90
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
91
+ /usr/include/x86_64-linux-gnu/bits/time.h \
92
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
93
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
94
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
95
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
96
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
97
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
98
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
99
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
100
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
101
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
102
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
103
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
104
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
105
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
106
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
107
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
108
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
109
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
110
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
111
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
112
+ /usr/include/c++/11/bits/allocator.h \
113
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
114
+ /usr/include/c++/11/ext/new_allocator.h \
115
+ /usr/include/c++/11/bits/ostream_insert.h \
116
+ /usr/include/c++/11/bits/cxxabi_forced.h \
117
+ /usr/include/c++/11/bits/stl_function.h \
118
+ /usr/include/c++/11/backward/binders.h \
119
+ /usr/include/c++/11/bits/range_access.h \
120
+ /usr/include/c++/11/initializer_list \
121
+ /usr/include/c++/11/bits/basic_string.h \
122
+ /usr/include/c++/11/ext/alloc_traits.h \
123
+ /usr/include/c++/11/bits/alloc_traits.h \
124
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
125
+ /usr/include/c++/11/bits/functional_hash.h \
126
+ /usr/include/c++/11/bits/string_view.tcc \
127
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
128
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
129
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
130
+ /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
131
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
132
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
133
+ /usr/include/x86_64-linux-gnu/sys/select.h \
134
+ /usr/include/x86_64-linux-gnu/bits/select.h \
135
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
136
+ /usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
137
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
138
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
139
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
140
+ /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
141
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
142
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
143
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
144
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
145
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
146
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
147
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
148
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
149
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
150
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
151
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
152
+ /usr/include/c++/11/bits/charconv.h \
153
+ /usr/include/c++/11/bits/basic_string.tcc \
154
+ /usr/include/c++/11/bits/locale_classes.tcc \
155
+ /usr/include/c++/11/system_error \
156
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
157
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
158
+ /usr/include/c++/11/bits/streambuf.tcc \
159
+ /usr/include/c++/11/bits/basic_ios.h \
160
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
161
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
162
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
163
+ /usr/include/c++/11/bits/streambuf_iterator.h \
164
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
165
+ /usr/include/c++/11/bits/locale_facets.tcc \
166
+ /usr/include/c++/11/bits/basic_ios.tcc \
167
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/algorithm \
168
+ /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
169
+ /usr/include/c++/11/bits/stl_algo.h \
170
+ /usr/include/c++/11/bits/algorithmfwd.h \
171
+ /usr/include/c++/11/bits/stl_heap.h \
172
+ /usr/include/c++/11/bits/stl_tempbuf.h \
173
+ /usr/include/c++/11/bits/uniform_int_dist.h \
174
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
175
+ /usr/include/c++/11/functional /usr/include/c++/11/tuple \
176
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
177
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
178
+ /usr/include/c++/11/bits/std_function.h \
179
+ /usr/include/c++/11/unordered_map \
180
+ /usr/include/c++/11/ext/aligned_buffer.h \
181
+ /usr/include/c++/11/bits/hashtable.h \
182
+ /usr/include/c++/11/bits/hashtable_policy.h \
183
+ /usr/include/c++/11/bits/enable_special_members.h \
184
+ /usr/include/c++/11/bits/node_handle.h \
185
+ /usr/include/c++/11/bits/unordered_map.h \
186
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
187
+ /usr/include/c++/11/bits/stl_uninitialized.h \
188
+ /usr/include/c++/11/bits/stl_vector.h \
189
+ /usr/include/c++/11/bits/stl_bvector.h \
190
+ /usr/include/c++/11/bits/vector.tcc \
191
+ /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/cassert \
192
+ /usr/include/assert.h /usr/include/c++/11/limits \
193
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
194
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../word_index.hh \
195
+ /usr/include/c++/11/climits \
196
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
197
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
198
+ /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
199
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
200
+ /usr/include/linux/limits.h \
201
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
202
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
203
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
204
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../weights.hh \
205
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_piece.hh \
206
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/ersatz_progress.hh \
207
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
208
+ /usr/include/c++/11/bits/istream.tcc \
209
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
210
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file.hh \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/scoped.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/mmap.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/read_compressed.hh \
214
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/spaces.hh \
215
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
216
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_stream.hh \
217
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/tokenize_piece.hh \
219
+ /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \
220
+ /usr/include/boost/noncopyable.hpp \
221
+ /usr/include/boost/core/noncopyable.hpp /usr/include/boost/config.hpp \
222
+ /usr/include/boost/config/user.hpp \
223
+ /usr/include/boost/config/detail/select_compiler_config.hpp \
224
+ /usr/include/boost/config/compiler/gcc.hpp \
225
+ /usr/include/boost/config/detail/select_stdlib_config.hpp \
226
+ /usr/include/c++/11/version \
227
+ /usr/include/boost/config/stdlib/libstdcpp3.hpp /usr/include/unistd.h \
228
+ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
229
+ /usr/include/x86_64-linux-gnu/bits/environments.h \
230
+ /usr/include/x86_64-linux-gnu/bits/confname.h \
231
+ /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
232
+ /usr/include/x86_64-linux-gnu/bits/getopt_core.h \
233
+ /usr/include/x86_64-linux-gnu/bits/unistd.h \
234
+ /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
235
+ /usr/include/linux/close_range.h \
236
+ /usr/include/boost/config/detail/select_platform_config.hpp \
237
+ /usr/include/boost/config/platform/linux.hpp \
238
+ /usr/include/boost/config/detail/posix_features.hpp \
239
+ /usr/include/boost/config/detail/suffix.hpp \
240
+ /usr/include/boost/config/helper_macros.hpp \
241
+ /usr/include/boost/scoped_array.hpp \
242
+ /usr/include/boost/smart_ptr/scoped_array.hpp \
243
+ /usr/include/boost/assert.hpp /usr/include/boost/checked_delete.hpp \
244
+ /usr/include/boost/core/checked_delete.hpp \
245
+ /usr/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
246
+ /usr/include/boost/smart_ptr/detail/sp_noexcept.hpp \
247
+ /usr/include/boost/config/workaround.hpp \
248
+ /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
249
+ /usr/include/c++/11/fstream /usr/include/c++/11/bits/codecvt.h \
250
+ /usr/include/x86_64-linux-gnu/c++/11/bits/basic_file.h \
251
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h \
252
+ /usr/include/c++/11/bits/fstream.tcc \
253
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/format.hh \
254
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/count_io.hh \
255
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file.hh \
256
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_piece.hh \
257
+ /usr/include/boost/lexical_cast.hpp \
258
+ /usr/include/boost/range/iterator_range_core.hpp \
259
+ /usr/include/boost/detail/workaround.hpp \
260
+ /usr/include/boost/iterator/iterator_traits.hpp \
261
+ /usr/include/boost/iterator/iterator_facade.hpp \
262
+ /usr/include/boost/iterator/interoperable.hpp \
263
+ /usr/include/boost/mpl/bool.hpp /usr/include/boost/mpl/bool_fwd.hpp \
264
+ /usr/include/boost/mpl/aux_/adl_barrier.hpp \
265
+ /usr/include/boost/mpl/aux_/config/adl.hpp \
266
+ /usr/include/boost/mpl/aux_/config/msvc.hpp \
267
+ /usr/include/boost/mpl/aux_/config/intel.hpp \
268
+ /usr/include/boost/mpl/aux_/config/gcc.hpp \
269
+ /usr/include/boost/mpl/aux_/config/workaround.hpp \
270
+ /usr/include/boost/mpl/integral_c_tag.hpp \
271
+ /usr/include/boost/mpl/aux_/config/static_constant.hpp \
272
+ /usr/include/boost/mpl/or.hpp \
273
+ /usr/include/boost/mpl/aux_/config/use_preprocessed.hpp \
274
+ /usr/include/boost/mpl/aux_/nested_type_wknd.hpp \
275
+ /usr/include/boost/mpl/aux_/na_spec.hpp \
276
+ /usr/include/boost/mpl/lambda_fwd.hpp \
277
+ /usr/include/boost/mpl/void_fwd.hpp /usr/include/boost/mpl/aux_/na.hpp \
278
+ /usr/include/boost/mpl/aux_/na_fwd.hpp \
279
+ /usr/include/boost/mpl/aux_/config/ctps.hpp \
280
+ /usr/include/boost/mpl/aux_/config/lambda.hpp \
281
+ /usr/include/boost/mpl/aux_/config/ttp.hpp \
282
+ /usr/include/boost/mpl/int.hpp /usr/include/boost/mpl/int_fwd.hpp \
283
+ /usr/include/boost/mpl/aux_/nttp_decl.hpp \
284
+ /usr/include/boost/mpl/aux_/config/nttp.hpp \
285
+ /usr/include/boost/mpl/aux_/integral_wrapper.hpp \
286
+ /usr/include/boost/mpl/aux_/static_cast.hpp \
287
+ /usr/include/boost/preprocessor/cat.hpp \
288
+ /usr/include/boost/preprocessor/config/config.hpp \
289
+ /usr/include/boost/mpl/aux_/lambda_arity_param.hpp \
290
+ /usr/include/boost/mpl/aux_/template_arity_fwd.hpp \
291
+ /usr/include/boost/mpl/aux_/arity.hpp \
292
+ /usr/include/boost/mpl/aux_/config/dtp.hpp \
293
+ /usr/include/boost/mpl/aux_/preprocessor/params.hpp \
294
+ /usr/include/boost/mpl/aux_/config/preprocessor.hpp \
295
+ /usr/include/boost/preprocessor/comma_if.hpp \
296
+ /usr/include/boost/preprocessor/punctuation/comma_if.hpp \
297
+ /usr/include/boost/preprocessor/control/if.hpp \
298
+ /usr/include/boost/preprocessor/control/iif.hpp \
299
+ /usr/include/boost/preprocessor/logical/bool.hpp \
300
+ /usr/include/boost/preprocessor/facilities/empty.hpp \
301
+ /usr/include/boost/preprocessor/punctuation/comma.hpp \
302
+ /usr/include/boost/preprocessor/repeat.hpp \
303
+ /usr/include/boost/preprocessor/repetition/repeat.hpp \
304
+ /usr/include/boost/preprocessor/debug/error.hpp \
305
+ /usr/include/boost/preprocessor/detail/auto_rec.hpp \
306
+ /usr/include/boost/preprocessor/tuple/eat.hpp \
307
+ /usr/include/boost/preprocessor/inc.hpp \
308
+ /usr/include/boost/preprocessor/arithmetic/inc.hpp \
309
+ /usr/include/boost/mpl/aux_/preprocessor/enum.hpp \
310
+ /usr/include/boost/mpl/aux_/preprocessor/def_params_tail.hpp \
311
+ /usr/include/boost/mpl/limits/arity.hpp \
312
+ /usr/include/boost/preprocessor/logical/and.hpp \
313
+ /usr/include/boost/preprocessor/logical/bitand.hpp \
314
+ /usr/include/boost/preprocessor/identity.hpp \
315
+ /usr/include/boost/preprocessor/facilities/identity.hpp \
316
+ /usr/include/boost/preprocessor/empty.hpp \
317
+ /usr/include/boost/preprocessor/arithmetic/add.hpp \
318
+ /usr/include/boost/preprocessor/arithmetic/dec.hpp \
319
+ /usr/include/boost/preprocessor/control/while.hpp \
320
+ /usr/include/boost/preprocessor/list/fold_left.hpp \
321
+ /usr/include/boost/preprocessor/list/detail/fold_left.hpp \
322
+ /usr/include/boost/preprocessor/control/expr_iif.hpp \
323
+ /usr/include/boost/preprocessor/list/adt.hpp \
324
+ /usr/include/boost/preprocessor/detail/is_binary.hpp \
325
+ /usr/include/boost/preprocessor/detail/check.hpp \
326
+ /usr/include/boost/preprocessor/logical/compl.hpp \
327
+ /usr/include/boost/preprocessor/list/fold_right.hpp \
328
+ /usr/include/boost/preprocessor/list/detail/fold_right.hpp \
329
+ /usr/include/boost/preprocessor/list/reverse.hpp \
330
+ /usr/include/boost/preprocessor/control/detail/while.hpp \
331
+ /usr/include/boost/preprocessor/tuple/elem.hpp \
332
+ /usr/include/boost/preprocessor/facilities/expand.hpp \
333
+ /usr/include/boost/preprocessor/facilities/overload.hpp \
334
+ /usr/include/boost/preprocessor/variadic/size.hpp \
335
+ /usr/include/boost/preprocessor/tuple/rem.hpp \
336
+ /usr/include/boost/preprocessor/tuple/detail/is_single_return.hpp \
337
+ /usr/include/boost/preprocessor/variadic/elem.hpp \
338
+ /usr/include/boost/preprocessor/arithmetic/sub.hpp \
339
+ /usr/include/boost/mpl/aux_/config/eti.hpp \
340
+ /usr/include/boost/mpl/aux_/config/overload_resolution.hpp \
341
+ /usr/include/boost/mpl/aux_/lambda_support.hpp \
342
+ /usr/include/boost/mpl/aux_/include_preprocessed.hpp \
343
+ /usr/include/boost/mpl/aux_/config/compiler.hpp \
344
+ /usr/include/boost/preprocessor/stringize.hpp \
345
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/or.hpp \
346
+ /usr/include/boost/type_traits/is_convertible.hpp \
347
+ /usr/include/boost/type_traits/intrinsics.hpp \
348
+ /usr/include/boost/type_traits/detail/config.hpp \
349
+ /usr/include/boost/version.hpp \
350
+ /usr/include/boost/type_traits/integral_constant.hpp \
351
+ /usr/include/boost/type_traits/is_complete.hpp \
352
+ /usr/include/boost/type_traits/declval.hpp \
353
+ /usr/include/boost/type_traits/add_rvalue_reference.hpp \
354
+ /usr/include/boost/type_traits/is_void.hpp \
355
+ /usr/include/boost/type_traits/is_reference.hpp \
356
+ /usr/include/boost/type_traits/is_lvalue_reference.hpp \
357
+ /usr/include/boost/type_traits/is_rvalue_reference.hpp \
358
+ /usr/include/boost/type_traits/remove_reference.hpp \
359
+ /usr/include/boost/type_traits/is_function.hpp \
360
+ /usr/include/boost/type_traits/detail/is_function_cxx_11.hpp \
361
+ /usr/include/boost/type_traits/detail/yes_no_type.hpp \
362
+ /usr/include/boost/type_traits/is_array.hpp \
363
+ /usr/include/boost/static_assert.hpp \
364
+ /usr/include/boost/type_traits/is_arithmetic.hpp \
365
+ /usr/include/boost/type_traits/is_integral.hpp \
366
+ /usr/include/boost/type_traits/is_floating_point.hpp \
367
+ /usr/include/boost/type_traits/is_abstract.hpp \
368
+ /usr/include/boost/type_traits/add_lvalue_reference.hpp \
369
+ /usr/include/boost/type_traits/add_reference.hpp \
370
+ /usr/include/boost/iterator/detail/config_def.hpp \
371
+ /usr/include/boost/iterator/detail/config_undef.hpp \
372
+ /usr/include/boost/iterator/iterator_categories.hpp \
373
+ /usr/include/boost/mpl/eval_if.hpp /usr/include/boost/mpl/if.hpp \
374
+ /usr/include/boost/mpl/aux_/value_wknd.hpp \
375
+ /usr/include/boost/mpl/aux_/config/integral.hpp \
376
+ /usr/include/boost/mpl/identity.hpp \
377
+ /usr/include/boost/mpl/placeholders.hpp /usr/include/boost/mpl/arg.hpp \
378
+ /usr/include/boost/mpl/arg_fwd.hpp \
379
+ /usr/include/boost/mpl/aux_/na_assert.hpp \
380
+ /usr/include/boost/mpl/assert.hpp /usr/include/boost/mpl/not.hpp \
381
+ /usr/include/boost/mpl/aux_/yes_no.hpp \
382
+ /usr/include/boost/mpl/aux_/config/arrays.hpp \
383
+ /usr/include/boost/mpl/aux_/config/gpu.hpp \
384
+ /usr/include/boost/mpl/aux_/config/pp_counter.hpp \
385
+ /usr/include/boost/mpl/aux_/arity_spec.hpp \
386
+ /usr/include/boost/mpl/aux_/arg_typedef.hpp \
387
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/arg.hpp \
388
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/placeholders.hpp \
389
+ /usr/include/boost/iterator/detail/facade_iterator_category.hpp \
390
+ /usr/include/boost/core/use_default.hpp /usr/include/boost/mpl/and.hpp \
391
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/and.hpp \
392
+ /usr/include/boost/type_traits/is_same.hpp \
393
+ /usr/include/boost/type_traits/is_const.hpp \
394
+ /usr/include/boost/detail/indirect_traits.hpp \
395
+ /usr/include/boost/type_traits/is_pointer.hpp \
396
+ /usr/include/boost/type_traits/is_class.hpp \
397
+ /usr/include/boost/type_traits/is_volatile.hpp \
398
+ /usr/include/boost/type_traits/is_member_function_pointer.hpp \
399
+ /usr/include/boost/type_traits/detail/is_member_function_pointer_cxx_11.hpp \
400
+ /usr/include/boost/type_traits/is_member_pointer.hpp \
401
+ /usr/include/boost/type_traits/remove_cv.hpp \
402
+ /usr/include/boost/type_traits/remove_pointer.hpp \
403
+ /usr/include/boost/detail/select_type.hpp \
404
+ /usr/include/boost/iterator/detail/enable_if.hpp \
405
+ /usr/include/boost/core/addressof.hpp \
406
+ /usr/include/boost/type_traits/add_const.hpp \
407
+ /usr/include/boost/type_traits/add_pointer.hpp \
408
+ /usr/include/boost/type_traits/remove_const.hpp \
409
+ /usr/include/boost/type_traits/is_pod.hpp \
410
+ /usr/include/boost/type_traits/is_scalar.hpp \
411
+ /usr/include/boost/type_traits/is_enum.hpp \
412
+ /usr/include/boost/mpl/always.hpp \
413
+ /usr/include/boost/mpl/aux_/preprocessor/default_params.hpp \
414
+ /usr/include/boost/mpl/apply.hpp /usr/include/boost/mpl/apply_fwd.hpp \
415
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/apply_fwd.hpp \
416
+ /usr/include/boost/mpl/apply_wrap.hpp \
417
+ /usr/include/boost/mpl/aux_/has_apply.hpp \
418
+ /usr/include/boost/mpl/has_xxx.hpp \
419
+ /usr/include/boost/mpl/aux_/type_wrapper.hpp \
420
+ /usr/include/boost/mpl/aux_/config/has_xxx.hpp \
421
+ /usr/include/boost/mpl/aux_/config/msvc_typename.hpp \
422
+ /usr/include/boost/preprocessor/array/elem.hpp \
423
+ /usr/include/boost/preprocessor/array/data.hpp \
424
+ /usr/include/boost/preprocessor/array/size.hpp \
425
+ /usr/include/boost/preprocessor/repetition/enum_params.hpp \
426
+ /usr/include/boost/preprocessor/repetition/enum_trailing_params.hpp \
427
+ /usr/include/boost/mpl/aux_/config/has_apply.hpp \
428
+ /usr/include/boost/mpl/aux_/msvc_never_true.hpp \
429
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/apply_wrap.hpp \
430
+ /usr/include/boost/mpl/lambda.hpp /usr/include/boost/mpl/bind.hpp \
431
+ /usr/include/boost/mpl/bind_fwd.hpp \
432
+ /usr/include/boost/mpl/aux_/config/bind.hpp \
433
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/bind_fwd.hpp \
434
+ /usr/include/boost/mpl/next.hpp /usr/include/boost/mpl/next_prior.hpp \
435
+ /usr/include/boost/mpl/aux_/common_name_wknd.hpp \
436
+ /usr/include/boost/mpl/protect.hpp \
437
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/bind.hpp \
438
+ /usr/include/boost/mpl/aux_/full_lambda.hpp \
439
+ /usr/include/boost/mpl/quote.hpp /usr/include/boost/mpl/void.hpp \
440
+ /usr/include/boost/mpl/aux_/has_type.hpp \
441
+ /usr/include/boost/mpl/aux_/config/bcc.hpp \
442
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/quote.hpp \
443
+ /usr/include/boost/mpl/aux_/template_arity.hpp \
444
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/template_arity.hpp \
445
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/full_lambda.hpp \
446
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/apply.hpp \
447
+ /usr/include/boost/type_traits/is_base_and_derived.hpp \
448
+ /usr/include/boost/range/functions.hpp \
449
+ /usr/include/boost/range/begin.hpp /usr/include/boost/range/config.hpp \
450
+ /usr/include/boost/range/iterator.hpp \
451
+ /usr/include/boost/range/range_fwd.hpp \
452
+ /usr/include/boost/range/mutable_iterator.hpp \
453
+ /usr/include/boost/range/detail/extract_optional_type.hpp \
454
+ /usr/include/boost/range/detail/msvc_has_iterator_workaround.hpp \
455
+ /usr/include/boost/range/const_iterator.hpp \
456
+ /usr/include/boost/range/end.hpp \
457
+ /usr/include/boost/range/detail/implementation_help.hpp \
458
+ /usr/include/boost/range/detail/common.hpp \
459
+ /usr/include/boost/range/detail/sfinae.hpp \
460
+ /usr/include/boost/range/size.hpp /usr/include/boost/range/size_type.hpp \
461
+ /usr/include/boost/range/difference_type.hpp \
462
+ /usr/include/boost/range/has_range_iterator.hpp \
463
+ /usr/include/boost/utility/enable_if.hpp \
464
+ /usr/include/boost/core/enable_if.hpp \
465
+ /usr/include/boost/range/concepts.hpp \
466
+ /usr/include/boost/concept_check.hpp \
467
+ /usr/include/boost/concept/assert.hpp \
468
+ /usr/include/boost/concept/detail/general.hpp \
469
+ /usr/include/boost/concept/detail/backward_compatibility.hpp \
470
+ /usr/include/boost/concept/detail/has_constraints.hpp \
471
+ /usr/include/boost/type_traits/conditional.hpp \
472
+ /usr/include/boost/type_traits/conversion_traits.hpp \
473
+ /usr/include/boost/concept/usage.hpp \
474
+ /usr/include/boost/concept/detail/concept_def.hpp \
475
+ /usr/include/boost/preprocessor/seq/for_each_i.hpp \
476
+ /usr/include/boost/preprocessor/repetition/for.hpp \
477
+ /usr/include/boost/preprocessor/repetition/detail/for.hpp \
478
+ /usr/include/boost/preprocessor/seq/seq.hpp \
479
+ /usr/include/boost/preprocessor/seq/elem.hpp \
480
+ /usr/include/boost/preprocessor/seq/size.hpp \
481
+ /usr/include/boost/preprocessor/seq/detail/is_empty.hpp \
482
+ /usr/include/boost/preprocessor/seq/enum.hpp \
483
+ /usr/include/boost/concept/detail/concept_undef.hpp \
484
+ /usr/include/boost/iterator/iterator_concepts.hpp \
485
+ /usr/include/boost/limits.hpp /usr/include/boost/range/value_type.hpp \
486
+ /usr/include/boost/range/detail/misc_concept.hpp \
487
+ /usr/include/boost/type_traits/make_unsigned.hpp \
488
+ /usr/include/boost/type_traits/is_signed.hpp \
489
+ /usr/include/boost/type_traits/is_unsigned.hpp \
490
+ /usr/include/boost/type_traits/add_volatile.hpp \
491
+ /usr/include/boost/range/detail/has_member_size.hpp \
492
+ /usr/include/boost/cstdint.hpp /usr/include/boost/utility.hpp \
493
+ /usr/include/boost/utility/base_from_member.hpp \
494
+ /usr/include/boost/preprocessor/repetition/enum_binary_params.hpp \
495
+ /usr/include/boost/preprocessor/repetition/repeat_from_to.hpp \
496
+ /usr/include/boost/utility/binary.hpp \
497
+ /usr/include/boost/preprocessor/control/deduce_d.hpp \
498
+ /usr/include/boost/preprocessor/seq/cat.hpp \
499
+ /usr/include/boost/preprocessor/seq/fold_left.hpp \
500
+ /usr/include/boost/preprocessor/seq/transform.hpp \
501
+ /usr/include/boost/preprocessor/arithmetic/mod.hpp \
502
+ /usr/include/boost/preprocessor/arithmetic/detail/div_base.hpp \
503
+ /usr/include/boost/preprocessor/comparison/less_equal.hpp \
504
+ /usr/include/boost/preprocessor/logical/not.hpp \
505
+ /usr/include/boost/utility/identity_type.hpp \
506
+ /usr/include/boost/type_traits/function_traits.hpp \
507
+ /usr/include/boost/range/distance.hpp \
508
+ /usr/include/boost/iterator/distance.hpp \
509
+ /usr/include/boost/range/empty.hpp /usr/include/boost/range/rbegin.hpp \
510
+ /usr/include/boost/range/reverse_iterator.hpp \
511
+ /usr/include/boost/iterator/reverse_iterator.hpp \
512
+ /usr/include/boost/iterator/iterator_adaptor.hpp \
513
+ /usr/include/boost/range/rend.hpp \
514
+ /usr/include/boost/range/algorithm/equal.hpp \
515
+ /usr/include/boost/range/detail/safe_bool.hpp \
516
+ /usr/include/boost/next_prior.hpp \
517
+ /usr/include/boost/type_traits/has_plus.hpp \
518
+ /usr/include/boost/type_traits/detail/has_binary_operator.hpp \
519
+ /usr/include/boost/type_traits/make_void.hpp \
520
+ /usr/include/boost/type_traits/has_plus_assign.hpp \
521
+ /usr/include/boost/type_traits/has_minus.hpp \
522
+ /usr/include/boost/type_traits/has_minus_assign.hpp \
523
+ /usr/include/boost/iterator/advance.hpp \
524
+ /usr/include/boost/lexical_cast/bad_lexical_cast.hpp \
525
+ /usr/include/boost/throw_exception.hpp \
526
+ /usr/include/boost/assert/source_location.hpp \
527
+ /usr/include/boost/current_function.hpp \
528
+ /usr/include/boost/exception/exception.hpp \
529
+ /usr/include/boost/lexical_cast/try_lexical_convert.hpp \
530
+ /usr/include/boost/type_traits/type_identity.hpp \
531
+ /usr/include/boost/lexical_cast/detail/is_character.hpp \
532
+ /usr/include/boost/lexical_cast/detail/converter_numeric.hpp \
533
+ /usr/include/boost/type_traits/is_base_of.hpp \
534
+ /usr/include/boost/type_traits/is_float.hpp \
535
+ /usr/include/boost/numeric/conversion/cast.hpp \
536
+ /usr/include/boost/type.hpp \
537
+ /usr/include/boost/numeric/conversion/converter.hpp \
538
+ /usr/include/boost/numeric/conversion/conversion_traits.hpp \
539
+ /usr/include/boost/numeric/conversion/detail/conversion_traits.hpp \
540
+ /usr/include/boost/numeric/conversion/detail/meta.hpp \
541
+ /usr/include/boost/mpl/equal_to.hpp \
542
+ /usr/include/boost/mpl/aux_/comparison_op.hpp \
543
+ /usr/include/boost/mpl/aux_/numeric_op.hpp \
544
+ /usr/include/boost/mpl/numeric_cast.hpp /usr/include/boost/mpl/tag.hpp \
545
+ /usr/include/boost/mpl/aux_/has_tag.hpp \
546
+ /usr/include/boost/mpl/aux_/numeric_cast_utils.hpp \
547
+ /usr/include/boost/mpl/aux_/config/forwarding.hpp \
548
+ /usr/include/boost/mpl/aux_/msvc_eti_base.hpp \
549
+ /usr/include/boost/mpl/aux_/is_msvc_eti_arg.hpp \
550
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/equal_to.hpp \
551
+ /usr/include/boost/numeric/conversion/detail/int_float_mixture.hpp \
552
+ /usr/include/boost/numeric/conversion/int_float_mixture_enum.hpp \
553
+ /usr/include/boost/mpl/integral_c.hpp \
554
+ /usr/include/boost/mpl/integral_c_fwd.hpp \
555
+ /usr/include/boost/numeric/conversion/detail/sign_mixture.hpp \
556
+ /usr/include/boost/numeric/conversion/sign_mixture_enum.hpp \
557
+ /usr/include/boost/numeric/conversion/detail/udt_builtin_mixture.hpp \
558
+ /usr/include/boost/numeric/conversion/udt_builtin_mixture_enum.hpp \
559
+ /usr/include/boost/numeric/conversion/detail/is_subranged.hpp \
560
+ /usr/include/boost/mpl/multiplies.hpp /usr/include/boost/mpl/times.hpp \
561
+ /usr/include/boost/mpl/aux_/arithmetic_op.hpp \
562
+ /usr/include/boost/mpl/aux_/largest_int.hpp \
563
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/times.hpp \
564
+ /usr/include/boost/mpl/less.hpp \
565
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/less.hpp \
566
+ /usr/include/boost/numeric/conversion/converter_policies.hpp \
567
+ /usr/include/boost/config/no_tr1/cmath.hpp /usr/include/c++/11/cmath \
568
+ /usr/include/math.h /usr/include/x86_64-linux-gnu/bits/math-vector.h \
569
+ /usr/include/x86_64-linux-gnu/bits/libm-simd-decl-stubs.h \
570
+ /usr/include/x86_64-linux-gnu/bits/flt-eval-method.h \
571
+ /usr/include/x86_64-linux-gnu/bits/fp-logb.h \
572
+ /usr/include/x86_64-linux-gnu/bits/fp-fast.h \
573
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-helper-functions.h \
574
+ /usr/include/x86_64-linux-gnu/bits/mathcalls.h \
575
+ /usr/include/x86_64-linux-gnu/bits/mathcalls-narrow.h \
576
+ /usr/include/x86_64-linux-gnu/bits/iscanonical.h \
577
+ /usr/include/c++/11/bits/specfun.h /usr/include/c++/11/tr1/gamma.tcc \
578
+ /usr/include/c++/11/tr1/special_function_util.h \
579
+ /usr/include/c++/11/tr1/bessel_function.tcc \
580
+ /usr/include/c++/11/tr1/beta_function.tcc \
581
+ /usr/include/c++/11/tr1/ell_integral.tcc \
582
+ /usr/include/c++/11/tr1/exp_integral.tcc \
583
+ /usr/include/c++/11/tr1/hypergeometric.tcc \
584
+ /usr/include/c++/11/tr1/legendre_function.tcc \
585
+ /usr/include/c++/11/tr1/modified_bessel_func.tcc \
586
+ /usr/include/c++/11/tr1/poly_hermite.tcc \
587
+ /usr/include/c++/11/tr1/poly_laguerre.tcc \
588
+ /usr/include/c++/11/tr1/riemann_zeta.tcc \
589
+ /usr/include/boost/numeric/conversion/detail/converter.hpp \
590
+ /usr/include/boost/numeric/conversion/bounds.hpp \
591
+ /usr/include/boost/numeric/conversion/detail/bounds.hpp \
592
+ /usr/include/boost/numeric/conversion/numeric_cast_traits.hpp \
593
+ /usr/include/boost/numeric/conversion/detail/numeric_cast_traits.hpp \
594
+ /usr/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_common.hpp \
595
+ /usr/include/boost/numeric/conversion/detail/preprocessed/numeric_cast_traits_long_long.hpp \
596
+ /usr/include/boost/lexical_cast/detail/converter_lexical.hpp \
597
+ /usr/include/boost/type_traits/has_left_shift.hpp \
598
+ /usr/include/boost/type_traits/has_right_shift.hpp \
599
+ /usr/include/boost/detail/lcast_precision.hpp \
600
+ /usr/include/boost/integer_traits.hpp \
601
+ /usr/include/boost/lexical_cast/detail/widest_char.hpp \
602
+ /usr/include/boost/array.hpp /usr/include/boost/swap.hpp \
603
+ /usr/include/boost/core/swap.hpp \
604
+ /usr/include/boost/container/container_fwd.hpp \
605
+ /usr/include/boost/container/detail/std_fwd.hpp \
606
+ /usr/include/boost/move/detail/std_ns_begin.hpp \
607
+ /usr/include/boost/move/detail/std_ns_end.hpp \
608
+ /usr/include/boost/lexical_cast/detail/converter_lexical_streams.hpp \
609
+ /usr/include/c++/11/locale \
610
+ /usr/include/c++/11/bits/locale_facets_nonio.h /usr/include/c++/11/ctime \
611
+ /usr/include/x86_64-linux-gnu/c++/11/bits/time_members.h \
612
+ /usr/include/x86_64-linux-gnu/c++/11/bits/messages_members.h \
613
+ /usr/include/libintl.h /usr/include/c++/11/bits/locale_facets_nonio.tcc \
614
+ /usr/include/c++/11/bits/locale_conv.h \
615
+ /usr/include/c++/11/bits/unique_ptr.h /usr/include/c++/11/sstream \
616
+ /usr/include/c++/11/bits/sstream.tcc \
617
+ /usr/include/boost/lexical_cast/detail/lcast_char_constants.hpp \
618
+ /usr/include/boost/lexical_cast/detail/lcast_unsigned_converters.hpp \
619
+ /usr/include/boost/lexical_cast/detail/inf_nan.hpp \
620
+ /usr/include/boost/math/special_functions/sign.hpp \
621
+ /usr/include/boost/math/tools/config.hpp \
622
+ /usr/include/boost/predef/architecture/x86.h \
623
+ /usr/include/boost/predef/architecture/x86/32.h \
624
+ /usr/include/boost/predef/version_number.h \
625
+ /usr/include/boost/predef/make.h /usr/include/boost/predef/detail/test.h \
626
+ /usr/include/boost/predef/architecture/x86/64.h \
627
+ /usr/include/c++/11/cfloat \
628
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/float.h \
629
+ /usr/include/boost/math/tools/user.hpp \
630
+ /usr/include/boost/math/special_functions/math_fwd.hpp \
631
+ /usr/include/boost/math/special_functions/detail/round_fwd.hpp \
632
+ /usr/include/boost/math/tools/promotion.hpp \
633
+ /usr/include/boost/math/policies/policy.hpp \
634
+ /usr/include/boost/mpl/list.hpp /usr/include/boost/mpl/limits/list.hpp \
635
+ /usr/include/boost/mpl/list/list20.hpp \
636
+ /usr/include/boost/mpl/list/list10.hpp \
637
+ /usr/include/boost/mpl/list/list0.hpp /usr/include/boost/mpl/long.hpp \
638
+ /usr/include/boost/mpl/long_fwd.hpp \
639
+ /usr/include/boost/mpl/list/aux_/push_front.hpp \
640
+ /usr/include/boost/mpl/push_front_fwd.hpp \
641
+ /usr/include/boost/mpl/list/aux_/item.hpp \
642
+ /usr/include/boost/mpl/list/aux_/tag.hpp \
643
+ /usr/include/boost/mpl/list/aux_/pop_front.hpp \
644
+ /usr/include/boost/mpl/pop_front_fwd.hpp \
645
+ /usr/include/boost/mpl/list/aux_/push_back.hpp \
646
+ /usr/include/boost/mpl/push_back_fwd.hpp \
647
+ /usr/include/boost/mpl/list/aux_/front.hpp \
648
+ /usr/include/boost/mpl/front_fwd.hpp \
649
+ /usr/include/boost/mpl/list/aux_/clear.hpp \
650
+ /usr/include/boost/mpl/clear_fwd.hpp \
651
+ /usr/include/boost/mpl/list/aux_/O1_size.hpp \
652
+ /usr/include/boost/mpl/O1_size_fwd.hpp \
653
+ /usr/include/boost/mpl/list/aux_/size.hpp \
654
+ /usr/include/boost/mpl/size_fwd.hpp \
655
+ /usr/include/boost/mpl/list/aux_/empty.hpp \
656
+ /usr/include/boost/mpl/empty_fwd.hpp \
657
+ /usr/include/boost/mpl/list/aux_/begin_end.hpp \
658
+ /usr/include/boost/mpl/begin_end_fwd.hpp \
659
+ /usr/include/boost/mpl/list/aux_/iterator.hpp \
660
+ /usr/include/boost/mpl/iterator_tags.hpp \
661
+ /usr/include/boost/mpl/deref.hpp \
662
+ /usr/include/boost/mpl/aux_/msvc_type.hpp \
663
+ /usr/include/boost/mpl/aux_/lambda_spec.hpp \
664
+ /usr/include/boost/mpl/list/aux_/include_preprocessed.hpp \
665
+ /usr/include/boost/mpl/list/aux_/preprocessed/plain/list10.hpp \
666
+ /usr/include/boost/mpl/list/aux_/preprocessed/plain/list20.hpp \
667
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/list.hpp \
668
+ /usr/include/boost/mpl/contains.hpp \
669
+ /usr/include/boost/mpl/contains_fwd.hpp \
670
+ /usr/include/boost/mpl/sequence_tag.hpp \
671
+ /usr/include/boost/mpl/sequence_tag_fwd.hpp \
672
+ /usr/include/boost/mpl/aux_/has_begin.hpp \
673
+ /usr/include/boost/mpl/aux_/contains_impl.hpp \
674
+ /usr/include/boost/mpl/begin_end.hpp \
675
+ /usr/include/boost/mpl/aux_/begin_end_impl.hpp \
676
+ /usr/include/boost/mpl/aux_/traits_lambda_spec.hpp \
677
+ /usr/include/boost/mpl/find.hpp /usr/include/boost/mpl/find_if.hpp \
678
+ /usr/include/boost/mpl/aux_/find_if_pred.hpp \
679
+ /usr/include/boost/mpl/aux_/iter_apply.hpp \
680
+ /usr/include/boost/mpl/iter_fold_if.hpp \
681
+ /usr/include/boost/mpl/logical.hpp /usr/include/boost/mpl/pair.hpp \
682
+ /usr/include/boost/mpl/aux_/iter_fold_if_impl.hpp \
683
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_if_impl.hpp \
684
+ /usr/include/boost/mpl/same_as.hpp /usr/include/boost/mpl/remove_if.hpp \
685
+ /usr/include/boost/mpl/fold.hpp /usr/include/boost/mpl/O1_size.hpp \
686
+ /usr/include/boost/mpl/aux_/O1_size_impl.hpp \
687
+ /usr/include/boost/mpl/aux_/has_size.hpp \
688
+ /usr/include/boost/mpl/aux_/fold_impl.hpp \
689
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/fold_impl.hpp \
690
+ /usr/include/boost/mpl/reverse_fold.hpp \
691
+ /usr/include/boost/mpl/aux_/reverse_fold_impl.hpp \
692
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/reverse_fold_impl.hpp \
693
+ /usr/include/boost/mpl/aux_/inserter_algorithm.hpp \
694
+ /usr/include/boost/mpl/back_inserter.hpp \
695
+ /usr/include/boost/mpl/push_back.hpp \
696
+ /usr/include/boost/mpl/aux_/push_back_impl.hpp \
697
+ /usr/include/boost/mpl/inserter.hpp \
698
+ /usr/include/boost/mpl/front_inserter.hpp \
699
+ /usr/include/boost/mpl/push_front.hpp \
700
+ /usr/include/boost/mpl/aux_/push_front_impl.hpp \
701
+ /usr/include/boost/mpl/clear.hpp \
702
+ /usr/include/boost/mpl/aux_/clear_impl.hpp \
703
+ /usr/include/boost/mpl/vector.hpp \
704
+ /usr/include/boost/mpl/limits/vector.hpp \
705
+ /usr/include/boost/mpl/vector/vector20.hpp \
706
+ /usr/include/boost/mpl/vector/vector10.hpp \
707
+ /usr/include/boost/mpl/vector/vector0.hpp \
708
+ /usr/include/boost/mpl/vector/aux_/at.hpp \
709
+ /usr/include/boost/mpl/at_fwd.hpp \
710
+ /usr/include/boost/mpl/vector/aux_/tag.hpp \
711
+ /usr/include/boost/mpl/aux_/config/typeof.hpp \
712
+ /usr/include/boost/mpl/vector/aux_/front.hpp \
713
+ /usr/include/boost/mpl/vector/aux_/push_front.hpp \
714
+ /usr/include/boost/mpl/vector/aux_/item.hpp \
715
+ /usr/include/boost/mpl/vector/aux_/pop_front.hpp \
716
+ /usr/include/boost/mpl/vector/aux_/push_back.hpp \
717
+ /usr/include/boost/mpl/vector/aux_/pop_back.hpp \
718
+ /usr/include/boost/mpl/pop_back_fwd.hpp \
719
+ /usr/include/boost/mpl/vector/aux_/back.hpp \
720
+ /usr/include/boost/mpl/back_fwd.hpp \
721
+ /usr/include/boost/mpl/vector/aux_/clear.hpp \
722
+ /usr/include/boost/mpl/vector/aux_/vector0.hpp \
723
+ /usr/include/boost/mpl/vector/aux_/iterator.hpp \
724
+ /usr/include/boost/mpl/plus.hpp \
725
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/plus.hpp \
726
+ /usr/include/boost/mpl/minus.hpp \
727
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/minus.hpp \
728
+ /usr/include/boost/mpl/advance_fwd.hpp \
729
+ /usr/include/boost/mpl/distance_fwd.hpp /usr/include/boost/mpl/prior.hpp \
730
+ /usr/include/boost/mpl/vector/aux_/O1_size.hpp \
731
+ /usr/include/boost/mpl/vector/aux_/size.hpp \
732
+ /usr/include/boost/mpl/vector/aux_/empty.hpp \
733
+ /usr/include/boost/mpl/vector/aux_/begin_end.hpp \
734
+ /usr/include/boost/mpl/vector/aux_/include_preprocessed.hpp \
735
+ /usr/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector10.hpp \
736
+ /usr/include/boost/mpl/vector/aux_/preprocessed/typeof_based/vector20.hpp \
737
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/vector.hpp \
738
+ /usr/include/boost/mpl/at.hpp /usr/include/boost/mpl/aux_/at_impl.hpp \
739
+ /usr/include/boost/mpl/advance.hpp /usr/include/boost/mpl/negate.hpp \
740
+ /usr/include/boost/mpl/aux_/advance_forward.hpp \
741
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/advance_forward.hpp \
742
+ /usr/include/boost/mpl/aux_/advance_backward.hpp \
743
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/advance_backward.hpp \
744
+ /usr/include/boost/mpl/size.hpp \
745
+ /usr/include/boost/mpl/aux_/size_impl.hpp \
746
+ /usr/include/boost/mpl/distance.hpp /usr/include/boost/mpl/iter_fold.hpp \
747
+ /usr/include/boost/mpl/aux_/iter_fold_impl.hpp \
748
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/iter_fold_impl.hpp \
749
+ /usr/include/boost/mpl/iterator_range.hpp \
750
+ /usr/include/boost/mpl/comparison.hpp \
751
+ /usr/include/boost/mpl/not_equal_to.hpp \
752
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/not_equal_to.hpp \
753
+ /usr/include/boost/mpl/greater.hpp \
754
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/greater.hpp \
755
+ /usr/include/boost/mpl/less_equal.hpp \
756
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/less_equal.hpp \
757
+ /usr/include/boost/mpl/greater_equal.hpp \
758
+ /usr/include/boost/mpl/aux_/preprocessed/gcc/greater_equal.hpp \
759
+ /usr/include/c++/11/stdlib.h /usr/include/c++/11/math.h \
760
+ /usr/include/boost/config/no_tr1/complex.hpp /usr/include/c++/11/complex \
761
+ /usr/include/boost/math/special_functions/detail/fp_traits.hpp \
762
+ /usr/include/boost/predef/other/endian.h \
763
+ /usr/include/boost/predef/library/c/gnu.h \
764
+ /usr/include/boost/predef/library/c/_prefix.h \
765
+ /usr/include/boost/predef/detail/_cassert.h \
766
+ /usr/include/boost/predef/os/macos.h /usr/include/boost/predef/os/ios.h \
767
+ /usr/include/boost/predef/os/bsd.h \
768
+ /usr/include/boost/predef/os/bsd/bsdi.h \
769
+ /usr/include/boost/predef/os/bsd/dragonfly.h \
770
+ /usr/include/boost/predef/os/bsd/free.h \
771
+ /usr/include/boost/predef/os/bsd/open.h \
772
+ /usr/include/boost/predef/os/bsd/net.h \
773
+ /usr/include/boost/predef/platform/android.h \
774
+ /usr/include/boost/math/special_functions/fpclassify.hpp \
775
+ /usr/include/boost/math/tools/real_cast.hpp \
776
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/quadmath.h \
777
+ /usr/include/boost/integer.hpp /usr/include/boost/integer_fwd.hpp \
778
+ /usr/include/boost/detail/basic_pointerbuf.hpp \
779
+ /usr/include/boost/ptr_container/ptr_vector.hpp \
780
+ /usr/include/boost/ptr_container/ptr_sequence_adapter.hpp \
781
+ /usr/include/boost/ptr_container/detail/reversible_ptr_container.hpp \
782
+ /usr/include/boost/ptr_container/detail/throw_exception.hpp \
783
+ /usr/include/boost/ptr_container/detail/scoped_deleter.hpp \
784
+ /usr/include/boost/ptr_container/detail/static_move_ptr.hpp \
785
+ /usr/include/boost/compressed_pair.hpp \
786
+ /usr/include/boost/detail/compressed_pair.hpp \
787
+ /usr/include/boost/type_traits/is_empty.hpp \
788
+ /usr/include/boost/type_traits/is_final.hpp \
789
+ /usr/include/boost/call_traits.hpp \
790
+ /usr/include/boost/detail/call_traits.hpp \
791
+ /usr/include/boost/ptr_container/detail/default_deleter.hpp \
792
+ /usr/include/boost/type_traits/remove_bounds.hpp \
793
+ /usr/include/boost/type_traits/remove_extent.hpp \
794
+ /usr/include/boost/ptr_container/detail/is_convertible.hpp \
795
+ /usr/include/boost/ptr_container/detail/move.hpp \
796
+ /usr/include/boost/ptr_container/detail/ptr_container_disable_deprecated.hpp \
797
+ /usr/include/boost/ptr_container/exception.hpp \
798
+ /usr/include/boost/ptr_container/clone_allocator.hpp \
799
+ /usr/include/boost/ptr_container/nullable.hpp /usr/include/c++/11/memory \
800
+ /usr/include/c++/11/bits/stl_raw_storage_iter.h \
801
+ /usr/include/c++/11/bits/align.h /usr/include/c++/11/bit \
802
+ /usr/include/c++/11/bits/shared_ptr.h \
803
+ /usr/include/c++/11/bits/shared_ptr_base.h \
804
+ /usr/include/c++/11/bits/allocated_ptr.h \
805
+ /usr/include/c++/11/ext/concurrence.h \
806
+ /usr/include/c++/11/bits/shared_ptr_atomic.h \
807
+ /usr/include/c++/11/bits/atomic_base.h \
808
+ /usr/include/c++/11/bits/atomic_lockfree_defines.h \
809
+ /usr/include/c++/11/backward/auto_ptr.h \
810
+ /usr/include/c++/11/pstl/glue_memory_defs.h \
811
+ /usr/include/boost/ptr_container/indirect_fun.hpp \
812
+ /usr/include/boost/utility/result_of.hpp \
813
+ /usr/include/boost/preprocessor/iteration/iterate.hpp \
814
+ /usr/include/boost/preprocessor/slot/slot.hpp \
815
+ /usr/include/boost/preprocessor/slot/detail/def.hpp \
816
+ /usr/include/boost/preprocessor/repetition/enum_shifted_params.hpp \
817
+ /usr/include/boost/preprocessor/facilities/intercept.hpp \
818
+ /usr/include/boost/preprocessor/iteration/detail/iter/forward1.hpp \
819
+ /usr/include/boost/preprocessor/iteration/detail/bounds/lower1.hpp \
820
+ /usr/include/boost/preprocessor/slot/detail/shared.hpp \
821
+ /usr/include/boost/preprocessor/iteration/detail/bounds/upper1.hpp \
822
+ /usr/include/boost/utility/detail/result_of_iterate.hpp \
823
+ /usr/include/boost/pointee.hpp \
824
+ /usr/include/boost/detail/is_incrementable.hpp \
825
+ /usr/include/boost/type_traits/detail/bool_trait_undef.hpp \
826
+ /usr/include/boost/ptr_container/detail/void_ptr_iterator.hpp \
827
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/phrase.hh \
828
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/murmur_hash.hh \
829
+ /usr/include/boost/unordered_map.hpp \
830
+ /usr/include/boost/unordered/unordered_map.hpp \
831
+ /usr/include/boost/core/explicit_operator_bool.hpp \
832
+ /usr/include/boost/functional/hash.hpp \
833
+ /usr/include/boost/container_hash/hash.hpp \
834
+ /usr/include/boost/container_hash/hash_fwd.hpp \
835
+ /usr/include/boost/container_hash/detail/hash_float.hpp \
836
+ /usr/include/boost/container_hash/detail/float_functions.hpp \
837
+ /usr/include/boost/container_hash/detail/limits.hpp \
838
+ /usr/include/boost/integer/static_log2.hpp /usr/include/c++/11/typeindex \
839
+ /usr/include/c++/11/optional /usr/include/c++/11/variant \
840
+ /usr/include/c++/11/bits/parse_numbers.h \
841
+ /usr/include/boost/container_hash/extensions.hpp \
842
+ /usr/include/boost/detail/container_fwd.hpp /usr/include/c++/11/deque \
843
+ /usr/include/c++/11/bits/stl_deque.h /usr/include/c++/11/bits/deque.tcc \
844
+ /usr/include/c++/11/list /usr/include/c++/11/bits/stl_list.h \
845
+ /usr/include/c++/11/bits/list.tcc /usr/include/c++/11/map \
846
+ /usr/include/c++/11/bits/stl_tree.h /usr/include/c++/11/bits/stl_map.h \
847
+ /usr/include/c++/11/bits/stl_multimap.h /usr/include/c++/11/set \
848
+ /usr/include/c++/11/bits/stl_set.h \
849
+ /usr/include/c++/11/bits/stl_multiset.h /usr/include/c++/11/bitset \
850
+ /usr/include/boost/move/move.hpp \
851
+ /usr/include/boost/move/detail/config_begin.hpp \
852
+ /usr/include/boost/move/utility.hpp \
853
+ /usr/include/boost/move/detail/workaround.hpp \
854
+ /usr/include/boost/move/utility_core.hpp \
855
+ /usr/include/boost/move/core.hpp \
856
+ /usr/include/boost/move/detail/config_end.hpp \
857
+ /usr/include/boost/move/detail/meta_utils.hpp \
858
+ /usr/include/boost/move/detail/meta_utils_core.hpp \
859
+ /usr/include/boost/move/traits.hpp \
860
+ /usr/include/boost/move/detail/type_traits.hpp \
861
+ /usr/include/boost/move/iterator.hpp \
862
+ /usr/include/boost/move/detail/iterator_traits.hpp \
863
+ /usr/include/boost/move/algorithm.hpp \
864
+ /usr/include/boost/move/algo/move.hpp \
865
+ /usr/include/boost/move/detail/iterator_to_raw_pointer.hpp \
866
+ /usr/include/boost/move/detail/to_raw_pointer.hpp \
867
+ /usr/include/boost/move/detail/pointer_element.hpp \
868
+ /usr/include/boost/core/no_exceptions_support.hpp \
869
+ /usr/include/boost/type_traits/is_constructible.hpp \
870
+ /usr/include/boost/type_traits/is_destructible.hpp \
871
+ /usr/include/boost/type_traits/is_default_constructible.hpp \
872
+ /usr/include/boost/unordered/detail/map.hpp \
873
+ /usr/include/boost/unordered/detail/implementation.hpp \
874
+ /usr/include/boost/core/pointer_traits.hpp \
875
+ /usr/include/boost/preprocessor/repetition/enum.hpp \
876
+ /usr/include/boost/tuple/tuple.hpp /usr/include/boost/ref.hpp \
877
+ /usr/include/boost/core/ref.hpp \
878
+ /usr/include/boost/tuple/detail/tuple_basic.hpp \
879
+ /usr/include/boost/type_traits/cv_traits.hpp \
880
+ /usr/include/boost/type_traits/add_cv.hpp \
881
+ /usr/include/boost/type_traits/remove_volatile.hpp \
882
+ /usr/include/boost/utility/swap.hpp \
883
+ /usr/include/boost/type_traits/aligned_storage.hpp \
884
+ /usr/include/boost/type_traits/alignment_of.hpp \
885
+ /usr/include/boost/type_traits/type_with_alignment.hpp \
886
+ /usr/include/boost/type_traits/is_nothrow_move_assignable.hpp \
887
+ /usr/include/boost/type_traits/has_trivial_move_assign.hpp \
888
+ /usr/include/boost/type_traits/is_assignable.hpp \
889
+ /usr/include/boost/type_traits/has_nothrow_assign.hpp \
890
+ /usr/include/boost/type_traits/enable_if.hpp \
891
+ /usr/include/boost/type_traits/is_nothrow_move_constructible.hpp \
892
+ /usr/include/boost/type_traits/is_nothrow_swappable.hpp \
893
+ /usr/include/boost/unordered/detail/fwd.hpp /usr/include/boost/predef.h \
894
+ /usr/include/boost/predef/language.h \
895
+ /usr/include/boost/predef/language/stdc.h \
896
+ /usr/include/boost/predef/language/stdcpp.h \
897
+ /usr/include/boost/predef/language/objc.h \
898
+ /usr/include/boost/predef/language/cuda.h \
899
+ /usr/include/boost/predef/architecture.h \
900
+ /usr/include/boost/predef/architecture/alpha.h \
901
+ /usr/include/boost/predef/architecture/arm.h \
902
+ /usr/include/boost/predef/architecture/blackfin.h \
903
+ /usr/include/boost/predef/architecture/convex.h \
904
+ /usr/include/boost/predef/architecture/ia64.h \
905
+ /usr/include/boost/predef/architecture/m68k.h \
906
+ /usr/include/boost/predef/architecture/mips.h \
907
+ /usr/include/boost/predef/architecture/parisc.h \
908
+ /usr/include/boost/predef/architecture/ppc.h \
909
+ /usr/include/boost/predef/architecture/ptx.h \
910
+ /usr/include/boost/predef/architecture/pyramid.h \
911
+ /usr/include/boost/predef/architecture/riscv.h \
912
+ /usr/include/boost/predef/architecture/rs6k.h \
913
+ /usr/include/boost/predef/architecture/sparc.h \
914
+ /usr/include/boost/predef/architecture/superh.h \
915
+ /usr/include/boost/predef/architecture/sys370.h \
916
+ /usr/include/boost/predef/architecture/sys390.h \
917
+ /usr/include/boost/predef/architecture/z.h \
918
+ /usr/include/boost/predef/compiler.h \
919
+ /usr/include/boost/predef/compiler/borland.h \
920
+ /usr/include/boost/predef/compiler/clang.h \
921
+ /usr/include/boost/predef/compiler/comeau.h \
922
+ /usr/include/boost/predef/compiler/compaq.h \
923
+ /usr/include/boost/predef/compiler/diab.h \
924
+ /usr/include/boost/predef/compiler/digitalmars.h \
925
+ /usr/include/boost/predef/compiler/dignus.h \
926
+ /usr/include/boost/predef/compiler/edg.h \
927
+ /usr/include/boost/predef/compiler/ekopath.h \
928
+ /usr/include/boost/predef/compiler/gcc_xml.h \
929
+ /usr/include/boost/predef/compiler/gcc.h \
930
+ /usr/include/boost/predef/detail/comp_detected.h \
931
+ /usr/include/boost/predef/compiler/greenhills.h \
932
+ /usr/include/boost/predef/compiler/hp_acc.h \
933
+ /usr/include/boost/predef/compiler/iar.h \
934
+ /usr/include/boost/predef/compiler/ibm.h \
935
+ /usr/include/boost/predef/compiler/intel.h \
936
+ /usr/include/boost/predef/compiler/kai.h \
937
+ /usr/include/boost/predef/compiler/llvm.h \
938
+ /usr/include/boost/predef/compiler/metaware.h \
939
+ /usr/include/boost/predef/compiler/metrowerks.h \
940
+ /usr/include/boost/predef/compiler/microtec.h \
941
+ /usr/include/boost/predef/compiler/mpw.h \
942
+ /usr/include/boost/predef/compiler/nvcc.h \
943
+ /usr/include/boost/predef/compiler/palm.h \
944
+ /usr/include/boost/predef/compiler/pgi.h \
945
+ /usr/include/boost/predef/compiler/sgi_mipspro.h \
946
+ /usr/include/boost/predef/compiler/sunpro.h \
947
+ /usr/include/boost/predef/compiler/tendra.h \
948
+ /usr/include/boost/predef/compiler/visualc.h \
949
+ /usr/include/boost/predef/compiler/watcom.h \
950
+ /usr/include/boost/predef/library.h \
951
+ /usr/include/boost/predef/library/c.h \
952
+ /usr/include/boost/predef/library/c/cloudabi.h \
953
+ /usr/include/boost/predef/library/c/uc.h \
954
+ /usr/include/boost/predef/library/c/vms.h \
955
+ /usr/include/boost/predef/library/c/zos.h \
956
+ /usr/include/boost/predef/library/std.h \
957
+ /usr/include/boost/predef/library/std/_prefix.h \
958
+ /usr/include/boost/predef/detail/_exception.h \
959
+ /usr/include/boost/predef/library/std/cxx.h \
960
+ /usr/include/boost/predef/library/std/dinkumware.h \
961
+ /usr/include/boost/predef/library/std/libcomo.h \
962
+ /usr/include/boost/predef/library/std/modena.h \
963
+ /usr/include/boost/predef/library/std/msl.h \
964
+ /usr/include/boost/predef/library/std/roguewave.h \
965
+ /usr/include/boost/predef/library/std/sgi.h \
966
+ /usr/include/boost/predef/library/std/stdcpp3.h \
967
+ /usr/include/boost/predef/library/std/stlport.h \
968
+ /usr/include/boost/predef/library/std/vacpp.h \
969
+ /usr/include/boost/predef/os.h /usr/include/boost/predef/os/aix.h \
970
+ /usr/include/boost/predef/os/amigaos.h \
971
+ /usr/include/boost/predef/os/beos.h \
972
+ /usr/include/boost/predef/os/cygwin.h \
973
+ /usr/include/boost/predef/os/haiku.h /usr/include/boost/predef/os/hpux.h \
974
+ /usr/include/boost/predef/os/irix.h /usr/include/boost/predef/os/linux.h \
975
+ /usr/include/boost/predef/detail/os_detected.h \
976
+ /usr/include/boost/predef/os/os400.h \
977
+ /usr/include/boost/predef/os/qnxnto.h \
978
+ /usr/include/boost/predef/os/solaris.h \
979
+ /usr/include/boost/predef/os/unix.h /usr/include/boost/predef/os/vms.h \
980
+ /usr/include/boost/predef/os/windows.h /usr/include/boost/predef/other.h \
981
+ /usr/include/boost/predef/platform.h \
982
+ /usr/include/boost/predef/platform/cloudabi.h \
983
+ /usr/include/boost/predef/platform/mingw.h \
984
+ /usr/include/boost/predef/platform/mingw32.h \
985
+ /usr/include/boost/predef/platform/mingw64.h \
986
+ /usr/include/boost/predef/platform/windows_uwp.h \
987
+ /usr/include/boost/predef/platform/windows_desktop.h \
988
+ /usr/include/boost/predef/platform/windows_phone.h \
989
+ /usr/include/boost/predef/platform/windows_server.h \
990
+ /usr/include/boost/predef/platform/windows_store.h \
991
+ /usr/include/boost/predef/platform/windows_system.h \
992
+ /usr/include/boost/predef/platform/windows_runtime.h \
993
+ /usr/include/boost/predef/platform/ios.h \
994
+ /usr/include/boost/predef/hardware.h \
995
+ /usr/include/boost/predef/hardware/simd.h \
996
+ /usr/include/boost/predef/hardware/simd/x86.h \
997
+ /usr/include/boost/predef/hardware/simd/x86/versions.h \
998
+ /usr/include/boost/predef/hardware/simd/x86_amd.h \
999
+ /usr/include/boost/predef/hardware/simd/x86_amd/versions.h \
1000
+ /usr/include/boost/predef/hardware/simd/arm.h \
1001
+ /usr/include/boost/predef/hardware/simd/arm/versions.h \
1002
+ /usr/include/boost/predef/hardware/simd/ppc.h \
1003
+ /usr/include/boost/predef/hardware/simd/ppc/versions.h \
1004
+ /usr/include/boost/predef/version.h \
1005
+ /usr/include/boost/utility/addressof.hpp \
1006
+ /usr/include/boost/unordered/unordered_map_fwd.hpp \
1007
+ /usr/include/boost/functional/hash_fwd.hpp \
1008
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/thread.hh \
1009
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/thread_pool.hh \
1010
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/pcqueue.hh \
1011
+ /usr/include/boost/interprocess/sync/interprocess_semaphore.hpp \
1012
+ /usr/include/boost/interprocess/detail/config_begin.hpp \
1013
+ /usr/include/boost/interprocess/detail/workaround.hpp \
1014
+ /usr/include/boost/interprocess/creation_tags.hpp \
1015
+ /usr/include/boost/interprocess/detail/config_end.hpp \
1016
+ /usr/include/boost/interprocess/exceptions.hpp \
1017
+ /usr/include/boost/interprocess/errors.hpp \
1018
+ /usr/include/boost/interprocess/detail/posix_time_types_wrk.hpp \
1019
+ /usr/include/boost/date_time/microsec_time_clock.hpp \
1020
+ /usr/include/boost/shared_ptr.hpp \
1021
+ /usr/include/boost/smart_ptr/shared_ptr.hpp \
1022
+ /usr/include/boost/smart_ptr/detail/shared_count.hpp \
1023
+ /usr/include/boost/smart_ptr/bad_weak_ptr.hpp \
1024
+ /usr/include/boost/smart_ptr/detail/sp_counted_base.hpp \
1025
+ /usr/include/boost/smart_ptr/detail/sp_has_gcc_intrinsics.hpp \
1026
+ /usr/include/boost/smart_ptr/detail/sp_has_sync_intrinsics.hpp \
1027
+ /usr/include/boost/smart_ptr/detail/sp_counted_base_gcc_atomic.hpp \
1028
+ /usr/include/boost/smart_ptr/detail/sp_typeinfo_.hpp \
1029
+ /usr/include/boost/smart_ptr/detail/sp_counted_impl.hpp \
1030
+ /usr/include/boost/smart_ptr/detail/sp_disable_deprecated.hpp \
1031
+ /usr/include/boost/smart_ptr/detail/sp_convertible.hpp \
1032
+ /usr/include/boost/smart_ptr/detail/spinlock_pool.hpp \
1033
+ /usr/include/boost/smart_ptr/detail/spinlock.hpp \
1034
+ /usr/include/boost/smart_ptr/detail/spinlock_gcc_atomic.hpp \
1035
+ /usr/include/boost/smart_ptr/detail/yield_k.hpp \
1036
+ /usr/include/boost/smart_ptr/detail/sp_thread_pause.hpp \
1037
+ /usr/include/boost/smart_ptr/detail/sp_thread_sleep.hpp \
1038
+ /usr/include/boost/config/pragma_message.hpp \
1039
+ /usr/include/boost/smart_ptr/detail/local_sp_deleter.hpp \
1040
+ /usr/include/boost/smart_ptr/detail/local_counted_base.hpp \
1041
+ /usr/include/boost/date_time/compiler_config.hpp \
1042
+ /usr/include/boost/date_time/locale_config.hpp \
1043
+ /usr/include/boost/date_time/c_time.hpp \
1044
+ /usr/include/x86_64-linux-gnu/sys/time.h \
1045
+ /usr/include/boost/date_time/time_clock.hpp \
1046
+ /usr/include/boost/date_time/posix_time/ptime.hpp \
1047
+ /usr/include/boost/date_time/posix_time/posix_time_system.hpp \
1048
+ /usr/include/boost/date_time/posix_time/posix_time_config.hpp \
1049
+ /usr/include/boost/date_time/time_duration.hpp \
1050
+ /usr/include/boost/date_time/special_defs.hpp \
1051
+ /usr/include/boost/date_time/time_defs.hpp \
1052
+ /usr/include/boost/operators.hpp \
1053
+ /usr/include/boost/date_time/time_resolution_traits.hpp \
1054
+ /usr/include/boost/date_time/int_adapter.hpp \
1055
+ /usr/include/boost/date_time/gregorian/gregorian_types.hpp \
1056
+ /usr/include/boost/date_time/date.hpp \
1057
+ /usr/include/boost/date_time/year_month_day.hpp \
1058
+ /usr/include/boost/date_time/period.hpp \
1059
+ /usr/include/boost/date_time/gregorian/greg_calendar.hpp \
1060
+ /usr/include/boost/date_time/gregorian/greg_weekday.hpp \
1061
+ /usr/include/boost/date_time/constrained_value.hpp \
1062
+ /usr/include/boost/date_time/date_defs.hpp \
1063
+ /usr/include/boost/date_time/gregorian/greg_day_of_year.hpp \
1064
+ /usr/include/boost/date_time/gregorian_calendar.hpp \
1065
+ /usr/include/boost/date_time/gregorian_calendar.ipp \
1066
+ /usr/include/boost/date_time/gregorian/greg_ymd.hpp \
1067
+ /usr/include/boost/date_time/gregorian/greg_day.hpp \
1068
+ /usr/include/boost/date_time/gregorian/greg_year.hpp \
1069
+ /usr/include/boost/date_time/gregorian/greg_month.hpp \
1070
+ /usr/include/boost/date_time/gregorian/greg_duration.hpp \
1071
+ /usr/include/boost/date_time/date_duration.hpp \
1072
+ /usr/include/boost/date_time/date_duration_types.hpp \
1073
+ /usr/include/boost/date_time/gregorian/greg_duration_types.hpp \
1074
+ /usr/include/boost/date_time/gregorian/greg_date.hpp \
1075
+ /usr/include/boost/date_time/adjust_functors.hpp \
1076
+ /usr/include/boost/date_time/wrapping_int.hpp \
1077
+ /usr/include/boost/date_time/date_generators.hpp \
1078
+ /usr/include/boost/date_time/date_clock_device.hpp \
1079
+ /usr/include/boost/date_time/date_iterator.hpp \
1080
+ /usr/include/boost/date_time/time_system_split.hpp \
1081
+ /usr/include/boost/date_time/time_system_counted.hpp \
1082
+ /usr/include/boost/date_time/time.hpp \
1083
+ /usr/include/boost/date_time/posix_time/posix_time_duration.hpp \
1084
+ /usr/include/boost/interprocess/sync/detail/locks.hpp \
1085
+ /usr/include/boost/interprocess/sync/detail/common_algorithms.hpp \
1086
+ /usr/include/boost/interprocess/sync/spin/wait.hpp \
1087
+ /usr/include/boost/interprocess/detail/os_thread_functions.hpp \
1088
+ /usr/include/boost/interprocess/streams/bufferstream.hpp \
1089
+ /usr/include/boost/interprocess/interprocess_fwd.hpp \
1090
+ /usr/include/boost/interprocess/detail/std_fwd.hpp \
1091
+ /usr/include/boost/interprocess/sync/posix/semaphore.hpp \
1092
+ /usr/include/boost/interprocess/sync/posix/semaphore_wrapper.hpp \
1093
+ /usr/include/boost/interprocess/detail/os_file_functions.hpp \
1094
+ /usr/include/boost/interprocess/permissions.hpp /usr/include/fcntl.h \
1095
+ /usr/include/x86_64-linux-gnu/bits/fcntl.h \
1096
+ /usr/include/x86_64-linux-gnu/bits/fcntl-linux.h \
1097
+ /usr/include/x86_64-linux-gnu/bits/types/struct_iovec.h \
1098
+ /usr/include/linux/falloc.h /usr/include/x86_64-linux-gnu/bits/stat.h \
1099
+ /usr/include/x86_64-linux-gnu/bits/struct_stat.h \
1100
+ /usr/include/x86_64-linux-gnu/bits/fcntl2.h \
1101
+ /usr/include/x86_64-linux-gnu/sys/stat.h \
1102
+ /usr/include/x86_64-linux-gnu/bits/statx.h /usr/include/linux/stat.h \
1103
+ /usr/include/linux/types.h /usr/include/x86_64-linux-gnu/asm/types.h \
1104
+ /usr/include/asm-generic/types.h /usr/include/asm-generic/int-ll64.h \
1105
+ /usr/include/x86_64-linux-gnu/asm/bitsperlong.h \
1106
+ /usr/include/asm-generic/bitsperlong.h /usr/include/linux/posix_types.h \
1107
+ /usr/include/linux/stddef.h \
1108
+ /usr/include/x86_64-linux-gnu/asm/posix_types.h \
1109
+ /usr/include/x86_64-linux-gnu/asm/posix_types_64.h \
1110
+ /usr/include/asm-generic/posix_types.h \
1111
+ /usr/include/x86_64-linux-gnu/bits/statx-generic.h \
1112
+ /usr/include/x86_64-linux-gnu/bits/types/struct_statx_timestamp.h \
1113
+ /usr/include/x86_64-linux-gnu/bits/types/struct_statx.h \
1114
+ /usr/include/dirent.h /usr/include/x86_64-linux-gnu/bits/dirent.h \
1115
+ /usr/include/x86_64-linux-gnu/bits/dirent_ext.h \
1116
+ /usr/include/boost/interprocess/detail/shared_dir_helpers.hpp \
1117
+ /usr/include/semaphore.h /usr/include/x86_64-linux-gnu/bits/semaphore.h \
1118
+ /usr/include/boost/interprocess/sync/posix/ptime_to_timespec.hpp \
1119
+ /usr/include/boost/thread/mutex.hpp \
1120
+ /usr/include/boost/thread/detail/platform.hpp \
1121
+ /usr/include/boost/config/requires_threads.hpp \
1122
+ /usr/include/boost/thread/pthread/mutex.hpp \
1123
+ /usr/include/boost/thread/detail/config.hpp \
1124
+ /usr/include/boost/thread/detail/thread_safety.hpp \
1125
+ /usr/include/boost/core/ignore_unused.hpp \
1126
+ /usr/include/boost/thread/exceptions.hpp \
1127
+ /usr/include/boost/system/system_error.hpp \
1128
+ /usr/include/boost/system/error_code.hpp \
1129
+ /usr/include/boost/system/api_config.hpp \
1130
+ /usr/include/boost/system/detail/config.hpp \
1131
+ /usr/include/boost/cerrno.hpp \
1132
+ /usr/include/boost/system/detail/generic_category.hpp \
1133
+ /usr/include/boost/system/detail/system_category_posix.hpp \
1134
+ /usr/include/boost/system/detail/std_interoperability.hpp \
1135
+ /usr/include/c++/11/mutex /usr/include/c++/11/chrono \
1136
+ /usr/include/c++/11/ratio /usr/include/c++/11/bits/std_mutex.h \
1137
+ /usr/include/c++/11/bits/unique_lock.h \
1138
+ /usr/include/boost/config/abi_prefix.hpp \
1139
+ /usr/include/boost/config/abi_suffix.hpp \
1140
+ /usr/include/boost/thread/lock_types.hpp \
1141
+ /usr/include/boost/thread/detail/move.hpp \
1142
+ /usr/include/boost/type_traits/decay.hpp \
1143
+ /usr/include/boost/thread/detail/delete.hpp \
1144
+ /usr/include/boost/thread/lock_options.hpp \
1145
+ /usr/include/boost/thread/lockable_traits.hpp \
1146
+ /usr/include/boost/thread/thread_time.hpp \
1147
+ /usr/include/boost/date_time/posix_time/posix_time_types.hpp \
1148
+ /usr/include/boost/date_time/posix_time/date_duration_operators.hpp \
1149
+ /usr/include/boost/date_time/posix_time/time_period.hpp \
1150
+ /usr/include/boost/date_time/time_iterator.hpp \
1151
+ /usr/include/boost/date_time/dst_rules.hpp \
1152
+ /usr/include/boost/chrono/time_point.hpp \
1153
+ /usr/include/boost/chrono/duration.hpp \
1154
+ /usr/include/boost/chrono/config.hpp \
1155
+ /usr/include/boost/chrono/detail/static_assert.hpp \
1156
+ /usr/include/boost/ratio/ratio.hpp /usr/include/boost/ratio/config.hpp \
1157
+ /usr/include/boost/ratio/detail/mpl/abs.hpp \
1158
+ /usr/include/boost/ratio/detail/mpl/sign.hpp \
1159
+ /usr/include/boost/ratio/detail/mpl/gcd.hpp \
1160
+ /usr/include/boost/mpl/aux_/config/dependent_nttp.hpp \
1161
+ /usr/include/boost/ratio/detail/mpl/lcm.hpp \
1162
+ /usr/include/boost/ratio/ratio_fwd.hpp \
1163
+ /usr/include/boost/ratio/detail/overflow_helpers.hpp \
1164
+ /usr/include/boost/type_traits/common_type.hpp \
1165
+ /usr/include/boost/type_traits/detail/mp_defer.hpp \
1166
+ /usr/include/boost/chrono/detail/is_evenly_divisible_by.hpp \
1167
+ /usr/include/boost/thread/xtime.hpp \
1168
+ /usr/include/boost/date_time/posix_time/conversion.hpp \
1169
+ /usr/include/boost/date_time/filetime_functions.hpp \
1170
+ /usr/include/boost/date_time/gregorian/conversion.hpp \
1171
+ /usr/include/boost/thread/detail/platform_time.hpp \
1172
+ /usr/include/boost/chrono/system_clocks.hpp \
1173
+ /usr/include/boost/chrono/detail/system.hpp \
1174
+ /usr/include/boost/chrono/clock_string.hpp \
1175
+ /usr/include/boost/chrono/ceil.hpp \
1176
+ /usr/include/boost/thread/pthread/pthread_mutex_scoped_lock.hpp \
1177
+ /usr/include/boost/thread/pthread/pthread_helpers.hpp \
1178
+ /usr/include/boost/optional.hpp /usr/include/boost/optional/optional.hpp \
1179
+ /usr/include/boost/optional/bad_optional_access.hpp \
1180
+ /usr/include/boost/type_traits/has_nothrow_constructor.hpp \
1181
+ /usr/include/boost/none.hpp /usr/include/boost/none_t.hpp \
1182
+ /usr/include/boost/utility/compare_pointees.hpp \
1183
+ /usr/include/boost/optional/optional_fwd.hpp \
1184
+ /usr/include/boost/optional/detail/optional_config.hpp \
1185
+ /usr/include/boost/optional/detail/optional_factory_support.hpp \
1186
+ /usr/include/boost/optional/detail/optional_aligned_storage.hpp \
1187
+ /usr/include/boost/optional/detail/optional_trivially_copyable_base.hpp \
1188
+ /usr/include/boost/optional/detail/optional_reference_spec.hpp \
1189
+ /usr/include/boost/optional/detail/optional_relops.hpp \
1190
+ /usr/include/boost/optional/detail/optional_swap.hpp \
1191
+ /usr/include/boost/thread.hpp /usr/include/boost/thread/thread.hpp \
1192
+ /usr/include/boost/thread/thread_only.hpp \
1193
+ /usr/include/boost/thread/pthread/thread_data.hpp \
1194
+ /usr/include/boost/thread/lock_guard.hpp \
1195
+ /usr/include/boost/thread/detail/lockable_wrapper.hpp \
1196
+ /usr/include/boost/thread/pthread/condition_variable_fwd.hpp \
1197
+ /usr/include/boost/thread/cv_status.hpp \
1198
+ /usr/include/boost/core/scoped_enum.hpp \
1199
+ /usr/include/boost/enable_shared_from_this.hpp \
1200
+ /usr/include/boost/smart_ptr/enable_shared_from_this.hpp \
1201
+ /usr/include/boost/smart_ptr/weak_ptr.hpp \
1202
+ /usr/include/boost/thread/detail/thread.hpp \
1203
+ /usr/include/boost/thread/interruption.hpp \
1204
+ /usr/include/boost/thread/detail/thread_heap_alloc.hpp \
1205
+ /usr/include/boost/thread/pthread/thread_heap_alloc.hpp \
1206
+ /usr/include/boost/thread/detail/make_tuple_indices.hpp \
1207
+ /usr/include/boost/thread/detail/invoke.hpp \
1208
+ /usr/include/boost/thread/detail/is_convertible.hpp \
1209
+ /usr/include/boost/bind/bind.hpp /usr/include/boost/mem_fn.hpp \
1210
+ /usr/include/boost/bind/mem_fn.hpp /usr/include/boost/get_pointer.hpp \
1211
+ /usr/include/boost/config/no_tr1/memory.hpp \
1212
+ /usr/include/boost/bind/mem_fn_template.hpp \
1213
+ /usr/include/boost/bind/mem_fn_cc.hpp \
1214
+ /usr/include/boost/is_placeholder.hpp /usr/include/boost/bind/arg.hpp \
1215
+ /usr/include/boost/visit_each.hpp /usr/include/boost/core/is_same.hpp \
1216
+ /usr/include/boost/bind/storage.hpp /usr/include/boost/bind/bind_cc.hpp \
1217
+ /usr/include/boost/bind/bind_mf_cc.hpp \
1218
+ /usr/include/boost/bind/bind_mf2_cc.hpp \
1219
+ /usr/include/boost/bind/placeholders.hpp \
1220
+ /usr/include/boost/io/ios_state.hpp /usr/include/boost/io_fwd.hpp \
1221
+ /usr/include/boost/thread/detail/thread_interruption.hpp \
1222
+ /usr/include/boost/thread/condition_variable.hpp \
1223
+ /usr/include/boost/thread/pthread/condition_variable.hpp \
1224
+ /usr/include/boost/thread/detail/thread_group.hpp \
1225
+ /usr/include/boost/thread/csbl/memory/unique_ptr.hpp \
1226
+ /usr/include/boost/thread/csbl/memory/config.hpp \
1227
+ /usr/include/boost/move/unique_ptr.hpp \
1228
+ /usr/include/boost/move/detail/unique_ptr_meta_utils.hpp \
1229
+ /usr/include/boost/move/default_delete.hpp \
1230
+ /usr/include/boost/move/adl_move_swap.hpp \
1231
+ /usr/include/boost/move/make_unique.hpp \
1232
+ /usr/include/boost/thread/shared_mutex.hpp \
1233
+ /usr/include/boost/thread/pthread/shared_mutex.hpp \
1234
+ /usr/include/boost/thread/once.hpp \
1235
+ /usr/include/boost/thread/pthread/once_atomic.hpp \
1236
+ /usr/include/boost/atomic.hpp /usr/include/boost/memory_order.hpp \
1237
+ /usr/include/boost/atomic/capabilities.hpp \
1238
+ /usr/include/boost/atomic/detail/config.hpp \
1239
+ /usr/include/boost/atomic/detail/capabilities.hpp \
1240
+ /usr/include/boost/atomic/detail/platform.hpp \
1241
+ /usr/include/boost/atomic/detail/futex.hpp \
1242
+ /usr/include/x86_64-linux-gnu/sys/syscall.h \
1243
+ /usr/include/x86_64-linux-gnu/asm/unistd.h \
1244
+ /usr/include/x86_64-linux-gnu/asm/unistd_64.h \
1245
+ /usr/include/x86_64-linux-gnu/bits/syscall.h /usr/include/linux/futex.h \
1246
+ /usr/include/boost/atomic/detail/intptr.hpp \
1247
+ /usr/include/boost/atomic/detail/header.hpp \
1248
+ /usr/include/boost/atomic/detail/footer.hpp \
1249
+ /usr/include/boost/atomic/detail/int_sizes.hpp \
1250
+ /usr/include/boost/atomic/detail/float_sizes.hpp \
1251
+ /usr/include/boost/atomic/detail/caps_gcc_atomic.hpp \
1252
+ /usr/include/boost/atomic/detail/caps_arch_gcc_x86.hpp \
1253
+ /usr/include/boost/atomic/detail/wait_capabilities.hpp \
1254
+ /usr/include/boost/atomic/detail/wait_caps_futex.hpp \
1255
+ /usr/include/boost/atomic/atomic.hpp \
1256
+ /usr/include/boost/atomic/detail/classify.hpp \
1257
+ /usr/include/boost/atomic/detail/type_traits/is_integral.hpp \
1258
+ /usr/include/boost/atomic/detail/type_traits/is_function.hpp \
1259
+ /usr/include/boost/atomic/detail/type_traits/is_floating_point.hpp \
1260
+ /usr/include/boost/atomic/detail/atomic_impl.hpp \
1261
+ /usr/include/boost/atomic/detail/storage_traits.hpp \
1262
+ /usr/include/boost/atomic/detail/string_ops.hpp \
1263
+ /usr/include/boost/atomic/detail/aligned_variable.hpp \
1264
+ /usr/include/boost/atomic/detail/type_traits/alignment_of.hpp \
1265
+ /usr/include/boost/atomic/detail/bitwise_cast.hpp \
1266
+ /usr/include/boost/atomic/detail/addressof.hpp \
1267
+ /usr/include/boost/atomic/detail/type_traits/integral_constant.hpp \
1268
+ /usr/include/boost/atomic/detail/integral_conversions.hpp \
1269
+ /usr/include/boost/atomic/detail/type_traits/is_signed.hpp \
1270
+ /usr/include/boost/atomic/detail/type_traits/make_signed.hpp \
1271
+ /usr/include/boost/type_traits/make_signed.hpp \
1272
+ /usr/include/boost/atomic/detail/type_traits/make_unsigned.hpp \
1273
+ /usr/include/boost/atomic/detail/core_operations.hpp \
1274
+ /usr/include/boost/atomic/detail/core_arch_operations.hpp \
1275
+ /usr/include/boost/atomic/detail/core_arch_operations_fwd.hpp \
1276
+ /usr/include/boost/atomic/detail/core_operations_emulated.hpp \
1277
+ /usr/include/boost/atomic/detail/core_operations_emulated_fwd.hpp \
1278
+ /usr/include/boost/atomic/detail/lock_pool.hpp \
1279
+ /usr/include/boost/atomic/detail/link.hpp \
1280
+ /usr/include/boost/atomic/detail/core_arch_ops_gcc_x86.hpp \
1281
+ /usr/include/boost/atomic/detail/core_operations_fwd.hpp \
1282
+ /usr/include/boost/atomic/detail/core_ops_gcc_atomic.hpp \
1283
+ /usr/include/boost/atomic/detail/gcc_atomic_memory_order_utils.hpp \
1284
+ /usr/include/boost/atomic/detail/wait_operations.hpp \
1285
+ /usr/include/boost/atomic/detail/wait_ops_generic.hpp \
1286
+ /usr/include/boost/atomic/detail/pause.hpp \
1287
+ /usr/include/boost/atomic/detail/wait_operations_fwd.hpp \
1288
+ /usr/include/boost/atomic/detail/wait_ops_emulated.hpp \
1289
+ /usr/include/boost/atomic/detail/wait_ops_futex.hpp \
1290
+ /usr/include/boost/atomic/detail/extra_operations.hpp \
1291
+ /usr/include/boost/atomic/detail/extra_ops_generic.hpp \
1292
+ /usr/include/boost/atomic/detail/extra_operations_fwd.hpp \
1293
+ /usr/include/boost/atomic/detail/extra_ops_emulated.hpp \
1294
+ /usr/include/boost/atomic/detail/extra_ops_gcc_x86.hpp \
1295
+ /usr/include/boost/atomic/detail/memory_order_utils.hpp \
1296
+ /usr/include/boost/atomic/detail/type_traits/is_trivially_default_constructible.hpp \
1297
+ /usr/include/boost/atomic/detail/type_traits/conditional.hpp \
1298
+ /usr/include/boost/atomic/detail/bitwise_fp_cast.hpp \
1299
+ /usr/include/boost/atomic/detail/fp_operations.hpp \
1300
+ /usr/include/boost/atomic/detail/fp_ops_generic.hpp \
1301
+ /usr/include/boost/atomic/detail/fp_operations_fwd.hpp \
1302
+ /usr/include/boost/atomic/detail/fp_ops_emulated.hpp \
1303
+ /usr/include/boost/atomic/detail/extra_fp_operations.hpp \
1304
+ /usr/include/boost/atomic/detail/extra_fp_ops_generic.hpp \
1305
+ /usr/include/boost/atomic/detail/extra_fp_operations_fwd.hpp \
1306
+ /usr/include/boost/atomic/detail/type_traits/is_iec559.hpp \
1307
+ /usr/include/boost/atomic/detail/extra_fp_ops_emulated.hpp \
1308
+ /usr/include/boost/atomic/detail/type_traits/is_trivially_copyable.hpp \
1309
+ /usr/include/boost/atomic/atomic_ref.hpp \
1310
+ /usr/include/boost/atomic/detail/atomic_ref_impl.hpp \
1311
+ /usr/include/boost/atomic/atomic_flag.hpp \
1312
+ /usr/include/boost/atomic/detail/atomic_flag_impl.hpp \
1313
+ /usr/include/boost/atomic/ipc_atomic.hpp \
1314
+ /usr/include/boost/atomic/ipc_atomic_ref.hpp \
1315
+ /usr/include/boost/atomic/ipc_atomic_flag.hpp \
1316
+ /usr/include/boost/atomic/fences.hpp \
1317
+ /usr/include/boost/atomic/detail/fence_operations.hpp \
1318
+ /usr/include/boost/atomic/detail/fence_ops_gcc_atomic.hpp \
1319
+ /usr/include/boost/atomic/detail/fence_arch_operations.hpp \
1320
+ /usr/include/boost/atomic/detail/fence_arch_ops_gcc_x86.hpp \
1321
+ /usr/include/boost/thread/recursive_mutex.hpp \
1322
+ /usr/include/boost/thread/pthread/recursive_mutex.hpp \
1323
+ /usr/include/boost/thread/tss.hpp /usr/include/boost/thread/locks.hpp \
1324
+ /usr/include/boost/thread/lock_algorithms.hpp \
1325
+ /usr/include/boost/thread/shared_lock_guard.hpp \
1326
+ /usr/include/boost/thread/barrier.hpp \
1327
+ /usr/include/boost/thread/detail/nullary_function.hpp \
1328
+ /usr/include/boost/thread/detail/memory.hpp \
1329
+ /usr/include/boost/thread/csbl/memory/pointer_traits.hpp \
1330
+ /usr/include/boost/thread/csbl/memory/allocator_arg.hpp \
1331
+ /usr/include/boost/thread/csbl/memory/allocator_traits.hpp \
1332
+ /usr/include/boost/thread/csbl/memory/scoped_allocator.hpp \
1333
+ /usr/include/boost/thread/csbl/memory/shared_ptr.hpp \
1334
+ /usr/include/boost/thread/future.hpp \
1335
+ /usr/include/boost/thread/detail/invoker.hpp \
1336
+ /usr/include/boost/thread/csbl/tuple.hpp \
1337
+ /usr/include/boost/thread/detail/variadic_header.hpp \
1338
+ /usr/include/boost/thread/detail/variadic_footer.hpp \
1339
+ /usr/include/boost/thread/exceptional_ptr.hpp \
1340
+ /usr/include/boost/exception_ptr.hpp \
1341
+ /usr/include/boost/exception/detail/exception_ptr.hpp \
1342
+ /usr/include/boost/exception/info.hpp \
1343
+ /usr/include/boost/exception/to_string_stub.hpp \
1344
+ /usr/include/boost/exception/to_string.hpp \
1345
+ /usr/include/boost/exception/detail/is_output_streamable.hpp \
1346
+ /usr/include/boost/exception/detail/object_hex_dump.hpp \
1347
+ /usr/include/boost/exception/detail/type_info.hpp \
1348
+ /usr/include/boost/core/typeinfo.hpp \
1349
+ /usr/include/boost/core/demangle.hpp /usr/include/c++/11/cxxabi.h \
1350
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cxxabi_tweaks.h \
1351
+ /usr/include/c++/11/iomanip /usr/include/c++/11/bits/quoted_string.h \
1352
+ /usr/include/boost/exception/detail/error_info_impl.hpp \
1353
+ /usr/include/boost/exception/detail/shared_ptr.hpp \
1354
+ /usr/include/boost/exception/diagnostic_information.hpp \
1355
+ /usr/include/boost/exception/get_error_info.hpp \
1356
+ /usr/include/boost/exception/current_exception_cast.hpp \
1357
+ /usr/include/boost/exception/detail/clone_current_exception.hpp \
1358
+ /usr/include/boost/thread/futures/future_error.hpp \
1359
+ /usr/include/boost/thread/futures/future_error_code.hpp \
1360
+ /usr/include/boost/thread/futures/future_status.hpp \
1361
+ /usr/include/boost/thread/futures/is_future_type.hpp \
1362
+ /usr/include/boost/thread/futures/launch.hpp \
1363
+ /usr/include/boost/thread/futures/wait_for_all.hpp \
1364
+ /usr/include/boost/thread/futures/wait_for_any.hpp \
1365
+ /usr/include/boost/thread/executor.hpp \
1366
+ /usr/include/boost/thread/executors/executor.hpp \
1367
+ /usr/include/boost/thread/executors/executor_adaptor.hpp \
1368
+ /usr/include/boost/thread/executors/generic_executor_ref.hpp \
1369
+ /usr/include/boost/function.hpp \
1370
+ /usr/include/boost/preprocessor/iterate.hpp \
1371
+ /usr/include/boost/function/detail/prologue.hpp \
1372
+ /usr/include/boost/config/no_tr1/functional.hpp \
1373
+ /usr/include/boost/function/function_base.hpp \
1374
+ /usr/include/boost/type_index.hpp \
1375
+ /usr/include/boost/type_index/stl_type_index.hpp \
1376
+ /usr/include/boost/type_index/type_index_facade.hpp \
1377
+ /usr/include/boost/type_traits/has_trivial_copy.hpp \
1378
+ /usr/include/boost/type_traits/is_copy_constructible.hpp \
1379
+ /usr/include/boost/type_traits/has_trivial_destructor.hpp \
1380
+ /usr/include/boost/type_traits/composite_traits.hpp \
1381
+ /usr/include/boost/type_traits/is_union.hpp \
1382
+ /usr/include/boost/function_equal.hpp \
1383
+ /usr/include/boost/function/function_fwd.hpp \
1384
+ /usr/include/boost/preprocessor/enum.hpp \
1385
+ /usr/include/boost/preprocessor/enum_params.hpp \
1386
+ /usr/include/boost/function/detail/function_iterate.hpp \
1387
+ /usr/include/boost/function/detail/maybe_include.hpp \
1388
+ /usr/include/boost/function/function_template.hpp \
1389
+ /usr/include/boost/smart_ptr/make_shared.hpp \
1390
+ /usr/include/boost/smart_ptr/make_shared_object.hpp \
1391
+ /usr/include/boost/smart_ptr/detail/sp_forward.hpp \
1392
+ /usr/include/boost/smart_ptr/make_shared_array.hpp \
1393
+ /usr/include/boost/core/default_allocator.hpp \
1394
+ /usr/include/boost/smart_ptr/allocate_shared_array.hpp \
1395
+ /usr/include/boost/core/allocator_access.hpp \
1396
+ /usr/include/boost/core/alloc_construct.hpp \
1397
+ /usr/include/boost/core/noinit_adaptor.hpp \
1398
+ /usr/include/boost/core/first_scalar.hpp \
1399
+ /usr/include/boost/type_traits/extent.hpp \
1400
+ /usr/include/boost/type_traits/is_bounded_array.hpp \
1401
+ /usr/include/boost/type_traits/is_unbounded_array.hpp \
1402
+ /usr/include/boost/type_traits/is_fundamental.hpp \
1403
+ /usr/include/boost/thread/detail/atomic_undef_macros.hpp \
1404
+ /usr/include/boost/thread/detail/atomic_redef_macros.hpp \
1405
+ /usr/include/boost/utility/in_place_factory.hpp \
1406
+ /usr/include/boost/utility/detail/in_place_factory_prefix.hpp \
1407
+ /usr/include/boost/preprocessor/punctuation/paren.hpp \
1408
+ /usr/include/boost/utility/detail/in_place_factory_suffix.hpp \
1409
+ /usr/include/c++/11/stack /usr/include/c++/11/bits/stl_stack.h \
1410
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/vocab.hh \
1411
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/multi_intersection.hh \
1412
+ /usr/include/boost/range/iterator_range.hpp \
1413
+ /usr/include/boost/range/iterator_range_io.hpp \
1414
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece_hash.hh \
1415
+ /usr/include/boost/unordered/unordered_set.hpp \
1416
+ /usr/include/boost/unordered/detail/set.hpp \
1417
+ /usr/include/boost/unordered/unordered_set_fwd.hpp \
1418
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/wrapper.hh
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/flags.make ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # compile CXX with /usr/bin/c++
5
+ CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK -DKENLM_MAX_ORDER=6
6
+
7
+ CXX_INCLUDES =
8
+
9
+ CXX_FLAGS = -O3 -DNDEBUG
10
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/link.txt ADDED
@@ -0,0 +1 @@
 
 
1
+ /usr/bin/c++ -O3 -DNDEBUG -rdynamic CMakeFiles/filter.dir/filter_main.cc.o -o ../../bin/filter ../../lib/libkenlm_filter.a ../../lib/libkenlm.a ../../lib/libkenlm_util.a -lz -lbz2 -llzma /usr/lib/x86_64-linux-gnu/libboost_program_options.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_system.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_thread.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_atomic.so.1.74.0 /usr/lib/x86_64-linux-gnu/libboost_unit_test_framework.so.1.74.0 -lrt
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/filter.dir/progress.make ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ CMAKE_PROGRESS_1 = 5
2
+ CMAKE_PROGRESS_2 = 6
3
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/DependInfo.cmake ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
+ # Consider dependencies only in project.
3
+ set(CMAKE_DEPENDS_IN_PROJECT_ONLY OFF)
4
+
5
+ # The set of languages for which implicit dependencies are needed:
6
+ set(CMAKE_DEPENDS_LANGUAGES
7
+ )
8
+
9
+ # The set of dependency files which are needed:
10
+ set(CMAKE_DEPENDS_DEPENDENCY_FILES
11
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.cc" "lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o" "gcc" "lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o.d"
12
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/phrase.cc" "lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o" "gcc" "lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o.d"
13
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/vocab.cc" "lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o" "gcc" "lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o.d"
14
+ )
15
+
16
+ # Targets to which this target links.
17
+ set(CMAKE_TARGET_LINKED_INFO_FILES
18
+ "/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/util/CMakeFiles/kenlm_util.dir/DependInfo.cmake"
19
+ )
20
+
21
+ # Fortran module output directory.
22
+ set(CMAKE_Fortran_TARGET_MODULE_DIR "")
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o ADDED
Binary file (14.9 kB). View file
 
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o.d ADDED
@@ -0,0 +1,254 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o: \
2
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.cc \
3
+ /usr/include/stdc-predef.h \
4
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.hh \
5
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../read_arpa.hh \
6
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../lm_exception.hh \
7
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
8
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_stream.hh \
9
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/fake_ostream.hh \
10
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/float_to_string.hh \
11
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/integer_to_string.hh \
12
+ /usr/include/c++/11/cstddef \
13
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++config.h \
14
+ /usr/include/x86_64-linux-gnu/c++/11/bits/os_defines.h \
15
+ /usr/include/features.h /usr/include/features-time64.h \
16
+ /usr/include/x86_64-linux-gnu/bits/wordsize.h \
17
+ /usr/include/x86_64-linux-gnu/bits/timesize.h \
18
+ /usr/include/x86_64-linux-gnu/sys/cdefs.h \
19
+ /usr/include/x86_64-linux-gnu/bits/long-double.h \
20
+ /usr/include/x86_64-linux-gnu/gnu/stubs.h \
21
+ /usr/include/x86_64-linux-gnu/gnu/stubs-64.h \
22
+ /usr/include/x86_64-linux-gnu/c++/11/bits/cpu_defines.h \
23
+ /usr/include/c++/11/pstl/pstl_config.h \
24
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stddef.h \
25
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdint.h /usr/include/stdint.h \
26
+ /usr/include/x86_64-linux-gnu/bits/libc-header-start.h \
27
+ /usr/include/x86_64-linux-gnu/bits/types.h \
28
+ /usr/include/x86_64-linux-gnu/bits/typesizes.h \
29
+ /usr/include/x86_64-linux-gnu/bits/time64.h \
30
+ /usr/include/x86_64-linux-gnu/bits/wchar.h \
31
+ /usr/include/x86_64-linux-gnu/bits/stdint-intn.h \
32
+ /usr/include/x86_64-linux-gnu/bits/stdint-uintn.h \
33
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
34
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/have.hh \
35
+ /usr/include/c++/11/cstring /usr/include/string.h \
36
+ /usr/include/x86_64-linux-gnu/bits/types/locale_t.h \
37
+ /usr/include/x86_64-linux-gnu/bits/types/__locale_t.h \
38
+ /usr/include/strings.h \
39
+ /usr/include/x86_64-linux-gnu/bits/strings_fortified.h \
40
+ /usr/include/x86_64-linux-gnu/bits/string_fortified.h \
41
+ /usr/include/c++/11/iosfwd /usr/include/c++/11/bits/stringfwd.h \
42
+ /usr/include/c++/11/bits/memoryfwd.h /usr/include/c++/11/bits/postypes.h \
43
+ /usr/include/c++/11/cwchar /usr/include/wchar.h \
44
+ /usr/include/x86_64-linux-gnu/bits/floatn.h \
45
+ /usr/include/x86_64-linux-gnu/bits/floatn-common.h \
46
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/stdarg.h \
47
+ /usr/include/x86_64-linux-gnu/bits/types/wint_t.h \
48
+ /usr/include/x86_64-linux-gnu/bits/types/mbstate_t.h \
49
+ /usr/include/x86_64-linux-gnu/bits/types/__mbstate_t.h \
50
+ /usr/include/x86_64-linux-gnu/bits/types/__FILE.h \
51
+ /usr/include/x86_64-linux-gnu/bits/types/FILE.h \
52
+ /usr/include/x86_64-linux-gnu/bits/wchar2.h /usr/include/c++/11/ostream \
53
+ /usr/include/c++/11/ios /usr/include/c++/11/exception \
54
+ /usr/include/c++/11/bits/exception.h \
55
+ /usr/include/c++/11/bits/exception_ptr.h \
56
+ /usr/include/c++/11/bits/exception_defines.h \
57
+ /usr/include/c++/11/bits/cxxabi_init_exception.h \
58
+ /usr/include/c++/11/typeinfo /usr/include/c++/11/bits/hash_bytes.h \
59
+ /usr/include/c++/11/new /usr/include/c++/11/bits/move.h \
60
+ /usr/include/c++/11/type_traits \
61
+ /usr/include/c++/11/bits/nested_exception.h \
62
+ /usr/include/c++/11/bits/char_traits.h \
63
+ /usr/include/c++/11/bits/stl_algobase.h \
64
+ /usr/include/c++/11/bits/functexcept.h \
65
+ /usr/include/c++/11/bits/cpp_type_traits.h \
66
+ /usr/include/c++/11/ext/type_traits.h \
67
+ /usr/include/c++/11/ext/numeric_traits.h \
68
+ /usr/include/c++/11/bits/stl_pair.h \
69
+ /usr/include/c++/11/bits/stl_iterator_base_types.h \
70
+ /usr/include/c++/11/bits/stl_iterator_base_funcs.h \
71
+ /usr/include/c++/11/bits/concept_check.h \
72
+ /usr/include/c++/11/debug/assertions.h \
73
+ /usr/include/c++/11/bits/stl_iterator.h \
74
+ /usr/include/c++/11/bits/ptr_traits.h /usr/include/c++/11/debug/debug.h \
75
+ /usr/include/c++/11/bits/predefined_ops.h /usr/include/c++/11/cstdint \
76
+ /usr/include/c++/11/bits/localefwd.h \
77
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++locale.h \
78
+ /usr/include/c++/11/clocale /usr/include/locale.h \
79
+ /usr/include/x86_64-linux-gnu/bits/locale.h /usr/include/c++/11/cctype \
80
+ /usr/include/ctype.h /usr/include/x86_64-linux-gnu/bits/endian.h \
81
+ /usr/include/x86_64-linux-gnu/bits/endianness.h \
82
+ /usr/include/c++/11/bits/ios_base.h /usr/include/c++/11/ext/atomicity.h \
83
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr.h \
84
+ /usr/include/x86_64-linux-gnu/c++/11/bits/gthr-default.h \
85
+ /usr/include/pthread.h /usr/include/sched.h \
86
+ /usr/include/x86_64-linux-gnu/bits/types/time_t.h \
87
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timespec.h \
88
+ /usr/include/x86_64-linux-gnu/bits/sched.h \
89
+ /usr/include/x86_64-linux-gnu/bits/types/struct_sched_param.h \
90
+ /usr/include/x86_64-linux-gnu/bits/cpu-set.h /usr/include/time.h \
91
+ /usr/include/x86_64-linux-gnu/bits/time.h \
92
+ /usr/include/x86_64-linux-gnu/bits/timex.h \
93
+ /usr/include/x86_64-linux-gnu/bits/types/struct_timeval.h \
94
+ /usr/include/x86_64-linux-gnu/bits/types/clock_t.h \
95
+ /usr/include/x86_64-linux-gnu/bits/types/struct_tm.h \
96
+ /usr/include/x86_64-linux-gnu/bits/types/clockid_t.h \
97
+ /usr/include/x86_64-linux-gnu/bits/types/timer_t.h \
98
+ /usr/include/x86_64-linux-gnu/bits/types/struct_itimerspec.h \
99
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes.h \
100
+ /usr/include/x86_64-linux-gnu/bits/thread-shared-types.h \
101
+ /usr/include/x86_64-linux-gnu/bits/pthreadtypes-arch.h \
102
+ /usr/include/x86_64-linux-gnu/bits/atomic_wide_counter.h \
103
+ /usr/include/x86_64-linux-gnu/bits/struct_mutex.h \
104
+ /usr/include/x86_64-linux-gnu/bits/struct_rwlock.h \
105
+ /usr/include/x86_64-linux-gnu/bits/setjmp.h \
106
+ /usr/include/x86_64-linux-gnu/bits/types/__sigset_t.h \
107
+ /usr/include/x86_64-linux-gnu/bits/types/struct___jmp_buf_tag.h \
108
+ /usr/include/x86_64-linux-gnu/bits/pthread_stack_min-dynamic.h \
109
+ /usr/include/x86_64-linux-gnu/c++/11/bits/atomic_word.h \
110
+ /usr/include/x86_64-linux-gnu/sys/single_threaded.h \
111
+ /usr/include/c++/11/bits/locale_classes.h /usr/include/c++/11/string \
112
+ /usr/include/c++/11/bits/allocator.h \
113
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++allocator.h \
114
+ /usr/include/c++/11/ext/new_allocator.h \
115
+ /usr/include/c++/11/bits/ostream_insert.h \
116
+ /usr/include/c++/11/bits/cxxabi_forced.h \
117
+ /usr/include/c++/11/bits/stl_function.h \
118
+ /usr/include/c++/11/backward/binders.h \
119
+ /usr/include/c++/11/bits/range_access.h \
120
+ /usr/include/c++/11/initializer_list \
121
+ /usr/include/c++/11/bits/basic_string.h \
122
+ /usr/include/c++/11/ext/alloc_traits.h \
123
+ /usr/include/c++/11/bits/alloc_traits.h \
124
+ /usr/include/c++/11/bits/stl_construct.h /usr/include/c++/11/string_view \
125
+ /usr/include/c++/11/bits/functional_hash.h \
126
+ /usr/include/c++/11/bits/string_view.tcc \
127
+ /usr/include/c++/11/ext/string_conversions.h /usr/include/c++/11/cstdlib \
128
+ /usr/include/stdlib.h /usr/include/x86_64-linux-gnu/bits/waitflags.h \
129
+ /usr/include/x86_64-linux-gnu/bits/waitstatus.h \
130
+ /usr/include/x86_64-linux-gnu/sys/types.h /usr/include/endian.h \
131
+ /usr/include/x86_64-linux-gnu/bits/byteswap.h \
132
+ /usr/include/x86_64-linux-gnu/bits/uintn-identity.h \
133
+ /usr/include/x86_64-linux-gnu/sys/select.h \
134
+ /usr/include/x86_64-linux-gnu/bits/select.h \
135
+ /usr/include/x86_64-linux-gnu/bits/types/sigset_t.h \
136
+ /usr/include/x86_64-linux-gnu/bits/select2.h /usr/include/alloca.h \
137
+ /usr/include/x86_64-linux-gnu/bits/stdlib-bsearch.h \
138
+ /usr/include/x86_64-linux-gnu/bits/stdlib-float.h \
139
+ /usr/include/x86_64-linux-gnu/bits/stdlib.h \
140
+ /usr/include/c++/11/bits/std_abs.h /usr/include/c++/11/cstdio \
141
+ /usr/include/stdio.h /usr/include/x86_64-linux-gnu/bits/types/__fpos_t.h \
142
+ /usr/include/x86_64-linux-gnu/bits/types/__fpos64_t.h \
143
+ /usr/include/x86_64-linux-gnu/bits/types/struct_FILE.h \
144
+ /usr/include/x86_64-linux-gnu/bits/types/cookie_io_functions_t.h \
145
+ /usr/include/x86_64-linux-gnu/bits/stdio_lim.h \
146
+ /usr/include/x86_64-linux-gnu/bits/stdio.h \
147
+ /usr/include/x86_64-linux-gnu/bits/stdio2.h /usr/include/c++/11/cerrno \
148
+ /usr/include/errno.h /usr/include/x86_64-linux-gnu/bits/errno.h \
149
+ /usr/include/linux/errno.h /usr/include/x86_64-linux-gnu/asm/errno.h \
150
+ /usr/include/asm-generic/errno.h /usr/include/asm-generic/errno-base.h \
151
+ /usr/include/x86_64-linux-gnu/bits/types/error_t.h \
152
+ /usr/include/c++/11/bits/charconv.h \
153
+ /usr/include/c++/11/bits/basic_string.tcc \
154
+ /usr/include/c++/11/bits/locale_classes.tcc \
155
+ /usr/include/c++/11/system_error \
156
+ /usr/include/x86_64-linux-gnu/c++/11/bits/error_constants.h \
157
+ /usr/include/c++/11/stdexcept /usr/include/c++/11/streambuf \
158
+ /usr/include/c++/11/bits/streambuf.tcc \
159
+ /usr/include/c++/11/bits/basic_ios.h \
160
+ /usr/include/c++/11/bits/locale_facets.h /usr/include/c++/11/cwctype \
161
+ /usr/include/wctype.h /usr/include/x86_64-linux-gnu/bits/wctype-wchar.h \
162
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_base.h \
163
+ /usr/include/c++/11/bits/streambuf_iterator.h \
164
+ /usr/include/x86_64-linux-gnu/c++/11/bits/ctype_inline.h \
165
+ /usr/include/c++/11/bits/locale_facets.tcc \
166
+ /usr/include/c++/11/bits/basic_ios.tcc \
167
+ /usr/include/c++/11/bits/ostream.tcc /usr/include/c++/11/algorithm \
168
+ /usr/include/c++/11/utility /usr/include/c++/11/bits/stl_relops.h \
169
+ /usr/include/c++/11/bits/stl_algo.h \
170
+ /usr/include/c++/11/bits/algorithmfwd.h \
171
+ /usr/include/c++/11/bits/stl_heap.h \
172
+ /usr/include/c++/11/bits/stl_tempbuf.h \
173
+ /usr/include/c++/11/bits/uniform_int_dist.h \
174
+ /usr/include/c++/11/pstl/glue_algorithm_defs.h \
175
+ /usr/include/c++/11/functional /usr/include/c++/11/tuple \
176
+ /usr/include/c++/11/array /usr/include/c++/11/bits/uses_allocator.h \
177
+ /usr/include/c++/11/bits/invoke.h /usr/include/c++/11/bits/refwrap.h \
178
+ /usr/include/c++/11/bits/std_function.h \
179
+ /usr/include/c++/11/unordered_map \
180
+ /usr/include/c++/11/ext/aligned_buffer.h \
181
+ /usr/include/c++/11/bits/hashtable.h \
182
+ /usr/include/c++/11/bits/hashtable_policy.h \
183
+ /usr/include/c++/11/bits/enable_special_members.h \
184
+ /usr/include/c++/11/bits/node_handle.h \
185
+ /usr/include/c++/11/bits/unordered_map.h \
186
+ /usr/include/c++/11/bits/erase_if.h /usr/include/c++/11/vector \
187
+ /usr/include/c++/11/bits/stl_uninitialized.h \
188
+ /usr/include/c++/11/bits/stl_vector.h \
189
+ /usr/include/c++/11/bits/stl_bvector.h \
190
+ /usr/include/c++/11/bits/vector.tcc \
191
+ /usr/include/c++/11/pstl/execution_defs.h /usr/include/c++/11/cassert \
192
+ /usr/include/assert.h /usr/include/c++/11/limits \
193
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
194
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../word_index.hh \
195
+ /usr/include/c++/11/climits \
196
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/limits.h \
197
+ /usr/lib/gcc/x86_64-linux-gnu/11/include/syslimits.h \
198
+ /usr/include/limits.h /usr/include/x86_64-linux-gnu/bits/posix1_lim.h \
199
+ /usr/include/x86_64-linux-gnu/bits/local_lim.h \
200
+ /usr/include/linux/limits.h \
201
+ /usr/include/x86_64-linux-gnu/bits/posix2_lim.h \
202
+ /usr/include/x86_64-linux-gnu/bits/xopen_lim.h \
203
+ /usr/include/x86_64-linux-gnu/bits/uio_lim.h \
204
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../weights.hh \
205
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_piece.hh \
206
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/ersatz_progress.hh \
207
+ /usr/include/c++/11/iostream /usr/include/c++/11/istream \
208
+ /usr/include/c++/11/bits/istream.tcc \
209
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
210
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file.hh \
211
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/scoped.hh \
212
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/mmap.hh \
213
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/read_compressed.hh \
214
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/spaces.hh \
215
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/exception.hh \
216
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_stream.hh \
217
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_piece.hh \
218
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/tokenize_piece.hh \
219
+ /usr/include/c++/11/iterator /usr/include/c++/11/bits/stream_iterator.h \
220
+ /usr/include/boost/noncopyable.hpp \
221
+ /usr/include/boost/core/noncopyable.hpp /usr/include/boost/config.hpp \
222
+ /usr/include/boost/config/user.hpp \
223
+ /usr/include/boost/config/detail/select_compiler_config.hpp \
224
+ /usr/include/boost/config/compiler/gcc.hpp \
225
+ /usr/include/boost/config/detail/select_stdlib_config.hpp \
226
+ /usr/include/c++/11/version \
227
+ /usr/include/boost/config/stdlib/libstdcpp3.hpp /usr/include/unistd.h \
228
+ /usr/include/x86_64-linux-gnu/bits/posix_opt.h \
229
+ /usr/include/x86_64-linux-gnu/bits/environments.h \
230
+ /usr/include/x86_64-linux-gnu/bits/confname.h \
231
+ /usr/include/x86_64-linux-gnu/bits/getopt_posix.h \
232
+ /usr/include/x86_64-linux-gnu/bits/getopt_core.h \
233
+ /usr/include/x86_64-linux-gnu/bits/unistd.h \
234
+ /usr/include/x86_64-linux-gnu/bits/unistd_ext.h \
235
+ /usr/include/linux/close_range.h \
236
+ /usr/include/boost/config/detail/select_platform_config.hpp \
237
+ /usr/include/boost/config/platform/linux.hpp \
238
+ /usr/include/boost/config/detail/posix_features.hpp \
239
+ /usr/include/boost/config/detail/suffix.hpp \
240
+ /usr/include/boost/config/helper_macros.hpp \
241
+ /usr/include/boost/scoped_array.hpp \
242
+ /usr/include/boost/smart_ptr/scoped_array.hpp \
243
+ /usr/include/boost/assert.hpp /usr/include/boost/checked_delete.hpp \
244
+ /usr/include/boost/core/checked_delete.hpp \
245
+ /usr/include/boost/smart_ptr/detail/sp_nullptr_t.hpp \
246
+ /usr/include/boost/smart_ptr/detail/sp_noexcept.hpp \
247
+ /usr/include/boost/config/workaround.hpp \
248
+ /usr/include/boost/smart_ptr/detail/operator_bool.hpp \
249
+ /usr/include/c++/11/fstream /usr/include/c++/11/bits/codecvt.h \
250
+ /usr/include/x86_64-linux-gnu/c++/11/bits/basic_file.h \
251
+ /usr/include/x86_64-linux-gnu/c++/11/bits/c++io.h \
252
+ /usr/include/c++/11/bits/fstream.tcc \
253
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/file_piece.hh \
254
+ /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/../../util/string_stream.hh
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/build.make ADDED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # Delete rule output on recipe failure.
5
+ .DELETE_ON_ERROR:
6
+
7
+ #=============================================================================
8
+ # Special targets provided by cmake.
9
+
10
+ # Disable implicit rules so canonical targets will work.
11
+ .SUFFIXES:
12
+
13
+ # Disable VCS-based implicit rules.
14
+ % : %,v
15
+
16
+ # Disable VCS-based implicit rules.
17
+ % : RCS/%
18
+
19
+ # Disable VCS-based implicit rules.
20
+ % : RCS/%,v
21
+
22
+ # Disable VCS-based implicit rules.
23
+ % : SCCS/s.%
24
+
25
+ # Disable VCS-based implicit rules.
26
+ % : s.%
27
+
28
+ .SUFFIXES: .hpux_make_needs_suffix_list
29
+
30
+ # Command-line flag to silence nested $(MAKE).
31
+ $(VERBOSE)MAKESILENT = -s
32
+
33
+ #Suppress display of executed commands.
34
+ $(VERBOSE).SILENT:
35
+
36
+ # A target that is always out of date.
37
+ cmake_force:
38
+ .PHONY : cmake_force
39
+
40
+ #=============================================================================
41
+ # Set environment variables for the build.
42
+
43
+ # The shell in which to execute make rules.
44
+ SHELL = /bin/sh
45
+
46
+ # The CMake executable.
47
+ CMAKE_COMMAND = /usr/bin/cmake
48
+
49
+ # The command to remove a file.
50
+ RM = /usr/bin/cmake -E rm -f
51
+
52
+ # Escaping for special characters.
53
+ EQUALS = =
54
+
55
+ # The top-level source directory on which CMake was run.
56
+ CMAKE_SOURCE_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm
57
+
58
+ # The top-level build directory on which CMake was run.
59
+ CMAKE_BINARY_DIR = /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build
60
+
61
+ # Include any dependencies generated for this target.
62
+ include lm/filter/CMakeFiles/kenlm_filter.dir/depend.make
63
+ # Include any dependencies generated by the compiler for this target.
64
+ include lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.make
65
+
66
+ # Include the progress variables for this target.
67
+ include lm/filter/CMakeFiles/kenlm_filter.dir/progress.make
68
+
69
+ # Include the compile flags for this target's objects.
70
+ include lm/filter/CMakeFiles/kenlm_filter.dir/flags.make
71
+
72
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/flags.make
73
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o: ../lm/filter/arpa_io.cc
74
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.ts
75
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o"
76
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o -MF CMakeFiles/kenlm_filter.dir/arpa_io.cc.o.d -o CMakeFiles/kenlm_filter.dir/arpa_io.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.cc
77
+
78
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.i: cmake_force
79
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm_filter.dir/arpa_io.cc.i"
80
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.cc > CMakeFiles/kenlm_filter.dir/arpa_io.cc.i
81
+
82
+ lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.s: cmake_force
83
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm_filter.dir/arpa_io.cc.s"
84
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/arpa_io.cc -o CMakeFiles/kenlm_filter.dir/arpa_io.cc.s
85
+
86
+ lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/flags.make
87
+ lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o: ../lm/filter/phrase.cc
88
+ lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.ts
89
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o"
90
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o -MF CMakeFiles/kenlm_filter.dir/phrase.cc.o.d -o CMakeFiles/kenlm_filter.dir/phrase.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/phrase.cc
91
+
92
+ lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.i: cmake_force
93
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm_filter.dir/phrase.cc.i"
94
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/phrase.cc > CMakeFiles/kenlm_filter.dir/phrase.cc.i
95
+
96
+ lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.s: cmake_force
97
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm_filter.dir/phrase.cc.s"
98
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/phrase.cc -o CMakeFiles/kenlm_filter.dir/phrase.cc.s
99
+
100
+ lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/flags.make
101
+ lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o: ../lm/filter/vocab.cc
102
+ lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o: lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.ts
103
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o"
104
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -MD -MT lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o -MF CMakeFiles/kenlm_filter.dir/vocab.cc.o.d -o CMakeFiles/kenlm_filter.dir/vocab.cc.o -c /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/vocab.cc
105
+
106
+ lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.i: cmake_force
107
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Preprocessing CXX source to CMakeFiles/kenlm_filter.dir/vocab.cc.i"
108
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/vocab.cc > CMakeFiles/kenlm_filter.dir/vocab.cc.i
109
+
110
+ lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.s: cmake_force
111
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green "Compiling CXX source to assembly CMakeFiles/kenlm_filter.dir/vocab.cc.s"
112
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && /usr/bin/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter/vocab.cc -o CMakeFiles/kenlm_filter.dir/vocab.cc.s
113
+
114
+ # Object files for target kenlm_filter
115
+ kenlm_filter_OBJECTS = \
116
+ "CMakeFiles/kenlm_filter.dir/arpa_io.cc.o" \
117
+ "CMakeFiles/kenlm_filter.dir/phrase.cc.o" \
118
+ "CMakeFiles/kenlm_filter.dir/vocab.cc.o"
119
+
120
+ # External object files for target kenlm_filter
121
+ kenlm_filter_EXTERNAL_OBJECTS =
122
+
123
+ lib/libkenlm_filter.a: lm/filter/CMakeFiles/kenlm_filter.dir/arpa_io.cc.o
124
+ lib/libkenlm_filter.a: lm/filter/CMakeFiles/kenlm_filter.dir/phrase.cc.o
125
+ lib/libkenlm_filter.a: lm/filter/CMakeFiles/kenlm_filter.dir/vocab.cc.o
126
+ lib/libkenlm_filter.a: lm/filter/CMakeFiles/kenlm_filter.dir/build.make
127
+ lib/libkenlm_filter.a: lm/filter/CMakeFiles/kenlm_filter.dir/link.txt
128
+ @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_4) "Linking CXX static library ../../lib/libkenlm_filter.a"
129
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && $(CMAKE_COMMAND) -P CMakeFiles/kenlm_filter.dir/cmake_clean_target.cmake
130
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/kenlm_filter.dir/link.txt --verbose=$(VERBOSE)
131
+
132
+ # Rule to build all files generated by this target.
133
+ lm/filter/CMakeFiles/kenlm_filter.dir/build: lib/libkenlm_filter.a
134
+ .PHONY : lm/filter/CMakeFiles/kenlm_filter.dir/build
135
+
136
+ lm/filter/CMakeFiles/kenlm_filter.dir/clean:
137
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter && $(CMAKE_COMMAND) -P CMakeFiles/kenlm_filter.dir/cmake_clean.cmake
138
+ .PHONY : lm/filter/CMakeFiles/kenlm_filter.dir/clean
139
+
140
+ lm/filter/CMakeFiles/kenlm_filter.dir/depend:
141
+ cd /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build && $(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/lm/filter /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter /home/sdp/Common_crawl/cc-multilingual-main/cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/DependInfo.cmake --color=$(COLOR)
142
+ .PHONY : lm/filter/CMakeFiles/kenlm_filter.dir/depend
143
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/cmake_clean.cmake ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ file(REMOVE_RECURSE
2
+ "../../lib/libkenlm_filter.a"
3
+ "../../lib/libkenlm_filter.pdb"
4
+ "CMakeFiles/kenlm_filter.dir/arpa_io.cc.o"
5
+ "CMakeFiles/kenlm_filter.dir/arpa_io.cc.o.d"
6
+ "CMakeFiles/kenlm_filter.dir/phrase.cc.o"
7
+ "CMakeFiles/kenlm_filter.dir/phrase.cc.o.d"
8
+ "CMakeFiles/kenlm_filter.dir/vocab.cc.o"
9
+ "CMakeFiles/kenlm_filter.dir/vocab.cc.o.d"
10
+ )
11
+
12
+ # Per-language clean rules from dependency scanning.
13
+ foreach(lang CXX)
14
+ include(CMakeFiles/kenlm_filter.dir/cmake_clean_${lang}.cmake OPTIONAL)
15
+ endforeach()
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/cmake_clean_target.cmake ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ file(REMOVE_RECURSE
2
+ "../../lib/libkenlm_filter.a"
3
+ )
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.make ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Empty compiler generated dependencies file for kenlm_filter.
2
+ # This may be replaced when dependencies are built.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/compiler_depend.ts ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Timestamp file for compiler generated dependencies management for kenlm_filter.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/depend.make ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ # Empty dependencies file for kenlm_filter.
2
+ # This may be replaced when dependencies are built.
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/flags.make ADDED
@@ -0,0 +1,10 @@
 
 
 
 
 
 
 
 
 
 
 
1
+ # CMAKE generated file: DO NOT EDIT!
2
+ # Generated by "Unix Makefiles" Generator, CMake Version 3.22
3
+
4
+ # compile CXX with /usr/bin/c++
5
+ CXX_DEFINES = -DBOOST_ALL_NO_LIB -DBOOST_ATOMIC_DYN_LINK -DBOOST_PROGRAM_OPTIONS_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_UNIT_TEST_FRAMEWORK_DYN_LINK
6
+
7
+ CXX_INCLUDES =
8
+
9
+ CXX_FLAGS = -O3 -DNDEBUG
10
+
cc-multilingual-main/cc_net/third_party/kenlm/build/lm/filter/CMakeFiles/kenlm_filter.dir/link.txt ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ /usr/bin/ar qc ../../lib/libkenlm_filter.a CMakeFiles/kenlm_filter.dir/arpa_io.cc.o CMakeFiles/kenlm_filter.dir/phrase.cc.o CMakeFiles/kenlm_filter.dir/vocab.cc.o
2
+ /usr/bin/ranlib ../../lib/libkenlm_filter.a