libt2n-git Archives

Subject: C++ inter-process communication library branch, change-clock-monotonic, updated. v0.7-11-g6cba044

From: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
To: libt2n-git@xxxxxxxxxxxxxxxxxxxxxxx
Date: Thu, 4 Apr 2024 09:31:08 +0200 (CEST)
The branch, change-clock-monotonic has been updated
       via  6cba044ea802a74b63586f3e9a5c9edb65b96eac (commit)
       via  3658968d1eeba3f629145632dc1cc109c5666cce (commit)
      from  b849d6a0362d60ff7b55b6eae7d355b34563dd28 (commit)


- Log -----------------------------------------------------------------
commit 6cba044ea802a74b63586f3e9a5c9edb65b96eac
Merge: 3658968 b849d6a
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Thu Apr 4 09:30:55 2024 +0200

    Edit of previous commit, format was wrong

commit 3658968d1eeba3f629145632dc1cc109c5666cce
Author: Gabriel Braga <gabriel.braga@xxxxxxxxxxxxx>
Date:   Wed Apr 3 17:42:02 2024 +0200

    Switch time() calls to monotonic clock calls (#7597)
    
    In the event of a time warp the use of time() causes connections to 
collapse.
    This removes this problem by using a monotonic clock, based on libi2ncommon.

-----------------------------------------------------------------------

Summary of changes:
 .idea/workspace.xml                                |  576 +++++++
 cmake-build-debug-intradev-gabriel/CMakeCache.txt  |  652 ++++++++
 .../CMakeDoxyfile.in                               |  212 +++
 .../CMakeDoxygenDefaults.cmake                     |  472 ++++++
 .../CMakeFiles/3.11.0/CMakeCCompiler.cmake         |   73 +
 .../CMakeFiles/3.11.0/CMakeCXXCompiler.cmake       |   75 +
 .../CMakeFiles/3.11.0/CMakeSystem.cmake            |   15 +
 .../3.11.0/CompilerIdC/CMakeCCompilerId.c          |  623 ++++++++
 .../3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp    |  600 +++++++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../CMakeFiles/CMakeOutput.log                     |  555 +++++++
 .../CMakeFiles/CMakeRuleHashes.txt                 |   12 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c    |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c   |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c   |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c   |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c  |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c   |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c |    6 +
 .../CheckIncludeFiles/HAVE_SYS_TYPES_H.c           |    6 +
 .../CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c   |    6 +
 .../CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c    |   20 +
 .../CMakeFiles/Makefile.cmake                      |  117 ++
 .../CMakeFiles/Makefile2                           | 1187 ++++++++++++++
 .../CMakeFiles/TargetDirectories.txt               |  115 ++
 .../clion-Debug-intradev-gabriel-log.txt           |   39 +
 .../CMakeFiles/clion-environment.txt               |    3 +
 .../CMakeFiles/cmake.check_cache                   |    1 +
 .../CMakeFiles/dist.dir/DependInfo.cmake           |   11 +
 .../CMakeFiles/dist.dir/build.make                 |   76 +
 .../CMakeFiles/dist.dir/cmake_clean.cmake          |    8 +
 .../CMakeFiles/docs.dir/DependInfo.cmake           |   11 +
 .../CMakeFiles/docs.dir/build.make                 |   92 ++
 .../CMakeFiles/docs.dir/cmake_clean.cmake          |   10 +
 .../CMakeFiles/docs.dir/progress.make              |    3 +
 .../CMakeFiles/feature_tests.c                     |   34 +
 .../CMakeFiles/feature_tests.cxx                   |  405 +++++
 .../CMakeFiles/progress.marks                      |    1 +
 .../CPackConfig.cmake                              |   86 +
 .../CPackSourceConfig.cmake                        |   92 ++
 .../cmake_install.cmake                            |   65 +
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../CMakeFiles/libt2n-codegen.dir/DependInfo.cmake |   25 +
 .../CMakeFiles/libt2n-codegen.dir/build.make       |   98 ++
 .../libt2n-codegen.dir/cmake_clean.cmake           |   10 +
 .../CMakeFiles/libt2n-codegen.dir/depend.make      |    2 +
 .../CMakeFiles/libt2n-codegen.dir/flags.make       |   10 +
 .../codegen/CMakeFiles/libt2n-codegen.dir/link.txt |    1 +
 .../CMakeFiles/libt2n-codegen.dir/progress.make    |    3 +
 .../codegen/CMakeFiles/progress.marks              |    1 +
 .../codegen/cmake_install.cmake                    |   75 +
 cmake-build-debug-intradev-gabriel/doxy.config     | 1226 +++++++++++++++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../examples-codegen/CMakeFiles/progress.marks     |    1 +
 .../examples-codegen/cmake_install.cmake           |   44 +
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../DependInfo.cmake                               |   25 +
 .../libt2n-example1-client-wrapper.dir/build.make  |  100 ++
 .../cmake_clean.cmake                              |   10 +
 .../libt2n-example1-client-wrapper.dir/depend.make |    2 +
 .../libt2n-example1-client-wrapper.dir/flags.make  |   10 +
 .../libt2n-example1-client-wrapper.dir/link.txt    |    1 +
 .../progress.make                                  |    3 +
 .../CMakeFiles/progress.marks                      |    1 +
 .../example1-client-wrapper/cmake_install.cmake    |   39 +
 .../libt2n-example1-client-wrapper.cbp             |  126 ++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../libt2n-example1-client.dir/DependInfo.cmake    |   25 +
 .../libt2n-example1-client.dir/build.make          |  100 ++
 .../libt2n-example1-client.dir/cmake_clean.cmake   |   10 +
 .../libt2n-example1-client.dir/depend.make         |    2 +
 .../libt2n-example1-client.dir/flags.make          |   10 +
 .../CMakeFiles/libt2n-example1-client.dir/link.txt |    1 +
 .../libt2n-example1-client.dir/progress.make       |    3 +
 .../example1-client/CMakeFiles/progress.marks      |    1 +
 .../example1-client/cmake_install.cmake            |   39 +
 .../example1-client/libt2n-example1-client.cbp     |  126 ++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../libt2n-example1-server.dir/DependInfo.cmake    |   39 +
 .../libt2n-example1-server.dir/build.make          |  157 ++
 .../libt2n-example1-server.dir/cmake_clean.cmake   |   18 +
 .../libt2n-example1-server.dir/depend.make         |    2 +
 .../libt2n-example1-server.dir/flags.make          |   10 +
 .../CMakeFiles/libt2n-example1-server.dir/link.txt |    1 +
 .../libt2n-example1-server.dir/progress.make       |    6 +
 .../CMakeFiles/libt2nexample.dir/DependInfo.cmake  |   38 +
 .../CMakeFiles/libt2nexample.dir/build.make        |  128 ++
 .../CMakeFiles/libt2nexample.dir/cmake_clean.cmake |   16 +
 .../libt2nexample.dir/cmake_clean_target.cmake     |    3 +
 .../CMakeFiles/libt2nexample.dir/depend.make       |    2 +
 .../CMakeFiles/libt2nexample.dir/flags.make        |   10 +
 .../example1/CMakeFiles/libt2nexample.dir/link.txt |    2 +
 .../CMakeFiles/libt2nexample.dir/progress.make     |    4 +
 .../example1/CMakeFiles/progress.marks             |    1 +
 .../t2nexample-static.dir/DependInfo.cmake         |   37 +
 .../CMakeFiles/t2nexample-static.dir/build.make    |  128 ++
 .../t2nexample-static.dir/cmake_clean.cmake        |   16 +
 .../t2nexample-static.dir/cmake_clean_target.cmake |    3 +
 .../CMakeFiles/t2nexample-static.dir/depend.make   |    2 +
 .../CMakeFiles/t2nexample-static.dir/flags.make    |   10 +
 .../CMakeFiles/t2nexample-static.dir/link.txt      |    2 +
 .../CMakeFiles/t2nexample-static.dir/progress.make |    4 +
 .../CMakeFiles/t2nexample.dir/DependInfo.cmake     |   39 +
 .../example1/CMakeFiles/t2nexample.dir/build.make  |  135 ++
 .../CMakeFiles/t2nexample.dir/cmake_clean.cmake    |   18 +
 .../example1/CMakeFiles/t2nexample.dir/depend.make |    2 +
 .../example1/CMakeFiles/t2nexample.dir/flags.make  |   10 +
 .../example1/CMakeFiles/t2nexample.dir/link.txt    |    1 +
 .../CMakeFiles/t2nexample.dir/progress.make        |    4 +
 .../t2nexample_codegen_done.dir/DependInfo.cmake   |   21 +
 .../t2nexample_codegen_done.dir/build.make         |  111 ++
 .../t2nexample_codegen_done.dir/cmake_clean.cmake  |   14 +
 .../t2nexample_codegen_done.dir/progress.make      |    2 +
 .../examples-codegen/example1/cmake_install.cmake  |   86 +
 .../examples-codegen/example1/libt2n-example1.cbp  |  334 ++++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../libt2n-example2-client.dir/DependInfo.cmake    |   25 +
 .../libt2n-example2-client.dir/build.make          |  100 ++
 .../libt2n-example2-client.dir/cmake_clean.cmake   |   10 +
 .../libt2n-example2-client.dir/depend.make         |    2 +
 .../libt2n-example2-client.dir/flags.make          |   10 +
 .../CMakeFiles/libt2n-example2-client.dir/link.txt |    1 +
 .../libt2n-example2-client.dir/progress.make       |    3 +
 .../example2-client/CMakeFiles/progress.marks      |    1 +
 .../example2-client/cmake_install.cmake            |   39 +
 .../example2-client/libt2n-example2-client.cbp     |  126 ++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../CMakeFiles/default-static.dir/DependInfo.cmake |   37 +
 .../CMakeFiles/default-static.dir/build.make       |  128 ++
 .../default-static.dir/cmake_clean.cmake           |   16 +
 .../default-static.dir/cmake_clean_target.cmake    |    3 +
 .../CMakeFiles/default-static.dir/depend.make      |    2 +
 .../CMakeFiles/default-static.dir/flags.make       |   10 +
 .../CMakeFiles/default-static.dir/link.txt         |    2 +
 .../CMakeFiles/default-static.dir/progress.make    |    4 +
 .../CMakeFiles/default.dir/DependInfo.cmake        |   39 +
 .../example2/CMakeFiles/default.dir/build.make     |  135 ++
 .../CMakeFiles/default.dir/cmake_clean.cmake       |   18 +
 .../example2/CMakeFiles/default.dir/depend.make    |    2 +
 .../example2/CMakeFiles/default.dir/flags.make     |   10 +
 .../example2/CMakeFiles/default.dir/link.txt       |    1 +
 .../example2/CMakeFiles/default.dir/progress.make  |    4 +
 .../default_codegen_done.dir/DependInfo.cmake      |   21 +
 .../CMakeFiles/default_codegen_done.dir/build.make |  111 ++
 .../default_codegen_done.dir/cmake_clean.cmake     |   14 +
 .../default_codegen_done.dir/progress.make         |    2 +
 .../CMakeFiles/libdefault.dir/DependInfo.cmake     |   37 +
 .../example2/CMakeFiles/libdefault.dir/build.make  |  128 ++
 .../CMakeFiles/libdefault.dir/cmake_clean.cmake    |   16 +
 .../libdefault.dir/cmake_clean_target.cmake        |    3 +
 .../example2/CMakeFiles/libdefault.dir/depend.make |    2 +
 .../example2/CMakeFiles/libdefault.dir/flags.make  |   10 +
 .../example2/CMakeFiles/libdefault.dir/link.txt    |    2 +
 .../CMakeFiles/libdefault.dir/progress.make        |    4 +
 .../CMakeFiles/libother.dir/DependInfo.cmake       |   37 +
 .../example2/CMakeFiles/libother.dir/build.make    |  130 ++
 .../CMakeFiles/libother.dir/cmake_clean.cmake      |   16 +
 .../libother.dir/cmake_clean_target.cmake          |    3 +
 .../example2/CMakeFiles/libother.dir/depend.make   |    2 +
 .../example2/CMakeFiles/libother.dir/flags.make    |   10 +
 .../example2/CMakeFiles/libother.dir/link.txt      |    2 +
 .../example2/CMakeFiles/libother.dir/progress.make |    4 +
 .../libt2n-example2-server.dir/DependInfo.cmake    |   49 +
 .../libt2n-example2-server.dir/build.make          |  236 +++
 .../libt2n-example2-server.dir/cmake_clean.cmake   |   27 +
 .../libt2n-example2-server.dir/depend.make         |    2 +
 .../libt2n-example2-server.dir/flags.make          |   10 +
 .../CMakeFiles/libt2n-example2-server.dir/link.txt |    1 +
 .../libt2n-example2-server.dir/progress.make       |   10 +
 .../CMakeFiles/other-static.dir/DependInfo.cmake   |   37 +
 .../CMakeFiles/other-static.dir/build.make         |  130 ++
 .../CMakeFiles/other-static.dir/cmake_clean.cmake  |   16 +
 .../other-static.dir/cmake_clean_target.cmake      |    3 +
 .../CMakeFiles/other-static.dir/depend.make        |    2 +
 .../CMakeFiles/other-static.dir/flags.make         |   10 +
 .../example2/CMakeFiles/other-static.dir/link.txt  |    2 +
 .../CMakeFiles/other-static.dir/progress.make      |    4 +
 .../example2/CMakeFiles/other.dir/DependInfo.cmake |   39 +
 .../example2/CMakeFiles/other.dir/build.make       |  137 ++
 .../CMakeFiles/other.dir/cmake_clean.cmake         |   18 +
 .../example2/CMakeFiles/other.dir/depend.make      |    2 +
 .../example2/CMakeFiles/other.dir/flags.make       |   10 +
 .../example2/CMakeFiles/other.dir/link.txt         |    1 +
 .../example2/CMakeFiles/other.dir/progress.make    |    4 +
 .../other_codegen_done.dir/DependInfo.cmake        |   21 +
 .../CMakeFiles/other_codegen_done.dir/build.make   |  113 ++
 .../other_codegen_done.dir/cmake_clean.cmake       |   14 +
 .../other_codegen_done.dir/progress.make           |    2 +
 .../example2/CMakeFiles/progress.marks             |    1 +
 .../examples-codegen/example2/cmake_install.cmake  |  133 ++
 .../examples-codegen/example2/libt2n-example2.cbp  |  536 +++++++
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../libminimalistic_client.dir/DependInfo.cmake    |   26 +
 .../libminimalistic_client.dir/build.make          |   99 ++
 .../libminimalistic_client.dir/cmake_clean.cmake   |   10 +
 .../cmake_clean_target.cmake                       |    3 +
 .../libminimalistic_client.dir/depend.make         |    2 +
 .../libminimalistic_client.dir/flags.make          |   10 +
 .../CMakeFiles/libminimalistic_client.dir/link.txt |    2 +
 .../libminimalistic_client.dir/progress.make       |    3 +
 .../minimalistic_client.dir/DependInfo.cmake       |   28 +
 .../CMakeFiles/minimalistic_client.dir/build.make  |  101 ++
 .../minimalistic_client.dir/cmake_clean.cmake      |   10 +
 .../CMakeFiles/minimalistic_client.dir/depend.make |    2 +
 .../CMakeFiles/minimalistic_client.dir/flags.make  |   10 +
 .../CMakeFiles/minimalistic_client.dir/link.txt    |    1 +
 .../minimalistic_client.dir/progress.make          |    3 +
 .../minimalistic_server.dir/DependInfo.cmake       |   28 +
 .../CMakeFiles/minimalistic_server.dir/build.make  |  115 ++
 .../minimalistic_server.dir/cmake_clean.cmake      |   11 +
 .../CMakeFiles/minimalistic_server.dir/depend.make |    2 +
 .../CMakeFiles/minimalistic_server.dir/flags.make  |   10 +
 .../CMakeFiles/minimalistic_server.dir/link.txt    |    1 +
 .../minimalistic_server.dir/progress.make          |    4 +
 .../examples/CMakeFiles/progress.marks             |    1 +
 .../examples/cmake_install.cmake                   |   39 +
 cmake-build-debug-intradev-gabriel/libt2n.cbp      | 1629 ++++++++++++++++++++
 .../src/CMakeFiles/CMakeDirectoryInformation.cmake |   16 +
 .../CMakeFiles/libt2n-static.dir/DependInfo.cmake  |   38 +
 .../src/CMakeFiles/libt2n-static.dir/build.make    |  294 ++++
 .../CMakeFiles/libt2n-static.dir/cmake_clean.cmake |   23 +
 .../libt2n-static.dir/cmake_clean_target.cmake     |    3 +
 .../src/CMakeFiles/libt2n-static.dir/depend.make   |    2 +
 .../src/CMakeFiles/libt2n-static.dir/flags.make    |   10 +
 .../src/CMakeFiles/libt2n-static.dir/link.txt      |    2 +
 .../src/CMakeFiles/libt2n-static.dir/progress.make |   16 +
 .../src/CMakeFiles/libt2n.dir/CXX.includecache     |  564 +++++++
 .../src/CMakeFiles/libt2n.dir/DependInfo.cmake     |   45 +
 .../src/CMakeFiles/libt2n.dir/build.make           |  300 ++++
 .../src/CMakeFiles/libt2n.dir/cmake_clean.cmake    |   25 +
 .../src/CMakeFiles/libt2n.dir/depend.internal      |  115 ++
 .../src/CMakeFiles/libt2n.dir/depend.make          |  115 ++
 .../src/CMakeFiles/libt2n.dir/flags.make           |   10 +
 .../src/CMakeFiles/libt2n.dir/link.txt             |    1 +
 .../src/CMakeFiles/libt2n.dir/progress.make        |   16 +
 .../src/CMakeFiles/progress.marks                  |    1 +
 .../src/cmake_install.cmake                        |   98 ++
 cmake-build-debug-intradev-gabriel/src/libt2n.so.1 |    1 +
 .../CMakeFiles/CMakeDirectoryInformation.cmake     |   16 +
 .../test/CMakeFiles/check.dir/DependInfo.cmake     |   11 +
 .../test/CMakeFiles/check.dir/build.make           |   76 +
 .../test/CMakeFiles/check.dir/cmake_clean.cmake    |    8 +
 .../test/CMakeFiles/progress.marks                 |    1 +
 .../test/CMakeFiles/test.dir/CXX.includecache      |  700 +++++++++
 .../test/CMakeFiles/test.dir/DependInfo.cmake      |   38 +
 .../test/CMakeFiles/test.dir/build.make            |  266 ++++
 .../test/CMakeFiles/test.dir/cmake_clean.cmake     |   21 +
 .../test/CMakeFiles/test.dir/depend.internal       |  190 +++
 .../test/CMakeFiles/test.dir/depend.make           |  190 +++
 .../test/CMakeFiles/test.dir/flags.make            |   10 +
 .../test/CMakeFiles/test.dir/link.txt              |    1 +
 .../test/CMakeFiles/test.dir/progress.make         |   14 +
 .../test/CTestTestfile.cmake                       |    7 +
 .../test/cmake_install.cmake                       |   39 +
 src/CMakeLists.txt                                 |    2 +
 src/monotonic_clock.cpp                            |   27 +-
 src/monotonic_clock.hxx                            |   22 +
 src/server.cpp                                     |    2 +-
 259 files changed, 18326 insertions(+), 3 deletions(-)
 create mode 100644 .idea/workspace.xml
 create mode 100644 cmake-build-debug-intradev-gabriel/CMakeCache.txt
 create mode 100644 cmake-build-debug-intradev-gabriel/CMakeDoxyfile.in
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeDoxygenDefaults.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCCompiler.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCXXCompiler.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeSystem.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeOutput.log
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeRuleHashes.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
 create mode 100644 cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile2
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/TargetDirectories.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/clion-Debug-intradev-gabriel-log.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/clion-environment.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/cmake.check_cache
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c
 create mode 100644 
cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx
 create mode 100644 cmake-build-debug-intradev-gabriel/CMakeFiles/progress.marks
 create mode 100644 cmake-build-debug-intradev-gabriel/CPackConfig.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/doxy.config
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/cmake_install.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/examples/cmake_install.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/libt2n.cbp
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/CXX.includecache
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.internal
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/progress.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/src/CMakeFiles/progress.marks
 create mode 100644 cmake-build-debug-intradev-gabriel/src/cmake_install.cmake
 create mode 120000 cmake-build-debug-intradev-gabriel/src/libt2n.so.1
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/CMakeDirectoryInformation.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/progress.marks
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/CXX.includecache
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/build.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmake_clean.cmake
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.internal
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/flags.make
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/link.txt
 create mode 100644 
cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/progress.make
 create mode 100644 cmake-build-debug-intradev-gabriel/test/CTestTestfile.cmake
 create mode 100644 cmake-build-debug-intradev-gabriel/test/cmake_install.cmake

diff --git a/.idea/workspace.xml b/.idea/workspace.xml
new file mode 100644
index 0000000..4b1c203
--- /dev/null
+++ b/.idea/workspace.xml
@@ -0,0 +1,576 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="AutoImportSettings">
+    <option name="autoReloadType" value="SELECTIVE" />
+  </component>
+  <component name="CMakePresetLoader"><![CDATA[{
+  "useNewFormat": true
+}]]></component>
+  <component name="CMakeReloadState">
+    <option name="reloaded" value="true" />
+  </component>
+  <component name="CMakeRunConfigurationManager">
+    <generated>
+      <config projectName="libt2n" targetName="libt2n-static" />
+      <config projectName="libt2n" targetName="docs" />
+      <config projectName="libt2n" targetName="libt2n-codegen" />
+      <config projectName="libt2n" targetName="libt2n" />
+      <config projectName="libt2n" targetName="libdefault" />
+      <config projectName="libt2n" targetName="other_codegen_done" />
+      <config projectName="libt2n" targetName="check" />
+      <config projectName="libt2n" targetName="other-static" />
+      <config projectName="libt2n" targetName="default_codegen_done" />
+      <config projectName="libt2n" targetName="libt2n-example1-server" />
+      <config projectName="libt2n" targetName="libt2n-example2-server" />
+      <config projectName="libt2n" targetName="minimalistic_client" />
+      <config projectName="libt2n" targetName="t2nexample_codegen_done" />
+      <config projectName="libt2n" targetName="other" />
+      <config projectName="libt2n" targetName="libother" />
+      <config projectName="libt2n" targetName="default-static" />
+      <config projectName="libt2n" targetName="t2nexample-static" />
+      <config projectName="libt2n" targetName="default" />
+      <config projectName="libt2n" targetName="libminimalistic_client" />
+      <config projectName="libt2n" targetName="dist" />
+      <config projectName="libt2n" targetName="libt2n-example1-client" />
+      <config projectName="libt2n" targetName="libt2n-example2-client" />
+      <config projectName="libt2n" targetName="libt2nexample" />
+      <config projectName="libt2n" targetName="test" />
+      <config projectName="libt2n" targetName="minimalistic_server" />
+      <config projectName="libt2n" targetName="t2nexample" />
+      <config projectName="libt2n" targetName="libt2n-example1-client-wrapper" 
/>
+    </generated>
+  </component>
+  <component name="CMakeSettings">
+    <configurations>
+      <configuration PROFILE_NAME="Debug-intradev-gabriel" ENABLED="true" 
CONFIG_NAME="Debug" TOOLCHAIN_NAME="intradev-gabriel" />
+    </configurations>
+  </component>
+  <component name="ChangeListManager">
+    <list default="true" id="240a4b61-903e-40b9-9948-1305aabc08d4" 
name="Changes" comment="">
+      <change afterPath="$PROJECT_DIR$/.idea/.gitignore" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/deployment.xml" afterDir="false" 
/>
+      <change afterPath="$PROJECT_DIR$/.idea/libt2n.iml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
+      <change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeCache.txt" 
afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeDoxyfile.in" 
afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeDoxygenDefaults.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCCompiler.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCXXCompiler.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeSystem.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeOutput.log"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeRuleHashes.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile2"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/TargetDirectories.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-Debug-intradev-gabriel-log.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-environment.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/cmake.check_cache"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CPackConfig.cmake" 
afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/CXX.includecache"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.internal"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/doxy.config" 
afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper.cbp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client.cbp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1.cbp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client.cbp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2.cbp"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/examples/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/libt2n.cbp" 
afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/src/cmake_install.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/CMakeDirectoryInformation.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/progress.marks"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/build.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmake_clean.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/flags.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/link.txt"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/progress.make"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/CTestTestfile.cmake"
 afterDir="false" />
+      <change 
afterPath="$PROJECT_DIR$/cmake-build-debug-intradev-gabriel/test/cmake_install.cmake"
 afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/CMakeLists.txt" beforeDir="false" 
afterPath="$PROJECT_DIR$/src/CMakeLists.txt" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/monotonic_clock.cpp" 
beforeDir="false" afterPath="$PROJECT_DIR$/src/monotonic_clock.cpp" 
afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/src/server.cpp" beforeDir="false" 
afterPath="$PROJECT_DIR$/src/server.cpp" afterDir="false" />
+    </list>
+    <option name="SHOW_DIALOG" value="false" />
+    <option name="HIGHLIGHT_CONFLICTS" value="true" />
+    <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
+    <option name="LAST_RESOLUTION" value="IGNORE" />
+  </component>
+  <component name="ClangdSettings">
+    <option name="formatViaClangd" value="false" />
+  </component>
+  <component name="ExecutionTargetManager" 
SELECTED_TARGET="CMakeBuildProfile:Debug-intradev-gabriel" />
+  <component name="Git.Settings">
+    <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
+  </component>
+  <component name="MacroExpansionManager">
+    <option name="directoryName" value="gw355xdw" />
+  </component>
+  <component name="ProjectApplicationVersion">
+    <option name="ide" value="CLion" />
+    <option name="majorVersion" value="2023" />
+    <option name="minorVersion" value="3.4" />
+  </component>
+  <component name="ProjectColorInfo"><![CDATA[{
+  "customColor": "",
+  "associatedIndex": 3
+}]]></component>
+  <component name="ProjectId" id="2eazBJ0rM8Ppq0zUoclcUkOzxwA" />
+  <component name="ProjectLevelVcsManager">
+    <ConfirmationsSetting value="2" id="Add" />
+  </component>
+  <component name="ProjectViewState">
+    <option name="hideEmptyMiddlePackages" value="true" />
+    <option name="showLibraryContents" value="true" />
+  </component>
+  <component name="PropertiesComponent"><![CDATA[{
+  "keyToString": {
+    "ASKED_ADD_EXTERNAL_FILES": "true",
+    "Boost.Test.test.executor": "Run",
+    "RunOnceActivity.OpenProjectViewOnStart": "true",
+    "RunOnceActivity.ShowReadmeOnStart": "true",
+    "RunOnceActivity.cidr.known.project.marker": "true",
+    "RunOnceActivity.readMode.enableVisualFormatting": "true",
+    "cf.first.check.clang-format": "false",
+    "cidr.known.project.marker": "true",
+    "git-widget-placeholder": "change-clock-monotonic",
+    "last_opened_file_path": "/home/gabriel/devbox/libt2n/src",
+    "node.js.detected.package.eslint": "true",
+    "node.js.detected.package.tslint": "true",
+    "node.js.selected.package.eslint": "(autodetect)",
+    "node.js.selected.package.tslint": "(autodetect)",
+    "nodejs_package_manager_path": "npm",
+    "org.rust.first.attach.projects.stats": "true",
+    "settings.editor.selected.configurable": "preferences.pluginManager",
+    "vue.rearranger.settings.migration": "true"
+  }
+}]]></component>
+  <component name="RecentsManager">
+    <key name="CopyFile.RECENT_KEYS">
+      <recent name="$PROJECT_DIR$/src" />
+    </key>
+  </component>
+  <component name="RunManager" selected="Boost.Test.test">
+    <configuration default="true" type="CLionExternalRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true">
+      <method v="2">
+        <option name="CLION.EXTERNAL.BUILD" enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="test" type="CMakeBoostTestRunConfigurationType" 
factoryName="Boost Test" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="test" CONFIG_NAME="Debug-intradev-gabriel" 
RUN_TARGET_PROJECT_NAME="libt2n" RUN_TARGET_NAME="test" TEST_MODE="SUITE_TEST">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+        <option name="BeforeTestRunTask" enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="check" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="check" CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="default-static" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="default-static" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="default" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="default" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="default_codegen_done" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="default_codegen_done" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="dist" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="dist" CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="docs" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="docs" CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libdefault" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libdefault" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libminimalistic_client" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libminimalistic_client" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libother" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libother" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-codegen" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-codegen" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-codegen">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-example1-client-wrapper" 
type="CMakeRunConfiguration" factoryName="Application" REDIRECT_INPUT="false" 
ELEVATE="false" USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" 
PASS_PARENT_ENVS_2="true" PROJECT_NAME="libt2n" 
TARGET_NAME="libt2n-example1-client-wrapper" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-example1-client-wrapper">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-example1-client" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-example1-client" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-example1-client">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-example1-server" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-example1-server" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-example1-server">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-example2-client" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-example2-client" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-example2-client">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-example2-server" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-example2-server" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="libt2n-example2-server">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n-static" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n-static" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2n" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2n" CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="libt2nexample" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="libt2nexample" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="minimalistic_client" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="minimalistic_client" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="minimalistic_client">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="minimalistic_server" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="minimalistic_server" 
CONFIG_NAME="Debug-intradev-gabriel" RUN_TARGET_PROJECT_NAME="libt2n" 
RUN_TARGET_NAME="minimalistic_server">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="other-static" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="other-static" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="other" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="other" CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="other_codegen_done" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="other_codegen_done" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="t2nexample-static" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="t2nexample-static" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="t2nexample" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="t2nexample" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <configuration name="t2nexample_codegen_done" type="CMakeRunConfiguration" 
factoryName="Application" REDIRECT_INPUT="false" ELEVATE="false" 
USE_EXTERNAL_CONSOLE="false" EMULATE_TERMINAL="false" PASS_PARENT_ENVS_2="true" 
PROJECT_NAME="libt2n" TARGET_NAME="t2nexample_codegen_done" 
CONFIG_NAME="Debug-intradev-gabriel">
+      <method v="2">
+        <option 
name="com.jetbrains.cidr.execution.CidrBuildBeforeRunTaskProvider$BuildBeforeRunTask"
 enabled="true" />
+      </method>
+    </configuration>
+    <list>
+      <item itemvalue="Boost.Test.test" />
+      <item itemvalue="CMake Application.dist" />
+      <item itemvalue="CMake Application.docs" />
+      <item itemvalue="CMake Application.libt2n-codegen" />
+      <item itemvalue="CMake Application.libt2n-example1-client-wrapper" />
+      <item itemvalue="CMake Application.libt2n-example1-client" />
+      <item itemvalue="CMake Application.libt2n-example1-server" />
+      <item itemvalue="CMake Application.libt2nexample" />
+      <item itemvalue="CMake Application.t2nexample" />
+      <item itemvalue="CMake Application.t2nexample-static" />
+      <item itemvalue="CMake Application.t2nexample_codegen_done" />
+      <item itemvalue="CMake Application.libt2n-example2-client" />
+      <item itemvalue="CMake Application.default" />
+      <item itemvalue="CMake Application.default-static" />
+      <item itemvalue="CMake Application.default_codegen_done" />
+      <item itemvalue="CMake Application.libdefault" />
+      <item itemvalue="CMake Application.libother" />
+      <item itemvalue="CMake Application.libt2n-example2-server" />
+      <item itemvalue="CMake Application.other" />
+      <item itemvalue="CMake Application.other-static" />
+      <item itemvalue="CMake Application.other_codegen_done" />
+      <item itemvalue="CMake Application.libminimalistic_client" />
+      <item itemvalue="CMake Application.minimalistic_client" />
+      <item itemvalue="CMake Application.minimalistic_server" />
+      <item itemvalue="CMake Application.libt2n" />
+      <item itemvalue="CMake Application.libt2n-static" />
+      <item itemvalue="CMake Application.check" />
+    </list>
+  </component>
+  <component name="SpellCheckerSettings" RuntimeDictionaries="0" Folders="0" 
CustomDictionaries="0" DefaultDictionary="application-level" 
UseSingleDictionary="true" transferred="true" />
+  <component name="TaskManager">
+    <task active="true" id="Default" summary="Default task">
+      <changelist id="240a4b61-903e-40b9-9948-1305aabc08d4" name="Changes" 
comment="" />
+      <created>1712157339661</created>
+      <option name="number" value="Default" />
+      <option name="presentableId" value="Default" />
+      <updated>1712157339661</updated>
+      <workItem from="1712157340757" duration="3388000" />
+    </task>
+    <servers />
+  </component>
+  <component name="TypeScriptGeneratedFilesManager">
+    <option name="version" value="3" />
+  </component>
+  <component name="VCPKGProject">
+    <isAutomaticCheckingOnLaunch value="false" />
+    <isAutomaticFoundErrors value="true" />
+    <isAutomaticReloadCMake value="true" />
+  </component>
+  <component name="Vcs.Log.Tabs.Properties">
+    <option name="TAB_STATES">
+      <map>
+        <entry key="MAIN">
+          <value>
+            <State />
+          </value>
+        </entry>
+      </map>
+    </option>
+  </component>
+  <component name="VcsManagerConfiguration">
+    <option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
+  </component>
+</project>
\ No newline at end of file
diff --git a/cmake-build-debug-intradev-gabriel/CMakeCache.txt 
b/cmake-build-debug-intradev-gabriel/CMakeCache.txt
new file mode 100644
index 0000000..518d764
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeCache.txt
@@ -0,0 +1,652 @@
+# This is the CMakeCache file.
+# For build in directory: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+# It was generated by CMake: /usr/bin/cmake
+# You can edit this file to change values found and used by cmake.
+# If you do not want to change any of the values, simply exit the editor.
+# If you do want to change a value, simply edit, save, and exit the editor.
+# The syntax for the file is as follows:
+# KEY:TYPE=VALUE
+# KEY is the name of a variable in the cache.
+# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
+# VALUE is the current value for the KEY.
+
+########################
+# EXTERNAL cache entries
+########################
+
+//Path to a file.
+Boost_INCLUDE_DIR:PATH=/usr/include
+
+//Boost library directory
+Boost_LIBRARY_DIRS:FILEPATH=/usr/lib
+
+//The Boost SERIALIZATION library
+Boost_SERIALIZATION_LIBRARY:FILEPATH=/usr/lib/libboost_serialization-mt.so
+
+//Boost serialization library (debug)
+Boost_SERIALIZATION_LIBRARY_DEBUG:FILEPATH=/usr/lib/libboost_serialization-mt.so
+
+//Boost serialization library (release)
+Boost_SERIALIZATION_LIBRARY_RELEASE:FILEPATH=/usr/lib/libboost_serialization-mt.so
+
+//The Boost UNIT_TEST_FRAMEWORK library
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY:FILEPATH=/usr/lib/libboost_unit_test_framework-mt.so
+
+//Boost unit_test_framework library (debug)
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG:FILEPATH=/usr/lib/libboost_unit_test_framework-mt.so
+
+//Boost unit_test_framework library (release)
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE:FILEPATH=/usr/lib/libboost_unit_test_framework-mt.so
+
+//Path to a program.
+CMAKE_AR:FILEPATH=/usr/bin/ar
+
+//Choose the type of build, options are: None Debug Release RelWithDebInfo
+// MinSizeRel ...
+CMAKE_BUILD_TYPE:STRING=Debug
+
+//Id string of the compiler for the CodeBlocks IDE. Automatically
+// detected when left empty
+CMAKE_CODEBLOCKS_COMPILER_ID:STRING=
+
+//The CodeBlocks executable
+CMAKE_CODEBLOCKS_EXECUTABLE:FILEPATH=CMAKE_CODEBLOCKS_EXECUTABLE-NOTFOUND
+
+//Additional command line arguments when CodeBlocks invokes make.
+// Enter e.g. -j<some_number> to get parallel builds
+CMAKE_CODEBLOCKS_MAKE_ARGUMENTS:STRING=-j16
+
+//Enable/Disable color output during build.
+CMAKE_COLOR_MAKEFILE:BOOL=ON
+
+//CXX compiler
+CMAKE_CXX_COMPILER:FILEPATH=/usr/lib/ccache/c++
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_AR:FILEPATH=CMAKE_CXX_COMPILER_AR-NOTFOUND
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_CXX_COMPILER_RANLIB:FILEPATH=CMAKE_CXX_COMPILER_RANLIB-NOTFOUND
+
+//Flags used by the CXX compiler during all build types.
+CMAKE_CXX_FLAGS:STRING=
+
+//Flags used by the CXX compiler during DEBUG builds.
+CMAKE_CXX_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the CXX compiler during MINSIZEREL builds.
+CMAKE_CXX_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the CXX compiler during RELEASE builds.
+CMAKE_CXX_FLAGS_RELEASE:STRING=-O2 -DNDEBUG
+
+//Flags used by the CXX compiler during RELWITHDEBINFO builds.
+CMAKE_CXX_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//C compiler
+CMAKE_C_COMPILER:FILEPATH=/usr/lib/ccache/cc
+
+//A wrapper around 'ar' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_AR:FILEPATH=CMAKE_C_COMPILER_AR-NOTFOUND
+
+//A wrapper around 'ranlib' adding the appropriate '--plugin' option
+// for the GCC compiler
+CMAKE_C_COMPILER_RANLIB:FILEPATH=CMAKE_C_COMPILER_RANLIB-NOTFOUND
+
+//Flags used by the C compiler during all build types.
+CMAKE_C_FLAGS:STRING=
+
+//Flags used by the C compiler during DEBUG builds.
+CMAKE_C_FLAGS_DEBUG:STRING=-g
+
+//Flags used by the C compiler during MINSIZEREL builds.
+CMAKE_C_FLAGS_MINSIZEREL:STRING=-Os -DNDEBUG
+
+//Flags used by the C compiler during RELEASE builds.
+CMAKE_C_FLAGS_RELEASE:STRING=-O2 -DNDEBUG
+
+//Flags used by the C compiler during RELWITHDEBINFO builds.
+CMAKE_C_FLAGS_RELWITHDEBINFO:STRING=-O2 -g -DNDEBUG
+
+//Flags used by the linker during all build types.
+CMAKE_EXE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during DEBUG builds.
+CMAKE_EXE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during MINSIZEREL builds.
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during RELEASE builds.
+CMAKE_EXE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during RELWITHDEBINFO builds.
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Enable/Disable output of compile commands during generation.
+CMAKE_EXPORT_COMPILE_COMMANDS:BOOL=OFF
+
+//Install path prefix, prepended onto install directories.
+CMAKE_INSTALL_PREFIX:PATH=/usr/local
+
+//Path to a program.
+CMAKE_LINKER:FILEPATH=/usr/bin/ld
+
+//Path to a program.
+CMAKE_MAKE_PROGRAM:FILEPATH=/usr/bin/gmake
+
+//Flags used by the linker during the creation of modules during
+// all build types.
+CMAKE_MODULE_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of modules during
+// DEBUG builds.
+CMAKE_MODULE_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of modules during
+// MINSIZEREL builds.
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELEASE builds.
+CMAKE_MODULE_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of modules during
+// RELWITHDEBINFO builds.
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_NM:FILEPATH=/usr/bin/nm
+
+//Path to a program.
+CMAKE_OBJCOPY:FILEPATH=/usr/bin/objcopy
+
+//Path to a program.
+CMAKE_OBJDUMP:FILEPATH=/usr/bin/objdump
+
+//Value Computed by CMake
+CMAKE_PROJECT_NAME:STATIC=libt2n
+
+//Path to a program.
+CMAKE_RANLIB:FILEPATH=/usr/bin/ranlib
+
+//Flags used by the linker during the creation of shared libraries
+// during all build types.
+CMAKE_SHARED_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during DEBUG builds.
+CMAKE_SHARED_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during MINSIZEREL builds.
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELEASE builds.
+CMAKE_SHARED_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of shared libraries
+// during RELWITHDEBINFO builds.
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//If set, runtime paths are not added when installing shared libraries,
+// but are added when building.
+CMAKE_SKIP_INSTALL_RPATH:BOOL=NO
+
+//If set, runtime paths are not added when using shared libraries.
+CMAKE_SKIP_RPATH:BOOL=NO
+
+//Flags used by the linker during the creation of static libraries
+// during all build types.
+CMAKE_STATIC_LINKER_FLAGS:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during DEBUG builds.
+CMAKE_STATIC_LINKER_FLAGS_DEBUG:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during MINSIZEREL builds.
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELEASE builds.
+CMAKE_STATIC_LINKER_FLAGS_RELEASE:STRING=
+
+//Flags used by the linker during the creation of static libraries
+// during RELWITHDEBINFO builds.
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO:STRING=
+
+//Path to a program.
+CMAKE_STRIP:FILEPATH=/usr/bin/strip
+
+//If this value is on, makefiles will be generated without the
+// .SILENT directive, and all commands will be echoed to the console
+// during the make.  This is useful for debugging only. With Visual
+// Studio IDE projects all commands are done without /nologo.
+CMAKE_VERBOSE_MAKEFILE:BOOL=FALSE
+
+//Enable to build Debian packages
+CPACK_BINARY_DEB:BOOL=OFF
+
+//Enable to build FreeBSD packages
+CPACK_BINARY_FREEBSD:BOOL=OFF
+
+//Enable to build IFW packages
+CPACK_BINARY_IFW:BOOL=OFF
+
+//Enable to build NSIS packages
+CPACK_BINARY_NSIS:BOOL=OFF
+
+//Enable to build RPM packages
+CPACK_BINARY_RPM:BOOL=OFF
+
+//Enable to build STGZ packages
+CPACK_BINARY_STGZ:BOOL=ON
+
+//Enable to build TBZ2 packages
+CPACK_BINARY_TBZ2:BOOL=OFF
+
+//Enable to build TGZ packages
+CPACK_BINARY_TGZ:BOOL=ON
+
+//Enable to build TXZ packages
+CPACK_BINARY_TXZ:BOOL=OFF
+
+//Enable to build TZ packages
+CPACK_BINARY_TZ:BOOL=ON
+
+//Dot tool for use with Doxygen
+DOXYGEN_DOT_EXECUTABLE:FILEPATH=/usr/bin/dot
+
+//Doxygen documentation generation tool (http://www.doxygen.org)
+DOXYGEN_EXECUTABLE:FILEPATH=/usr/bin/doxygen
+
+//pkg-config executable
+PKG_CONFIG_EXECUTABLE:FILEPATH=/usr/bin/pkg-config
+
+//Path to a program.
+ProcessorCount_cmd_getconf:FILEPATH=/usr/bin/getconf
+
+//Path to a program.
+ProcessorCount_cmd_sysctl:FILEPATH=/sbin/sysctl
+
+//Dependencies for the target
+default-static_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+//Dependencies for the target
+default_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+//Dependencies for the target
+libdefault_LIB_DEPENDS:STATIC=general;t2n;
+
+//Dependencies for target
+libminimalistic_client_LIB_DEPENDS:STATIC=
+
+//Dependencies for the target
+libother_LIB_DEPENDS:STATIC=general;t2n;
+
+//Value Computed by CMake
+libt2n-example1-client-wrapper_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
+
+//Value Computed by CMake
+libt2n-example1-client-wrapper_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper
+
+//Value Computed by CMake
+libt2n-example1-client_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
+
+//Value Computed by CMake
+libt2n-example1-client_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client
+
+//Value Computed by CMake
+libt2n-example1_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
+
+//Value Computed by CMake
+libt2n-example1_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1
+
+//Value Computed by CMake
+libt2n-example2-client_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
+
+//Value Computed by CMake
+libt2n-example2-client_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client
+
+//Value Computed by CMake
+libt2n-example2_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
+
+//Value Computed by CMake
+libt2n-example2_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2
+
+//Dependencies for target
+libt2n-static_LIB_DEPENDS:STATIC=
+
+//Value Computed by CMake
+libt2n_BINARY_DIR:STATIC=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+//Dependencies for target
+libt2n_LIB_DEPENDS:STATIC=
+
+//Value Computed by CMake
+libt2n_SOURCE_DIR:STATIC=/tmp/tmp.bLtk6l6ezG
+
+//Dependencies for the target
+libt2nexample_LIB_DEPENDS:STATIC=general;t2nexample;general;t2n;
+
+//Dependencies for the target
+other-static_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+//Dependencies for the target
+other_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+//Dependencies for the target
+t2nexample-static_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+//Dependencies for the target
+t2nexample_LIB_DEPENDS:STATIC=general;/usr/lib/libboost_serialization-mt.so;
+
+
+########################
+# INTERNAL cache entries
+########################
+
+//ADVANCED property for variable: Boost_INCLUDE_DIR
+Boost_INCLUDE_DIR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_LIBRARY_DIRS
+Boost_LIBRARY_DIRS-ADVANCED:INTERNAL=1
+//The library version string for boost libraries
+Boost_LIB_VERSION:INTERNAL=1_44
+//Whether the Boost SERIALIZATION library found
+Boost_SERIALIZATION_FOUND:INTERNAL=ON
+//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY
+Boost_SERIALIZATION_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_DEBUG
+Boost_SERIALIZATION_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_SERIALIZATION_LIBRARY_RELEASE
+Boost_SERIALIZATION_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//Whether the Boost UNIT_TEST_FRAMEWORK library found
+Boost_UNIT_TEST_FRAMEWORK_FOUND:INTERNAL=ON
+//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE
+Boost_UNIT_TEST_FRAMEWORK_LIBRARY_RELEASE-ADVANCED:INTERNAL=1
+//The version number for boost libraries
+Boost_VERSION:INTERNAL=104400
+//ADVANCED property for variable: CMAKE_AR
+CMAKE_AR-ADVANCED:INTERNAL=1
+//This is the directory where this CMakeCache.txt was created
+CMAKE_CACHEFILE_DIR:INTERNAL=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+//Major version of cmake used to create the current loaded cache
+CMAKE_CACHE_MAJOR_VERSION:INTERNAL=3
+//Minor version of cmake used to create the current loaded cache
+CMAKE_CACHE_MINOR_VERSION:INTERNAL=11
+//Patch version of cmake used to create the current loaded cache
+CMAKE_CACHE_PATCH_VERSION:INTERNAL=0
+//ADVANCED property for variable: CMAKE_COLOR_MAKEFILE
+CMAKE_COLOR_MAKEFILE-ADVANCED:INTERNAL=1
+//Path to CMake executable.
+CMAKE_COMMAND:INTERNAL=/usr/bin/cmake
+//Path to cpack program executable.
+CMAKE_CPACK_COMMAND:INTERNAL=/usr/bin/cpack
+//Path to ctest program executable.
+CMAKE_CTEST_COMMAND:INTERNAL=/usr/bin/ctest
+//ADVANCED property for variable: CMAKE_CXX_COMPILER
+CMAKE_CXX_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_AR
+CMAKE_CXX_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_COMPILER_RANLIB
+CMAKE_CXX_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS
+CMAKE_CXX_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_DEBUG
+CMAKE_CXX_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_MINSIZEREL
+CMAKE_CXX_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELEASE
+CMAKE_CXX_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_CXX_FLAGS_RELWITHDEBINFO
+CMAKE_CXX_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER
+CMAKE_C_COMPILER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_AR
+CMAKE_C_COMPILER_AR-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_COMPILER_RANLIB
+CMAKE_C_COMPILER_RANLIB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS
+CMAKE_C_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_DEBUG
+CMAKE_C_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_MINSIZEREL
+CMAKE_C_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELEASE
+CMAKE_C_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_C_FLAGS_RELWITHDEBINFO
+CMAKE_C_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//Executable file format
+CMAKE_EXECUTABLE_FORMAT:INTERNAL=ELF
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS
+CMAKE_EXE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_DEBUG
+CMAKE_EXE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_MINSIZEREL
+CMAKE_EXE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELEASE
+CMAKE_EXE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_EXE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_EXPORT_COMPILE_COMMANDS
+CMAKE_EXPORT_COMPILE_COMMANDS-ADVANCED:INTERNAL=1
+//Name of external makefile project generator.
+CMAKE_EXTRA_GENERATOR:INTERNAL=CodeBlocks
+//CXX compiler system defined macros
+CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__;4;__GNUC_RH_RELEASE__;11;__SIZE_TYPE__;unsigned
 int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned 
int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned 
int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned 
int;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;2147483647L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__CHAR_BIT__;8;__INTMAX_MAX__;9223372036854775807LL;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_MAX__;3.40282347e+38F;__FLT_MIN__;1.17549435e-38F;__FLT_EPSILON__;1.19209290e-7F;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN__;2.2250738585072014e-308;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__;
 ;__USER_LABEL_PREFIX__; ;__VERSION__;"4.4.4 20100630 (Red Hat 
4.4.4-11)";__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__FINITE_MATH_ONLY__; 
;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__SIZEOF_POINTER__;4;__i386;1;__i386__;1;i386;1;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;__BIGGEST_ALIGNMENT__;16;__STDC__;1;__cplusplus;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__;4;__GNUG__;4;__GNUC_RH_RELEASE__;11;__SIZE_TYPE__;unsigned
 int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned 
int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned 
int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned 
int;__GXX_WEAK__;1;__DEPRECATED;1;__GXX_RTTI;1;__EXCEPTIONS;1;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;2147483647L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__CHAR_BIT__;8;__INTMAX_MAX__;9223372036854775807LL;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_MAX__;3.40282347e+38F;__FLT_MIN__;1.17549435e-38F;__FLT_EPSILON__;1.19209290e-7F;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN__;2.2250738585072014e-308;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__;
 ;__USER_LABEL_PREFIX__; ;__VERSION__;"4.4.4 20100630 (Red Hat 
4.4.4-11)";__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__FINITE_MATH_ONLY__; 
;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__GCC_HAVE_DWARF2_CFI_ASM;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__SIZEOF_POINTER__;4;__i386;1;__i386__;1;i386;1;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;__BIGGEST_ALIGNMENT__;16;_GNU_SOURCE;1
+//CXX compiler system include directories
+CMAKE_EXTRA_GENERATOR_CXX_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4;/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux;/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward;/usr/local/include;/usr/lib/gcc/i686-redhat-linux/4.4.4/include;/usr/include
+//C compiler system defined macros
+CMAKE_EXTRA_GENERATOR_C_SYSTEM_DEFINED_MACROS:INTERNAL=__STDC__;1;__STDC_HOSTED__;1;__GNUC__;4;__GNUC_MINOR__;4;__GNUC_PATCHLEVEL__;4;__GNUC_RH_RELEASE__;11;__SIZE_TYPE__;unsigned
 int;__PTRDIFF_TYPE__;int;__WCHAR_TYPE__;long int;__WINT_TYPE__;unsigned 
int;__INTMAX_TYPE__;long long int;__UINTMAX_TYPE__;long long unsigned 
int;__CHAR16_TYPE__;short unsigned int;__CHAR32_TYPE__;unsigned 
int;__GXX_ABI_VERSION;1002;__SCHAR_MAX__;127;__SHRT_MAX__;32767;__INT_MAX__;2147483647;__LONG_MAX__;2147483647L;__LONG_LONG_MAX__;9223372036854775807LL;__WCHAR_MAX__;2147483647;__CHAR_BIT__;8;__INTMAX_MAX__;9223372036854775807LL;__FLT_EVAL_METHOD__;2;__DEC_EVAL_METHOD__;2;__FLT_RADIX__;2;__FLT_MANT_DIG__;24;__FLT_DIG__;6;__FLT_MIN_EXP__;(-125);__FLT_MIN_10_EXP__;(-37);__FLT_MAX_EXP__;128;__FLT_MAX_10_EXP__;38;__FLT_MAX__;3.40282347e+38F;__FLT_MIN__;1.17549435e-38F;__FLT_EPSILON__;1.19209290e-7F;__FLT_DENORM_MIN__;1.40129846e-45F;__FLT_HAS_DENORM__;1;__FLT_HAS_INFINITY__;1;__FLT_HAS_QUIET_NAN__;1;__DBL_MANT_DIG__;53;__DBL_DIG__;15;__DBL_MIN_EXP__;(-1021);__DBL_MIN_10_EXP__;(-307);__DBL_MAX_EXP__;1024;__DBL_MAX_10_EXP__;308;__DBL_MAX__;1.7976931348623157e+308;__DBL_MIN__;2.2250738585072014e-308;__DBL_EPSILON__;2.2204460492503131e-16;__DBL_DENORM_MIN__;4.9406564584124654e-324;__DBL_HAS_DENORM__;1;__DBL_HAS_INFINITY__;1;__DBL_HAS_QUIET_NAN__;1;__LDBL_MANT_DIG__;64;__LDBL_DIG__;18;__LDBL_MIN_EXP__;(-16381);__LDBL_MIN_10_EXP__;(-4931);__LDBL_MAX_EXP__;16384;__LDBL_MAX_10_EXP__;4932;__DECIMAL_DIG__;21;__LDBL_MAX__;1.18973149535723176502e+4932L;__LDBL_MIN__;3.36210314311209350626e-4932L;__LDBL_EPSILON__;1.08420217248550443401e-19L;__LDBL_DENORM_MIN__;3.64519953188247460253e-4951L;__LDBL_HAS_DENORM__;1;__LDBL_HAS_INFINITY__;1;__LDBL_HAS_QUIET_NAN__;1;__DEC32_MANT_DIG__;7;__DEC32_MIN_EXP__;(-94);__DEC32_MAX_EXP__;97;__DEC32_MIN__;1E-95DF;__DEC32_MAX__;9.999999E96DF;__DEC32_EPSILON__;1E-6DF;__DEC32_SUBNORMAL_MIN__;0.000001E-95DF;__DEC64_MANT_DIG__;16;__DEC64_MIN_EXP__;(-382);__DEC64_MAX_EXP__;385;__DEC64_MIN__;1E-383DD;__DEC64_MAX__;9.999999999999999E384DD;__DEC64_EPSILON__;1E-15DD;__DEC64_SUBNORMAL_MIN__;0.000000000000001E-383DD;__DEC128_MANT_DIG__;34;__DEC128_MIN_EXP__;(-6142);__DEC128_MAX_EXP__;6145;__DEC128_MIN__;1E-6143DL;__DEC128_MAX__;9.999999999999999999999999999999999E6144DL;__DEC128_EPSILON__;1E-33DL;__DEC128_SUBNORMAL_MIN__;0.000000000000000000000000000000001E-6143DL;__REGISTER_PREFIX__;
 ;__USER_LABEL_PREFIX__; ;__VERSION__;"4.4.4 20100630 (Red Hat 
4.4.4-11)";__GNUC_GNU_INLINE__;1;__NO_INLINE__;1;__FINITE_MATH_ONLY__; 
;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_1;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_2;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4;1;__GCC_HAVE_SYNC_COMPARE_AND_SWAP_8;1;__SIZEOF_INT__;4;__SIZEOF_LONG__;4;__SIZEOF_LONG_LONG__;8;__SIZEOF_SHORT__;2;__SIZEOF_FLOAT__;4;__SIZEOF_DOUBLE__;8;__SIZEOF_LONG_DOUBLE__;12;__SIZEOF_SIZE_T__;4;__SIZEOF_WCHAR_T__;4;__SIZEOF_WINT_T__;4;__SIZEOF_PTRDIFF_T__;4;__SIZEOF_POINTER__;4;__i386;1;__i386__;1;i386;1;__i686;1;__i686__;1;__pentiumpro;1;__pentiumpro__;1;__gnu_linux__;1;__linux;1;__linux__;1;linux;1;__unix;1;__unix__;1;unix;1;__ELF__;1;__DECIMAL_BID_FORMAT__;1;__BIGGEST_ALIGNMENT__;16
+//C compiler system include directories
+CMAKE_EXTRA_GENERATOR_C_SYSTEM_INCLUDE_DIRS:INTERNAL=/usr/local/include;/usr/lib/gcc/i686-redhat-linux/4.4.4/include;/usr/include
+//Name of generator.
+CMAKE_GENERATOR:INTERNAL=Unix Makefiles
+//Generator instance identifier.
+CMAKE_GENERATOR_INSTANCE:INTERNAL=
+//Name of generator platform.
+CMAKE_GENERATOR_PLATFORM:INTERNAL=
+//Name of generator toolset.
+CMAKE_GENERATOR_TOOLSET:INTERNAL=
+//Source directory with the top level CMakeLists.txt file for this
+// project
+CMAKE_HOME_DIRECTORY:INTERNAL=/tmp/tmp.bLtk6l6ezG
+//Install .so files without execute permission.
+CMAKE_INSTALL_SO_NO_EXE:INTERNAL=0
+//ADVANCED property for variable: CMAKE_LINKER
+CMAKE_LINKER-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MAKE_PROGRAM
+CMAKE_MAKE_PROGRAM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS
+CMAKE_MODULE_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_DEBUG
+CMAKE_MODULE_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL
+CMAKE_MODULE_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELEASE
+CMAKE_MODULE_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_MODULE_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_NM
+CMAKE_NM-ADVANCED:INTERNAL=1
+//number of local generators
+CMAKE_NUMBER_OF_MAKEFILES:INTERNAL=11
+//ADVANCED property for variable: CMAKE_OBJCOPY
+CMAKE_OBJCOPY-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_OBJDUMP
+CMAKE_OBJDUMP-ADVANCED:INTERNAL=1
+//Platform information initialized
+CMAKE_PLATFORM_INFO_INITIALIZED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_RANLIB
+CMAKE_RANLIB-ADVANCED:INTERNAL=1
+//Path to CMake installation.
+CMAKE_ROOT:INTERNAL=/usr/share/cmake
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS
+CMAKE_SHARED_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_DEBUG
+CMAKE_SHARED_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL
+CMAKE_SHARED_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELEASE
+CMAKE_SHARED_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_SHARED_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_INSTALL_RPATH
+CMAKE_SKIP_INSTALL_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_SKIP_RPATH
+CMAKE_SKIP_RPATH-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS
+CMAKE_STATIC_LINKER_FLAGS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_DEBUG
+CMAKE_STATIC_LINKER_FLAGS_DEBUG-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL
+CMAKE_STATIC_LINKER_FLAGS_MINSIZEREL-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELEASE
+CMAKE_STATIC_LINKER_FLAGS_RELEASE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO
+CMAKE_STATIC_LINKER_FLAGS_RELWITHDEBINFO-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CMAKE_STRIP
+CMAKE_STRIP-ADVANCED:INTERNAL=1
+//uname command
+CMAKE_UNAME:INTERNAL=/bin/uname
+//ADVANCED property for variable: CMAKE_VERBOSE_MAKEFILE
+CMAKE_VERBOSE_MAKEFILE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_DEB
+CPACK_BINARY_DEB-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_FREEBSD
+CPACK_BINARY_FREEBSD-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_IFW
+CPACK_BINARY_IFW-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_NSIS
+CPACK_BINARY_NSIS-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_RPM
+CPACK_BINARY_RPM-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_STGZ
+CPACK_BINARY_STGZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TBZ2
+CPACK_BINARY_TBZ2-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TGZ
+CPACK_BINARY_TGZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TXZ
+CPACK_BINARY_TXZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: CPACK_BINARY_TZ
+CPACK_BINARY_TZ-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DOXYGEN_DOT_EXECUTABLE
+DOXYGEN_DOT_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: DOXYGEN_EXECUTABLE
+DOXYGEN_EXECUTABLE-ADVANCED:INTERNAL=1
+//Details about finding Doxygen
+FIND_PACKAGE_MESSAGE_DETAILS_Doxygen:INTERNAL=[/usr/bin/doxygen][cfound 
components:  doxygen dot ][v1.6.1()]
+//Details about finding PkgConfig
+FIND_PACKAGE_MESSAGE_DETAILS_PkgConfig:INTERNAL=[/usr/bin/pkg-config][v0.29.2()]
+//Have include dlfcn.h
+HAVE_DLFCN_H:INTERNAL=1
+//Have include inttypes.h
+HAVE_INTTYPES_H:INTERNAL=1
+//Have include memory.h
+HAVE_MEMORY_H:INTERNAL=1
+//Have include stdint.h
+HAVE_STDINT_H:INTERNAL=1
+//Have include stdlib.h
+HAVE_STDLIB_H:INTERNAL=1
+//Have include strings.h
+HAVE_STRINGS_H:INTERNAL=1
+//Have include string.h
+HAVE_STRING_H:INTERNAL=1
+//Have include sys/stat.h
+HAVE_SYS_STAT_H:INTERNAL=1
+//Have include sys/types.h
+HAVE_SYS_TYPES_H:INTERNAL=1
+//Have include unistd.h
+HAVE_UNISTD_H:INTERNAL=1
+LIBT2N_CFLAGS:INTERNAL=-I/usr/include/libt2n
+LIBT2N_CFLAGS_I:INTERNAL=
+LIBT2N_CFLAGS_OTHER:INTERNAL=
+LIBT2N_FOUND:INTERNAL=1
+LIBT2N_INCLUDEDIR:INTERNAL=/usr/include/libt2n
+LIBT2N_INCLUDE_DIRS:INTERNAL=/usr/include/libt2n
+LIBT2N_LDFLAGS:INTERNAL=-lt2n
+LIBT2N_LDFLAGS_OTHER:INTERNAL=
+LIBT2N_LIBDIR:INTERNAL=/usr/lib
+LIBT2N_LIBRARIES:INTERNAL=t2n
+LIBT2N_LIBRARY_DIRS:INTERNAL=
+LIBT2N_LIBS:INTERNAL=
+LIBT2N_LIBS_L:INTERNAL=
+LIBT2N_LIBS_OTHER:INTERNAL=
+LIBT2N_LIBS_PATHS:INTERNAL=
+LIBT2N_PREFIX:INTERNAL=/usr
+LIBT2N_STATIC_CFLAGS:INTERNAL=-I/usr/include/libt2n
+LIBT2N_STATIC_CFLAGS_I:INTERNAL=
+LIBT2N_STATIC_CFLAGS_OTHER:INTERNAL=
+LIBT2N_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libt2n
+LIBT2N_STATIC_LDFLAGS:INTERNAL=-lt2n
+LIBT2N_STATIC_LDFLAGS_OTHER:INTERNAL=
+LIBT2N_STATIC_LIBDIR:INTERNAL=
+LIBT2N_STATIC_LIBRARIES:INTERNAL=t2n
+LIBT2N_STATIC_LIBRARY_DIRS:INTERNAL=
+LIBT2N_STATIC_LIBS:INTERNAL=
+LIBT2N_STATIC_LIBS_L:INTERNAL=
+LIBT2N_STATIC_LIBS_OTHER:INTERNAL=
+LIBT2N_STATIC_LIBS_PATHS:INTERNAL=
+LIBT2N_VERSION:INTERNAL=0.7
+LIBT2N_libt2n_INCLUDEDIR:INTERNAL=
+LIBT2N_libt2n_LIBDIR:INTERNAL=
+LIBT2N_libt2n_PREFIX:INTERNAL=
+LIBT2N_libt2n_VERSION:INTERNAL=
+//ADVANCED property for variable: PKG_CONFIG_EXECUTABLE
+PKG_CONFIG_EXECUTABLE-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: ProcessorCount_cmd_getconf
+ProcessorCount_cmd_getconf-ADVANCED:INTERNAL=1
+//ADVANCED property for variable: ProcessorCount_cmd_sysctl
+ProcessorCount_cmd_sysctl-ADVANCED:INTERNAL=1
+//Have include 
assert.h;ctype.h;errno.h;float.h;limits.h;locale.h;math.h;setjmp.h;signal.h;stdarg.h;stddef.h;stdio.h;stdlib.h;string.h;time.h
+STDC_HEADERS:INTERNAL=1
+XMLPP_CFLAGS:INTERNAL=-I/usr/include/libxml++-2.6;-I/usr/lib/libxml++-2.6/include;-I/usr/include/libxml2
+XMLPP_CFLAGS_I:INTERNAL=
+XMLPP_CFLAGS_OTHER:INTERNAL=
+XMLPP_FOUND:INTERNAL=1
+XMLPP_INCLUDEDIR:INTERNAL=/usr/include
+XMLPP_INCLUDE_DIRS:INTERNAL=/usr/include/libxml++-2.6;/usr/lib/libxml++-2.6/include;/usr/include/libxml2
+XMLPP_LDFLAGS:INTERNAL=-lxml++-2.6;-lxml2
+XMLPP_LDFLAGS_OTHER:INTERNAL=
+XMLPP_LIBDIR:INTERNAL=/usr/lib
+XMLPP_LIBRARIES:INTERNAL=xml++-2.6;xml2
+XMLPP_LIBRARY_DIRS:INTERNAL=
+XMLPP_LIBS:INTERNAL=
+XMLPP_LIBS_L:INTERNAL=
+XMLPP_LIBS_OTHER:INTERNAL=
+XMLPP_LIBS_PATHS:INTERNAL=
+XMLPP_PREFIX:INTERNAL=/usr
+XMLPP_STATIC_CFLAGS:INTERNAL=-I/usr/include/libxml++-2.6;-I/usr/lib/libxml++-2.6/include;-I/usr/include/libxml2
+XMLPP_STATIC_CFLAGS_I:INTERNAL=
+XMLPP_STATIC_CFLAGS_OTHER:INTERNAL=
+XMLPP_STATIC_INCLUDE_DIRS:INTERNAL=/usr/include/libxml++-2.6;/usr/lib/libxml++-2.6/include;/usr/include/libxml2
+XMLPP_STATIC_LDFLAGS:INTERNAL=-lxml++-2.6;-lxml2;-lz;-llzma;-lm
+XMLPP_STATIC_LDFLAGS_OTHER:INTERNAL=
+XMLPP_STATIC_LIBDIR:INTERNAL=
+XMLPP_STATIC_LIBRARIES:INTERNAL=xml++-2.6;xml2;z;lzma;m
+XMLPP_STATIC_LIBRARY_DIRS:INTERNAL=
+XMLPP_STATIC_LIBS:INTERNAL=
+XMLPP_STATIC_LIBS_L:INTERNAL=
+XMLPP_STATIC_LIBS_OTHER:INTERNAL=
+XMLPP_STATIC_LIBS_PATHS:INTERNAL=
+XMLPP_VERSION:INTERNAL=2.8.1
+XMLPP_libxml++-2.6_INCLUDEDIR:INTERNAL=
+XMLPP_libxml++-2.6_LIBDIR:INTERNAL=
+XMLPP_libxml++-2.6_PREFIX:INTERNAL=
+XMLPP_libxml++-2.6_VERSION:INTERNAL=
+__pkg_config_arguments_LIBT2N:INTERNAL=REQUIRED;libt2n
+__pkg_config_arguments_XMLPP:INTERNAL=REQUIRED;libxml++-2.6>=2.8.1
+__pkg_config_checked_LIBT2N:INTERNAL=1
+__pkg_config_checked_XMLPP:INTERNAL=1
+prefix_result:INTERNAL=/usr/lib
+
diff --git a/cmake-build-debug-intradev-gabriel/CMakeDoxyfile.in 
b/cmake-build-debug-intradev-gabriel/CMakeDoxyfile.in
new file mode 100644
index 0000000..f0df7e5
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeDoxyfile.in
@@ -0,0 +1,212 @@
+#
+# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE!
+#
+
+DOXYFILE_ENCODING      = @DOXYGEN_DOXYFILE_ENCODING@
+PROJECT_NAME           = @DOXYGEN_PROJECT_NAME@
+PROJECT_NUMBER         = @DOXYGEN_PROJECT_NUMBER@
+OUTPUT_DIRECTORY       = @DOXYGEN_OUTPUT_DIRECTORY@
+CREATE_SUBDIRS         = @DOXYGEN_CREATE_SUBDIRS@
+OUTPUT_LANGUAGE        = @DOXYGEN_OUTPUT_LANGUAGE@
+BRIEF_MEMBER_DESC      = @DOXYGEN_BRIEF_MEMBER_DESC@
+REPEAT_BRIEF           = @DOXYGEN_REPEAT_BRIEF@
+ABBREVIATE_BRIEF       = @DOXYGEN_ABBREVIATE_BRIEF@
+ALWAYS_DETAILED_SEC    = @DOXYGEN_ALWAYS_DETAILED_SEC@
+INLINE_INHERITED_MEMB  = @DOXYGEN_INLINE_INHERITED_MEMB@
+FULL_PATH_NAMES        = @DOXYGEN_FULL_PATH_NAMES@
+STRIP_FROM_PATH        = @DOXYGEN_STRIP_FROM_PATH@
+STRIP_FROM_INC_PATH    = @DOXYGEN_STRIP_FROM_INC_PATH@
+SHORT_NAMES            = @DOXYGEN_SHORT_NAMES@
+JAVADOC_AUTOBRIEF      = @DOXYGEN_JAVADOC_AUTOBRIEF@
+QT_AUTOBRIEF           = @DOXYGEN_QT_AUTOBRIEF@
+MULTILINE_CPP_IS_BRIEF = @DOXYGEN_MULTILINE_CPP_IS_BRIEF@
+INHERIT_DOCS           = @DOXYGEN_INHERIT_DOCS@
+SEPARATE_MEMBER_PAGES  = @DOXYGEN_SEPARATE_MEMBER_PAGES@
+TAB_SIZE               = @DOXYGEN_TAB_SIZE@
+ALIASES                = @DOXYGEN_ALIASES@
+OPTIMIZE_OUTPUT_FOR_C  = @DOXYGEN_OPTIMIZE_OUTPUT_FOR_C@
+OPTIMIZE_OUTPUT_JAVA   = @DOXYGEN_OPTIMIZE_OUTPUT_JAVA@
+OPTIMIZE_FOR_FORTRAN   = @DOXYGEN_OPTIMIZE_FOR_FORTRAN@
+OPTIMIZE_OUTPUT_VHDL   = @DOXYGEN_OPTIMIZE_OUTPUT_VHDL@
+EXTENSION_MAPPING      = @DOXYGEN_EXTENSION_MAPPING@
+BUILTIN_STL_SUPPORT    = @DOXYGEN_BUILTIN_STL_SUPPORT@
+CPP_CLI_SUPPORT        = @DOXYGEN_CPP_CLI_SUPPORT@
+SIP_SUPPORT            = @DOXYGEN_SIP_SUPPORT@
+IDL_PROPERTY_SUPPORT   = @DOXYGEN_IDL_PROPERTY_SUPPORT@
+DISTRIBUTE_GROUP_DOC   = @DOXYGEN_DISTRIBUTE_GROUP_DOC@
+SUBGROUPING            = @DOXYGEN_SUBGROUPING@
+TYPEDEF_HIDES_STRUCT   = @DOXYGEN_TYPEDEF_HIDES_STRUCT@
+SYMBOL_CACHE_SIZE      = @DOXYGEN_SYMBOL_CACHE_SIZE@
+EXTRACT_ALL            = @DOXYGEN_EXTRACT_ALL@
+EXTRACT_PRIVATE        = @DOXYGEN_EXTRACT_PRIVATE@
+EXTRACT_STATIC         = @DOXYGEN_EXTRACT_STATIC@
+EXTRACT_LOCAL_CLASSES  = @DOXYGEN_EXTRACT_LOCAL_CLASSES@
+EXTRACT_LOCAL_METHODS  = @DOXYGEN_EXTRACT_LOCAL_METHODS@
+EXTRACT_ANON_NSPACES   = @DOXYGEN_EXTRACT_ANON_NSPACES@
+HIDE_UNDOC_MEMBERS     = @DOXYGEN_HIDE_UNDOC_MEMBERS@
+HIDE_UNDOC_CLASSES     = @DOXYGEN_HIDE_UNDOC_CLASSES@
+HIDE_FRIEND_COMPOUNDS  = @DOXYGEN_HIDE_FRIEND_COMPOUNDS@
+HIDE_IN_BODY_DOCS      = @DOXYGEN_HIDE_IN_BODY_DOCS@
+INTERNAL_DOCS          = @DOXYGEN_INTERNAL_DOCS@
+CASE_SENSE_NAMES       = @DOXYGEN_CASE_SENSE_NAMES@
+HIDE_SCOPE_NAMES       = @DOXYGEN_HIDE_SCOPE_NAMES@
+SHOW_INCLUDE_FILES     = @DOXYGEN_SHOW_INCLUDE_FILES@
+INLINE_INFO            = @DOXYGEN_INLINE_INFO@
+SORT_MEMBER_DOCS       = @DOXYGEN_SORT_MEMBER_DOCS@
+SORT_BRIEF_DOCS        = @DOXYGEN_SORT_BRIEF_DOCS@
+SORT_MEMBERS_CTORS_1ST = @DOXYGEN_SORT_MEMBERS_CTORS_1ST@
+SORT_GROUP_NAMES       = @DOXYGEN_SORT_GROUP_NAMES@
+SORT_BY_SCOPE_NAME     = @DOXYGEN_SORT_BY_SCOPE_NAME@
+GENERATE_TODOLIST      = @DOXYGEN_GENERATE_TODOLIST@
+GENERATE_TESTLIST      = @DOXYGEN_GENERATE_TESTLIST@
+GENERATE_BUGLIST       = @DOXYGEN_GENERATE_BUGLIST@
+GENERATE_DEPRECATEDLIST= @DOXYGEN_GENERATE_DEPRECATEDLIST@
+ENABLED_SECTIONS       = @DOXYGEN_ENABLED_SECTIONS@
+MAX_INITIALIZER_LINES  = @DOXYGEN_MAX_INITIALIZER_LINES@
+SHOW_USED_FILES        = @DOXYGEN_SHOW_USED_FILES@
+SHOW_DIRECTORIES       = @DOXYGEN_SHOW_DIRECTORIES@
+SHOW_FILES             = @DOXYGEN_SHOW_FILES@
+SHOW_NAMESPACES        = @DOXYGEN_SHOW_NAMESPACES@
+FILE_VERSION_FILTER    = @DOXYGEN_FILE_VERSION_FILTER@
+LAYOUT_FILE            = @DOXYGEN_LAYOUT_FILE@
+QUIET                  = @DOXYGEN_QUIET@
+WARNINGS               = @DOXYGEN_WARNINGS@
+WARN_IF_UNDOCUMENTED   = @DOXYGEN_WARN_IF_UNDOCUMENTED@
+WARN_IF_DOC_ERROR      = @DOXYGEN_WARN_IF_DOC_ERROR@
+WARN_NO_PARAMDOC       = @DOXYGEN_WARN_NO_PARAMDOC@
+WARN_FORMAT            = @DOXYGEN_WARN_FORMAT@
+WARN_LOGFILE           = @DOXYGEN_WARN_LOGFILE@
+INPUT                  = @DOXYGEN_INPUT@
+INPUT_ENCODING         = @DOXYGEN_INPUT_ENCODING@
+FILE_PATTERNS          = @DOXYGEN_FILE_PATTERNS@
+RECURSIVE              = @DOXYGEN_RECURSIVE@
+EXCLUDE                = @DOXYGEN_EXCLUDE@
+EXCLUDE_SYMLINKS       = @DOXYGEN_EXCLUDE_SYMLINKS@
+EXCLUDE_PATTERNS       = @DOXYGEN_EXCLUDE_PATTERNS@
+EXCLUDE_SYMBOLS        = @DOXYGEN_EXCLUDE_SYMBOLS@
+EXAMPLE_PATH           = @DOXYGEN_EXAMPLE_PATH@
+EXAMPLE_PATTERNS       = @DOXYGEN_EXAMPLE_PATTERNS@
+EXAMPLE_RECURSIVE      = @DOXYGEN_EXAMPLE_RECURSIVE@
+IMAGE_PATH             = @DOXYGEN_IMAGE_PATH@
+INPUT_FILTER           = @DOXYGEN_INPUT_FILTER@
+FILTER_PATTERNS        = @DOXYGEN_FILTER_PATTERNS@
+FILTER_SOURCE_FILES    = @DOXYGEN_FILTER_SOURCE_FILES@
+SOURCE_BROWSER         = @DOXYGEN_SOURCE_BROWSER@
+INLINE_SOURCES         = @DOXYGEN_INLINE_SOURCES@
+STRIP_CODE_COMMENTS    = @DOXYGEN_STRIP_CODE_COMMENTS@
+REFERENCED_BY_RELATION = @DOXYGEN_REFERENCED_BY_RELATION@
+REFERENCES_RELATION    = @DOXYGEN_REFERENCES_RELATION@
+REFERENCES_LINK_SOURCE = @DOXYGEN_REFERENCES_LINK_SOURCE@
+USE_HTAGS              = @DOXYGEN_USE_HTAGS@
+VERBATIM_HEADERS       = @DOXYGEN_VERBATIM_HEADERS@
+ALPHABETICAL_INDEX     = @DOXYGEN_ALPHABETICAL_INDEX@
+COLS_IN_ALPHA_INDEX    = @DOXYGEN_COLS_IN_ALPHA_INDEX@
+IGNORE_PREFIX          = @DOXYGEN_IGNORE_PREFIX@
+GENERATE_HTML          = @DOXYGEN_GENERATE_HTML@
+HTML_OUTPUT            = @DOXYGEN_HTML_OUTPUT@
+HTML_FILE_EXTENSION    = @DOXYGEN_HTML_FILE_EXTENSION@
+HTML_HEADER            = @DOXYGEN_HTML_HEADER@
+HTML_FOOTER            = @DOXYGEN_HTML_FOOTER@
+HTML_TIMESTAMP         = @DOXYGEN_HTML_TIMESTAMP@
+HTML_STYLESHEET        = @DOXYGEN_HTML_STYLESHEET@
+HTML_ALIGN_MEMBERS     = @DOXYGEN_HTML_ALIGN_MEMBERS@
+HTML_DYNAMIC_SECTIONS  = @DOXYGEN_HTML_DYNAMIC_SECTIONS@
+GENERATE_DOCSET        = @DOXYGEN_GENERATE_DOCSET@
+DOCSET_FEEDNAME        = @DOXYGEN_DOCSET_FEEDNAME@
+DOCSET_BUNDLE_ID       = @DOXYGEN_DOCSET_BUNDLE_ID@
+GENERATE_HTMLHELP      = @DOXYGEN_GENERATE_HTMLHELP@
+CHM_FILE               = @DOXYGEN_CHM_FILE@
+HHC_LOCATION           = @DOXYGEN_HHC_LOCATION@
+GENERATE_CHI           = @DOXYGEN_GENERATE_CHI@
+CHM_INDEX_ENCODING     = @DOXYGEN_CHM_INDEX_ENCODING@
+BINARY_TOC             = @DOXYGEN_BINARY_TOC@
+TOC_EXPAND             = @DOXYGEN_TOC_EXPAND@
+GENERATE_QHP           = @DOXYGEN_GENERATE_QHP@
+QCH_FILE               = @DOXYGEN_QCH_FILE@
+QHP_NAMESPACE          = @DOXYGEN_QHP_NAMESPACE@
+QHP_VIRTUAL_FOLDER     = @DOXYGEN_QHP_VIRTUAL_FOLDER@
+QHP_CUST_FILTER_NAME   = @DOXYGEN_QHP_CUST_FILTER_NAME@
+QHP_CUST_FILTER_ATTRS  = @DOXYGEN_QHP_CUST_FILTER_ATTRS@
+QHP_SECT_FILTER_ATTRS  = @DOXYGEN_QHP_SECT_FILTER_ATTRS@
+QHG_LOCATION           = @DOXYGEN_QHG_LOCATION@
+DISABLE_INDEX          = @DOXYGEN_DISABLE_INDEX@
+ENUM_VALUES_PER_LINE   = @DOXYGEN_ENUM_VALUES_PER_LINE@
+GENERATE_TREEVIEW      = @DOXYGEN_GENERATE_TREEVIEW@
+USE_INLINE_TREES       = @DOXYGEN_USE_INLINE_TREES@
+TREEVIEW_WIDTH         = @DOXYGEN_TREEVIEW_WIDTH@
+FORMULA_FONTSIZE       = @DOXYGEN_FORMULA_FONTSIZE@
+SEARCHENGINE           = @DOXYGEN_SEARCHENGINE@
+GENERATE_LATEX         = @DOXYGEN_GENERATE_LATEX@
+LATEX_OUTPUT           = @DOXYGEN_LATEX_OUTPUT@
+LATEX_CMD_NAME         = @DOXYGEN_LATEX_CMD_NAME@
+MAKEINDEX_CMD_NAME     = @DOXYGEN_MAKEINDEX_CMD_NAME@
+COMPACT_LATEX          = @DOXYGEN_COMPACT_LATEX@
+PAPER_TYPE             = @DOXYGEN_PAPER_TYPE@
+EXTRA_PACKAGES         = @DOXYGEN_EXTRA_PACKAGES@
+LATEX_HEADER           = @DOXYGEN_LATEX_HEADER@
+PDF_HYPERLINKS         = @DOXYGEN_PDF_HYPERLINKS@
+USE_PDFLATEX           = @DOXYGEN_USE_PDFLATEX@
+LATEX_BATCHMODE        = @DOXYGEN_LATEX_BATCHMODE@
+LATEX_HIDE_INDICES     = @DOXYGEN_LATEX_HIDE_INDICES@
+LATEX_SOURCE_CODE      = @DOXYGEN_LATEX_SOURCE_CODE@
+GENERATE_RTF           = @DOXYGEN_GENERATE_RTF@
+RTF_OUTPUT             = @DOXYGEN_RTF_OUTPUT@
+COMPACT_RTF            = @DOXYGEN_COMPACT_RTF@
+RTF_HYPERLINKS         = @DOXYGEN_RTF_HYPERLINKS@
+RTF_STYLESHEET_FILE    = @DOXYGEN_RTF_STYLESHEET_FILE@
+RTF_EXTENSIONS_FILE    = @DOXYGEN_RTF_EXTENSIONS_FILE@
+GENERATE_MAN           = @DOXYGEN_GENERATE_MAN@
+MAN_OUTPUT             = @DOXYGEN_MAN_OUTPUT@
+MAN_EXTENSION          = @DOXYGEN_MAN_EXTENSION@
+MAN_LINKS              = @DOXYGEN_MAN_LINKS@
+GENERATE_XML           = @DOXYGEN_GENERATE_XML@
+XML_OUTPUT             = @DOXYGEN_XML_OUTPUT@
+XML_SCHEMA             = @DOXYGEN_XML_SCHEMA@
+XML_DTD                = @DOXYGEN_XML_DTD@
+XML_PROGRAMLISTING     = @DOXYGEN_XML_PROGRAMLISTING@
+GENERATE_AUTOGEN_DEF   = @DOXYGEN_GENERATE_AUTOGEN_DEF@
+GENERATE_PERLMOD       = @DOXYGEN_GENERATE_PERLMOD@
+PERLMOD_LATEX          = @DOXYGEN_PERLMOD_LATEX@
+PERLMOD_PRETTY         = @DOXYGEN_PERLMOD_PRETTY@
+PERLMOD_MAKEVAR_PREFIX = @DOXYGEN_PERLMOD_MAKEVAR_PREFIX@
+ENABLE_PREPROCESSING   = @DOXYGEN_ENABLE_PREPROCESSING@
+MACRO_EXPANSION        = @DOXYGEN_MACRO_EXPANSION@
+EXPAND_ONLY_PREDEF     = @DOXYGEN_EXPAND_ONLY_PREDEF@
+SEARCH_INCLUDES        = @DOXYGEN_SEARCH_INCLUDES@
+INCLUDE_PATH           = @DOXYGEN_INCLUDE_PATH@
+INCLUDE_FILE_PATTERNS  = @DOXYGEN_INCLUDE_FILE_PATTERNS@
+PREDEFINED             = @DOXYGEN_PREDEFINED@
+EXPAND_AS_DEFINED      = @DOXYGEN_EXPAND_AS_DEFINED@
+SKIP_FUNCTION_MACROS   = @DOXYGEN_SKIP_FUNCTION_MACROS@
+TAGFILES               = @DOXYGEN_TAGFILES@
+GENERATE_TAGFILE       = @DOXYGEN_GENERATE_TAGFILE@
+ALLEXTERNALS           = @DOXYGEN_ALLEXTERNALS@
+EXTERNAL_GROUPS        = @DOXYGEN_EXTERNAL_GROUPS@
+PERL_PATH              = @DOXYGEN_PERL_PATH@
+CLASS_DIAGRAMS         = @DOXYGEN_CLASS_DIAGRAMS@
+MSCGEN_PATH            = @DOXYGEN_MSCGEN_PATH@
+HIDE_UNDOC_RELATIONS   = @DOXYGEN_HIDE_UNDOC_RELATIONS@
+HAVE_DOT               = @DOXYGEN_HAVE_DOT@
+DOT_FONTNAME           = @DOXYGEN_DOT_FONTNAME@
+DOT_FONTSIZE           = @DOXYGEN_DOT_FONTSIZE@
+DOT_FONTPATH           = @DOXYGEN_DOT_FONTPATH@
+CLASS_GRAPH            = @DOXYGEN_CLASS_GRAPH@
+COLLABORATION_GRAPH    = @DOXYGEN_COLLABORATION_GRAPH@
+GROUP_GRAPHS           = @DOXYGEN_GROUP_GRAPHS@
+UML_LOOK               = @DOXYGEN_UML_LOOK@
+TEMPLATE_RELATIONS     = @DOXYGEN_TEMPLATE_RELATIONS@
+INCLUDE_GRAPH          = @DOXYGEN_INCLUDE_GRAPH@
+INCLUDED_BY_GRAPH      = @DOXYGEN_INCLUDED_BY_GRAPH@
+CALL_GRAPH             = @DOXYGEN_CALL_GRAPH@
+CALLER_GRAPH           = @DOXYGEN_CALLER_GRAPH@
+GRAPHICAL_HIERARCHY    = @DOXYGEN_GRAPHICAL_HIERARCHY@
+DIRECTORY_GRAPH        = @DOXYGEN_DIRECTORY_GRAPH@
+DOT_IMAGE_FORMAT       = @DOXYGEN_DOT_IMAGE_FORMAT@
+DOT_PATH               = @DOXYGEN_DOT_PATH@
+DOTFILE_DIRS           = @DOXYGEN_DOTFILE_DIRS@
+DOT_GRAPH_MAX_NODES    = @DOXYGEN_DOT_GRAPH_MAX_NODES@
+MAX_DOT_GRAPH_DEPTH    = @DOXYGEN_MAX_DOT_GRAPH_DEPTH@
+DOT_TRANSPARENT        = @DOXYGEN_DOT_TRANSPARENT@
+DOT_MULTI_TARGETS      = @DOXYGEN_DOT_MULTI_TARGETS@
+GENERATE_LEGEND        = @DOXYGEN_GENERATE_LEGEND@
+DOT_CLEANUP            = @DOXYGEN_DOT_CLEANUP@
diff --git a/cmake-build-debug-intradev-gabriel/CMakeDoxygenDefaults.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeDoxygenDefaults.cmake
new file mode 100644
index 0000000..21d6bab
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeDoxygenDefaults.cmake
@@ -0,0 +1,472 @@
+#
+# DO NOT EDIT! THIS FILE WAS GENERATED BY CMAKE!
+#
+
+if(NOT DEFINED DOXYGEN_DOXYFILE_ENCODING)
+    set(DOXYGEN_DOXYFILE_ENCODING UTF-8)
+endif()
+if(NOT DEFINED DOXYGEN_CREATE_SUBDIRS)
+    set(DOXYGEN_CREATE_SUBDIRS NO)
+endif()
+if(NOT DEFINED DOXYGEN_OUTPUT_LANGUAGE)
+    set(DOXYGEN_OUTPUT_LANGUAGE English)
+endif()
+if(NOT DEFINED DOXYGEN_BRIEF_MEMBER_DESC)
+    set(DOXYGEN_BRIEF_MEMBER_DESC YES)
+endif()
+if(NOT DEFINED DOXYGEN_REPEAT_BRIEF)
+    set(DOXYGEN_REPEAT_BRIEF YES)
+endif()
+if(NOT DEFINED DOXYGEN_ALWAYS_DETAILED_SEC)
+    set(DOXYGEN_ALWAYS_DETAILED_SEC NO)
+endif()
+if(NOT DEFINED DOXYGEN_INLINE_INHERITED_MEMB)
+    set(DOXYGEN_INLINE_INHERITED_MEMB NO)
+endif()
+if(NOT DEFINED DOXYGEN_FULL_PATH_NAMES)
+    set(DOXYGEN_FULL_PATH_NAMES YES)
+endif()
+if(NOT DEFINED DOXYGEN_SHORT_NAMES)
+    set(DOXYGEN_SHORT_NAMES NO)
+endif()
+if(NOT DEFINED DOXYGEN_JAVADOC_AUTOBRIEF)
+    set(DOXYGEN_JAVADOC_AUTOBRIEF NO)
+endif()
+if(NOT DEFINED DOXYGEN_QT_AUTOBRIEF)
+    set(DOXYGEN_QT_AUTOBRIEF NO)
+endif()
+if(NOT DEFINED DOXYGEN_MULTILINE_CPP_IS_BRIEF)
+    set(DOXYGEN_MULTILINE_CPP_IS_BRIEF NO)
+endif()
+if(NOT DEFINED DOXYGEN_INHERIT_DOCS)
+    set(DOXYGEN_INHERIT_DOCS YES)
+endif()
+if(NOT DEFINED DOXYGEN_SEPARATE_MEMBER_PAGES)
+    set(DOXYGEN_SEPARATE_MEMBER_PAGES NO)
+endif()
+if(NOT DEFINED DOXYGEN_TAB_SIZE)
+    set(DOXYGEN_TAB_SIZE 8)
+endif()
+if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_FOR_C)
+    set(DOXYGEN_OPTIMIZE_OUTPUT_FOR_C NO)
+endif()
+if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_JAVA)
+    set(DOXYGEN_OPTIMIZE_OUTPUT_JAVA NO)
+endif()
+if(NOT DEFINED DOXYGEN_OPTIMIZE_FOR_FORTRAN)
+    set(DOXYGEN_OPTIMIZE_FOR_FORTRAN NO)
+endif()
+if(NOT DEFINED DOXYGEN_OPTIMIZE_OUTPUT_VHDL)
+    set(DOXYGEN_OPTIMIZE_OUTPUT_VHDL NO)
+endif()
+if(NOT DEFINED DOXYGEN_BUILTIN_STL_SUPPORT)
+    set(DOXYGEN_BUILTIN_STL_SUPPORT NO)
+endif()
+if(NOT DEFINED DOXYGEN_CPP_CLI_SUPPORT)
+    set(DOXYGEN_CPP_CLI_SUPPORT NO)
+endif()
+if(NOT DEFINED DOXYGEN_SIP_SUPPORT)
+    set(DOXYGEN_SIP_SUPPORT NO)
+endif()
+if(NOT DEFINED DOXYGEN_IDL_PROPERTY_SUPPORT)
+    set(DOXYGEN_IDL_PROPERTY_SUPPORT YES)
+endif()
+if(NOT DEFINED DOXYGEN_DISTRIBUTE_GROUP_DOC)
+    set(DOXYGEN_DISTRIBUTE_GROUP_DOC NO)
+endif()
+if(NOT DEFINED DOXYGEN_SUBGROUPING)
+    set(DOXYGEN_SUBGROUPING YES)
+endif()
+if(NOT DEFINED DOXYGEN_TYPEDEF_HIDES_STRUCT)
+    set(DOXYGEN_TYPEDEF_HIDES_STRUCT NO)
+endif()
+if(NOT DEFINED DOXYGEN_SYMBOL_CACHE_SIZE)
+    set(DOXYGEN_SYMBOL_CACHE_SIZE 0)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_ALL)
+    set(DOXYGEN_EXTRACT_ALL NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_PRIVATE)
+    set(DOXYGEN_EXTRACT_PRIVATE NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_STATIC)
+    set(DOXYGEN_EXTRACT_STATIC NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_CLASSES)
+    set(DOXYGEN_EXTRACT_LOCAL_CLASSES YES)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_LOCAL_METHODS)
+    set(DOXYGEN_EXTRACT_LOCAL_METHODS NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXTRACT_ANON_NSPACES)
+    set(DOXYGEN_EXTRACT_ANON_NSPACES NO)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_UNDOC_MEMBERS)
+    set(DOXYGEN_HIDE_UNDOC_MEMBERS NO)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_UNDOC_CLASSES)
+    set(DOXYGEN_HIDE_UNDOC_CLASSES NO)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_FRIEND_COMPOUNDS)
+    set(DOXYGEN_HIDE_FRIEND_COMPOUNDS NO)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_IN_BODY_DOCS)
+    set(DOXYGEN_HIDE_IN_BODY_DOCS NO)
+endif()
+if(NOT DEFINED DOXYGEN_INTERNAL_DOCS)
+    set(DOXYGEN_INTERNAL_DOCS NO)
+endif()
+if(NOT DEFINED DOXYGEN_CASE_SENSE_NAMES)
+    set(DOXYGEN_CASE_SENSE_NAMES YES)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_SCOPE_NAMES)
+    set(DOXYGEN_HIDE_SCOPE_NAMES NO)
+endif()
+if(NOT DEFINED DOXYGEN_SHOW_INCLUDE_FILES)
+    set(DOXYGEN_SHOW_INCLUDE_FILES YES)
+endif()
+if(NOT DEFINED DOXYGEN_INLINE_INFO)
+    set(DOXYGEN_INLINE_INFO YES)
+endif()
+if(NOT DEFINED DOXYGEN_SORT_MEMBER_DOCS)
+    set(DOXYGEN_SORT_MEMBER_DOCS YES)
+endif()
+if(NOT DEFINED DOXYGEN_SORT_BRIEF_DOCS)
+    set(DOXYGEN_SORT_BRIEF_DOCS NO)
+endif()
+if(NOT DEFINED DOXYGEN_SORT_MEMBERS_CTORS_1ST)
+    set(DOXYGEN_SORT_MEMBERS_CTORS_1ST NO)
+endif()
+if(NOT DEFINED DOXYGEN_SORT_GROUP_NAMES)
+    set(DOXYGEN_SORT_GROUP_NAMES NO)
+endif()
+if(NOT DEFINED DOXYGEN_SORT_BY_SCOPE_NAME)
+    set(DOXYGEN_SORT_BY_SCOPE_NAME NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_TODOLIST)
+    set(DOXYGEN_GENERATE_TODOLIST YES)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_TESTLIST)
+    set(DOXYGEN_GENERATE_TESTLIST YES)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_BUGLIST)
+    set(DOXYGEN_GENERATE_BUGLIST YES)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_DEPRECATEDLIST)
+    set(DOXYGEN_GENERATE_DEPRECATEDLIST YES)
+endif()
+if(NOT DEFINED DOXYGEN_MAX_INITIALIZER_LINES)
+    set(DOXYGEN_MAX_INITIALIZER_LINES 30)
+endif()
+if(NOT DEFINED DOXYGEN_SHOW_USED_FILES)
+    set(DOXYGEN_SHOW_USED_FILES YES)
+endif()
+if(NOT DEFINED DOXYGEN_SHOW_DIRECTORIES)
+    set(DOXYGEN_SHOW_DIRECTORIES NO)
+endif()
+if(NOT DEFINED DOXYGEN_SHOW_FILES)
+    set(DOXYGEN_SHOW_FILES YES)
+endif()
+if(NOT DEFINED DOXYGEN_SHOW_NAMESPACES)
+    set(DOXYGEN_SHOW_NAMESPACES YES)
+endif()
+if(NOT DEFINED DOXYGEN_QUIET)
+    set(DOXYGEN_QUIET NO)
+endif()
+if(NOT DEFINED DOXYGEN_WARNINGS)
+    set(DOXYGEN_WARNINGS YES)
+endif()
+if(NOT DEFINED DOXYGEN_WARN_IF_UNDOCUMENTED)
+    set(DOXYGEN_WARN_IF_UNDOCUMENTED YES)
+endif()
+if(NOT DEFINED DOXYGEN_WARN_IF_DOC_ERROR)
+    set(DOXYGEN_WARN_IF_DOC_ERROR YES)
+endif()
+if(NOT DEFINED DOXYGEN_WARN_NO_PARAMDOC)
+    set(DOXYGEN_WARN_NO_PARAMDOC NO)
+endif()
+if(NOT DEFINED DOXYGEN_WARN_FORMAT)
+    set(DOXYGEN_WARN_FORMAT "$file:$line: $text")
+endif()
+if(NOT DEFINED DOXYGEN_INPUT_ENCODING)
+    set(DOXYGEN_INPUT_ENCODING UTF-8)
+endif()
+if(NOT DEFINED DOXYGEN_RECURSIVE)
+    set(DOXYGEN_RECURSIVE NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXCLUDE_SYMLINKS)
+    set(DOXYGEN_EXCLUDE_SYMLINKS NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXAMPLE_RECURSIVE)
+    set(DOXYGEN_EXAMPLE_RECURSIVE NO)
+endif()
+if(NOT DEFINED DOXYGEN_FILTER_SOURCE_FILES)
+    set(DOXYGEN_FILTER_SOURCE_FILES NO)
+endif()
+if(NOT DEFINED DOXYGEN_SOURCE_BROWSER)
+    set(DOXYGEN_SOURCE_BROWSER NO)
+endif()
+if(NOT DEFINED DOXYGEN_INLINE_SOURCES)
+    set(DOXYGEN_INLINE_SOURCES NO)
+endif()
+if(NOT DEFINED DOXYGEN_STRIP_CODE_COMMENTS)
+    set(DOXYGEN_STRIP_CODE_COMMENTS YES)
+endif()
+if(NOT DEFINED DOXYGEN_REFERENCED_BY_RELATION)
+    set(DOXYGEN_REFERENCED_BY_RELATION NO)
+endif()
+if(NOT DEFINED DOXYGEN_REFERENCES_RELATION)
+    set(DOXYGEN_REFERENCES_RELATION NO)
+endif()
+if(NOT DEFINED DOXYGEN_REFERENCES_LINK_SOURCE)
+    set(DOXYGEN_REFERENCES_LINK_SOURCE YES)
+endif()
+if(NOT DEFINED DOXYGEN_USE_HTAGS)
+    set(DOXYGEN_USE_HTAGS NO)
+endif()
+if(NOT DEFINED DOXYGEN_VERBATIM_HEADERS)
+    set(DOXYGEN_VERBATIM_HEADERS YES)
+endif()
+if(NOT DEFINED DOXYGEN_ALPHABETICAL_INDEX)
+    set(DOXYGEN_ALPHABETICAL_INDEX NO)
+endif()
+if(NOT DEFINED DOXYGEN_COLS_IN_ALPHA_INDEX)
+    set(DOXYGEN_COLS_IN_ALPHA_INDEX 5)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_HTML)
+    set(DOXYGEN_GENERATE_HTML YES)
+endif()
+if(NOT DEFINED DOXYGEN_HTML_OUTPUT)
+    set(DOXYGEN_HTML_OUTPUT html)
+endif()
+if(NOT DEFINED DOXYGEN_HTML_FILE_EXTENSION)
+    set(DOXYGEN_HTML_FILE_EXTENSION .html)
+endif()
+if(NOT DEFINED DOXYGEN_HTML_TIMESTAMP)
+    set(DOXYGEN_HTML_TIMESTAMP NO)
+endif()
+if(NOT DEFINED DOXYGEN_HTML_ALIGN_MEMBERS)
+    set(DOXYGEN_HTML_ALIGN_MEMBERS YES)
+endif()
+if(NOT DEFINED DOXYGEN_HTML_DYNAMIC_SECTIONS)
+    set(DOXYGEN_HTML_DYNAMIC_SECTIONS NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_DOCSET)
+    set(DOXYGEN_GENERATE_DOCSET NO)
+endif()
+if(NOT DEFINED DOXYGEN_DOCSET_FEEDNAME)
+    set(DOXYGEN_DOCSET_FEEDNAME "Doxygen generated docs")
+endif()
+if(NOT DEFINED DOXYGEN_DOCSET_BUNDLE_ID)
+    set(DOXYGEN_DOCSET_BUNDLE_ID org.doxygen.Project)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_HTMLHELP)
+    set(DOXYGEN_GENERATE_HTMLHELP NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_CHI)
+    set(DOXYGEN_GENERATE_CHI NO)
+endif()
+if(NOT DEFINED DOXYGEN_BINARY_TOC)
+    set(DOXYGEN_BINARY_TOC NO)
+endif()
+if(NOT DEFINED DOXYGEN_TOC_EXPAND)
+    set(DOXYGEN_TOC_EXPAND NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_QHP)
+    set(DOXYGEN_GENERATE_QHP NO)
+endif()
+if(NOT DEFINED DOXYGEN_QHP_VIRTUAL_FOLDER)
+    set(DOXYGEN_QHP_VIRTUAL_FOLDER doc)
+endif()
+if(NOT DEFINED DOXYGEN_DISABLE_INDEX)
+    set(DOXYGEN_DISABLE_INDEX NO)
+endif()
+if(NOT DEFINED DOXYGEN_ENUM_VALUES_PER_LINE)
+    set(DOXYGEN_ENUM_VALUES_PER_LINE 4)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_TREEVIEW)
+    set(DOXYGEN_GENERATE_TREEVIEW NO)
+endif()
+if(NOT DEFINED DOXYGEN_USE_INLINE_TREES)
+    set(DOXYGEN_USE_INLINE_TREES NO)
+endif()
+if(NOT DEFINED DOXYGEN_TREEVIEW_WIDTH)
+    set(DOXYGEN_TREEVIEW_WIDTH 250)
+endif()
+if(NOT DEFINED DOXYGEN_FORMULA_FONTSIZE)
+    set(DOXYGEN_FORMULA_FONTSIZE 10)
+endif()
+if(NOT DEFINED DOXYGEN_SEARCHENGINE)
+    set(DOXYGEN_SEARCHENGINE YES)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_LATEX)
+    set(DOXYGEN_GENERATE_LATEX YES)
+endif()
+if(NOT DEFINED DOXYGEN_LATEX_OUTPUT)
+    set(DOXYGEN_LATEX_OUTPUT latex)
+endif()
+if(NOT DEFINED DOXYGEN_LATEX_CMD_NAME)
+    set(DOXYGEN_LATEX_CMD_NAME latex)
+endif()
+if(NOT DEFINED DOXYGEN_MAKEINDEX_CMD_NAME)
+    set(DOXYGEN_MAKEINDEX_CMD_NAME makeindex)
+endif()
+if(NOT DEFINED DOXYGEN_COMPACT_LATEX)
+    set(DOXYGEN_COMPACT_LATEX NO)
+endif()
+if(NOT DEFINED DOXYGEN_PAPER_TYPE)
+    set(DOXYGEN_PAPER_TYPE a4wide)
+endif()
+if(NOT DEFINED DOXYGEN_PDF_HYPERLINKS)
+    set(DOXYGEN_PDF_HYPERLINKS YES)
+endif()
+if(NOT DEFINED DOXYGEN_USE_PDFLATEX)
+    set(DOXYGEN_USE_PDFLATEX YES)
+endif()
+if(NOT DEFINED DOXYGEN_LATEX_BATCHMODE)
+    set(DOXYGEN_LATEX_BATCHMODE NO)
+endif()
+if(NOT DEFINED DOXYGEN_LATEX_HIDE_INDICES)
+    set(DOXYGEN_LATEX_HIDE_INDICES NO)
+endif()
+if(NOT DEFINED DOXYGEN_LATEX_SOURCE_CODE)
+    set(DOXYGEN_LATEX_SOURCE_CODE NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_RTF)
+    set(DOXYGEN_GENERATE_RTF NO)
+endif()
+if(NOT DEFINED DOXYGEN_RTF_OUTPUT)
+    set(DOXYGEN_RTF_OUTPUT rtf)
+endif()
+if(NOT DEFINED DOXYGEN_COMPACT_RTF)
+    set(DOXYGEN_COMPACT_RTF NO)
+endif()
+if(NOT DEFINED DOXYGEN_RTF_HYPERLINKS)
+    set(DOXYGEN_RTF_HYPERLINKS NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_MAN)
+    set(DOXYGEN_GENERATE_MAN NO)
+endif()
+if(NOT DEFINED DOXYGEN_MAN_OUTPUT)
+    set(DOXYGEN_MAN_OUTPUT man)
+endif()
+if(NOT DEFINED DOXYGEN_MAN_EXTENSION)
+    set(DOXYGEN_MAN_EXTENSION .3)
+endif()
+if(NOT DEFINED DOXYGEN_MAN_LINKS)
+    set(DOXYGEN_MAN_LINKS NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_XML)
+    set(DOXYGEN_GENERATE_XML NO)
+endif()
+if(NOT DEFINED DOXYGEN_XML_OUTPUT)
+    set(DOXYGEN_XML_OUTPUT xml)
+endif()
+if(NOT DEFINED DOXYGEN_XML_PROGRAMLISTING)
+    set(DOXYGEN_XML_PROGRAMLISTING YES)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_AUTOGEN_DEF)
+    set(DOXYGEN_GENERATE_AUTOGEN_DEF NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_PERLMOD)
+    set(DOXYGEN_GENERATE_PERLMOD NO)
+endif()
+if(NOT DEFINED DOXYGEN_PERLMOD_LATEX)
+    set(DOXYGEN_PERLMOD_LATEX NO)
+endif()
+if(NOT DEFINED DOXYGEN_PERLMOD_PRETTY)
+    set(DOXYGEN_PERLMOD_PRETTY YES)
+endif()
+if(NOT DEFINED DOXYGEN_ENABLE_PREPROCESSING)
+    set(DOXYGEN_ENABLE_PREPROCESSING YES)
+endif()
+if(NOT DEFINED DOXYGEN_MACRO_EXPANSION)
+    set(DOXYGEN_MACRO_EXPANSION NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXPAND_ONLY_PREDEF)
+    set(DOXYGEN_EXPAND_ONLY_PREDEF NO)
+endif()
+if(NOT DEFINED DOXYGEN_SEARCH_INCLUDES)
+    set(DOXYGEN_SEARCH_INCLUDES YES)
+endif()
+if(NOT DEFINED DOXYGEN_SKIP_FUNCTION_MACROS)
+    set(DOXYGEN_SKIP_FUNCTION_MACROS YES)
+endif()
+if(NOT DEFINED DOXYGEN_ALLEXTERNALS)
+    set(DOXYGEN_ALLEXTERNALS NO)
+endif()
+if(NOT DEFINED DOXYGEN_EXTERNAL_GROUPS)
+    set(DOXYGEN_EXTERNAL_GROUPS YES)
+endif()
+if(NOT DEFINED DOXYGEN_PERL_PATH)
+    set(DOXYGEN_PERL_PATH /usr/bin/perl)
+endif()
+if(NOT DEFINED DOXYGEN_CLASS_DIAGRAMS)
+    set(DOXYGEN_CLASS_DIAGRAMS YES)
+endif()
+if(NOT DEFINED DOXYGEN_HIDE_UNDOC_RELATIONS)
+    set(DOXYGEN_HIDE_UNDOC_RELATIONS YES)
+endif()
+if(NOT DEFINED DOXYGEN_HAVE_DOT)
+    set(DOXYGEN_HAVE_DOT NO)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_FONTNAME)
+    set(DOXYGEN_DOT_FONTNAME FreeSans)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_FONTSIZE)
+    set(DOXYGEN_DOT_FONTSIZE 10)
+endif()
+if(NOT DEFINED DOXYGEN_CLASS_GRAPH)
+    set(DOXYGEN_CLASS_GRAPH YES)
+endif()
+if(NOT DEFINED DOXYGEN_COLLABORATION_GRAPH)
+    set(DOXYGEN_COLLABORATION_GRAPH YES)
+endif()
+if(NOT DEFINED DOXYGEN_GROUP_GRAPHS)
+    set(DOXYGEN_GROUP_GRAPHS YES)
+endif()
+if(NOT DEFINED DOXYGEN_UML_LOOK)
+    set(DOXYGEN_UML_LOOK NO)
+endif()
+if(NOT DEFINED DOXYGEN_TEMPLATE_RELATIONS)
+    set(DOXYGEN_TEMPLATE_RELATIONS NO)
+endif()
+if(NOT DEFINED DOXYGEN_INCLUDE_GRAPH)
+    set(DOXYGEN_INCLUDE_GRAPH YES)
+endif()
+if(NOT DEFINED DOXYGEN_INCLUDED_BY_GRAPH)
+    set(DOXYGEN_INCLUDED_BY_GRAPH YES)
+endif()
+if(NOT DEFINED DOXYGEN_CALL_GRAPH)
+    set(DOXYGEN_CALL_GRAPH NO)
+endif()
+if(NOT DEFINED DOXYGEN_CALLER_GRAPH)
+    set(DOXYGEN_CALLER_GRAPH NO)
+endif()
+if(NOT DEFINED DOXYGEN_GRAPHICAL_HIERARCHY)
+    set(DOXYGEN_GRAPHICAL_HIERARCHY YES)
+endif()
+if(NOT DEFINED DOXYGEN_DIRECTORY_GRAPH)
+    set(DOXYGEN_DIRECTORY_GRAPH YES)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_IMAGE_FORMAT)
+    set(DOXYGEN_DOT_IMAGE_FORMAT png)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_GRAPH_MAX_NODES)
+    set(DOXYGEN_DOT_GRAPH_MAX_NODES 50)
+endif()
+if(NOT DEFINED DOXYGEN_MAX_DOT_GRAPH_DEPTH)
+    set(DOXYGEN_MAX_DOT_GRAPH_DEPTH 0)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_TRANSPARENT)
+    set(DOXYGEN_DOT_TRANSPARENT NO)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_MULTI_TARGETS)
+    set(DOXYGEN_DOT_MULTI_TARGETS NO)
+endif()
+if(NOT DEFINED DOXYGEN_GENERATE_LEGEND)
+    set(DOXYGEN_GENERATE_LEGEND YES)
+endif()
+if(NOT DEFINED DOXYGEN_DOT_CLEANUP)
+    set(DOXYGEN_DOT_CLEANUP YES)
+endif()
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCCompiler.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCCompiler.cmake
new file mode 100644
index 0000000..b099f3c
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCCompiler.cmake
@@ -0,0 +1,73 @@
+set(CMAKE_C_COMPILER "/usr/lib/ccache/cc")
+set(CMAKE_C_COMPILER_ARG1 "")
+set(CMAKE_C_COMPILER_ID "GNU")
+set(CMAKE_C_COMPILER_VERSION "4.4.4")
+set(CMAKE_C_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_C_COMPILER_WRAPPER "")
+set(CMAKE_C_STANDARD_COMPUTED_DEFAULT "90")
+set(CMAKE_C_COMPILE_FEATURES 
"c_std_90;c_function_prototypes;c_std_99;c_restrict;c_variadic_macros")
+set(CMAKE_C90_COMPILE_FEATURES "c_std_90;c_function_prototypes")
+set(CMAKE_C99_COMPILE_FEATURES "c_std_99;c_restrict;c_variadic_macros")
+set(CMAKE_C11_COMPILE_FEATURES "")
+
+set(CMAKE_C_PLATFORM_ID "Linux")
+set(CMAKE_C_SIMULATE_ID "")
+set(CMAKE_C_SIMULATE_VERSION "")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_C_COMPILER_AR "CMAKE_C_COMPILER_AR-NOTFOUND")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_C_COMPILER_RANLIB "CMAKE_C_COMPILER_RANLIB-NOTFOUND")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCC 1)
+set(CMAKE_C_COMPILER_LOADED 1)
+set(CMAKE_C_COMPILER_WORKS TRUE)
+set(CMAKE_C_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_C_COMPILER_ENV_VAR "CC")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_C_COMPILER_ID_RUN 1)
+set(CMAKE_C_SOURCE_FILE_EXTENSIONS c;m)
+set(CMAKE_C_IGNORE_EXTENSIONS h;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_C_LINKER_PREFERENCE 10)
+
+# Save compiler ABI information.
+set(CMAKE_C_SIZEOF_DATA_PTR "4")
+set(CMAKE_C_COMPILER_ABI "ELF")
+set(CMAKE_C_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_C_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_C_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_C_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_C_COMPILER_ABI}")
+endif()
+
+if(CMAKE_C_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_C_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_C_CL_SHOWINCLUDES_PREFIX)
+  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_C_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_C_IMPLICIT_LINK_LIBRARIES "gcc;gcc_s;c;gcc;gcc_s")
+set(CMAKE_C_IMPLICIT_LINK_DIRECTORIES 
"/usr/lib/gcc/i686-redhat-linux/4.4.4;/usr/lib")
+set(CMAKE_C_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCXXCompiler.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCXXCompiler.cmake
new file mode 100644
index 0000000..b7f0b41
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeCXXCompiler.cmake
@@ -0,0 +1,75 @@
+set(CMAKE_CXX_COMPILER "/usr/lib/ccache/c++")
+set(CMAKE_CXX_COMPILER_ARG1 "")
+set(CMAKE_CXX_COMPILER_ID "GNU")
+set(CMAKE_CXX_COMPILER_VERSION "4.4.4")
+set(CMAKE_CXX_COMPILER_VERSION_INTERNAL "")
+set(CMAKE_CXX_COMPILER_WRAPPER "")
+set(CMAKE_CXX_STANDARD_COMPUTED_DEFAULT "98")
+set(CMAKE_CXX_COMPILE_FEATURES 
"cxx_std_98;cxx_template_template_parameters;cxx_std_11;cxx_auto_type;cxx_decltype;cxx_default_function_template_args;cxx_defaulted_functions;cxx_deleted_functions;cxx_extern_templates;cxx_func_identifier;cxx_generalized_initializers;cxx_inline_namespaces;cxx_long_long_type;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX98_COMPILE_FEATURES "cxx_std_98;cxx_template_template_parameters")
+set(CMAKE_CXX11_COMPILE_FEATURES 
"cxx_std_11;cxx_auto_type;cxx_decltype;cxx_default_function_template_args;cxx_defaulted_functions;cxx_deleted_functions;cxx_extern_templates;cxx_func_identifier;cxx_generalized_initializers;cxx_inline_namespaces;cxx_long_long_type;cxx_right_angle_brackets;cxx_rvalue_references;cxx_sizeof_member;cxx_static_assert;cxx_strong_enums;cxx_trailing_return_types;cxx_unicode_literals;cxx_uniform_initialization;cxx_variadic_macros;cxx_variadic_templates")
+set(CMAKE_CXX14_COMPILE_FEATURES "")
+set(CMAKE_CXX17_COMPILE_FEATURES "")
+
+set(CMAKE_CXX_PLATFORM_ID "Linux")
+set(CMAKE_CXX_SIMULATE_ID "")
+set(CMAKE_CXX_SIMULATE_VERSION "")
+
+
+
+set(CMAKE_AR "/usr/bin/ar")
+set(CMAKE_CXX_COMPILER_AR "CMAKE_CXX_COMPILER_AR-NOTFOUND")
+set(CMAKE_RANLIB "/usr/bin/ranlib")
+set(CMAKE_CXX_COMPILER_RANLIB "CMAKE_CXX_COMPILER_RANLIB-NOTFOUND")
+set(CMAKE_LINKER "/usr/bin/ld")
+set(CMAKE_COMPILER_IS_GNUCXX 1)
+set(CMAKE_CXX_COMPILER_LOADED 1)
+set(CMAKE_CXX_COMPILER_WORKS TRUE)
+set(CMAKE_CXX_ABI_COMPILED TRUE)
+set(CMAKE_COMPILER_IS_MINGW )
+set(CMAKE_COMPILER_IS_CYGWIN )
+if(CMAKE_COMPILER_IS_CYGWIN)
+  set(CYGWIN 1)
+  set(UNIX 1)
+endif()
+
+set(CMAKE_CXX_COMPILER_ENV_VAR "CXX")
+
+if(CMAKE_COMPILER_IS_MINGW)
+  set(MINGW 1)
+endif()
+set(CMAKE_CXX_COMPILER_ID_RUN 1)
+set(CMAKE_CXX_IGNORE_EXTENSIONS inl;h;hpp;HPP;H;o;O;obj;OBJ;def;DEF;rc;RC)
+set(CMAKE_CXX_SOURCE_FILE_EXTENSIONS C;M;c++;cc;cpp;cxx;mm;CPP)
+set(CMAKE_CXX_LINKER_PREFERENCE 30)
+set(CMAKE_CXX_LINKER_PREFERENCE_PROPAGATES 1)
+
+# Save compiler ABI information.
+set(CMAKE_CXX_SIZEOF_DATA_PTR "4")
+set(CMAKE_CXX_COMPILER_ABI "ELF")
+set(CMAKE_CXX_LIBRARY_ARCHITECTURE "")
+
+if(CMAKE_CXX_SIZEOF_DATA_PTR)
+  set(CMAKE_SIZEOF_VOID_P "${CMAKE_CXX_SIZEOF_DATA_PTR}")
+endif()
+
+if(CMAKE_CXX_COMPILER_ABI)
+  set(CMAKE_INTERNAL_PLATFORM_ABI "${CMAKE_CXX_COMPILER_ABI}")
+endif()
+
+if(CMAKE_CXX_LIBRARY_ARCHITECTURE)
+  set(CMAKE_LIBRARY_ARCHITECTURE "")
+endif()
+
+set(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX "")
+if(CMAKE_CXX_CL_SHOWINCLUDES_PREFIX)
+  set(CMAKE_CL_SHOWINCLUDES_PREFIX "${CMAKE_CXX_CL_SHOWINCLUDES_PREFIX}")
+endif()
+
+
+
+
+
+set(CMAKE_CXX_IMPLICIT_LINK_LIBRARIES "stdc++;m;gcc_s;gcc;c;gcc_s;gcc")
+set(CMAKE_CXX_IMPLICIT_LINK_DIRECTORIES 
"/usr/lib/gcc/i686-redhat-linux/4.4.4;/usr/lib")
+set(CMAKE_CXX_IMPLICIT_LINK_FRAMEWORK_DIRECTORIES "")
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeSystem.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeSystem.cmake
new file mode 100644
index 0000000..b4604a9
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CMakeSystem.cmake
@@ -0,0 +1,15 @@
+set(CMAKE_HOST_SYSTEM "Linux-5.15.152-1.i2n.x86_64")
+set(CMAKE_HOST_SYSTEM_NAME "Linux")
+set(CMAKE_HOST_SYSTEM_VERSION "5.15.152-1.i2n.x86_64")
+set(CMAKE_HOST_SYSTEM_PROCESSOR "x86_64")
+
+
+
+set(CMAKE_SYSTEM "Linux-5.15.152-1.i2n.x86_64")
+set(CMAKE_SYSTEM_NAME "Linux")
+set(CMAKE_SYSTEM_VERSION "5.15.152-1.i2n.x86_64")
+set(CMAKE_SYSTEM_PROCESSOR "x86_64")
+
+set(CMAKE_CROSSCOMPILING "FALSE")
+
+set(CMAKE_SYSTEM_LOADED 1)
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.c
new file mode 100644
index 0000000..bfc6ebb
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/CMakeCCompilerId.c
@@ -0,0 +1,623 @@
+#ifdef __cplusplus
+# error "A C++ compiler has been selected for C."
+#endif
+
+#if defined(__18CXX)
+# define ID_VOID_MAIN
+#endif
+#if defined(__CLASSIC_C__)
+/* cv-qualifiers did not exist in K&R C */
+# define const
+# define volatile
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+   /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+   /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_C)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_C >= 0x5100
+   /* __SUNPRO_C = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_C>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_C>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_C    & 0xF)
+# endif
+
+#elif defined(__HP_cc)
+# define COMPILER_ID "HP"
+  /* __HP_cc = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_cc/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_cc/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_cc     % 100)
+
+#elif defined(__DECC)
+# define COMPILER_ID "Compaq"
+  /* __DECC_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECC_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECC_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECC_VER         % 10000)
+
+#elif defined(__IBMC__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMC__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+# endif
+
+
+#elif defined(__ibmxl__) || (defined(__IBMC__) && !defined(__COMPILER_VER__) 
&& __IBMC__ >= 800)
+# define COMPILER_ID "XL"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMC__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+# endif
+
+
+#elif defined(__IBMC__) && !defined(__COMPILER_VER__) && __IBMC__ < 800
+# define COMPILER_ID "VisualAge"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMC__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMC__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMC__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMC__    % 10)
+# endif
+
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__TINYC__)
+# define COMPILER_ID "TinyCC"
+
+#elif defined(__BCC__)
+# define COMPILER_ID "Bruce"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__)
+# define COMPILER_ID "GNU"
+# define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# if defined(__GNUC_MINOR__)
+#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || 
defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__)
+#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+  /* __ARMCC_VERSION = VRRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
+#else
+  /* __ARMCC_VERSION = VRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
+#endif
+
+
+#elif defined(__SDCC_VERSION_MAJOR) || defined(SDCC)
+# define COMPILER_ID "SDCC"
+# if defined(__SDCC_VERSION_MAJOR)
+#  define COMPILER_VERSION_MAJOR DEC(__SDCC_VERSION_MAJOR)
+#  define COMPILER_VERSION_MINOR DEC(__SDCC_VERSION_MINOR)
+#  define COMPILER_VERSION_PATCH DEC(__SDCC_VERSION_PATCH)
+# else
+  /* SDCC = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(SDCC/100)
+#  define COMPILER_VERSION_MINOR DEC(SDCC/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(SDCC    % 10)
+# endif
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+  identification macro.  Try to identify the platform and guess that
+  it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || 
defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+#  define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+#  define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+#  define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+#  define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+#  define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+#  define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+#  if _M_ARM == 4
+#   define ARCHITECTURE_ID "ARMV4I"
+#  elif _M_ARM == 5
+#   define ARCHITECTURE_ID "ARMV5I"
+#  else
+#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+#  endif
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+#  define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCAVR__)
+#  define ARCHITECTURE_ID "AVR"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+#else
+#  define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+  'i','n','t','e','r','n','a','l','[',
+  COMPILER_VERSION_INTERNAL,']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+  SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+  '.', SIMULATE_VERSION_MINOR,
+#  ifdef SIMULATE_VERSION_PATCH
+   '.', SIMULATE_VERSION_PATCH,
+#   ifdef SIMULATE_VERSION_TWEAK
+    '.', SIMULATE_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+#if !defined(__STDC__)
+# if (defined(_MSC_VER) && !defined(__clang__)) \
+  || (defined(__ibmxl__) || defined(__IBMC__))
+#  define C_DIALECT "90"
+# else
+#  define C_DIALECT
+# endif
+#elif __STDC_VERSION__ >= 201000L
+# define C_DIALECT "11"
+#elif __STDC_VERSION__ >= 199901L
+# define C_DIALECT "99"
+#else
+# define C_DIALECT "90"
+#endif
+const char* info_language_dialect_default =
+  "INFO" ":" "dialect_default[" C_DIALECT "]";
+
+/*--------------------------------------------------------------------------*/
+
+#ifdef ID_VOID_MAIN
+void main() {}
+#else
+# if defined(__CLASSIC_C__)
+int main(argc, argv) int argc; char *argv[];
+# else
+int main(int argc, char* argv[])
+# endif
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+  require += info_arch[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+  require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+  require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+  require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+  require += info_cray[argc];
+#endif
+  require += info_language_dialect_default[argc];
+  (void)argv;
+  return require;
+}
+#endif
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
new file mode 100644
index 0000000..1313e7e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/CMakeCXXCompilerId.cpp
@@ -0,0 +1,600 @@
+/* This source file must have a .cpp extension so that all C++ compilers
+   recognize the extension without flags.  Borland does not know .cxx for
+   example.  */
+#ifndef __cplusplus
+# error "A C compiler has been selected for C++."
+#endif
+
+
+/* Version number components: V=Version, R=Revision, P=Patch
+   Version date components:   YYYY=Year, MM=Month,   DD=Day  */
+
+#if defined(__COMO__)
+# define COMPILER_ID "Comeau"
+  /* __COMO_VERSION__ = VRR */
+# define COMPILER_VERSION_MAJOR DEC(__COMO_VERSION__ / 100)
+# define COMPILER_VERSION_MINOR DEC(__COMO_VERSION__ % 100)
+
+#elif defined(__INTEL_COMPILER) || defined(__ICC)
+# define COMPILER_ID "Intel"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+  /* __INTEL_COMPILER = VRP */
+# define COMPILER_VERSION_MAJOR DEC(__INTEL_COMPILER/100)
+# define COMPILER_VERSION_MINOR DEC(__INTEL_COMPILER/10 % 10)
+# if defined(__INTEL_COMPILER_UPDATE)
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER_UPDATE)
+# else
+#  define COMPILER_VERSION_PATCH DEC(__INTEL_COMPILER   % 10)
+# endif
+# if defined(__INTEL_COMPILER_BUILD_DATE)
+  /* __INTEL_COMPILER_BUILD_DATE = YYYYMMDD */
+#  define COMPILER_VERSION_TWEAK DEC(__INTEL_COMPILER_BUILD_DATE)
+# endif
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__PATHCC__)
+# define COMPILER_ID "PathScale"
+# define COMPILER_VERSION_MAJOR DEC(__PATHCC__)
+# define COMPILER_VERSION_MINOR DEC(__PATHCC_MINOR__)
+# if defined(__PATHCC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PATHCC_PATCHLEVEL__)
+# endif
+
+#elif defined(__BORLANDC__) && defined(__CODEGEARC_VERSION__)
+# define COMPILER_ID "Embarcadero"
+# define COMPILER_VERSION_MAJOR HEX(__CODEGEARC_VERSION__>>24 & 0x00FF)
+# define COMPILER_VERSION_MINOR HEX(__CODEGEARC_VERSION__>>16 & 0x00FF)
+# define COMPILER_VERSION_PATCH DEC(__CODEGEARC_VERSION__     & 0xFFFF)
+
+#elif defined(__BORLANDC__)
+# define COMPILER_ID "Borland"
+  /* __BORLANDC__ = 0xVRR */
+# define COMPILER_VERSION_MAJOR HEX(__BORLANDC__>>8)
+# define COMPILER_VERSION_MINOR HEX(__BORLANDC__ & 0xFF)
+
+#elif defined(__WATCOMC__) && __WATCOMC__ < 1200
+# define COMPILER_ID "Watcom"
+   /* __WATCOMC__ = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(__WATCOMC__ / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__WATCOMC__)
+# define COMPILER_ID "OpenWatcom"
+   /* __WATCOMC__ = VVRP + 1100 */
+# define COMPILER_VERSION_MAJOR DEC((__WATCOMC__ - 1100) / 100)
+# define COMPILER_VERSION_MINOR DEC((__WATCOMC__ / 10) % 10)
+# if (__WATCOMC__ % 10) > 0
+#  define COMPILER_VERSION_PATCH DEC(__WATCOMC__ % 10)
+# endif
+
+#elif defined(__SUNPRO_CC)
+# define COMPILER_ID "SunPro"
+# if __SUNPRO_CC >= 0x5100
+   /* __SUNPRO_CC = 0xVRRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>12)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xFF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# else
+   /* __SUNPRO_CC = 0xVRP */
+#  define COMPILER_VERSION_MAJOR HEX(__SUNPRO_CC>>8)
+#  define COMPILER_VERSION_MINOR HEX(__SUNPRO_CC>>4 & 0xF)
+#  define COMPILER_VERSION_PATCH HEX(__SUNPRO_CC    & 0xF)
+# endif
+
+#elif defined(__HP_aCC)
+# define COMPILER_ID "HP"
+  /* __HP_aCC = VVRRPP */
+# define COMPILER_VERSION_MAJOR DEC(__HP_aCC/10000)
+# define COMPILER_VERSION_MINOR DEC(__HP_aCC/100 % 100)
+# define COMPILER_VERSION_PATCH DEC(__HP_aCC     % 100)
+
+#elif defined(__DECCXX)
+# define COMPILER_ID "Compaq"
+  /* __DECCXX_VER = VVRRTPPPP */
+# define COMPILER_VERSION_MAJOR DEC(__DECCXX_VER/10000000)
+# define COMPILER_VERSION_MINOR DEC(__DECCXX_VER/100000  % 100)
+# define COMPILER_VERSION_PATCH DEC(__DECCXX_VER         % 10000)
+
+#elif defined(__IBMCPP__) && defined(__COMPILER_VER__)
+# define COMPILER_ID "zOS"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMCPP__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+# endif
+
+
+#elif defined(__ibmxl__) || (defined(__IBMCPP__) && !defined(__COMPILER_VER__) 
&& __IBMCPP__ >= 800)
+# define COMPILER_ID "XL"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMCPP__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+# endif
+
+
+#elif defined(__IBMCPP__) && !defined(__COMPILER_VER__) && __IBMCPP__ < 800
+# define COMPILER_ID "VisualAge"
+# if defined(__ibmxl__)
+#  define COMPILER_VERSION_MAJOR DEC(__ibmxl_version__)
+#  define COMPILER_VERSION_MINOR DEC(__ibmxl_release__)
+#  define COMPILER_VERSION_PATCH DEC(__ibmxl_modification__)
+#  define COMPILER_VERSION_TWEAK DEC(__ibmxl_ptf_fix_level__)
+# else
+   /* __IBMCPP__ = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(__IBMCPP__/100)
+#  define COMPILER_VERSION_MINOR DEC(__IBMCPP__/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(__IBMCPP__    % 10)
+# endif
+
+
+#elif defined(__PGI)
+# define COMPILER_ID "PGI"
+# define COMPILER_VERSION_MAJOR DEC(__PGIC__)
+# define COMPILER_VERSION_MINOR DEC(__PGIC_MINOR__)
+# if defined(__PGIC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__PGIC_PATCHLEVEL__)
+# endif
+
+#elif defined(_CRAYC)
+# define COMPILER_ID "Cray"
+# define COMPILER_VERSION_MAJOR DEC(_RELEASE_MAJOR)
+# define COMPILER_VERSION_MINOR DEC(_RELEASE_MINOR)
+
+#elif defined(__TI_COMPILER_VERSION__)
+# define COMPILER_ID "TI"
+  /* __TI_COMPILER_VERSION__ = VVVRRRPPP */
+# define COMPILER_VERSION_MAJOR DEC(__TI_COMPILER_VERSION__/1000000)
+# define COMPILER_VERSION_MINOR DEC(__TI_COMPILER_VERSION__/1000   % 1000)
+# define COMPILER_VERSION_PATCH DEC(__TI_COMPILER_VERSION__        % 1000)
+
+#elif defined(__FUJITSU) || defined(__FCC_VERSION) || defined(__fcc_version)
+# define COMPILER_ID "Fujitsu"
+
+#elif defined(__SCO_VERSION__)
+# define COMPILER_ID "SCO"
+
+#elif defined(__clang__) && defined(__apple_build_version__)
+# define COMPILER_ID "AppleClang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+# define COMPILER_VERSION_TWEAK DEC(__apple_build_version__)
+
+#elif defined(__clang__)
+# define COMPILER_ID "Clang"
+# if defined(_MSC_VER)
+#  define SIMULATE_ID "MSVC"
+# endif
+# define COMPILER_VERSION_MAJOR DEC(__clang_major__)
+# define COMPILER_VERSION_MINOR DEC(__clang_minor__)
+# define COMPILER_VERSION_PATCH DEC(__clang_patchlevel__)
+# if defined(_MSC_VER)
+   /* _MSC_VER = VVRR */
+#  define SIMULATE_VERSION_MAJOR DEC(_MSC_VER / 100)
+#  define SIMULATE_VERSION_MINOR DEC(_MSC_VER % 100)
+# endif
+
+#elif defined(__GNUC__) || defined(__GNUG__)
+# define COMPILER_ID "GNU"
+# if defined(__GNUC__)
+#  define COMPILER_VERSION_MAJOR DEC(__GNUC__)
+# else
+#  define COMPILER_VERSION_MAJOR DEC(__GNUG__)
+# endif
+# if defined(__GNUC_MINOR__)
+#  define COMPILER_VERSION_MINOR DEC(__GNUC_MINOR__)
+# endif
+# if defined(__GNUC_PATCHLEVEL__)
+#  define COMPILER_VERSION_PATCH DEC(__GNUC_PATCHLEVEL__)
+# endif
+
+#elif defined(_MSC_VER)
+# define COMPILER_ID "MSVC"
+  /* _MSC_VER = VVRR */
+# define COMPILER_VERSION_MAJOR DEC(_MSC_VER / 100)
+# define COMPILER_VERSION_MINOR DEC(_MSC_VER % 100)
+# if defined(_MSC_FULL_VER)
+#  if _MSC_VER >= 1400
+    /* _MSC_FULL_VER = VVRRPPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 100000)
+#  else
+    /* _MSC_FULL_VER = VVRRPPPP */
+#   define COMPILER_VERSION_PATCH DEC(_MSC_FULL_VER % 10000)
+#  endif
+# endif
+# if defined(_MSC_BUILD)
+#  define COMPILER_VERSION_TWEAK DEC(_MSC_BUILD)
+# endif
+
+#elif defined(__VISUALDSPVERSION__) || defined(__ADSPBLACKFIN__) || 
defined(__ADSPTS__) || defined(__ADSP21000__)
+# define COMPILER_ID "ADSP"
+#if defined(__VISUALDSPVERSION__)
+  /* __VISUALDSPVERSION__ = 0xVVRRPP00 */
+# define COMPILER_VERSION_MAJOR HEX(__VISUALDSPVERSION__>>24)
+# define COMPILER_VERSION_MINOR HEX(__VISUALDSPVERSION__>>16 & 0xFF)
+# define COMPILER_VERSION_PATCH HEX(__VISUALDSPVERSION__>>8  & 0xFF)
+#endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# define COMPILER_ID "IAR"
+# if defined(__VER__)
+#  define COMPILER_VERSION_MAJOR DEC((__VER__) / 1000000)
+#  define COMPILER_VERSION_MINOR DEC(((__VER__) / 1000) % 1000)
+#  define COMPILER_VERSION_PATCH DEC((__VER__) % 1000)
+#  define COMPILER_VERSION_INTERNAL DEC(__IAR_SYSTEMS_ICC__)
+# endif
+
+#elif defined(__ARMCC_VERSION)
+# define COMPILER_ID "ARMCC"
+#if __ARMCC_VERSION >= 1000000
+  /* __ARMCC_VERSION = VRRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/1000000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 100)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION     % 10000)
+#else
+  /* __ARMCC_VERSION = VRPPPP */
+  # define COMPILER_VERSION_MAJOR DEC(__ARMCC_VERSION/100000)
+  # define COMPILER_VERSION_MINOR DEC(__ARMCC_VERSION/10000 % 10)
+  # define COMPILER_VERSION_PATCH DEC(__ARMCC_VERSION    % 10000)
+#endif
+
+
+#elif defined(_SGI_COMPILER_VERSION) || defined(_COMPILER_VERSION)
+# define COMPILER_ID "MIPSpro"
+# if defined(_SGI_COMPILER_VERSION)
+  /* _SGI_COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_SGI_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_SGI_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_SGI_COMPILER_VERSION    % 10)
+# else
+  /* _COMPILER_VERSION = VRP */
+#  define COMPILER_VERSION_MAJOR DEC(_COMPILER_VERSION/100)
+#  define COMPILER_VERSION_MINOR DEC(_COMPILER_VERSION/10 % 10)
+#  define COMPILER_VERSION_PATCH DEC(_COMPILER_VERSION    % 10)
+# endif
+
+
+/* These compilers are either not known or too old to define an
+  identification macro.  Try to identify the platform and guess that
+  it is the native compiler.  */
+#elif defined(__sgi)
+# define COMPILER_ID "MIPSpro"
+
+#elif defined(__hpux) || defined(__hpua)
+# define COMPILER_ID "HP"
+
+#else /* unknown compiler */
+# define COMPILER_ID ""
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_compiler = "INFO" ":" "compiler[" COMPILER_ID "]";
+#ifdef SIMULATE_ID
+char const* info_simulate = "INFO" ":" "simulate[" SIMULATE_ID "]";
+#endif
+
+#ifdef __QNXNTO__
+char const* qnxnto = "INFO" ":" "qnxnto[]";
+#endif
+
+#if defined(__CRAYXE) || defined(__CRAYXC)
+char const *info_cray = "INFO" ":" "compiler_wrapper[CrayPrgEnv]";
+#endif
+
+#define STRINGIFY_HELPER(X) #X
+#define STRINGIFY(X) STRINGIFY_HELPER(X)
+
+/* Identify known platforms by name.  */
+#if defined(__linux) || defined(__linux__) || defined(linux)
+# define PLATFORM_ID "Linux"
+
+#elif defined(__CYGWIN__)
+# define PLATFORM_ID "Cygwin"
+
+#elif defined(__MINGW32__)
+# define PLATFORM_ID "MinGW"
+
+#elif defined(__APPLE__)
+# define PLATFORM_ID "Darwin"
+
+#elif defined(_WIN32) || defined(__WIN32__) || defined(WIN32)
+# define PLATFORM_ID "Windows"
+
+#elif defined(__FreeBSD__) || defined(__FreeBSD)
+# define PLATFORM_ID "FreeBSD"
+
+#elif defined(__NetBSD__) || defined(__NetBSD)
+# define PLATFORM_ID "NetBSD"
+
+#elif defined(__OpenBSD__) || defined(__OPENBSD)
+# define PLATFORM_ID "OpenBSD"
+
+#elif defined(__sun) || defined(sun)
+# define PLATFORM_ID "SunOS"
+
+#elif defined(_AIX) || defined(__AIX) || defined(__AIX__) || defined(__aix) || 
defined(__aix__)
+# define PLATFORM_ID "AIX"
+
+#elif defined(__sgi) || defined(__sgi__) || defined(_SGI)
+# define PLATFORM_ID "IRIX"
+
+#elif defined(__hpux) || defined(__hpux__)
+# define PLATFORM_ID "HP-UX"
+
+#elif defined(__HAIKU__)
+# define PLATFORM_ID "Haiku"
+
+#elif defined(__BeOS) || defined(__BEOS__) || defined(_BEOS)
+# define PLATFORM_ID "BeOS"
+
+#elif defined(__QNX__) || defined(__QNXNTO__)
+# define PLATFORM_ID "QNX"
+
+#elif defined(__tru64) || defined(_tru64) || defined(__TRU64__)
+# define PLATFORM_ID "Tru64"
+
+#elif defined(__riscos) || defined(__riscos__)
+# define PLATFORM_ID "RISCos"
+
+#elif defined(__sinix) || defined(__sinix__) || defined(__SINIX__)
+# define PLATFORM_ID "SINIX"
+
+#elif defined(__UNIX_SV__)
+# define PLATFORM_ID "UNIX_SV"
+
+#elif defined(__bsdos__)
+# define PLATFORM_ID "BSDOS"
+
+#elif defined(_MPRAS) || defined(MPRAS)
+# define PLATFORM_ID "MP-RAS"
+
+#elif defined(__osf) || defined(__osf__)
+# define PLATFORM_ID "OSF1"
+
+#elif defined(_SCO_SV) || defined(SCO_SV) || defined(sco_sv)
+# define PLATFORM_ID "SCO_SV"
+
+#elif defined(__ultrix) || defined(__ultrix__) || defined(_ULTRIX)
+# define PLATFORM_ID "ULTRIX"
+
+#elif defined(__XENIX__) || defined(_XENIX) || defined(XENIX)
+# define PLATFORM_ID "Xenix"
+
+#elif defined(__WATCOMC__)
+# if defined(__LINUX__)
+#  define PLATFORM_ID "Linux"
+
+# elif defined(__DOS__)
+#  define PLATFORM_ID "DOS"
+
+# elif defined(__OS2__)
+#  define PLATFORM_ID "OS2"
+
+# elif defined(__WINDOWS__)
+#  define PLATFORM_ID "Windows3x"
+
+# else /* unknown platform */
+#  define PLATFORM_ID
+# endif
+
+#else /* unknown platform */
+# define PLATFORM_ID
+
+#endif
+
+/* For windows compilers MSVC and Intel we can determine
+   the architecture of the compiler being used.  This is because
+   the compilers do not have flags that can change the architecture,
+   but rather depend on which compiler is being used
+*/
+#if defined(_WIN32) && defined(_MSC_VER)
+# if defined(_M_IA64)
+#  define ARCHITECTURE_ID "IA64"
+
+# elif defined(_M_X64) || defined(_M_AMD64)
+#  define ARCHITECTURE_ID "x64"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# elif defined(_M_ARM64)
+#  define ARCHITECTURE_ID "ARM64"
+
+# elif defined(_M_ARM)
+#  if _M_ARM == 4
+#   define ARCHITECTURE_ID "ARMV4I"
+#  elif _M_ARM == 5
+#   define ARCHITECTURE_ID "ARMV5I"
+#  else
+#   define ARCHITECTURE_ID "ARMV" STRINGIFY(_M_ARM)
+#  endif
+
+# elif defined(_M_MIPS)
+#  define ARCHITECTURE_ID "MIPS"
+
+# elif defined(_M_SH)
+#  define ARCHITECTURE_ID "SHx"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__WATCOMC__)
+# if defined(_M_I86)
+#  define ARCHITECTURE_ID "I86"
+
+# elif defined(_M_IX86)
+#  define ARCHITECTURE_ID "X86"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+
+#elif defined(__IAR_SYSTEMS_ICC__) || defined(__IAR_SYSTEMS_ICC)
+# if defined(__ICCARM__)
+#  define ARCHITECTURE_ID "ARM"
+
+# elif defined(__ICCAVR__)
+#  define ARCHITECTURE_ID "AVR"
+
+# else /* unknown architecture */
+#  define ARCHITECTURE_ID ""
+# endif
+#else
+#  define ARCHITECTURE_ID
+#endif
+
+/* Convert integer to decimal digit literals.  */
+#define DEC(n)                   \
+  ('0' + (((n) / 10000000)%10)), \
+  ('0' + (((n) / 1000000)%10)),  \
+  ('0' + (((n) / 100000)%10)),   \
+  ('0' + (((n) / 10000)%10)),    \
+  ('0' + (((n) / 1000)%10)),     \
+  ('0' + (((n) / 100)%10)),      \
+  ('0' + (((n) / 10)%10)),       \
+  ('0' +  ((n) % 10))
+
+/* Convert integer to hex digit literals.  */
+#define HEX(n)             \
+  ('0' + ((n)>>28 & 0xF)), \
+  ('0' + ((n)>>24 & 0xF)), \
+  ('0' + ((n)>>20 & 0xF)), \
+  ('0' + ((n)>>16 & 0xF)), \
+  ('0' + ((n)>>12 & 0xF)), \
+  ('0' + ((n)>>8  & 0xF)), \
+  ('0' + ((n)>>4  & 0xF)), \
+  ('0' + ((n)     & 0xF))
+
+/* Construct a string literal encoding the version number components. */
+#ifdef COMPILER_VERSION_MAJOR
+char const info_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','[',
+  COMPILER_VERSION_MAJOR,
+# ifdef COMPILER_VERSION_MINOR
+  '.', COMPILER_VERSION_MINOR,
+#  ifdef COMPILER_VERSION_PATCH
+   '.', COMPILER_VERSION_PATCH,
+#   ifdef COMPILER_VERSION_TWEAK
+    '.', COMPILER_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct a string literal encoding the internal version number. */
+#ifdef COMPILER_VERSION_INTERNAL
+char const info_version_internal[] = {
+  'I', 'N', 'F', 'O', ':',
+  'c','o','m','p','i','l','e','r','_','v','e','r','s','i','o','n','_',
+  'i','n','t','e','r','n','a','l','[',
+  COMPILER_VERSION_INTERNAL,']','\0'};
+#endif
+
+/* Construct a string literal encoding the version number components. */
+#ifdef SIMULATE_VERSION_MAJOR
+char const info_simulate_version[] = {
+  'I', 'N', 'F', 'O', ':',
+  's','i','m','u','l','a','t','e','_','v','e','r','s','i','o','n','[',
+  SIMULATE_VERSION_MAJOR,
+# ifdef SIMULATE_VERSION_MINOR
+  '.', SIMULATE_VERSION_MINOR,
+#  ifdef SIMULATE_VERSION_PATCH
+   '.', SIMULATE_VERSION_PATCH,
+#   ifdef SIMULATE_VERSION_TWEAK
+    '.', SIMULATE_VERSION_TWEAK,
+#   endif
+#  endif
+# endif
+  ']','\0'};
+#endif
+
+/* Construct the string literal in pieces to prevent the source from
+   getting matched.  Store it in a pointer rather than an array
+   because some compilers will just produce instructions to fill the
+   array rather than assigning a pointer to a static array.  */
+char const* info_platform = "INFO" ":" "platform[" PLATFORM_ID "]";
+char const* info_arch = "INFO" ":" "arch[" ARCHITECTURE_ID "]";
+
+
+
+
+#if defined(_MSC_VER) && defined(_MSVC_LANG)
+#define CXX_STD _MSVC_LANG
+#else
+#define CXX_STD __cplusplus
+#endif
+
+const char* info_language_dialect_default = "INFO" ":" "dialect_default["
+#if CXX_STD > 201402L
+  "17"
+#elif CXX_STD >= 201402L
+  "14"
+#elif CXX_STD >= 201103L
+  "11"
+#else
+  "98"
+#endif
+"]";
+
+/*--------------------------------------------------------------------------*/
+
+int main(int argc, char* argv[])
+{
+  int require = 0;
+  require += info_compiler[argc];
+  require += info_platform[argc];
+#ifdef COMPILER_VERSION_MAJOR
+  require += info_version[argc];
+#endif
+#ifdef COMPILER_VERSION_INTERNAL
+  require += info_version_internal[argc];
+#endif
+#ifdef SIMULATE_ID
+  require += info_simulate[argc];
+#endif
+#ifdef SIMULATE_VERSION_MAJOR
+  require += info_simulate_version[argc];
+#endif
+#if defined(__CRAYXE) || defined(__CRAYXC)
+  require += info_cray[argc];
+#endif
+  require += info_language_dialect_default[argc];
+  (void)argv;
+  return require;
+}
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeDirectoryInformation.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeOutput.log 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeOutput.log
new file mode 100644
index 0000000..4b4852b
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeOutput.log
@@ -0,0 +1,555 @@
+The system is: Linux - 5.15.152-1.i2n.x86_64 - x86_64
+Compiling the C compiler identification source file "CMakeCCompilerId.c" 
succeeded.
+Compiler: /usr/lib/ccache/cc 
+Build flags: 
+Id flags:  
+
+The output was:
+0
+
+
+Compilation of the C compiler identification source "CMakeCCompilerId.c" 
produced "a.out"
+
+The C compiler identification is GNU, found in 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdC/a.out"
+
+Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" 
succeeded.
+Compiler: /usr/lib/ccache/c++ 
+Build flags: 
+Id flags:  
+
+The output was:
+0
+
+
+Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" 
produced "a.out"
+
+The CXX compiler identification is GNU, found in 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/3.11.0/CompilerIdCXX/a.out"
+
+Determining if the C compiler works passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_f2aaf/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_f2aaf.dir/build.make 
CMakeFiles/cmTC_f2aaf.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_f2aaf.dir/testCCompiler.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_f2aaf.dir/testCCompiler.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp/testCCompiler.c
+Linking C executable cmTC_f2aaf
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f2aaf.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_f2aaf.dir/testCCompiler.c.o  
-o cmTC_f2aaf 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Detecting C compiler ABI info compiled with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_896bb/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_896bb.dir/build.make 
CMakeFiles/cmTC_896bb.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o   -c 
/usr/share/cmake/Modules/CMakeCCompilerABI.c
+Linking C executable cmTC_896bb
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_896bb.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc     -v -rdynamic 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o  -o cmTC_896bb 
+Using built-in specs.
+Target: i686-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran --disable-libgcj 
--with-tune=generic --with-arch=i686 --build=i686-redhat-linux
+Thread model: posix
+gcc version 4.4.4 20100630 (Red Hat 4.4.4-11) (GCC) 
+COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/
+LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_896bb' '-mtune=generic' 
'-march=i686'
+ /usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 --eh-frame-hdr --build-id 
-m elf_i386 --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux.so.2 
-o cmTC_896bb /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4 -L/usr/lib/gcc/i686-redhat-linux/4.4.4 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../.. 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s 
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Parsed C implicit link information from above output:
+  link line regex: [^( 
*|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_896bb/fast"]
+  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_896bb.dir/build.make 
CMakeFiles/cmTC_896bb.dir/build]
+  ignore line: [gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp']
+  ignore line: [Building C object 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o]
+  ignore line: [/usr/lib/ccache/cc    -o 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o   -c 
/usr/share/cmake/Modules/CMakeCCompilerABI.c]
+  ignore line: [Linking C executable cmTC_896bb]
+  ignore line: [/usr/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_896bb.dir/link.txt --verbose=1]
+  ignore line: [/usr/lib/ccache/cc     -v -rdynamic 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o  -o cmTC_896bb ]
+  ignore line: [Using built-in specs.]
+  ignore line: [Target: i686-redhat-linux]
+  ignore line: [Configured with: ../configure --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap 
--enable-shared --enable-threads=posix --enable-checking=release 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran 
--disable-libgcj --with-tune=generic --with-arch=i686 --build=i686-redhat-linux]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.4.4 20100630 (Red Hat 4.4.4-11) (GCC) ]
+  ignore line: 
[COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/]
+  ignore line: 
[LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_896bb' 
'-mtune=generic' '-march=i686']
+  link line: [ /usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 
--eh-frame-hdr --build-id -m elf_i386 --hash-style=gnu -export-dynamic 
-dynamic-linker /lib/ld-linux.so.2 -o cmTC_896bb 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4 -L/usr/lib/gcc/i686-redhat-linux/4.4.4 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../.. 
CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s 
--no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o]
+    arg [/usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_i386] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib/ld-linux.so.2] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTC_896bb] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o] ==> ignore
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..]
+    arg [CMakeFiles/cmTC_896bb.dir/CMakeCCompilerABI.c.o] ==> ignore
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [-lc] ==> lib [c]
+    arg [-lgcc] ==> lib [gcc]
+    arg [--as-needed] ==> ignore
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [--no-as-needed] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o] ==> ignore
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..] ==> 
[/usr/lib]
+  implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
+  implicit dirs: [/usr/lib/gcc/i686-redhat-linux/4.4.4;/usr/lib]
+  implicit fwks: []
+
+
+
+
+Detecting C [-std=c99] compiler features compiled with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_6d3cc/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_6d3cc.dir/build.make 
CMakeFiles/cmTC_6d3cc.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_6d3cc.dir/feature_tests.c.o
+/usr/lib/ccache/cc   -std=c99 -o CMakeFiles/cmTC_6d3cc.dir/feature_tests.c.o   
-c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c
+Linking C executable cmTC_6d3cc
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_6d3cc.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_6d3cc.dir/feature_tests.c.o  
-o cmTC_6d3cc 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+    Feature record: C_FEATURE:1c_function_prototypes
+    Feature record: C_FEATURE:1c_restrict
+    Feature record: C_FEATURE:0c_static_assert
+    Feature record: C_FEATURE:1c_variadic_macros
+
+
+Detecting C [-std=c89] compiler features compiled with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_f5b49/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_f5b49.dir/build.make 
CMakeFiles/cmTC_f5b49.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_f5b49.dir/feature_tests.c.o
+/usr/lib/ccache/cc   -std=c89 -o CMakeFiles/cmTC_f5b49.dir/feature_tests.c.o   
-c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c
+Linking C executable cmTC_f5b49
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f5b49.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_f5b49.dir/feature_tests.c.o  
-o cmTC_f5b49 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+    Feature record: C_FEATURE:1c_function_prototypes
+    Feature record: C_FEATURE:0c_restrict
+    Feature record: C_FEATURE:0c_static_assert
+    Feature record: C_FEATURE:0c_variadic_macros
+Determining if the CXX compiler works passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_e3872/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_e3872.dir/build.make 
CMakeFiles/cmTC_e3872.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building CXX object CMakeFiles/cmTC_e3872.dir/testCXXCompiler.cxx.o
+/usr/lib/ccache/c++     -o CMakeFiles/cmTC_e3872.dir/testCXXCompiler.cxx.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp/testCXXCompiler.cxx
+Linking CXX executable cmTC_e3872
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_e3872.dir/link.txt 
--verbose=1
+/usr/lib/ccache/c++       -rdynamic 
CMakeFiles/cmTC_e3872.dir/testCXXCompiler.cxx.o  -o cmTC_e3872 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Detecting CXX compiler ABI info compiled with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_db866/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_db866.dir/build.make 
CMakeFiles/cmTC_db866.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building CXX object CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o
+/usr/lib/ccache/c++     -o CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o 
-c /usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp
+Linking CXX executable cmTC_db866
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_db866.dir/link.txt 
--verbose=1
+/usr/lib/ccache/c++      -v -rdynamic 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_db866 
+Using built-in specs.
+Target: i686-redhat-linux
+Configured with: ../configure --prefix=/usr --mandir=/usr/share/man 
--infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla 
--enable-bootstrap --enable-shared --enable-threads=posix 
--enable-checking=release --with-system-zlib --enable-__cxa_atexit 
--disable-libunwind-exceptions --enable-gnu-unique-object 
--enable-languages=c,c++,objc,obj-c++,java,fortran --disable-libgcj 
--with-tune=generic --with-arch=i686 --build=i686-redhat-linux
+Thread model: posix
+gcc version 4.4.4 20100630 (Red Hat 4.4.4-11) (GCC) 
+COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/
+LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../:/lib/:/usr/lib/
+COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_db866' '-shared-libgcc' 
'-mtune=generic' '-march=i686'
+ /usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 --eh-frame-hdr --build-id 
-m elf_i386 --hash-style=gnu -export-dynamic -dynamic-linker /lib/ld-linux.so.2 
-o cmTC_db866 /usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4 -L/usr/lib/gcc/i686-redhat-linux/4.4.4 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../.. 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Parsed CXX implicit link information from above output:
+  link line regex: [^( 
*|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
+  ignore line: [Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp]
+  ignore line: []
+  ignore line: [Run Build Command:"/usr/bin/gmake" "cmTC_db866/fast"]
+  ignore line: [/usr/bin/gmake -f CMakeFiles/cmTC_db866.dir/build.make 
CMakeFiles/cmTC_db866.dir/build]
+  ignore line: [gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp']
+  ignore line: [Building CXX object 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o]
+  ignore line: [/usr/lib/ccache/c++     -o 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o -c 
/usr/share/cmake/Modules/CMakeCXXCompilerABI.cpp]
+  ignore line: [Linking CXX executable cmTC_db866]
+  ignore line: [/usr/bin/cmake -E cmake_link_script 
CMakeFiles/cmTC_db866.dir/link.txt --verbose=1]
+  ignore line: [/usr/lib/ccache/c++      -v -rdynamic 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o  -o cmTC_db866 ]
+  ignore line: [Using built-in specs.]
+  ignore line: [Target: i686-redhat-linux]
+  ignore line: [Configured with: ../configure --prefix=/usr 
--mandir=/usr/share/man --infodir=/usr/share/info 
--with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap 
--enable-shared --enable-threads=posix --enable-checking=release 
--with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions 
--enable-gnu-unique-object --enable-languages=c,c++,objc,obj-c++,java,fortran 
--disable-libgcj --with-tune=generic --with-arch=i686 --build=i686-redhat-linux]
+  ignore line: [Thread model: posix]
+  ignore line: [gcc version 4.4.4 20100630 (Red Hat 4.4.4-11) (GCC) ]
+  ignore line: 
[COMPILER_PATH=/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/:/usr/libexec/gcc/i686-redhat-linux/4.4.4/:/usr/libexec/gcc/i686-redhat-linux/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/]
+  ignore line: 
[LIBRARY_PATH=/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/:/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../:/lib/:/usr/lib/]
+  ignore line: [COLLECT_GCC_OPTIONS='-v' '-rdynamic' '-o' 'cmTC_db866' 
'-shared-libgcc' '-mtune=generic' '-march=i686']
+  link line: [ /usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2 
--eh-frame-hdr --build-id -m elf_i386 --hash-style=gnu -export-dynamic 
-dynamic-linker /lib/ld-linux.so.2 -o cmTC_db866 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4 -L/usr/lib/gcc/i686-redhat-linux/4.4.4 
-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../.. 
CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc 
-lc -lgcc_s -lgcc /usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o 
/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o]
+    arg [/usr/libexec/gcc/i686-redhat-linux/4.4.4/collect2] ==> ignore
+    arg [--eh-frame-hdr] ==> ignore
+    arg [--build-id] ==> ignore
+    arg [-m] ==> ignore
+    arg [elf_i386] ==> ignore
+    arg [--hash-style=gnu] ==> ignore
+    arg [-export-dynamic] ==> ignore
+    arg [-dynamic-linker] ==> ignore
+    arg [/lib/ld-linux.so.2] ==> ignore
+    arg [-o] ==> ignore
+    arg [cmTC_db866] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crt1.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crti.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/crtbegin.o] ==> ignore
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+    arg [-L/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..] ==> dir 
[/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..]
+    arg [CMakeFiles/cmTC_db866.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
+    arg [-lstdc++] ==> lib [stdc++]
+    arg [-lm] ==> lib [m]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [-lc] ==> lib [c]
+    arg [-lgcc_s] ==> lib [gcc_s]
+    arg [-lgcc] ==> lib [gcc]
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/crtend.o] ==> ignore
+    arg [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../crtn.o] ==> ignore
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4] ==> 
[/usr/lib/gcc/i686-redhat-linux/4.4.4]
+  collapse library dir [/usr/lib/gcc/i686-redhat-linux/4.4.4/../../..] ==> 
[/usr/lib]
+  implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
+  implicit dirs: [/usr/lib/gcc/i686-redhat-linux/4.4.4;/usr/lib]
+  implicit fwks: []
+
+
+
+
+Detecting CXX [-std=c++0x] compiler features compiled with the following 
output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_d95ff/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_d95ff.dir/build.make 
CMakeFiles/cmTC_d95ff.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building CXX object CMakeFiles/cmTC_d95ff.dir/feature_tests.cxx.o
+/usr/lib/ccache/c++    -std=c++0x -o 
CMakeFiles/cmTC_d95ff.dir/feature_tests.cxx.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_d95ff
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d95ff.dir/link.txt 
--verbose=1
+/usr/lib/ccache/c++       -rdynamic 
CMakeFiles/cmTC_d95ff.dir/feature_tests.cxx.o  -o cmTC_d95ff 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:0cxx_alias_templates
+    Feature record: CXX_FEATURE:0cxx_alignas
+    Feature record: CXX_FEATURE:0cxx_alignof
+    Feature record: CXX_FEATURE:0cxx_attributes
+    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:1cxx_auto_type
+    Feature record: CXX_FEATURE:0cxx_binary_literals
+    Feature record: CXX_FEATURE:0cxx_constexpr
+    Feature record: CXX_FEATURE:0cxx_contextual_conversions
+    Feature record: CXX_FEATURE:1cxx_decltype
+    Feature record: CXX_FEATURE:0cxx_decltype_auto
+    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:1cxx_default_function_template_args
+    Feature record: CXX_FEATURE:1cxx_defaulted_functions
+    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:0cxx_delegating_constructors
+    Feature record: CXX_FEATURE:1cxx_deleted_functions
+    Feature record: CXX_FEATURE:0cxx_digit_separators
+    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:0cxx_explicit_conversions
+    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:1cxx_extern_templates
+    Feature record: CXX_FEATURE:0cxx_final
+    Feature record: CXX_FEATURE:1cxx_func_identifier
+    Feature record: CXX_FEATURE:1cxx_generalized_initializers
+    Feature record: CXX_FEATURE:0cxx_generic_lambdas
+    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:1cxx_inline_namespaces
+    Feature record: CXX_FEATURE:0cxx_lambdas
+    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:0cxx_local_type_template_args
+    Feature record: CXX_FEATURE:1cxx_long_long_type
+    Feature record: CXX_FEATURE:0cxx_noexcept
+    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:0cxx_nullptr
+    Feature record: CXX_FEATURE:0cxx_override
+    Feature record: CXX_FEATURE:0cxx_range_for
+    Feature record: CXX_FEATURE:0cxx_raw_string_literals
+    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:0cxx_return_type_deduction
+    Feature record: CXX_FEATURE:1cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:1cxx_rvalue_references
+    Feature record: CXX_FEATURE:1cxx_sizeof_member
+    Feature record: CXX_FEATURE:1cxx_static_assert
+    Feature record: CXX_FEATURE:1cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:0cxx_thread_local
+    Feature record: CXX_FEATURE:1cxx_trailing_return_types
+    Feature record: CXX_FEATURE:1cxx_unicode_literals
+    Feature record: CXX_FEATURE:1cxx_uniform_initialization
+    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:0cxx_user_literals
+    Feature record: CXX_FEATURE:0cxx_variable_templates
+    Feature record: CXX_FEATURE:1cxx_variadic_macros
+    Feature record: CXX_FEATURE:1cxx_variadic_templates
+
+
+Detecting CXX [-std=c++98] compiler features compiled with the following 
output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_c7b1b/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_c7b1b.dir/build.make 
CMakeFiles/cmTC_c7b1b.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building CXX object CMakeFiles/cmTC_c7b1b.dir/feature_tests.cxx.o
+/usr/lib/ccache/c++    -std=c++98 -o 
CMakeFiles/cmTC_c7b1b.dir/feature_tests.cxx.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx
+Linking CXX executable cmTC_c7b1b
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_c7b1b.dir/link.txt 
--verbose=1
+/usr/lib/ccache/c++       -rdynamic 
CMakeFiles/cmTC_c7b1b.dir/feature_tests.cxx.o  -o cmTC_c7b1b 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+    Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
+    Feature record: CXX_FEATURE:0cxx_alias_templates
+    Feature record: CXX_FEATURE:0cxx_alignas
+    Feature record: CXX_FEATURE:0cxx_alignof
+    Feature record: CXX_FEATURE:0cxx_attributes
+    Feature record: CXX_FEATURE:0cxx_attribute_deprecated
+    Feature record: CXX_FEATURE:0cxx_auto_type
+    Feature record: CXX_FEATURE:0cxx_binary_literals
+    Feature record: CXX_FEATURE:0cxx_constexpr
+    Feature record: CXX_FEATURE:0cxx_contextual_conversions
+    Feature record: CXX_FEATURE:0cxx_decltype
+    Feature record: CXX_FEATURE:0cxx_decltype_auto
+    Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
+    Feature record: CXX_FEATURE:0cxx_default_function_template_args
+    Feature record: CXX_FEATURE:0cxx_defaulted_functions
+    Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
+    Feature record: CXX_FEATURE:0cxx_delegating_constructors
+    Feature record: CXX_FEATURE:0cxx_deleted_functions
+    Feature record: CXX_FEATURE:0cxx_digit_separators
+    Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
+    Feature record: CXX_FEATURE:0cxx_explicit_conversions
+    Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
+    Feature record: CXX_FEATURE:0cxx_extern_templates
+    Feature record: CXX_FEATURE:0cxx_final
+    Feature record: CXX_FEATURE:0cxx_func_identifier
+    Feature record: CXX_FEATURE:0cxx_generalized_initializers
+    Feature record: CXX_FEATURE:0cxx_generic_lambdas
+    Feature record: CXX_FEATURE:0cxx_inheriting_constructors
+    Feature record: CXX_FEATURE:0cxx_inline_namespaces
+    Feature record: CXX_FEATURE:0cxx_lambdas
+    Feature record: CXX_FEATURE:0cxx_lambda_init_captures
+    Feature record: CXX_FEATURE:0cxx_local_type_template_args
+    Feature record: CXX_FEATURE:0cxx_long_long_type
+    Feature record: CXX_FEATURE:0cxx_noexcept
+    Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
+    Feature record: CXX_FEATURE:0cxx_nullptr
+    Feature record: CXX_FEATURE:0cxx_override
+    Feature record: CXX_FEATURE:0cxx_range_for
+    Feature record: CXX_FEATURE:0cxx_raw_string_literals
+    Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
+    Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
+    Feature record: CXX_FEATURE:0cxx_return_type_deduction
+    Feature record: CXX_FEATURE:0cxx_right_angle_brackets
+    Feature record: CXX_FEATURE:0cxx_rvalue_references
+    Feature record: CXX_FEATURE:0cxx_sizeof_member
+    Feature record: CXX_FEATURE:0cxx_static_assert
+    Feature record: CXX_FEATURE:0cxx_strong_enums
+    Feature record: CXX_FEATURE:1cxx_template_template_parameters
+    Feature record: CXX_FEATURE:0cxx_thread_local
+    Feature record: CXX_FEATURE:0cxx_trailing_return_types
+    Feature record: CXX_FEATURE:0cxx_unicode_literals
+    Feature record: CXX_FEATURE:0cxx_uniform_initialization
+    Feature record: CXX_FEATURE:0cxx_unrestricted_unions
+    Feature record: CXX_FEATURE:0cxx_user_literals
+    Feature record: CXX_FEATURE:0cxx_variable_templates
+    Feature record: CXX_FEATURE:0cxx_variadic_macros
+    Feature record: CXX_FEATURE:0cxx_variadic_templates
+Determining if files dlfcn.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_d3aa1/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_d3aa1.dir/build.make 
CMakeFiles/cmTC_d3aa1.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_d3aa1.dir/HAVE_DLFCN_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_d3aa1.dir/HAVE_DLFCN_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
+Linking C executable cmTC_d3aa1
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_d3aa1.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_d3aa1.dir/HAVE_DLFCN_H.c.o  
-o cmTC_d3aa1 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files inttypes.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_aee83/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_aee83.dir/build.make 
CMakeFiles/cmTC_aee83.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_aee83.dir/HAVE_INTTYPES_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_aee83.dir/HAVE_INTTYPES_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
+Linking C executable cmTC_aee83
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_aee83.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic 
CMakeFiles/cmTC_aee83.dir/HAVE_INTTYPES_H.c.o  -o cmTC_aee83 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files memory.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_b3e07/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_b3e07.dir/build.make 
CMakeFiles/cmTC_b3e07.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_b3e07.dir/HAVE_MEMORY_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_b3e07.dir/HAVE_MEMORY_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
+Linking C executable cmTC_b3e07
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b3e07.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_b3e07.dir/HAVE_MEMORY_H.c.o  
-o cmTC_b3e07 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files stdint.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_cc335/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_cc335.dir/build.make 
CMakeFiles/cmTC_cc335.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_cc335.dir/HAVE_STDINT_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_cc335.dir/HAVE_STDINT_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
+Linking C executable cmTC_cc335
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cc335.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_cc335.dir/HAVE_STDINT_H.c.o  
-o cmTC_cc335 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files stdlib.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_5506f/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_5506f.dir/build.make 
CMakeFiles/cmTC_5506f.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_5506f.dir/HAVE_STDLIB_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_5506f.dir/HAVE_STDLIB_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
+Linking C executable cmTC_5506f
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5506f.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_5506f.dir/HAVE_STDLIB_H.c.o  
-o cmTC_5506f 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files strings.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_b8c64/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_b8c64.dir/build.make 
CMakeFiles/cmTC_b8c64.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_b8c64.dir/HAVE_STRINGS_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_b8c64.dir/HAVE_STRINGS_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
+Linking C executable cmTC_b8c64
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b8c64.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_b8c64.dir/HAVE_STRINGS_H.c.o 
 -o cmTC_b8c64 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files string.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_be773/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_be773.dir/build.make 
CMakeFiles/cmTC_be773.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_be773.dir/HAVE_STRING_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_be773.dir/HAVE_STRING_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
+Linking C executable cmTC_be773
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_be773.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_be773.dir/HAVE_STRING_H.c.o  
-o cmTC_be773 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files sys/stat.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_b4015/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_b4015.dir/build.make 
CMakeFiles/cmTC_b4015.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_b4015.dir/HAVE_SYS_STAT_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_b4015.dir/HAVE_SYS_STAT_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
+Linking C executable cmTC_b4015
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_b4015.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic 
CMakeFiles/cmTC_b4015.dir/HAVE_SYS_STAT_H.c.o  -o cmTC_b4015 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files sys/types.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_921e0/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_921e0.dir/build.make 
CMakeFiles/cmTC_921e0.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_921e0.dir/HAVE_SYS_TYPES_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_921e0.dir/HAVE_SYS_TYPES_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
+Linking C executable cmTC_921e0
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_921e0.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic 
CMakeFiles/cmTC_921e0.dir/HAVE_SYS_TYPES_H.c.o  -o cmTC_921e0 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files unistd.h exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_a703b/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_a703b.dir/build.make 
CMakeFiles/cmTC_a703b.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_a703b.dir/HAVE_UNISTD_H.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_a703b.dir/HAVE_UNISTD_H.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
+Linking C executable cmTC_a703b
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_a703b.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_a703b.dir/HAVE_UNISTD_H.c.o  
-o cmTC_a703b 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
+Determining if files 
assert.h;ctype.h;errno.h;float.h;limits.h;locale.h;math.h;setjmp.h;signal.h;stdarg.h;stddef.h;stdio.h;stdlib.h;string.h;time.h
 exist passed with the following output:
+Change Dir: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp
+
+Run Build Command:"/usr/bin/gmake" "cmTC_92ab3/fast"
+/usr/bin/gmake -f CMakeFiles/cmTC_92ab3.dir/build.make 
CMakeFiles/cmTC_92ab3.dir/build
+gmake[1]: Entering directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+Building C object CMakeFiles/cmTC_92ab3.dir/STDC_HEADERS.c.o
+/usr/lib/ccache/cc    -o CMakeFiles/cmTC_92ab3.dir/STDC_HEADERS.c.o   -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
+Linking C executable cmTC_92ab3
+/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_92ab3.dir/link.txt 
--verbose=1
+/usr/lib/ccache/cc      -rdynamic CMakeFiles/cmTC_92ab3.dir/STDC_HEADERS.c.o  
-o cmTC_92ab3 
+gmake[1]: Leaving directory 
`/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeTmp'
+
+
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeRuleHashes.txt 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeRuleHashes.txt
new file mode 100644
index 0000000..6da719f
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/CMakeRuleHashes.txt
@@ -0,0 +1,12 @@
+# Hashes of file build rules.
+17b46a8aca2425a026c2e36e529713ba CMakeFiles/dist
+fd431aa05a8286cce9fc71adcdecab6b CMakeFiles/docs
+b9241cc0c34d08b5ab6120f406af9899 doc
+04103c75c9eb5b5eec15bea8ff6a56c6 doc/html/index.html
+a5396314afa6883fa1235927e9818da5 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done
+b67e0004e116546650f1e427caf6ce0f 
examples-codegen/example1/t2nexample_common.cpp
+b46a32964d26ccb757695f3a1f9a5ccf 
examples-codegen/example2/CMakeFiles/default_codegen_done
+b46a32964d26ccb757695f3a1f9a5ccf 
examples-codegen/example2/CMakeFiles/other_codegen_done
+75ceefdde0e9d56b95f79b7be9773cd9 examples-codegen/example2/default_common.cpp
+8503b8c34ca11f27bcf25c2ff3072317 examples-codegen/example2/other_common.cpp
+d991d15041bb99bd63fbc6cebbc5d456 test/CMakeFiles/check
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
new file mode 100644
index 0000000..02374c0
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_DLFCN_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <dlfcn.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
new file mode 100644
index 0000000..c31dcb6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_INTTYPES_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <inttypes.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
new file mode 100644
index 0000000..a98717e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_MEMORY_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <memory.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
new file mode 100644
index 0000000..ae80985
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDINT_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <stdint.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
new file mode 100644
index 0000000..d3bfc13
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STDLIB_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <stdlib.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
new file mode 100644
index 0000000..ed6a7a0
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRINGS_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <strings.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
new file mode 100644
index 0000000..13fa947
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_STRING_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <string.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
new file mode 100644
index 0000000..1402486
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_STAT_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <sys/stat.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
new file mode 100644
index 0000000..4d0302a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_SYS_TYPES_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <sys/types.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
new file mode 100644
index 0000000..03d7c5e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/HAVE_UNISTD_H.c
@@ -0,0 +1,6 @@
+/* */
+#include <unistd.h>
+
+
+int main(void){return 0;}
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
new file mode 100644
index 0000000..82feeb4
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/CheckIncludeFiles/STDC_HEADERS.c
@@ -0,0 +1,20 @@
+/* */
+#include <assert.h>
+#include <ctype.h>
+#include <errno.h>
+#include <float.h>
+#include <limits.h>
+#include <locale.h>
+#include <math.h>
+#include <setjmp.h>
+#include <signal.h>
+#include <stdarg.h>
+#include <stddef.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <time.h>
+
+
+int main(void){return 0;}
+
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile.cmake
new file mode 100644
index 0000000..56724f6
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile.cmake
@@ -0,0 +1,117 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# The generator used is:
+set(CMAKE_DEPENDS_GENERATOR "Unix Makefiles")
+
+# The top level Makefile was generated from the following files:
+set(CMAKE_MAKEFILE_DEPENDS
+  "CMakeCache.txt"
+  "../CMakeLists.txt"
+  "CMakeFiles/3.11.0/CMakeCCompiler.cmake"
+  "CMakeFiles/3.11.0/CMakeCXXCompiler.cmake"
+  "CMakeFiles/3.11.0/CMakeSystem.cmake"
+  "../codegen/CMakeLists.txt"
+  "../codegen/Libt2n.cmake"
+  "../config.h.in.cmake"
+  "../doc/Doxyfile.in"
+  "../examples-codegen/CMakeLists.txt"
+  "../examples-codegen/example1-client-wrapper/CMakeLists.txt"
+  "../examples-codegen/example1-client/CMakeLists.txt"
+  "../examples-codegen/example1/CMakeLists.txt"
+  "../examples-codegen/example2-client/CMakeLists.txt"
+  "../examples-codegen/example2/CMakeLists.txt"
+  "../examples/CMakeLists.txt"
+  "../libt2n.pc.in"
+  "../libt2n.spec.in"
+  "../src/CMakeLists.txt"
+  "../test/CMakeLists.txt"
+  "/usr/share/cmake/Modules/CMakeCInformation.cmake"
+  "/usr/share/cmake/Modules/CMakeCXXInformation.cmake"
+  "/usr/share/cmake/Modules/CMakeCommonLanguageInclude.cmake"
+  
"/usr/share/cmake/Modules/CMakeExtraGeneratorDetermineCompilerMacrosAndIncludeDirs.cmake"
+  "/usr/share/cmake/Modules/CMakeFindCodeBlocks.cmake"
+  "/usr/share/cmake/Modules/CMakeGenericSystem.cmake"
+  "/usr/share/cmake/Modules/CMakeInitializeConfigs.cmake"
+  "/usr/share/cmake/Modules/CMakeLanguageInformation.cmake"
+  "/usr/share/cmake/Modules/CMakeSystemSpecificInformation.cmake"
+  "/usr/share/cmake/Modules/CMakeSystemSpecificInitialize.cmake"
+  "/usr/share/cmake/Modules/CPack.cmake"
+  "/usr/share/cmake/Modules/CPackComponent.cmake"
+  "/usr/share/cmake/Modules/CheckIncludeFiles.cmake"
+  "/usr/share/cmake/Modules/Compiler/CMakeCommonCompilerMacros.cmake"
+  "/usr/share/cmake/Modules/Compiler/GNU-C.cmake"
+  "/usr/share/cmake/Modules/Compiler/GNU-CXX.cmake"
+  "/usr/share/cmake/Modules/Compiler/GNU.cmake"
+  "/usr/share/cmake/Modules/FindBoost.cmake"
+  "/usr/share/cmake/Modules/FindDoxygen.cmake"
+  "/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake"
+  "/usr/share/cmake/Modules/FindPackageMessage.cmake"
+  "/usr/share/cmake/Modules/FindPkgConfig.cmake"
+  "/usr/share/cmake/Modules/Platform/Linux-GNU-C.cmake"
+  "/usr/share/cmake/Modules/Platform/Linux-GNU-CXX.cmake"
+  "/usr/share/cmake/Modules/Platform/Linux-GNU.cmake"
+  "/usr/share/cmake/Modules/Platform/Linux.cmake"
+  "/usr/share/cmake/Modules/Platform/UnixPaths.cmake"
+  "/usr/share/cmake/Modules/ProcessorCount.cmake"
+  "/usr/share/cmake/Templates/CPackConfig.cmake.in"
+  "/usr/share/libt2n/clientlib.pc.in"
+  )
+
+# The corresponding makefile is:
+set(CMAKE_MAKEFILE_OUTPUTS
+  "Makefile"
+  "CMakeFiles/cmake.check_cache"
+  )
+
+# Byproducts of CMake generate step:
+set(CMAKE_MAKEFILE_PRODUCTS
+  "doxy.config"
+  "../libt2n.spec"
+  "config.h"
+  "libt2n.pc"
+  "CPackConfig.cmake"
+  "CPackSourceConfig.cmake"
+  "CMakeFiles/CMakeDirectoryInformation.cmake"
+  "src/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "test/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "codegen/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake"
+  
"examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake"
+  "examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake"
+  )
+
+# Dependency information for all targets:
+set(CMAKE_DEPEND_INFO_FILES
+  "CMakeFiles/docs.dir/DependInfo.cmake"
+  "CMakeFiles/dist.dir/DependInfo.cmake"
+  "src/CMakeFiles/libt2n-static.dir/DependInfo.cmake"
+  "src/CMakeFiles/libt2n.dir/DependInfo.cmake"
+  "test/CMakeFiles/check.dir/DependInfo.cmake"
+  "test/CMakeFiles/test.dir/DependInfo.cmake"
+  "codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake"
+  "examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake"
+  "examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake"
+  "examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake"
+  "examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake"
+  
"examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake"
+  "examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake"
+  
"examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake"
+  "examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake"
+  
"examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake"
+  
"examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake"
+  
"examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake"
+  
"examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake"
+  "examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake"
+  
"examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake"
+  
"examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake"
+  )
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile2 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile2
new file mode 100644
index 0000000..0c32ccf
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/Makefile2
@@ -0,0 +1,1187 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Default target executed when no arguments are given to make.
+default_target: all
+
+.PHONY : default_target
+
+# The main recursive all target
+all:
+
+.PHONY : all
+
+# The main recursive preinstall target
+preinstall:
+
+.PHONY : preinstall
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+#=============================================================================
+# Target rules for target CMakeFiles/docs.dir
+
+# All Build rule for target.
+CMakeFiles/docs.dir/all: test/CMakeFiles/test.dir/all
+       $(MAKE) -f CMakeFiles/docs.dir/build.make CMakeFiles/docs.dir/depend
+       $(MAKE) -f CMakeFiles/docs.dir/build.make CMakeFiles/docs.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=7,8 "Built target docs"
+.PHONY : CMakeFiles/docs.dir/all
+
+# Include target in all.
+all: CMakeFiles/docs.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/docs.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 29
+       $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/docs.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : CMakeFiles/docs.dir/rule
+
+# Convenience name for target.
+docs: CMakeFiles/docs.dir/rule
+
+.PHONY : docs
+
+# clean rule for target.
+CMakeFiles/docs.dir/clean:
+       $(MAKE) -f CMakeFiles/docs.dir/build.make CMakeFiles/docs.dir/clean
+.PHONY : CMakeFiles/docs.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/docs.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target CMakeFiles/dist.dir
+
+# All Build rule for target.
+CMakeFiles/dist.dir/all:
+       $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/depend
+       $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num= "Built target dist"
+.PHONY : CMakeFiles/dist.dir/all
+
+# Build rule for subdir invocation for target.
+CMakeFiles/dist.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+       $(MAKE) -f CMakeFiles/Makefile2 CMakeFiles/dist.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : CMakeFiles/dist.dir/rule
+
+# Convenience name for target.
+dist: CMakeFiles/dist.dir/rule
+
+.PHONY : dist
+
+# clean rule for target.
+CMakeFiles/dist.dir/clean:
+       $(MAKE) -f CMakeFiles/dist.dir/build.make CMakeFiles/dist.dir/clean
+.PHONY : CMakeFiles/dist.dir/clean
+
+# clean rule for target.
+clean: CMakeFiles/dist.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory src
+
+# Convenience name for "all" pass in the directory.
+src/all: src/CMakeFiles/libt2n-static.dir/all
+src/all: src/CMakeFiles/libt2n.dir/all
+
+.PHONY : src/all
+
+# Convenience name for "clean" pass in the directory.
+src/clean: src/CMakeFiles/libt2n-static.dir/clean
+src/clean: src/CMakeFiles/libt2n.dir/clean
+
+.PHONY : src/clean
+
+# Convenience name for "preinstall" pass in the directory.
+src/preinstall:
+
+.PHONY : src/preinstall
+
+#=============================================================================
+# Target rules for target src/CMakeFiles/libt2n-static.dir
+
+# All Build rule for target.
+src/CMakeFiles/libt2n-static.dir/all:
+       $(MAKE) -f src/CMakeFiles/libt2n-static.dir/build.make 
src/CMakeFiles/libt2n-static.dir/depend
+       $(MAKE) -f src/CMakeFiles/libt2n-static.dir/build.make 
src/CMakeFiles/libt2n-static.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=52,53,54,55,56,57,58,59,60,61,62,63,64,65,66 "Built target 
libt2n-static"
+.PHONY : src/CMakeFiles/libt2n-static.dir/all
+
+# Include target in all.
+all: src/CMakeFiles/libt2n-static.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/CMakeFiles/libt2n-static.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 15
+       $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/libt2n-static.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : src/CMakeFiles/libt2n-static.dir/rule
+
+# Convenience name for target.
+libt2n-static: src/CMakeFiles/libt2n-static.dir/rule
+
+.PHONY : libt2n-static
+
+# clean rule for target.
+src/CMakeFiles/libt2n-static.dir/clean:
+       $(MAKE) -f src/CMakeFiles/libt2n-static.dir/build.make 
src/CMakeFiles/libt2n-static.dir/clean
+.PHONY : src/CMakeFiles/libt2n-static.dir/clean
+
+# clean rule for target.
+clean: src/CMakeFiles/libt2n-static.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target src/CMakeFiles/libt2n.dir
+
+# All Build rule for target.
+src/CMakeFiles/libt2n.dir/all:
+       $(MAKE) -f src/CMakeFiles/libt2n.dir/build.make 
src/CMakeFiles/libt2n.dir/depend
+       $(MAKE) -f src/CMakeFiles/libt2n.dir/build.make 
src/CMakeFiles/libt2n.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=17,18,19,20,21,22,23,24,25,26,27,28,29,30 "Built target libt2n"
+.PHONY : src/CMakeFiles/libt2n.dir/all
+
+# Include target in all.
+all: src/CMakeFiles/libt2n.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+src/CMakeFiles/libt2n.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 14
+       $(MAKE) -f CMakeFiles/Makefile2 src/CMakeFiles/libt2n.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : src/CMakeFiles/libt2n.dir/rule
+
+# Convenience name for target.
+libt2n: src/CMakeFiles/libt2n.dir/rule
+
+.PHONY : libt2n
+
+# clean rule for target.
+src/CMakeFiles/libt2n.dir/clean:
+       $(MAKE) -f src/CMakeFiles/libt2n.dir/build.make 
src/CMakeFiles/libt2n.dir/clean
+.PHONY : src/CMakeFiles/libt2n.dir/clean
+
+# clean rule for target.
+clean: src/CMakeFiles/libt2n.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory test
+
+# Convenience name for "all" pass in the directory.
+test/all: test/CMakeFiles/test.dir/all
+
+.PHONY : test/all
+
+# Convenience name for "clean" pass in the directory.
+test/clean: test/CMakeFiles/check.dir/clean
+test/clean: test/CMakeFiles/test.dir/clean
+
+.PHONY : test/clean
+
+# Convenience name for "preinstall" pass in the directory.
+test/preinstall:
+
+.PHONY : test/preinstall
+
+#=============================================================================
+# Target rules for target test/CMakeFiles/check.dir
+
+# All Build rule for target.
+test/CMakeFiles/check.dir/all: test/CMakeFiles/test.dir/all
+       $(MAKE) -f test/CMakeFiles/check.dir/build.make 
test/CMakeFiles/check.dir/depend
+       $(MAKE) -f test/CMakeFiles/check.dir/build.make 
test/CMakeFiles/check.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num= "Built target check"
+.PHONY : test/CMakeFiles/check.dir/all
+
+# Build rule for subdir invocation for target.
+test/CMakeFiles/check.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 27
+       $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/check.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : test/CMakeFiles/check.dir/rule
+
+# Convenience name for target.
+check: test/CMakeFiles/check.dir/rule
+
+.PHONY : check
+
+# clean rule for target.
+test/CMakeFiles/check.dir/clean:
+       $(MAKE) -f test/CMakeFiles/check.dir/build.make 
test/CMakeFiles/check.dir/clean
+.PHONY : test/CMakeFiles/check.dir/clean
+
+# clean rule for target.
+clean: test/CMakeFiles/check.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target test/CMakeFiles/test.dir
+
+# All Build rule for target.
+test/CMakeFiles/test.dir/all: src/CMakeFiles/libt2n.dir/all
+       $(MAKE) -f test/CMakeFiles/test.dir/build.make 
test/CMakeFiles/test.dir/depend
+       $(MAKE) -f test/CMakeFiles/test.dir/build.make 
test/CMakeFiles/test.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=88,89,90,91,92,93,94,95,96,97,98,99,100 "Built target test"
+.PHONY : test/CMakeFiles/test.dir/all
+
+# Include target in all.
+all: test/CMakeFiles/test.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+test/CMakeFiles/test.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 27
+       $(MAKE) -f CMakeFiles/Makefile2 test/CMakeFiles/test.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : test/CMakeFiles/test.dir/rule
+
+# Convenience name for target.
+test: test/CMakeFiles/test.dir/rule
+
+.PHONY : test
+
+# clean rule for target.
+test/CMakeFiles/test.dir/clean:
+       $(MAKE) -f test/CMakeFiles/test.dir/build.make 
test/CMakeFiles/test.dir/clean
+.PHONY : test/CMakeFiles/test.dir/clean
+
+# clean rule for target.
+clean: test/CMakeFiles/test.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory codegen
+
+# Convenience name for "all" pass in the directory.
+codegen/all: codegen/CMakeFiles/libt2n-codegen.dir/all
+
+.PHONY : codegen/all
+
+# Convenience name for "clean" pass in the directory.
+codegen/clean: codegen/CMakeFiles/libt2n-codegen.dir/clean
+
+.PHONY : codegen/clean
+
+# Convenience name for "preinstall" pass in the directory.
+codegen/preinstall:
+
+.PHONY : codegen/preinstall
+
+#=============================================================================
+# Target rules for target codegen/CMakeFiles/libt2n-codegen.dir
+
+# All Build rule for target.
+codegen/CMakeFiles/libt2n-codegen.dir/all:
+       $(MAKE) -f codegen/CMakeFiles/libt2n-codegen.dir/build.make 
codegen/CMakeFiles/libt2n-codegen.dir/depend
+       $(MAKE) -f codegen/CMakeFiles/libt2n-codegen.dir/build.make 
codegen/CMakeFiles/libt2n-codegen.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=31,32 "Built target libt2n-codegen"
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/all
+
+# Include target in all.
+all: codegen/CMakeFiles/libt2n-codegen.dir/all
+
+.PHONY : all
+
+# Build rule for subdir invocation for target.
+codegen/CMakeFiles/libt2n-codegen.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 2
+       $(MAKE) -f CMakeFiles/Makefile2 
codegen/CMakeFiles/libt2n-codegen.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/rule
+
+# Convenience name for target.
+libt2n-codegen: codegen/CMakeFiles/libt2n-codegen.dir/rule
+
+.PHONY : libt2n-codegen
+
+# clean rule for target.
+codegen/CMakeFiles/libt2n-codegen.dir/clean:
+       $(MAKE) -f codegen/CMakeFiles/libt2n-codegen.dir/build.make 
codegen/CMakeFiles/libt2n-codegen.dir/clean
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/clean
+
+# clean rule for target.
+clean: codegen/CMakeFiles/libt2n-codegen.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples
+
+# Convenience name for "all" pass in the directory.
+examples/all: examples/CMakeFiles/minimalistic_client.dir/all
+examples/all: examples/CMakeFiles/libminimalistic_client.dir/all
+examples/all: examples/CMakeFiles/minimalistic_server.dir/all
+
+.PHONY : examples/all
+
+# Convenience name for "clean" pass in the directory.
+examples/clean: examples/CMakeFiles/minimalistic_client.dir/clean
+examples/clean: examples/CMakeFiles/libminimalistic_client.dir/clean
+examples/clean: examples/CMakeFiles/minimalistic_server.dir/clean
+
+.PHONY : examples/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples/preinstall:
+
+.PHONY : examples/preinstall
+
+#=============================================================================
+# Target rules for target examples/CMakeFiles/minimalistic_client.dir
+
+# All Build rule for target.
+examples/CMakeFiles/minimalistic_client.dir/all: src/CMakeFiles/libt2n.dir/all
+examples/CMakeFiles/minimalistic_client.dir/all: 
examples/CMakeFiles/libminimalistic_client.dir/all
+       $(MAKE) -f examples/CMakeFiles/minimalistic_client.dir/build.make 
examples/CMakeFiles/minimalistic_client.dir/depend
+       $(MAKE) -f examples/CMakeFiles/minimalistic_client.dir/build.make 
examples/CMakeFiles/minimalistic_client.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=70,71 "Built target minimalistic_client"
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/all
+
+# Build rule for subdir invocation for target.
+examples/CMakeFiles/minimalistic_client.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 18
+       $(MAKE) -f CMakeFiles/Makefile2 
examples/CMakeFiles/minimalistic_client.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/rule
+
+# Convenience name for target.
+minimalistic_client: examples/CMakeFiles/minimalistic_client.dir/rule
+
+.PHONY : minimalistic_client
+
+# clean rule for target.
+examples/CMakeFiles/minimalistic_client.dir/clean:
+       $(MAKE) -f examples/CMakeFiles/minimalistic_client.dir/build.make 
examples/CMakeFiles/minimalistic_client.dir/clean
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/clean
+
+# clean rule for target.
+clean: examples/CMakeFiles/minimalistic_client.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples/CMakeFiles/libminimalistic_client.dir
+
+# All Build rule for target.
+examples/CMakeFiles/libminimalistic_client.dir/all:
+       $(MAKE) -f examples/CMakeFiles/libminimalistic_client.dir/build.make 
examples/CMakeFiles/libminimalistic_client.dir/depend
+       $(MAKE) -f examples/CMakeFiles/libminimalistic_client.dir/build.make 
examples/CMakeFiles/libminimalistic_client.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=12,13 "Built target libminimalistic_client"
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/all
+
+# Build rule for subdir invocation for target.
+examples/CMakeFiles/libminimalistic_client.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 2
+       $(MAKE) -f CMakeFiles/Makefile2 
examples/CMakeFiles/libminimalistic_client.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/rule
+
+# Convenience name for target.
+libminimalistic_client: examples/CMakeFiles/libminimalistic_client.dir/rule
+
+.PHONY : libminimalistic_client
+
+# clean rule for target.
+examples/CMakeFiles/libminimalistic_client.dir/clean:
+       $(MAKE) -f examples/CMakeFiles/libminimalistic_client.dir/build.make 
examples/CMakeFiles/libminimalistic_client.dir/clean
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/clean
+
+# clean rule for target.
+clean: examples/CMakeFiles/libminimalistic_client.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples/CMakeFiles/minimalistic_server.dir
+
+# All Build rule for target.
+examples/CMakeFiles/minimalistic_server.dir/all: src/CMakeFiles/libt2n.dir/all
+       $(MAKE) -f examples/CMakeFiles/minimalistic_server.dir/build.make 
examples/CMakeFiles/minimalistic_server.dir/depend
+       $(MAKE) -f examples/CMakeFiles/minimalistic_server.dir/build.make 
examples/CMakeFiles/minimalistic_server.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=72,73,74 "Built target minimalistic_server"
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/all
+
+# Build rule for subdir invocation for target.
+examples/CMakeFiles/minimalistic_server.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 17
+       $(MAKE) -f CMakeFiles/Makefile2 
examples/CMakeFiles/minimalistic_server.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/rule
+
+# Convenience name for target.
+minimalistic_server: examples/CMakeFiles/minimalistic_server.dir/rule
+
+.PHONY : minimalistic_server
+
+# clean rule for target.
+examples/CMakeFiles/minimalistic_server.dir/clean:
+       $(MAKE) -f examples/CMakeFiles/minimalistic_server.dir/build.make 
examples/CMakeFiles/minimalistic_server.dir/clean
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/clean
+
+# clean rule for target.
+clean: examples/CMakeFiles/minimalistic_server.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples-codegen
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/all: examples-codegen/example1/all
+examples-codegen/all: examples-codegen/example1-client/all
+examples-codegen/all: examples-codegen/example1-client-wrapper/all
+examples-codegen/all: examples-codegen/example2/all
+examples-codegen/all: examples-codegen/example2-client/all
+
+.PHONY : examples-codegen/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/clean: examples-codegen/example1/clean
+examples-codegen/clean: examples-codegen/example1-client/clean
+examples-codegen/clean: examples-codegen/example1-client-wrapper/clean
+examples-codegen/clean: examples-codegen/example2/clean
+examples-codegen/clean: examples-codegen/example2-client/clean
+
+.PHONY : examples-codegen/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/preinstall: examples-codegen/example1/preinstall
+examples-codegen/preinstall: examples-codegen/example1-client/preinstall
+examples-codegen/preinstall: 
examples-codegen/example1-client-wrapper/preinstall
+examples-codegen/preinstall: examples-codegen/example2/preinstall
+examples-codegen/preinstall: examples-codegen/example2-client/preinstall
+
+.PHONY : examples-codegen/preinstall
+
+#=============================================================================
+# Directory level rules for directory examples-codegen/example1
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/example1/all: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+examples-codegen/example1/all: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all
+examples-codegen/example1/all: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/all
+examples-codegen/example1/all: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/all
+examples-codegen/example1/all: 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/all
+
+.PHONY : examples-codegen/example1/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/example1/clean: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/clean
+examples-codegen/example1/clean: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean
+examples-codegen/example1/clean: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean
+examples-codegen/example1/clean: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean
+examples-codegen/example1/clean: 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean
+
+.PHONY : examples-codegen/example1/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/example1/preinstall:
+
+.PHONY : examples-codegen/example1/preinstall
+
+#=============================================================================
+# Target rules for target examples-codegen/example1/CMakeFiles/t2nexample.dir
+
+# All Build rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample.dir/all: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample.dir/depend
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=81,82,83 "Built target t2nexample"
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1/CMakeFiles/t2nexample.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/rule
+
+# Convenience name for target.
+t2nexample: examples-codegen/example1/CMakeFiles/t2nexample.dir/rule
+
+.PHONY : t2nexample
+
+# clean rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample.dir/clean
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example1/CMakeFiles/t2nexample.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir
+
+# All Build rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/depend
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=87 "Built target t2nexample_codegen_done"
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 1
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/rule
+
+# Convenience name for target.
+t2nexample_codegen_done: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/rule
+
+.PHONY : t2nexample_codegen_done
+
+# clean rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir
+
+# All Build rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/all: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=84,85,86 "Built target t2nexample-static"
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/rule
+
+# Convenience name for target.
+t2nexample-static: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/rule
+
+.PHONY : t2nexample-static
+
+# clean rule for target.
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir
+
+# All Build rule for target.
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/all:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=37,38,39,40,41 "Built target libt2n-example1-server"
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 5
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/rule
+
+# Convenience name for target.
+libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/rule
+
+.PHONY : libt2n-example1-server
+
+# clean rule for target.
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1/CMakeFiles/libt2nexample.dir
+
+# All Build rule for target.
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/all: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=67,68,69 "Built target libt2nexample"
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 7
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/rule
+
+# Convenience name for target.
+libt2nexample: examples-codegen/example1/CMakeFiles/libt2nexample.dir/rule
+
+.PHONY : libt2nexample
+
+# clean rule for target.
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples-codegen/example1-client
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/example1-client/all: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/all
+
+.PHONY : examples-codegen/example1-client/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/example1-client/clean: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean
+
+.PHONY : examples-codegen/example1-client/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/example1-client/preinstall:
+
+.PHONY : examples-codegen/example1-client/preinstall
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir
+
+# All Build rule for target.
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/all: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+       $(MAKE) -f 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
 examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend
+       $(MAKE) -f 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
 examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=33,34 "Built target libt2n-example1-client"
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 6
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/rule
+
+# Convenience name for target.
+libt2n-example1-client: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/rule
+
+.PHONY : libt2n-example1-client
+
+# clean rule for target.
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
 examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean
+
+# clean rule for target.
+clean: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples-codegen/example1-client-wrapper
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/example1-client-wrapper/all: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/all
+
+.PHONY : examples-codegen/example1-client-wrapper/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/example1-client-wrapper/clean: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean
+
+.PHONY : examples-codegen/example1-client-wrapper/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/example1-client-wrapper/preinstall:
+
+.PHONY : examples-codegen/example1-client-wrapper/preinstall
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir
+
+# All Build rule for target.
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/all:
 examples-codegen/example1/CMakeFiles/t2nexample.dir/all
+       $(MAKE) -f 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend
+       $(MAKE) -f 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=35,36 "Built target libt2n-example1-client-wrapper"
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/rule:
 cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 6
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/rule
+
+# Convenience name for target.
+libt2n-example1-client-wrapper: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/rule
+
+.PHONY : libt2n-example1-client-wrapper
+
+# clean rule for target.
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean:
+       $(MAKE) -f 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean
+
+# clean rule for target.
+clean: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples-codegen/example2
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/other-static.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/other.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/default.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/libdefault.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/libother.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/default-static.dir/all
+examples-codegen/example2/all: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all
+
+.PHONY : examples-codegen/example2/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/other-static.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/other.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/default.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/libdefault.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/libother.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/default-static.dir/clean
+examples-codegen/example2/clean: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean
+
+.PHONY : examples-codegen/example2/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/example2/preinstall:
+
+.PHONY : examples-codegen/example2/preinstall
+
+#=============================================================================
+# Target rules for target examples-codegen/example2/CMakeFiles/other-static.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/other-static.dir/all: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other-static.dir/build.make 
examples-codegen/example2/CMakeFiles/other-static.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other-static.dir/build.make 
examples-codegen/example2/CMakeFiles/other-static.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=77,78,79 "Built target other-static"
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/other-static.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/other-static.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/rule
+
+# Convenience name for target.
+other-static: examples-codegen/example2/CMakeFiles/other-static.dir/rule
+
+.PHONY : other-static
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/other-static.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other-static.dir/build.make 
examples-codegen/example2/CMakeFiles/other-static.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/other-static.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples-codegen/example2/CMakeFiles/other.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/other.dir/all: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/other.dir/build.make 
examples-codegen/example2/CMakeFiles/other.dir/depend
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/other.dir/build.make 
examples-codegen/example2/CMakeFiles/other.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=75,76 "Built target other"
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/other.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 3
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/other.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/rule
+
+# Convenience name for target.
+other: examples-codegen/example2/CMakeFiles/other.dir/rule
+
+.PHONY : other
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/other.dir/clean:
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/other.dir/build.make 
examples-codegen/example2/CMakeFiles/other.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/other.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples-codegen/example2/CMakeFiles/default.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/default.dir/all: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/default.dir/build.make 
examples-codegen/example2/CMakeFiles/default.dir/depend
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/default.dir/build.make 
examples-codegen/example2/CMakeFiles/default.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=1,2 "Built target default"
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/default.dir/rule: cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 3
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/default.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/rule
+
+# Convenience name for target.
+default: examples-codegen/example2/CMakeFiles/default.dir/rule
+
+.PHONY : default
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/default.dir/clean:
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/default.dir/build.make 
examples-codegen/example2/CMakeFiles/default.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/default.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples-codegen/example2/CMakeFiles/libdefault.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/libdefault.dir/all: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libdefault.dir/build.make 
examples-codegen/example2/CMakeFiles/libdefault.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libdefault.dir/build.make 
examples-codegen/example2/CMakeFiles/libdefault.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=9,10,11 "Built target libdefault"
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/libdefault.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/libdefault.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/rule
+
+# Convenience name for target.
+libdefault: examples-codegen/example2/CMakeFiles/libdefault.dir/rule
+
+.PHONY : libdefault
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/libdefault.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libdefault.dir/build.make 
examples-codegen/example2/CMakeFiles/libdefault.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/libdefault.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=6 "Built target default_codegen_done"
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 1
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/rule
+
+# Convenience name for target.
+default_codegen_done: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/rule
+
+.PHONY : default_codegen_done
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target examples-codegen/example2/CMakeFiles/libother.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/libother.dir/all: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/libother.dir/build.make 
examples-codegen/example2/CMakeFiles/libother.dir/depend
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/libother.dir/build.make 
examples-codegen/example2/CMakeFiles/libother.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=14,15,16 "Built target libother"
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/libother.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/libother.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/rule
+
+# Convenience name for target.
+libother: examples-codegen/example2/CMakeFiles/libother.dir/rule
+
+.PHONY : libother
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/libother.dir/clean:
+       $(MAKE) -f examples-codegen/example2/CMakeFiles/libother.dir/build.make 
examples-codegen/example2/CMakeFiles/libother.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/libother.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=80 "Built target other_codegen_done"
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 1
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/rule
+
+# Convenience name for target.
+other_codegen_done: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/rule
+
+.PHONY : other_codegen_done
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example2/CMakeFiles/default-static.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/default-static.dir/all: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default-static.dir/build.make 
examples-codegen/example2/CMakeFiles/default-static.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default-static.dir/build.make 
examples-codegen/example2/CMakeFiles/default-static.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=3,4,5 "Built target default-static"
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/default-static.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 4
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/default-static.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/rule
+
+# Convenience name for target.
+default-static: examples-codegen/example2/CMakeFiles/default-static.dir/rule
+
+.PHONY : default-static
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/default-static.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/default-static.dir/build.make 
examples-codegen/example2/CMakeFiles/default-static.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/default-static.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir
+
+# All Build rule for target.
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all: 
examples-codegen/example2/CMakeFiles/libdefault.dir/all
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/all
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all: 
examples-codegen/example2/CMakeFiles/libother.dir/all
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/all
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=44,45,46,47,48,49,50,51 "Built target libt2n-example2-server"
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 16
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/rule
+
+# Convenience name for target.
+libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/rule
+
+.PHONY : libt2n-example2-server
+
+# clean rule for target.
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean
+
+# clean rule for target.
+clean: examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Directory level rules for directory examples-codegen/example2-client
+
+# Convenience name for "all" pass in the directory.
+examples-codegen/example2-client/all: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/all
+
+.PHONY : examples-codegen/example2-client/all
+
+# Convenience name for "clean" pass in the directory.
+examples-codegen/example2-client/clean: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean
+
+.PHONY : examples-codegen/example2-client/clean
+
+# Convenience name for "preinstall" pass in the directory.
+examples-codegen/example2-client/preinstall:
+
+.PHONY : examples-codegen/example2-client/preinstall
+
+#=============================================================================
+# Target rules for target 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir
+
+# All Build rule for target.
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/all: 
examples-codegen/example2/CMakeFiles/default.dir/all
+       $(MAKE) -f 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
 examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend
+       $(MAKE) -f 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
 examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=42,43 "Built target libt2n-example2-client"
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/all
+
+# Build rule for subdir invocation for target.
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/rule: 
cmake_check_build_system
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 5
+       $(MAKE) -f CMakeFiles/Makefile2 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/all
+       $(CMAKE_COMMAND) -E cmake_progress_start 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles 0
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/rule
+
+# Convenience name for target.
+libt2n-example2-client: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/rule
+
+.PHONY : libt2n-example2-client
+
+# clean rule for target.
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean:
+       $(MAKE) -f 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
 examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean
+
+# clean rule for target.
+clean: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean
+
+.PHONY : clean
+
+#=============================================================================
+# Special targets to cleanup operation of make.
+
+# Special rule to run CMake to check the build system integrity.
+# No rule that depends on this can have commands that come from listfiles
+# because they might be regenerated.
+cmake_check_build_system:
+       $(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) 
--check-build-system CMakeFiles/Makefile.cmake 0
+.PHONY : cmake_check_build_system
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/TargetDirectories.txt 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/TargetDirectories.txt
new file mode 100644
index 0000000..a9e03b6
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/TargetDirectories.txt
@@ -0,0 +1,115 @@
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/list_install_components.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/install/strip.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/install/local.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/install.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/package_source.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/package.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/edit_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/rebuild_cache.dir
+/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/list_install_components.dir
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-Debug-intradev-gabriel-log.txt
 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-Debug-intradev-gabriel-log.txt
new file mode 100644
index 0000000..607abb6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-Debug-intradev-gabriel-log.txt
@@ -0,0 +1,39 @@
+/usr/bin/cmake -DCMAKE_BUILD_TYPE=Debug -G "CodeBlocks - Unix Makefiles" 
/tmp/tmp.bLtk6l6ezG
+-- Doxygen found.
+-- Generating API documentation with Doxygen.
+-- Checking for module 'libt2n>=0.2'
+--   Found libt2n, version 0.7
+-- Checking for module 'libt2n'
+--   Found libt2n, version 0.7
+-- Processing libt2n command group t2nexample
+--    Processing file t2nexample.cpp
+-- Checking for module 'libt2n>=0.2'
+--   Found libt2n, version 0.7
+-- Checking for module 'libt2n'
+--   Found libt2n, version 0.7
+-- Processing libt2n command group default
+--    Processing file default.cpp
+-- Processing libt2n command group other
+--    Processing file other-1.cpp
+--    Processing file other-2.cpp
+-- Configuring done
+CMake Warning (dev) at examples-codegen/example1/CMakeLists.txt:56 
(add_dependencies):
+  Policy CMP0046 is not set: Error on non-existent dependency in
+  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
+  Use the cmake_policy command to set the policy and suppress this warning.
+
+  The dependency target "t2n_arnielizer_codegen_done" of target
+  "libt2n-example1-server" does not exist.
+This warning is for project developers.  Use -Wno-dev to suppress it.
+
+CMake Warning (dev) at examples-codegen/example1/CMakeLists.txt:57 
(add_dependencies):
+  Policy CMP0046 is not set: Error on non-existent dependency in
+  add_dependencies.  Run "cmake --help-policy CMP0046" for policy details.
+  Use the cmake_policy command to set the policy and suppress this warning.
+
+  The dependency target "t2n_arnielizer_codegen_done" of target
+  "libt2nexample" does not exist.
+This warning is for project developers.  Use -Wno-dev to suppress it.
+
+-- Generating done
+-- Build files have been written to: 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-environment.txt 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-environment.txt
new file mode 100644
index 0000000..381cda8
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/clion-environment.txt
@@ -0,0 +1,3 @@
+ToolSet: 1.0 (remote)Options: 
+
+Options:
\ No newline at end of file
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/cmake.check_cache 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/cmake.check_cache
new file mode 100644
index 0000000..3dccd73
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/cmake.check_cache
@@ -0,0 +1 @@
+# This file is generated by cmake for dependency checking of the 
CMakeCache.txt file
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake
new file mode 100644
index 0000000..19fab21
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake
@@ -0,0 +1,11 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/build.make 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/build.make
new file mode 100644
index 0000000..d57ff83
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/build.make
@@ -0,0 +1,76 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for dist.
+
+# Include the progress variables for this target.
+include CMakeFiles/dist.dir/progress.make
+
+CMakeFiles/dist:
+       cd /tmp/tmp.bLtk6l6ezG && git archive --prefix=libt2n-0.8/ HEAD | bzip2 
> /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/libt2n-0.8.tar.bz2
+
+dist: CMakeFiles/dist
+dist: CMakeFiles/dist.dir/build.make
+
+.PHONY : dist
+
+# Rule to build all files generated by this target.
+CMakeFiles/dist.dir/build: dist
+
+.PHONY : CMakeFiles/dist.dir/build
+
+CMakeFiles/dist.dir/clean:
+       $(CMAKE_COMMAND) -P CMakeFiles/dist.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/dist.dir/clean
+
+CMakeFiles/dist.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : CMakeFiles/dist.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/cmake_clean.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/cmake_clean.cmake
new file mode 100644
index 0000000..656ce9f
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/dist.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/dist"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/dist.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake
new file mode 100644
index 0000000..19fab21
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake
@@ -0,0 +1,11 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/build.make 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/build.make
new file mode 100644
index 0000000..750db9f
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/build.make
@@ -0,0 +1,92 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for docs.
+
+# Include the progress variables for this target.
+include CMakeFiles/docs.dir/progress.make
+
+CMakeFiles/docs: doc/html/index.html
+
+
+doc/html/index.html: doxy.config
+doc/html/index.html: doc
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating doc/html/index.html"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/doc && 
/usr/bin/doxygen 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/doxy.config
+
+doc: ../codegen
+doc: ../examples
+doc: ../examples-codegen
+doc: ../src
+doc: test/test
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Generating doc"
+       rm -rf 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/doc/{html,man}
+       mkdir -p /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/doc
+
+docs: CMakeFiles/docs
+docs: doc/html/index.html
+docs: doc
+docs: CMakeFiles/docs.dir/build.make
+
+.PHONY : docs
+
+# Rule to build all files generated by this target.
+CMakeFiles/docs.dir/build: docs
+
+.PHONY : CMakeFiles/docs.dir/build
+
+CMakeFiles/docs.dir/clean:
+       $(CMAKE_COMMAND) -P CMakeFiles/docs.dir/cmake_clean.cmake
+.PHONY : CMakeFiles/docs.dir/clean
+
+CMakeFiles/docs.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : CMakeFiles/docs.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/cmake_clean.cmake 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/cmake_clean.cmake
new file mode 100644
index 0000000..2af0c0a
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/docs"
+  "doc/html/index.html"
+  "doc"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/docs.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/progress.make 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/progress.make
new file mode 100644
index 0000000..72bb7dd
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/docs.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 7
+CMAKE_PROGRESS_2 = 8
+
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c
new file mode 100644
index 0000000..83e86dd
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.c
@@ -0,0 +1,34 @@
+
+  const char features[] = {"\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304
+"1"
+#else
+"0"
+#endif
+"c_function_prototypes\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && 
__STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_restrict\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && defined(__STDC_VERSION__) && 
__STDC_VERSION__ >= 201000L
+"1"
+#else
+"0"
+#endif
+"c_static_assert\n"
+"C_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 304 && defined(__STDC_VERSION__) && 
__STDC_VERSION__ >= 199901L
+"1"
+#else
+"0"
+#endif
+"c_variadic_macros\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx
new file mode 100644
index 0000000..b93418c
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/feature_tests.cxx
@@ -0,0 +1,405 @@
+
+  const char features[] = {"\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_aggregate_default_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alias_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_alignof\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attributes\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_attribute_deprecated\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_auto_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_binary_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_contextual_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_decltype\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_auto\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) 
&& __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_decltype_incomplete_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_default_function_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_defaulted_move_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_delegating_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_deleted_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_digit_separators\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_enum_forward_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_explicit_conversions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_extended_friend_declarations\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_extern_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_final\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_func_identifier\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_generalized_initializers\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_generic_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_inheriting_constructors\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_inline_namespaces\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_lambdas\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_lambda_init_captures\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_local_type_template_args\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_long_long_type\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_noexcept\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_nonstatic_member_init\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_nullptr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_override\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_range_for\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 405 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_raw_string_literals\n"
+"CXX_FEATURE:"
+#if ((__GNUC__ * 10000 + __GNUC_MINOR__ * 100 + __GNUC_PATCHLEVEL__) >= 40801) 
&& __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_reference_qualified_functions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_relaxed_constexpr\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 409 && __cplusplus > 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_return_type_deduction\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_right_angle_brackets\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_rvalue_references\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_sizeof_member\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_static_assert\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_strong_enums\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && __cplusplus
+"1"
+#else
+"0"
+#endif
+"cxx_template_template_parameters\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 408 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_thread_local\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_trailing_return_types\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unicode_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_uniform_initialization\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 406 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_unrestricted_unions\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 407 && __cplusplus >= 201103L
+"1"
+#else
+"0"
+#endif
+"cxx_user_literals\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 500 && __cplusplus >= 201402L
+"1"
+#else
+"0"
+#endif
+"cxx_variable_templates\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_macros\n"
+"CXX_FEATURE:"
+#if (__GNUC__ * 100 + __GNUC_MINOR__) >= 404 && (__cplusplus >= 201103L || 
(defined(__GXX_EXPERIMENTAL_CXX0X__) && __GXX_EXPERIMENTAL_CXX0X__))
+"1"
+#else
+"0"
+#endif
+"cxx_variadic_templates\n"
+
+};
+
+int main(int argc, char** argv) { (void)argv; return features[argc]; }
diff --git a/cmake-build-debug-intradev-gabriel/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/CMakeFiles/progress.marks
new file mode 100644
index 0000000..9e5feb5
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+46
diff --git a/cmake-build-debug-intradev-gabriel/CPackConfig.cmake 
b/cmake-build-debug-intradev-gabriel/CPackConfig.cmake
new file mode 100644
index 0000000..b17e703
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CPackConfig.cmake
@@ -0,0 +1,86 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+#  cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK_<GENNAME>_xxxx.
+
+
+set(CPACK_BINARY_7Z "")
+set(CPACK_BINARY_BUNDLE "")
+set(CPACK_BINARY_CYGWIN "")
+set(CPACK_BINARY_DEB "OFF")
+set(CPACK_BINARY_DRAGNDROP "")
+set(CPACK_BINARY_FREEBSD "OFF")
+set(CPACK_BINARY_IFW "OFF")
+set(CPACK_BINARY_NSIS "OFF")
+set(CPACK_BINARY_OSXX11 "")
+set(CPACK_BINARY_PACKAGEMAKER "")
+set(CPACK_BINARY_PRODUCTBUILD "")
+set(CPACK_BINARY_RPM "OFF")
+set(CPACK_BINARY_STGZ "ON")
+set(CPACK_BINARY_TBZ2 "OFF")
+set(CPACK_BINARY_TGZ "ON")
+set(CPACK_BINARY_TXZ "OFF")
+set(CPACK_BINARY_TZ "ON")
+set(CPACK_BINARY_WIX "")
+set(CPACK_BINARY_ZIP "")
+set(CPACK_BUILD_SOURCE_DIRS 
"/tmp/tmp.bLtk6l6ezG;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
+set(CPACK_COMPONENTS_ALL "Unspecified;headers;sharedlibs;staticlibs")
+set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+set(CPACK_GENERATOR "STGZ;TGZ;TZ")
+set(CPACK_INSTALL_CMAKE_PROJECTS 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel;libt2n;ALL;/")
+set(CPACK_INSTALL_PREFIX "/usr/local")
+set(CPACK_MODULE_PATH "/tmp/tmp.bLtk6l6ezG")
+set(CPACK_NSIS_DISPLAY_NAME "libt2n 0.1.1")
+set(CPACK_NSIS_INSTALLER_ICON_CODE "")
+set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
+set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+set(CPACK_NSIS_PACKAGE_NAME "libt2n 0.1.1")
+set(CPACK_OUTPUT_CONFIG_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackConfig.cmake")
+set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+set(CPACK_PACKAGE_DESCRIPTION_FILE 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "libt2n built using CMake")
+set(CPACK_PACKAGE_FILE_NAME "libt2n-0.1.1-Linux")
+set(CPACK_PACKAGE_INSTALL_DIRECTORY "libt2n 0.1.1")
+set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libt2n 0.1.1")
+set(CPACK_PACKAGE_NAME "libt2n")
+set(CPACK_PACKAGE_RELOCATABLE "true")
+set(CPACK_PACKAGE_VENDOR "Humanity")
+set(CPACK_PACKAGE_VERSION "0.1.1")
+set(CPACK_PACKAGE_VERSION_MAJOR "0")
+set(CPACK_PACKAGE_VERSION_MINOR "1")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_RESOURCE_FILE_LICENSE 
"/usr/share/cmake/Templates/CPack.GenericLicense.txt")
+set(CPACK_RESOURCE_FILE_README 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+set(CPACK_RESOURCE_FILE_WELCOME 
"/usr/share/cmake/Templates/CPack.GenericWelcome.txt")
+set(CPACK_SET_DESTDIR "ON")
+set(CPACK_SOURCE_7Z "")
+set(CPACK_SOURCE_CYGWIN "")
+set(CPACK_SOURCE_GENERATOR "TGZ")
+set(CPACK_SOURCE_IGNORE_FILES "~$;\\.git;build;build-rpm")
+set(CPACK_SOURCE_OUTPUT_CONFIG_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake")
+set(CPACK_SOURCE_PACKAGE_FILE_NAME "libt2n-0.8")
+set(CPACK_SOURCE_RPM "")
+set(CPACK_SOURCE_TBZ2 "")
+set(CPACK_SOURCE_TGZ "")
+set(CPACK_SOURCE_TXZ "")
+set(CPACK_SOURCE_TZ "")
+set(CPACK_SOURCE_ZIP "")
+set(CPACK_SYSTEM_NAME "Linux")
+set(CPACK_TOPLEVEL_TAG "Linux")
+set(CPACK_WIX_SIZEOF_VOID_P "4")
+
+if(NOT CPACK_PROPERTIES_FILE)
+  set(CPACK_PROPERTIES_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackProperties.cmake")
+endif()
+
+if(EXISTS ${CPACK_PROPERTIES_FILE})
+  include(${CPACK_PROPERTIES_FILE})
+endif()
diff --git a/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake 
b/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake
new file mode 100644
index 0000000..9a5fd01
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake
@@ -0,0 +1,92 @@
+# This file will be configured to contain variables for CPack. These variables
+# should be set in the CMake list file of the project before CPack module is
+# included. The list of available CPACK_xxx variables and their associated
+# documentation may be obtained using
+#  cpack --help-variable-list
+#
+# Some variables are common to all generators (e.g. CPACK_PACKAGE_NAME)
+# and some are specific to a generator
+# (e.g. CPACK_NSIS_EXTRA_INSTALL_COMMANDS). The generator specific variables
+# usually begin with CPACK_<GENNAME>_xxxx.
+
+
+set(CPACK_BINARY_7Z "")
+set(CPACK_BINARY_BUNDLE "")
+set(CPACK_BINARY_CYGWIN "")
+set(CPACK_BINARY_DEB "OFF")
+set(CPACK_BINARY_DRAGNDROP "")
+set(CPACK_BINARY_FREEBSD "OFF")
+set(CPACK_BINARY_IFW "OFF")
+set(CPACK_BINARY_NSIS "OFF")
+set(CPACK_BINARY_OSXX11 "")
+set(CPACK_BINARY_PACKAGEMAKER "")
+set(CPACK_BINARY_PRODUCTBUILD "")
+set(CPACK_BINARY_RPM "OFF")
+set(CPACK_BINARY_STGZ "ON")
+set(CPACK_BINARY_TBZ2 "OFF")
+set(CPACK_BINARY_TGZ "ON")
+set(CPACK_BINARY_TXZ "OFF")
+set(CPACK_BINARY_TZ "ON")
+set(CPACK_BINARY_WIX "")
+set(CPACK_BINARY_ZIP "")
+set(CPACK_BUILD_SOURCE_DIRS 
"/tmp/tmp.bLtk6l6ezG;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+set(CPACK_CMAKE_GENERATOR "Unix Makefiles")
+set(CPACK_COMPONENTS_ALL "Unspecified;headers;sharedlibs;staticlibs")
+set(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
+set(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
+set(CPACK_GENERATOR "TGZ")
+set(CPACK_IGNORE_FILES "~$;\\.git;build;build-rpm")
+set(CPACK_INSTALLED_DIRECTORIES "/tmp/tmp.bLtk6l6ezG;/")
+set(CPACK_INSTALL_CMAKE_PROJECTS "")
+set(CPACK_INSTALL_PREFIX "/usr/local")
+set(CPACK_MODULE_PATH "/tmp/tmp.bLtk6l6ezG")
+set(CPACK_NSIS_DISPLAY_NAME "libt2n 0.1.1")
+set(CPACK_NSIS_INSTALLER_ICON_CODE "")
+set(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
+set(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
+set(CPACK_NSIS_PACKAGE_NAME "libt2n 0.1.1")
+set(CPACK_OUTPUT_CONFIG_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackConfig.cmake")
+set(CPACK_PACKAGE_DEFAULT_LOCATION "/")
+set(CPACK_PACKAGE_DESCRIPTION_FILE 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+set(CPACK_PACKAGE_DESCRIPTION_SUMMARY "libt2n built using CMake")
+set(CPACK_PACKAGE_FILE_NAME "libt2n-0.8")
+set(CPACK_PACKAGE_INSTALL_DIRECTORY "libt2n 0.1.1")
+set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "libt2n 0.1.1")
+set(CPACK_PACKAGE_NAME "libt2n")
+set(CPACK_PACKAGE_RELOCATABLE "true")
+set(CPACK_PACKAGE_VENDOR "Humanity")
+set(CPACK_PACKAGE_VERSION "0.1.1")
+set(CPACK_PACKAGE_VERSION_MAJOR "0")
+set(CPACK_PACKAGE_VERSION_MINOR "1")
+set(CPACK_PACKAGE_VERSION_PATCH "1")
+set(CPACK_RESOURCE_FILE_LICENSE 
"/usr/share/cmake/Templates/CPack.GenericLicense.txt")
+set(CPACK_RESOURCE_FILE_README 
"/usr/share/cmake/Templates/CPack.GenericDescription.txt")
+set(CPACK_RESOURCE_FILE_WELCOME 
"/usr/share/cmake/Templates/CPack.GenericWelcome.txt")
+set(CPACK_RPM_PACKAGE_SOURCES "ON")
+set(CPACK_SET_DESTDIR "ON")
+set(CPACK_SOURCE_7Z "")
+set(CPACK_SOURCE_CYGWIN "")
+set(CPACK_SOURCE_GENERATOR "TGZ")
+set(CPACK_SOURCE_IGNORE_FILES "~$;\\.git;build;build-rpm")
+set(CPACK_SOURCE_INSTALLED_DIRECTORIES "/tmp/tmp.bLtk6l6ezG;/")
+set(CPACK_SOURCE_OUTPUT_CONFIG_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackSourceConfig.cmake")
+set(CPACK_SOURCE_PACKAGE_FILE_NAME "libt2n-0.8")
+set(CPACK_SOURCE_RPM "")
+set(CPACK_SOURCE_TBZ2 "")
+set(CPACK_SOURCE_TGZ "")
+set(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
+set(CPACK_SOURCE_TXZ "")
+set(CPACK_SOURCE_TZ "")
+set(CPACK_SOURCE_ZIP "")
+set(CPACK_STRIP_FILES "")
+set(CPACK_SYSTEM_NAME "Linux")
+set(CPACK_TOPLEVEL_TAG "Linux-Source")
+set(CPACK_WIX_SIZEOF_VOID_P "4")
+
+if(NOT CPACK_PROPERTIES_FILE)
+  set(CPACK_PROPERTIES_FILE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CPackProperties.cmake")
+endif()
+
+if(EXISTS ${CPACK_PROPERTIES_FILE})
+  include(${CPACK_PROPERTIES_FILE})
+endif()
diff --git a/cmake-build-debug-intradev-gabriel/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/cmake_install.cmake
new file mode 100644
index 0000000..81b5906
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/cmake_install.cmake
@@ -0,0 +1,65 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE 
FILES "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/libt2n.pc")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE PROGRAM FILES 
"/tmp/tmp.bLtk6l6ezG/libt2n-gccxml.sh")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+  
include("/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/cmake_install.cmake")
+  
include("/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/cmake_install.cmake")
+  
include("/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake")
+
+endif()
+
+if(CMAKE_INSTALL_COMPONENT)
+  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
+else()
+  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
+endif()
+
+string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
+       "${CMAKE_INSTALL_MANIFEST_FILES}")
+file(WRITE 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/${CMAKE_INSTALL_MANIFEST}"
+     "${CMAKE_INSTALL_MANIFEST_CONTENT}")
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake
new file mode 100644
index 0000000..30f0a22
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake
@@ -0,0 +1,25 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/codegen/main.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../codegen"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/build.make
new file mode 100644
index 0000000..5a6627d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/build.make
@@ -0,0 +1,98 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include codegen/CMakeFiles/libt2n-codegen.dir/depend.make
+
+# Include the progress variables for this target.
+include codegen/CMakeFiles/libt2n-codegen.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include codegen/CMakeFiles/libt2n-codegen.dir/flags.make
+
+codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.o: 
codegen/CMakeFiles/libt2n-codegen.dir/flags.make
+codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.o: ../codegen/main.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-codegen.dir/main.cpp.o -c /tmp/tmp.bLtk6l6ezG/codegen/main.cpp
+
+codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-codegen.dir/main.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/codegen/main.cpp > CMakeFiles/libt2n-codegen.dir/main.cpp.i
+
+codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-codegen.dir/main.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/codegen/main.cpp -o CMakeFiles/libt2n-codegen.dir/main.cpp.s
+
+# Object files for target libt2n-codegen
+libt2n__codegen_OBJECTS = \
+"CMakeFiles/libt2n-codegen.dir/main.cpp.o"
+
+# External object files for target libt2n-codegen
+libt2n__codegen_EXTERNAL_OBJECTS =
+
+codegen/libt2n-codegen: codegen/CMakeFiles/libt2n-codegen.dir/main.cpp.o
+codegen/libt2n-codegen: codegen/CMakeFiles/libt2n-codegen.dir/build.make
+codegen/libt2n-codegen: codegen/CMakeFiles/libt2n-codegen.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable libt2n-codegen"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen && 
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libt2n-codegen.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+codegen/CMakeFiles/libt2n-codegen.dir/build: codegen/libt2n-codegen
+
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/build
+
+codegen/CMakeFiles/libt2n-codegen.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen && 
$(CMAKE_COMMAND) -P CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/clean
+
+codegen/CMakeFiles/libt2n-codegen.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/codegen 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : codegen/CMakeFiles/libt2n-codegen.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake
new file mode 100644
index 0000000..e10cc83
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n-codegen.dir/main.cpp.o"
+  "libt2n-codegen.pdb"
+  "libt2n-codegen"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-codegen.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.make
new file mode 100644
index 0000000..1a0b380
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-codegen.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/flags.make
new file mode 100644
index 0000000..8b8cc23
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/codegen 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/link.txt
new file mode 100644
index 0000000..17825b2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic CMakeFiles/libt2n-codegen.dir/main.cpp.o  
-o libt2n-codegen -lxml++-2.6 -lxml2 
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/progress.make
new file mode 100644
index 0000000..b1ca493
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/libt2n-codegen.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 31
+CMAKE_PROGRESS_2 = 32
+
diff --git 
a/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/progress.marks
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/codegen/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+2
diff --git a/cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake
new file mode 100644
index 0000000..fab9878
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/codegen/cmake_install.cmake
@@ -0,0 +1,75 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/codegen
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen")
+    file(RPATH_CHECK
+         FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen"
+         RPATH "")
+  endif()
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/bin" TYPE EXECUTABLE FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/libt2n-codegen")
+  if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen" AND
+     NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen")
+    if(CMAKE_INSTALL_DO_STRIP)
+      execute_process(COMMAND "/usr/bin/strip" 
"$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/bin/libt2n-codegen")
+    endif()
+  endif()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES 
"/tmp/tmp.bLtk6l6ezG/codegen/codegen-stubhead.hxx")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/libt2n" TYPE FILE 
FILES "/tmp/tmp.bLtk6l6ezG/codegen/clientlib.pc.in")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
+   "/usr/share/cmake/Modules/Libt2n.cmake")
+  if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(WARNING "ABSOLUTE path INSTALL DESTINATION : 
${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  endif()
+  if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
+    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by 
caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
+  endif()
+file(INSTALL DESTINATION "/usr/share/cmake/Modules" TYPE FILE FILES 
"/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake")
+endif()
+
diff --git a/cmake-build-debug-intradev-gabriel/doxy.config 
b/cmake-build-debug-intradev-gabriel/doxy.config
new file mode 100644
index 0000000..466e5f1
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/doxy.config
@@ -0,0 +1,1226 @@
+# Doxyfile 1.4.7-4
+
+# This file describes the settings to be used by the documentation system
+# doxygen (www.doxygen.org) for a project
+#
+# All text after a hash (#) is considered a comment and will be ignored
+# The format is:
+#       TAG = value [value, ...]
+# For lists items can also be appended using:
+#       TAG += value [value, ...]
+# Values that contain spaces should be placed between quotes (" ")
+
+#---------------------------------------------------------------------------
+# Project related configuration options
+#---------------------------------------------------------------------------
+
+# The PROJECT_NAME tag is a single word (or a sequence of words surrounded 
+# by quotes) that should identify the project.
+
+PROJECT_NAME           = 
+
+# The PROJECT_NUMBER tag can be used to enter a project or revision number. 
+# This could be handy for archiving the generated documentation or 
+# if some version control system is used.
+
+PROJECT_NUMBER         = 0.8
+
+# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) 
+# base path where the generated documentation will be put. 
+# If a relative path is entered, it will be relative to the location 
+# where doxygen was started. If left blank the current directory will be used.
+
+OUTPUT_DIRECTORY       = 
+
+# If the CREATE_SUBDIRS tag is set to YES, then doxygen will create 
+# 4096 sub-directories (in 2 levels) under the output directory of each output 
+# format and will distribute the generated files over these directories. 
+# Enabling this option can be useful when feeding doxygen a huge amount of 
+# source files, where putting all generated files in the same directory would 
+# otherwise cause performance problems for the file system.
+
+CREATE_SUBDIRS         = NO
+
+# The OUTPUT_LANGUAGE tag is used to specify the language in which all 
+# documentation generated by doxygen is written. Doxygen will use this 
+# information to generate all constant output in the proper language. 
+# The default language is English, other supported languages are: 
+# Afrikaans, Arabic, Brazilian, Catalan, Chinese, Chinese-Traditional, 
+# Croatian, Czech, Danish, Dutch, Finnish, French, German, Greek, Hungarian, 
+# Italian, Japanese, Japanese-en (Japanese with English messages), Korean, 
+# Korean-en, Lithuanian, Norwegian, Polish, Portuguese, Romanian, Russian, 
+# Serbian, Slovak, Slovene, Spanish, Swedish, and Ukrainian.
+
+OUTPUT_LANGUAGE        = English
+
+# If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will
+# include brief member descriptions after the members that are listed in 
+# the file and class documentation (similar to JavaDoc). 
+# Set to NO to disable this.
+
+BRIEF_MEMBER_DESC      = YES
+
+# If the REPEAT_BRIEF tag is set to YES (the default) Doxygen will prepend 
+# the brief description of a member or function before the detailed 
description. 
+# Note: if both HIDE_UNDOC_MEMBERS and BRIEF_MEMBER_DESC are set to NO, the 
+# brief descriptions will be completely suppressed.
+
+REPEAT_BRIEF           = YES
+
+# This tag implements a quasi-intelligent brief description abbreviator 
+# that is used to form the text in various listings. Each string 
+# in this list, if found as the leading text of the brief description, will be 
+# stripped from the text and the result after processing the whole list, is 
+# used as the annotated text. Otherwise, the brief description is used as-is. 
+# If left blank, the following values are used ("$name" is automatically 
+# replaced with the name of the entity): "The $name class" "The $name widget" 
+# "The $name file" "is" "provides" "specifies" "contains" 
+# "represents" "a" "an" "the"
+
+ABBREVIATE_BRIEF       = 
+
+# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then 
+# Doxygen will generate a detailed section even if there is only a brief 
+# description.
+
+ALWAYS_DETAILED_SEC    = YES
+
+# If the INLINE_INHERITED_MEMB tag is set to YES, doxygen will show all 
+# inherited members of a class in the documentation of that class as if those 
+# members were ordinary class members. Constructors, destructors and 
assignment 
+# operators of the base classes will not be shown.
+
+INLINE_INHERITED_MEMB  = YES
+
+# If the FULL_PATH_NAMES tag is set to YES then Doxygen will prepend the full 
+# path before files name in the file list and in the header files. If set 
+# to NO the shortest path that makes the file name unique will be used.
+
+FULL_PATH_NAMES        = NO
+
+# If the FULL_PATH_NAMES tag is set to YES then the STRIP_FROM_PATH tag 
+# can be used to strip a user-defined part of the path. Stripping is 
+# only done if one of the specified strings matches the left-hand part of 
+# the path. The tag can be used to show relative paths in the file list. 
+# If left blank the directory from which doxygen is run is used as the 
+# path to strip.
+
+STRIP_FROM_PATH        = 
+
+# The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of 
+# the path mentioned in the documentation of a class, which tells 
+# the reader which header file to include in order to use a class. 
+# If left blank only the name of the header file containing the class 
+# definition is used. Otherwise one should specify the include paths that 
+# are normally passed to the compiler using the -I flag.
+
+STRIP_FROM_INC_PATH    = 
+
+# If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter 
+# (but less readable) file names. This can be useful is your file systems 
+# doesn't support long names like on DOS, Mac, or CD-ROM.
+
+SHORT_NAMES            = NO
+
+# If the JAVADOC_AUTOBRIEF tag is set to YES then Doxygen 
+# will interpret the first line (until the first dot) of a JavaDoc-style 
+# comment as the brief description. If set to NO, the JavaDoc 
+# comments will behave just like the Qt-style comments (thus requiring an 
+# explicit @brief command for a brief description.
+
+JAVADOC_AUTOBRIEF      = NO
+
+# The MULTILINE_CPP_IS_BRIEF tag can be set to YES to make Doxygen 
+# treat a multi-line C++ special comment block (i.e. a block of //! or /// 
+# comments) as a brief description. This used to be the default behaviour. 
+# The new default is to treat a multi-line C++ comment block as a detailed 
+# description. Set this tag to YES if you prefer the old behaviour instead.
+
+MULTILINE_CPP_IS_BRIEF = NO
+
+# If the DETAILS_AT_TOP tag is set to YES then Doxygen 
+# will output the detailed description near the top, like JavaDoc.
+# If set to NO, the detailed description appears after the member 
+# documentation.
+
+DETAILS_AT_TOP         = NO
+
+# If the INHERIT_DOCS tag is set to YES (the default) then an undocumented 
+# member inherits the documentation from any documented member that it 
+# re-implements.
+
+INHERIT_DOCS           = YES
+
+# If the SEPARATE_MEMBER_PAGES tag is set to YES, then doxygen will produce 
+# a new page for each member. If set to NO, the documentation of a member will 
+# be part of the file/class/namespace that contains it.
+
+SEPARATE_MEMBER_PAGES  = NO
+
+# The TAB_SIZE tag can be used to set the number of spaces in a tab. 
+# Doxygen uses this value to replace tabs by spaces in code fragments.
+
+TAB_SIZE               = 4
+
+# This tag can be used to specify a number of aliases that acts 
+# as commands in the documentation. An alias has the form "name=value". 
+# For example adding "sideeffect=\par Side Effects:\n" will allow you to 
+# put the command \sideeffect (or @sideeffect) in the documentation, which 
+# will result in a user-defined paragraph with heading "Side Effects:". 
+# You can put \n's in the value part of an alias to insert newlines.
+
+ALIASES                = 
+
+# Set the OPTIMIZE_OUTPUT_FOR_C tag to YES if your project consists of C 
+# sources only. Doxygen will then generate output that is more tailored for C. 
+# For instance, some of the names that are used will be different. The list 
+# of all members will be omitted, etc.
+
+OPTIMIZE_OUTPUT_FOR_C  = NO
+
+# Set the OPTIMIZE_OUTPUT_JAVA tag to YES if your project consists of Java 
+# sources only. Doxygen will then generate output that is more tailored for 
Java. 
+# For instance, namespaces will be presented as packages, qualified scopes 
+# will look different, etc.
+
+OPTIMIZE_OUTPUT_JAVA   = NO
+
+# If you use STL classes (i.e. std::string, std::vector, etc.) but do not want 
to 
+# include (a tag file for) the STL sources as input, then you should 
+# set this tag to YES in order to let doxygen match functions declarations and 
+# definitions whose arguments contain STL classes (e.g. func(std::string); 
v.s. 
+# func(std::string) {}). This also make the inheritance and collaboration 
+# diagrams that involve STL classes more complete and accurate.
+
+BUILTIN_STL_SUPPORT    = YES
+
+# If member grouping is used in the documentation and the DISTRIBUTE_GROUP_DOC 
+# tag is set to YES, then doxygen will reuse the documentation of the first 
+# member in the group (if any) for the other members of the group. By default 
+# all members of a group must be documented explicitly.
+
+DISTRIBUTE_GROUP_DOC   = NO
+
+# Set the SUBGROUPING tag to YES (the default) to allow class member groups of 
+# the same type (for instance a group of public functions) to be put as a 
+# subgroup of that type (e.g. under the Public Functions section). Set it to 
+# NO to prevent subgrouping. Alternatively, this can be done per class using 
+# the \nosubgrouping command.
+
+SUBGROUPING            = YES
+
+#---------------------------------------------------------------------------
+# Build related configuration options
+#---------------------------------------------------------------------------
+
+# If the EXTRACT_ALL tag is set to YES doxygen will assume all entities in 
+# documentation are documented, even if no documentation was available. 
+# Private class members and static file members will be hidden unless 
+# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
+
+EXTRACT_ALL            = YES
+
+# If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
+# will be included in the documentation.
+
+EXTRACT_PRIVATE        = YES
+
+# If the EXTRACT_STATIC tag is set to YES all static members of a file 
+# will be included in the documentation.
+
+EXTRACT_STATIC         = YES
+
+# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
+# defined locally in source files will be included in the documentation. 
+# If set to NO only classes defined in header files are included.
+
+EXTRACT_LOCAL_CLASSES  = YES
+
+# This flag is only useful for Objective-C code. When set to YES local 
+# methods, which are defined in the implementation section but not in 
+# the interface are included in the documentation. 
+# If set to NO (the default) only methods in the interface are included.
+
+EXTRACT_LOCAL_METHODS  = NO
+
+# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all 
+# undocumented members of documented classes, files or namespaces. 
+# If set to NO (the default) these members will be included in the 
+# various overviews, but no documentation section is generated. 
+# This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_MEMBERS     = NO
+
+# If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all 
+# undocumented classes that are normally visible in the class hierarchy. 
+# If set to NO (the default) these classes will be included in the various 
+# overviews. This option has no effect if EXTRACT_ALL is enabled.
+
+HIDE_UNDOC_CLASSES     = NO
+
+# If the HIDE_FRIEND_COMPOUNDS tag is set to YES, Doxygen will hide all 
+# friend (class|struct|union) declarations. 
+# If set to NO (the default) these declarations will be included in the 
+# documentation.
+
+HIDE_FRIEND_COMPOUNDS  = NO
+
+# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any 
+# documentation blocks found inside the body of a function. 
+# If set to NO (the default) these blocks will be appended to the 
+# function's detailed documentation block.
+
+HIDE_IN_BODY_DOCS      = NO
+
+# The INTERNAL_DOCS tag determines if documentation 
+# that is typed after a \internal command is included. If the tag is set 
+# to NO (the default) then the documentation will be excluded. 
+# Set it to YES to include the internal documentation.
+
+INTERNAL_DOCS          = YES
+
+# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate 
+# file names in lower-case letters. If set to YES upper-case letters are also 
+# allowed. This is useful if you have classes or files whose names only differ 
+# in case and if your file system supports case sensitive file names. Windows 
+# and Mac users are advised to set this option to NO.
+
+CASE_SENSE_NAMES       = YES
+
+# If the HIDE_SCOPE_NAMES tag is set to NO (the default) then Doxygen 
+# will show members with their full class and namespace scopes in the 
+# documentation. If set to YES the scope will be hidden.
+
+HIDE_SCOPE_NAMES       = NO
+
+# If the SHOW_INCLUDE_FILES tag is set to YES (the default) then Doxygen 
+# will put a list of the files that are included by a file in the 
documentation 
+# of that file.
+
+SHOW_INCLUDE_FILES     = YES
+
+# If the INLINE_INFO tag is set to YES (the default) then a tag [inline] 
+# is inserted in the documentation for inline members.
+
+INLINE_INFO            = YES
+
+# If the SORT_MEMBER_DOCS tag is set to YES (the default) then doxygen 
+# will sort the (detailed) documentation of file and class members 
+# alphabetically by member name. If set to NO the members will appear in 
+# declaration order.
+
+SORT_MEMBER_DOCS       = YES
+
+# If the SORT_BRIEF_DOCS tag is set to YES then doxygen will sort the 
+# brief documentation of file, namespace and class members alphabetically 
+# by member name. If set to NO (the default) the members will appear in 
+# declaration order.
+
+SORT_BRIEF_DOCS        = NO
+
+# If the SORT_BY_SCOPE_NAME tag is set to YES, the class list will be 
+# sorted by fully-qualified names, including namespaces. If set to 
+# NO (the default), the class list will be sorted only by class name, 
+# not including the namespace part. 
+# Note: This option is not very useful if HIDE_SCOPE_NAMES is set to YES.
+# Note: This option applies only to the class list, not to the 
+# alphabetical list.
+
+SORT_BY_SCOPE_NAME     = NO
+
+# The GENERATE_TODOLIST tag can be used to enable (YES) or 
+# disable (NO) the todo list. This list is created by putting \todo 
+# commands in the documentation.
+
+GENERATE_TODOLIST      = YES
+
+# The GENERATE_TESTLIST tag can be used to enable (YES) or 
+# disable (NO) the test list. This list is created by putting \test 
+# commands in the documentation.
+
+GENERATE_TESTLIST      = YES
+
+# The GENERATE_BUGLIST tag can be used to enable (YES) or 
+# disable (NO) the bug list. This list is created by putting \bug 
+# commands in the documentation.
+
+GENERATE_BUGLIST       = YES
+
+# The GENERATE_DEPRECATEDLIST tag can be used to enable (YES) or 
+# disable (NO) the deprecated list. This list is created by putting 
+# \deprecated commands in the documentation.
+
+GENERATE_DEPRECATEDLIST= YES
+
+# The ENABLED_SECTIONS tag can be used to enable conditional 
+# documentation sections, marked by \if sectionname ... \endif.
+
+ENABLED_SECTIONS       = 
+
+# The MAX_INITIALIZER_LINES tag determines the maximum number of lines 
+# the initial value of a variable or define consists of for it to appear in 
+# the documentation. If the initializer consists of more lines than specified 
+# here it will be hidden. Use a value of 0 to hide initializers completely. 
+# The appearance of the initializer of individual variables and defines in the 
+# documentation can be controlled using \showinitializer or \hideinitializer 
+# command in the documentation regardless of this setting.
+
+MAX_INITIALIZER_LINES  = 30
+
+# Set the SHOW_USED_FILES tag to NO to disable the list of files generated 
+# at the bottom of the documentation of classes and structs. If set to YES the 
+# list will mention the files that were used to generate the documentation.
+
+SHOW_USED_FILES        = YES
+
+# If the sources in your project are distributed over multiple directories 
+# then setting the SHOW_DIRECTORIES tag to YES will show the directory 
hierarchy 
+# in the documentation. The default is NO.
+
+SHOW_DIRECTORIES       = YES
+
+# The FILE_VERSION_FILTER tag can be used to specify a program or script that 
+# doxygen should invoke to get the current version for each file (typically 
from the 
+# version control system). Doxygen will invoke the program by executing (via 
+# popen()) the command <command> <input-file>, where <command> is the value of 
+# the FILE_VERSION_FILTER tag, and <input-file> is the name of an input file 
+# provided by doxygen. Whatever the program writes to standard output 
+# is used as the file version. See the manual for examples.
+
+FILE_VERSION_FILTER    = 
+
+#---------------------------------------------------------------------------
+# configuration options related to warning and progress messages
+#---------------------------------------------------------------------------
+
+# The QUIET tag can be used to turn on/off the messages that are generated 
+# by doxygen. Possible values are YES and NO. If left blank NO is used.
+
+QUIET                  = NO
+
+# The WARNINGS tag can be used to turn on/off the warning messages that are 
+# generated by doxygen. Possible values are YES and NO. If left blank 
+# NO is used.
+
+WARNINGS               = YES
+
+# If WARN_IF_UNDOCUMENTED is set to YES, then doxygen will generate warnings 
+# for undocumented members. If EXTRACT_ALL is set to YES then this flag will 
+# automatically be disabled.
+
+WARN_IF_UNDOCUMENTED   = YES
+
+# If WARN_IF_DOC_ERROR is set to YES, doxygen will generate warnings for 
+# potential errors in the documentation, such as not documenting some 
+# parameters in a documented function, or documenting parameters that 
+# don't exist or using markup commands wrongly.
+
+WARN_IF_DOC_ERROR      = YES
+
+# This WARN_NO_PARAMDOC option can be abled to get warnings for 
+# functions that are documented, but have no documentation for their 
parameters 
+# or return value. If set to NO (the default) doxygen will only warn about 
+# wrong or incomplete parameter documentation, but not about the absence of 
+# documentation.
+
+WARN_NO_PARAMDOC       = NO
+
+# The WARN_FORMAT tag determines the format of the warning messages that 
+# doxygen can produce. The string should contain the $file, $line, and $text 
+# tags, which will be replaced by the file and line number from which the 
+# warning originated and the warning text. Optionally the format may contain 
+# $version, which will be replaced by the version of the file (if it could 
+# be obtained via FILE_VERSION_FILTER)
+
+WARN_FORMAT            = "$file:$line: $text"
+
+# The WARN_LOGFILE tag can be used to specify a file to which warning 
+# and error messages should be written. If left blank the output is written 
+# to stderr.
+
+WARN_LOGFILE           = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the input files
+#---------------------------------------------------------------------------
+
+# The INPUT tag can be used to specify the files and/or directories that 
contain 
+# documented source files. You may enter file names like "myfile.cpp" or 
+# directories like "/usr/src/myproject". Separate the files or directories 
+# with spaces.
+
+INPUT                  = /tmp/tmp.bLtk6l6ezG/doc /tmp/tmp.bLtk6l6ezG/src 
/tmp/tmp.bLtk6l6ezG/codegen/codegen-stubhead.hxx
+
+# If the value of the INPUT tag contains directories, you can use the 
+# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank the following patterns are tested: 
+# *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh 
*.hxx 
+# *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
+
+FILE_PATTERNS          = *.hxx *.cpp *.doc *.hpp
+
+# The RECURSIVE tag can be used to turn specify whether or not subdirectories 
+# should be searched for input files as well. Possible values are YES and NO. 
+# If left blank NO is used.
+
+RECURSIVE              = NO
+
+# The EXCLUDE tag can be used to specify files and/or directories that should 
+# excluded from the INPUT source files. This way you can easily exclude a 
+# subdirectory from a directory tree whose root is specified with the INPUT 
tag.
+
+EXCLUDE                = 
+
+# The EXCLUDE_SYMLINKS tag can be used select whether or not files or 
+# directories that are symbolic links (a Unix filesystem feature) are excluded 
+# from the input.
+
+EXCLUDE_SYMLINKS       = NO
+
+# If the value of the INPUT tag contains directories, you can use the 
+# EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude 
+# certain files from those directories. Note that the wildcards are matched 
+# against the file with absolute path, so to exclude all test directories 
+# for example use the pattern */test/*
+
+EXCLUDE_PATTERNS       = 
+
+# The EXAMPLE_PATH tag can be used to specify one or more files or 
+# directories that contain example code fragments that are included (see 
+# the \include command).
+
+EXAMPLE_PATH           = /tmp/tmp.bLtk6l6ezG/examples-codegen
+
+# If the value of the EXAMPLE_PATH tag contains directories, you can use the 
+# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
+# and *.h) to filter out the source-files in the directories. If left 
+# blank all files are included.
+
+EXAMPLE_PATTERNS       = 
+
+# If the EXAMPLE_RECURSIVE tag is set to YES then subdirectories will be 
+# searched for input files to be used with the \include or \dontinclude 
+# commands irrespective of the value of the RECURSIVE tag. 
+# Possible values are YES and NO. If left blank NO is used.
+
+EXAMPLE_RECURSIVE      = YES
+
+# The IMAGE_PATH tag can be used to specify one or more files or 
+# directories that contain image that are included in the documentation (see 
+# the \image command).
+
+IMAGE_PATH             = 
+
+# The INPUT_FILTER tag can be used to specify a program that doxygen should 
+# invoke to filter for each input file. Doxygen will invoke the filter program 
+# by executing (via popen()) the command <filter> <input-file>, where <filter> 
+# is the value of the INPUT_FILTER tag, and <input-file> is the name of an 
+# input file. Doxygen will then use the output that the filter program writes 
+# to standard output.  If FILTER_PATTERNS is specified, this tag will be 
+# ignored.
+
+INPUT_FILTER           = 
+
+# The FILTER_PATTERNS tag can be used to specify filters on a per file pattern 
+# basis.  Doxygen will compare the file name with each pattern and apply the 
+# filter if there is a match.  The filters are a list of the form: 
+# pattern=filter (like *.cpp=my_cpp_filter). See INPUT_FILTER for further 
+# info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER 
+# is applied to all files.
+
+FILTER_PATTERNS        = 
+
+# If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using 
+# INPUT_FILTER) will be used to filter the input files when producing source 
+# files to browse (i.e. when SOURCE_BROWSER is set to YES).
+
+FILTER_SOURCE_FILES    = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to source browsing
+#---------------------------------------------------------------------------
+
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will 
+# be generated. Documented entities will be cross-referenced with these 
sources. 
+# Note: To get rid of all source code in the generated output, make sure also 
+# VERBATIM_HEADERS is set to NO.
+
+SOURCE_BROWSER         = NO
+
+# Setting the INLINE_SOURCES tag to YES will include the body 
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES         = NO
+
+# Setting the STRIP_CODE_COMMENTS tag to YES (the default) will instruct 
+# doxygen to hide any special comment blocks from generated source code 
+# fragments. Normal C and C++ comments will always remain visible.
+
+STRIP_CODE_COMMENTS    = YES
+
+# If the REFERENCED_BY_RELATION tag is set to YES (the default) 
+# then for each documented function all documented 
+# functions referencing it will be listed.
+
+REFERENCED_BY_RELATION = YES
+
+# If the REFERENCES_RELATION tag is set to YES (the default) 
+# then for each documented function all documented entities 
+# called/used by that function will be listed.
+
+REFERENCES_RELATION    = YES
+
+# If the REFERENCES_LINK_SOURCE tag is set to YES (the default)
+# and SOURCE_BROWSER tag is set to YES, then the hyperlinks from
+# functions in REFERENCES_RELATION and REFERENCED_BY_RELATION lists will
+# link to the source code.  Otherwise they will link to the documentstion.
+
+REFERENCES_LINK_SOURCE = YES
+
+# If the USE_HTAGS tag is set to YES then the references to source code 
+# will point to the HTML generated by the htags(1) tool instead of doxygen 
+# built-in source browser. The htags tool is part of GNU's global source 
+# tagging system (see http://www.gnu.org/software/global/global.html). You 
+# will need version 4.8.6 or higher.
+
+USE_HTAGS              = NO
+
+# If the VERBATIM_HEADERS tag is set to YES (the default) then Doxygen 
+# will generate a verbatim copy of the header file for each class for 
+# which an include is specified. Set to NO to disable this.
+
+VERBATIM_HEADERS       = YES
+
+#---------------------------------------------------------------------------
+# configuration options related to the alphabetical class index
+#---------------------------------------------------------------------------
+
+# If the ALPHABETICAL_INDEX tag is set to YES, an alphabetical index 
+# of all compounds will be generated. Enable this if the project 
+# contains a lot of classes, structs, unions or interfaces.
+
+ALPHABETICAL_INDEX     = NO
+
+# If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then 
+# the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns 
+# in which this list will be split (can be a number in the range [1..20])
+
+COLS_IN_ALPHA_INDEX    = 5
+
+# In case all classes in a project start with a common prefix, all 
+# classes will be put under the same header in the alphabetical index. 
+# The IGNORE_PREFIX tag can be used to specify one or more prefixes that 
+# should be ignored while generating the index headers.
+
+IGNORE_PREFIX          = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the HTML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_HTML tag is set to YES (the default) Doxygen will 
+# generate HTML output.
+
+GENERATE_HTML          = YES
+
+# The HTML_OUTPUT tag is used to specify where the HTML docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `html' will be used as the default path.
+
+HTML_OUTPUT            = html
+
+# The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
+# each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
+# doxygen will generate files with .html extension.
+
+HTML_FILE_EXTENSION    = .html
+
+# The HTML_HEADER tag can be used to specify a personal HTML header for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard header.
+
+HTML_HEADER            = 
+
+# The HTML_FOOTER tag can be used to specify a personal HTML footer for 
+# each generated HTML page. If it is left blank doxygen will generate a 
+# standard footer.
+
+HTML_FOOTER            = 
+
+# The HTML_STYLESHEET tag can be used to specify a user-defined cascading 
+# style sheet that is used by each HTML page. It can be used to 
+# fine-tune the look of the HTML output. If the tag is left blank doxygen 
+# will generate a default style sheet. Note that doxygen will try to copy 
+# the style sheet file to the HTML output directory, so don't put your own 
+# stylesheet in the HTML output directory as well, or it will be erased!
+
+HTML_STYLESHEET        = 
+
+# If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes, 
+# files or namespaces will be aligned in HTML using tables. If set to 
+# NO a bullet list will be used.
+
+HTML_ALIGN_MEMBERS     = YES
+
+# If the GENERATE_HTMLHELP tag is set to YES, additional index files 
+# will be generated that can be used as input for tools like the 
+# Microsoft HTML help workshop to generate a compressed HTML help file (.chm) 
+# of the generated HTML documentation.
+
+GENERATE_HTMLHELP      = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the CHM_FILE tag can 
+# be used to specify the file name of the resulting .chm file. You 
+# can add a path in front of the file if the result should not be 
+# written to the html output directory.
+
+CHM_FILE               = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the HHC_LOCATION tag can 
+# be used to specify the location (absolute path including file name) of 
+# the HTML help compiler (hhc.exe). If non-empty doxygen will try to run 
+# the HTML help compiler on the generated index.hhp.
+
+HHC_LOCATION           = 
+
+# If the GENERATE_HTMLHELP tag is set to YES, the GENERATE_CHI flag 
+# controls if a separate .chi index file is generated (YES) or that 
+# it should be included in the master .chm file (NO).
+
+GENERATE_CHI           = NO
+
+# If the GENERATE_HTMLHELP tag is set to YES, the BINARY_TOC flag 
+# controls whether a binary table of contents is generated (YES) or a 
+# normal table of contents (NO) in the .chm file.
+
+BINARY_TOC             = NO
+
+# The TOC_EXPAND flag can be set to YES to add extra items for group members 
+# to the contents of the HTML help documentation and to the tree view.
+
+TOC_EXPAND             = NO
+
+# The DISABLE_INDEX tag can be used to turn on/off the condensed index at 
+# top of each HTML page. The value NO (the default) enables the index and 
+# the value YES disables it.
+
+DISABLE_INDEX          = NO
+
+# This tag can be used to set the number of enum values (range [1..20]) 
+# that doxygen will group on one line in the generated HTML documentation.
+
+ENUM_VALUES_PER_LINE   = 4
+
+# If the GENERATE_TREEVIEW tag is set to YES, a side panel will be
+# generated containing a tree-like index structure (just like the one that 
+# is generated for HTML Help). For this to work a browser that supports 
+# JavaScript, DHTML, CSS and frames is required (for instance Mozilla 1.0+, 
+# Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are 
+# probably better off using the HTML help feature.
+
+GENERATE_TREEVIEW      = NO
+
+# If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be 
+# used to set the initial width (in pixels) of the frame in which the tree 
+# is shown.
+
+TREEVIEW_WIDTH         = 250
+
+#---------------------------------------------------------------------------
+# configuration options related to the LaTeX output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_LATEX tag is set to YES (the default) Doxygen will 
+# generate Latex output.
+
+GENERATE_LATEX         = NO
+
+# The LATEX_OUTPUT tag is used to specify where the LaTeX docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `latex' will be used as the default path.
+
+LATEX_OUTPUT           = latex
+
+# The LATEX_CMD_NAME tag can be used to specify the LaTeX command name to be 
+# invoked. If left blank `latex' will be used as the default command name.
+
+LATEX_CMD_NAME         = latex
+
+# The MAKEINDEX_CMD_NAME tag can be used to specify the command name to 
+# generate index for LaTeX. If left blank `makeindex' will be used as the 
+# default command name.
+
+MAKEINDEX_CMD_NAME     = makeindex
+
+# If the COMPACT_LATEX tag is set to YES Doxygen generates more compact 
+# LaTeX documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_LATEX          = NO
+
+# The PAPER_TYPE tag can be used to set the paper type that is used 
+# by the printer. Possible values are: a4, a4wide, letter, legal and 
+# executive. If left blank a4wide will be used.
+
+PAPER_TYPE             = a4wide
+
+# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
+# packages that should be included in the LaTeX output.
+
+EXTRA_PACKAGES         = 
+
+# The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
+# the generated latex document. The header should contain everything until 
+# the first chapter. If it is left blank doxygen will generate a 
+# standard header. Notice: only use this tag if you know what you are doing!
+
+LATEX_HEADER           = 
+
+# If the PDF_HYPERLINKS tag is set to YES, the LaTeX that is generated 
+# is prepared for conversion to pdf (using ps2pdf). The pdf file will 
+# contain links (just like the HTML output) instead of page references 
+# This makes the output suitable for online browsing using a pdf viewer.
+
+PDF_HYPERLINKS         = NO
+
+# If the USE_PDFLATEX tag is set to YES, pdflatex will be used instead of 
+# plain latex in the generated Makefile. Set this option to YES to get a 
+# higher quality PDF documentation.
+
+USE_PDFLATEX           = NO
+
+# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode. 
+# command to the generated LaTeX files. This will instruct LaTeX to keep 
+# running if errors occur, instead of asking the user for help. 
+# This option is also used when generating formulas in HTML.
+
+LATEX_BATCHMODE        = NO
+
+# If LATEX_HIDE_INDICES is set to YES then doxygen will not 
+# include the index chapters (such as File Index, Compound Index, etc.) 
+# in the output.
+
+LATEX_HIDE_INDICES     = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the RTF output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_RTF tag is set to YES Doxygen will generate RTF output 
+# The RTF output is optimized for Word 97 and may not look very pretty with 
+# other RTF readers or editors.
+
+GENERATE_RTF           = NO
+
+# The RTF_OUTPUT tag is used to specify where the RTF docs will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `rtf' will be used as the default path.
+
+RTF_OUTPUT             = rtf
+
+# If the COMPACT_RTF tag is set to YES Doxygen generates more compact 
+# RTF documents. This may be useful for small projects and may help to 
+# save some trees in general.
+
+COMPACT_RTF            = NO
+
+# If the RTF_HYPERLINKS tag is set to YES, the RTF that is generated 
+# will contain hyperlink fields. The RTF file will 
+# contain links (just like the HTML output) instead of page references. 
+# This makes the output suitable for online browsing using WORD or other 
+# programs which support those fields. 
+# Note: wordpad (write) and others do not support links.
+
+RTF_HYPERLINKS         = NO
+
+# Load stylesheet definitions from file. Syntax is similar to doxygen's 
+# config file, i.e. a series of assignments. You only have to provide 
+# replacements, missing definitions are set to their default value.
+
+RTF_STYLESHEET_FILE    = 
+
+# Set optional variables used in the generation of an rtf document. 
+# Syntax is similar to doxygen's config file.
+
+RTF_EXTENSIONS_FILE    = 
+
+#---------------------------------------------------------------------------
+# configuration options related to the man page output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_MAN tag is set to YES (the default) Doxygen will 
+# generate man pages
+
+GENERATE_MAN           = NO
+
+# The MAN_OUTPUT tag is used to specify where the man pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `man' will be used as the default path.
+
+MAN_OUTPUT             = man
+
+# The MAN_EXTENSION tag determines the extension that is added to 
+# the generated man pages (default is the subroutine's section .3)
+
+MAN_EXTENSION          = .3
+
+# If the MAN_LINKS tag is set to YES and Doxygen generates man output, 
+# then it will generate one additional man file for each entity 
+# documented in the real man page(s). These additional files 
+# only source the real man page, but without them the man command 
+# would be unable to find the correct page. The default is NO.
+
+MAN_LINKS              = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the XML output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_XML tag is set to YES Doxygen will 
+# generate an XML file that captures the structure of 
+# the code including all documentation.
+
+GENERATE_XML           = NO
+
+# The XML_OUTPUT tag is used to specify where the XML pages will be put. 
+# If a relative path is entered the value of OUTPUT_DIRECTORY will be 
+# put in front of it. If left blank `xml' will be used as the default path.
+
+XML_OUTPUT             = xml
+
+# The XML_SCHEMA tag can be used to specify an XML schema, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_SCHEMA             = 
+
+# The XML_DTD tag can be used to specify an XML DTD, 
+# which can be used by a validating XML parser to check the 
+# syntax of the XML files.
+
+XML_DTD                = 
+
+# If the XML_PROGRAMLISTING tag is set to YES Doxygen will 
+# dump the program listings (including syntax highlighting 
+# and cross-referencing information) to the XML output. Note that 
+# enabling this will significantly increase the size of the XML output.
+
+XML_PROGRAMLISTING     = YES
+
+#---------------------------------------------------------------------------
+# configuration options for the AutoGen Definitions output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_AUTOGEN_DEF tag is set to YES Doxygen will 
+# generate an AutoGen Definitions (see autogen.sf.net) file 
+# that captures the structure of the code including all 
+# documentation. Note that this feature is still experimental 
+# and incomplete at the moment.
+
+GENERATE_AUTOGEN_DEF   = NO
+
+#---------------------------------------------------------------------------
+# configuration options related to the Perl module output
+#---------------------------------------------------------------------------
+
+# If the GENERATE_PERLMOD tag is set to YES Doxygen will 
+# generate a Perl module file that captures the structure of 
+# the code including all documentation. Note that this 
+# feature is still experimental and incomplete at the 
+# moment.
+
+GENERATE_PERLMOD       = NO
+
+# If the PERLMOD_LATEX tag is set to YES Doxygen will generate 
+# the necessary Makefile rules, Perl scripts and LaTeX code to be able 
+# to generate PDF and DVI output from the Perl module output.
+
+PERLMOD_LATEX          = NO
+
+# If the PERLMOD_PRETTY tag is set to YES the Perl module output will be 
+# nicely formatted so it can be parsed by a human reader.  This is useful 
+# if you want to understand what is going on.  On the other hand, if this 
+# tag is set to NO the size of the Perl module output will be much smaller 
+# and Perl will parse it just the same.
+
+PERLMOD_PRETTY         = YES
+
+# The names of the make variables in the generated doxyrules.make file 
+# are prefixed with the string contained in PERLMOD_MAKEVAR_PREFIX. 
+# This is useful so different doxyrules.make files included by the same 
+# Makefile don't overwrite each other's variables.
+
+PERLMOD_MAKEVAR_PREFIX = 
+
+#---------------------------------------------------------------------------
+# Configuration options related to the preprocessor   
+#---------------------------------------------------------------------------
+
+# If the ENABLE_PREPROCESSING tag is set to YES (the default) Doxygen will 
+# evaluate all C-preprocessor directives found in the sources and include 
+# files.
+
+ENABLE_PREPROCESSING   = YES
+
+# If the MACRO_EXPANSION tag is set to YES Doxygen will expand all macro 
+# names in the source code. If set to NO (the default) only conditional 
+# compilation will be performed. Macro expansion can be done in a controlled 
+# way by setting EXPAND_ONLY_PREDEF to YES.
+
+MACRO_EXPANSION        = NO
+
+# If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES 
+# then the macro expansion is limited to the macros specified with the 
+# PREDEFINED and EXPAND_AS_DEFINED tags.
+
+EXPAND_ONLY_PREDEF     = NO
+
+# If the SEARCH_INCLUDES tag is set to YES (the default) the includes files 
+# in the INCLUDE_PATH (see below) will be search if a #include is found.
+
+SEARCH_INCLUDES        = YES
+
+# The INCLUDE_PATH tag can be used to specify one or more directories that 
+# contain include files that are not input files but should be processed by 
+# the preprocessor.
+
+INCLUDE_PATH           = 
+
+# You can use the INCLUDE_FILE_PATTERNS tag to specify one or more wildcard 
+# patterns (like *.h and *.hpp) to filter out the header-files in the 
+# directories. If left blank, the patterns specified with FILE_PATTERNS will 
+# be used.
+
+INCLUDE_FILE_PATTERNS  = 
+
+# The PREDEFINED tag can be used to specify one or more macro names that 
+# are defined before the preprocessor is started (similar to the -D option of 
+# gcc). The argument of the tag is a list of macros of the form: name 
+# or name=definition (no spaces). If the definition and the = are 
+# omitted =1 is assumed. To prevent a macro definition from being 
+# undefined via #undef or recursively expanded use the := operator 
+# instead of the = operator.
+
+PREDEFINED             = __GCCXML__
+
+# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then 
+# this tag can be used to specify a list of macro names that should be 
expanded. 
+# The macro definition that is found in the sources will be used. 
+# Use the PREDEFINED tag if you want to use a different macro definition.
+
+EXPAND_AS_DEFINED      = 
+
+# If the SKIP_FUNCTION_MACROS tag is set to YES (the default) then 
+# doxygen's preprocessor will remove all function-like macros that are alone 
+# on a line, have an all uppercase name, and do not end with a semicolon. Such 
+# function macros are typically used for boiler-plate code, and will confuse 
+# the parser if not removed.
+
+SKIP_FUNCTION_MACROS   = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to external references   
+#---------------------------------------------------------------------------
+
+# The TAGFILES option can be used to specify one or more tagfiles. 
+# Optionally an initial location of the external documentation 
+# can be added for each tagfile. The format of a tag file without 
+# this location is as follows: 
+#   TAGFILES = file1 file2 ... 
+# Adding location for the tag files is done as follows: 
+#   TAGFILES = file1=loc1 "file2 = loc2" ... 
+# where "loc1" and "loc2" can be relative or absolute paths or 
+# URLs. If a location is present for each tag, the installdox tool 
+# does not have to be run to correct the links.
+# Note that each tag file must have a unique name
+# (where the name does NOT include the path)
+# If a tag file is not located in the directory in which doxygen 
+# is run, you must also specify the path to the tagfile here.
+
+TAGFILES               = 
+
+# When a file name is specified after GENERATE_TAGFILE, doxygen will create 
+# a tag file that is based on the input files it reads.
+
+# GENERATE_TAGFILE       = libt2n.tag
+
+# If the ALLEXTERNALS tag is set to YES all external classes will be listed 
+# in the class index. If set to NO only the inherited external classes 
+# will be listed.
+
+ALLEXTERNALS           = NO
+
+# If the EXTERNAL_GROUPS tag is set to YES all external groups will be listed 
+# in the modules index. If set to NO, only the current project's groups will 
+# be listed.
+
+EXTERNAL_GROUPS        = YES
+
+# The PERL_PATH should be the absolute path and name of the perl script 
+# interpreter (i.e. the result of `which perl').
+
+PERL_PATH              = /usr/bin/perl
+
+#---------------------------------------------------------------------------
+# Configuration options related to the dot tool   
+#---------------------------------------------------------------------------
+
+# If the CLASS_DIAGRAMS tag is set to YES (the default) Doxygen will 
+# generate a inheritance diagram (in HTML, RTF and LaTeX) for classes with 
base 
+# or super classes. Setting the tag to NO turns the diagrams off. Note that 
+# this option is superseded by the HAVE_DOT option below. This is only a 
+# fallback. It is recommended to install and use dot, since it yields more 
+# powerful graphs.
+
+CLASS_DIAGRAMS         = YES
+
+# If set to YES, the inheritance and collaboration graphs will hide 
+# inheritance and usage relations if the target is undocumented 
+# or is not a class.
+
+HIDE_UNDOC_RELATIONS   = YES
+
+# If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is 
+# available from the path. This tool is part of Graphviz, a graph 
visualization 
+# toolkit from AT&T and Lucent Bell Labs. The other options in this section 
+# have no effect if this option is set to NO (the default)
+
+HAVE_DOT               = YES
+
+# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect inheritance relations. Setting this tag to YES will force the 
+# the CLASS_DIAGRAMS tag to NO.
+
+CLASS_GRAPH            = YES
+
+# If the COLLABORATION_GRAPH and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for each documented class showing the direct and 
+# indirect implementation dependencies (inheritance, containment, and 
+# class references variables) of the class with other documented classes.
+
+COLLABORATION_GRAPH    = NO
+
+# If the GROUP_GRAPHS and HAVE_DOT tags are set to YES then doxygen 
+# will generate a graph for groups, showing the direct groups dependencies
+
+GROUP_GRAPHS           = YES
+
+# If the UML_LOOK tag is set to YES doxygen will generate inheritance and 
+# collaboration diagrams in a style similar to the OMG's Unified Modeling 
+# Language.
+
+UML_LOOK               = YES
+
+# If set to YES, the inheritance and collaboration graphs will show the 
+# relations between templates and their instances.
+
+TEMPLATE_RELATIONS     = YES
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDE_GRAPH, and HAVE_DOT 
+# tags are set to YES then doxygen will generate a graph for each documented 
+# file showing the direct and indirect include dependencies of the file with 
+# other documented files.
+
+INCLUDE_GRAPH          = YES
+
+# If the ENABLE_PREPROCESSING, SEARCH_INCLUDES, INCLUDED_BY_GRAPH, and 
+# HAVE_DOT tags are set to YES then doxygen will generate a graph for each 
+# documented header file showing the documented files that directly or 
+# indirectly include this file.
+
+INCLUDED_BY_GRAPH      = YES
+
+# If the CALL_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
+# generate a call dependency graph for every global function or class method. 
+# Note that enabling this option will significantly increase the time of a 
run. 
+# So in most cases it will be better to enable call graphs for selected 
+# functions only using the \callgraph command.
+
+CALL_GRAPH             = NO
+
+# If the CALLER_GRAPH and HAVE_DOT tags are set to YES then doxygen will 
+# generate a caller dependency graph for every global function or class 
method. 
+# Note that enabling this option will significantly increase the time of a 
run. 
+# So in most cases it will be better to enable caller graphs for selected 
+# functions only using the \callergraph command.
+
+CALLER_GRAPH           = NO
+
+# If the GRAPHICAL_HIERARCHY and HAVE_DOT tags are set to YES then doxygen 
+# will graphical hierarchy of all classes instead of a textual one.
+
+GRAPHICAL_HIERARCHY    = YES
+
+# If the DIRECTORY_GRAPH, SHOW_DIRECTORIES and HAVE_DOT tags are set to YES 
+# then doxygen will show the dependencies a directory has on other directories 
+# in a graphical way. The dependency relations are determined by the #include
+# relations between the files in the directories.
+
+DIRECTORY_GRAPH        = YES
+
+# The DOT_IMAGE_FORMAT tag can be used to set the image format of the images 
+# generated by dot. Possible values are png, jpg, or gif
+# If left blank png will be used.
+
+DOT_IMAGE_FORMAT       = png
+
+# The tag DOT_PATH can be used to specify the path where the dot tool can be 
+# found. If left blank, it is assumed the dot tool can be found in the path.
+
+DOT_PATH               = 
+
+# The DOTFILE_DIRS tag can be used to specify one or more directories that 
+# contain dot files that are included in the documentation (see the 
+# \dotfile command).
+
+DOTFILE_DIRS           = 
+
+# The MAX_DOT_GRAPH_DEPTH tag can be used to set the maximum depth of the
+# graphs generated by dot. A depth value of 3 means that only nodes reachable 
+# from the root by following a path via at most 3 edges will be shown. Nodes 
+# that lay further from the root node will be omitted. Note that setting this 
+# option to 1 or 2 may greatly reduce the computation time needed for large 
+# code bases. Also note that a graph may be further truncated if the graph's 
+# image dimensions are not sufficient to fit the graph (see 
MAX_DOT_GRAPH_WIDTH 
+# and MAX_DOT_GRAPH_HEIGHT). If 0 is used for the depth value (the default), 
+# the graph is not depth-constrained.
+
+MAX_DOT_GRAPH_DEPTH    = 0
+
+# Set the DOT_TRANSPARENT tag to YES to generate images with a transparent 
+# background. This is disabled by default, which results in a white 
background. 
+# Warning: Depending on the platform used, enabling this option may lead to 
+# badly anti-aliased labels on the edges of a graph (i.e. they become hard to 
+# read).
+
+DOT_TRANSPARENT        = NO
+
+# Set the DOT_MULTI_TARGETS tag to YES allow dot to generate multiple output 
+# files in one run (i.e. multiple -o and -T options on the command line). This 
+# makes dot run faster, but since only newer versions of dot (>1.8.10) 
+# support this, this feature is disabled by default.
+
+DOT_MULTI_TARGETS      = NO
+
+# If the GENERATE_LEGEND tag is set to YES (the default) Doxygen will 
+# generate a legend page explaining the meaning of the various boxes and 
+# arrows in the dot generated graphs.
+
+GENERATE_LEGEND        = YES
+
+# If the DOT_CLEANUP tag is set to YES (the default) Doxygen will 
+# remove the intermediate dot files that are used to generate 
+# the various graphs.
+
+DOT_CLEANUP            = YES
+
+#---------------------------------------------------------------------------
+# Configuration::additions related to the search engine   
+#---------------------------------------------------------------------------
+
+# The SEARCHENGINE tag specifies whether or not a search engine should be 
+# used. If set to NO the values of all tags below this one will be ignored.
+
+SEARCHENGINE           = NO
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/progress.marks
new file mode 100644
index 0000000..573541a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+0
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/examples-codegen/cmake_install.cmake
new file mode 100644
index 0000000..e2d5158
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/examples-codegen/cmake_install.cmake
@@ -0,0 +1,44 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/examples-codegen
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if(NOT CMAKE_INSTALL_LOCAL_ONLY)
+  # Include the install script for each subdirectory.
+
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake
new file mode 100644
index 0000000..ef2882b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake
@@ -0,0 +1,25 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
new file mode 100644
index 0000000..62200d3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
@@ -0,0 +1,100 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
+
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o:
 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o:
 ../examples-codegen/example1-client-wrapper/client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp
+
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp > 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.i
+
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp -o 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.s
+
+# Object files for target libt2n-example1-client-wrapper
+libt2n__example1__client__wrapper_OBJECTS = \
+"CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o"
+
+# External object files for target libt2n-example1-client-wrapper
+libt2n__example1__client__wrapper_EXTERNAL_OBJECTS =
+
+examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o
+examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build.make
+examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper: 
examples-codegen/example1/libt2nexample.so.0.1
+examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper: 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable 
libt2n-example1-client-wrapper"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build:
 examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper
+
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/build
+
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 && $(CMAKE_COMMAND) -P 
CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/clean
+
+examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : 
examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake
new file mode 100644
index 0000000..9a5094e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o"
+  "libt2n-example1-client-wrapper.pdb"
+  "libt2n-example1-client-wrapper"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  
include(CMakeFiles/libt2n-example1-client-wrapper.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make
new file mode 100644
index 0000000..30cacac
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-example1-client-wrapper.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
new file mode 100644
index 0000000..377d3ec
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt
new file mode 100644
index 0000000..72b663a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/libt2n-example1-client-wrapper.dir/client.cpp.o  -o 
libt2n-example1-client-wrapper 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 ../example1/libt2nexample.so.0.1 -lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make
new file mode 100644
index 0000000..5419900
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/libt2n-example1-client-wrapper.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 35
+CMAKE_PROGRESS_2 = 36
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/progress.marks
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/progress.marks
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+6
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/cmake_install.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/cmake_install.cmake
new file mode 100644
index 0000000..ff5c341
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper.cbp
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper.cbp
new file mode 100644
index 0000000..a4b5758
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper.cbp
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n-example1-client-wrapper"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client-wrapper">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 libt2n-example1-client-wrapper"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client-wrapper/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 libt2n-example1-client-wrapper/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp">
+                       <Option target="libt2n-example1-client-wrapper"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake
new file mode 100644
index 0000000..cce4a36
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake
@@ -0,0 +1,25 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
new file mode 100644
index 0000000..67f4150
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
@@ -0,0 +1,100 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
+
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.o:
 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.o:
 ../examples-codegen/example1-client/client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example1-client.dir/client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp
+
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-example1-client.dir/client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp > 
CMakeFiles/libt2n-example1-client.dir/client.cpp.i
+
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example1-client.dir/client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp -o 
CMakeFiles/libt2n-example1-client.dir/client.cpp.s
+
+# Object files for target libt2n-example1-client
+libt2n__example1__client_OBJECTS = \
+"CMakeFiles/libt2n-example1-client.dir/client.cpp.o"
+
+# External object files for target libt2n-example1-client
+libt2n__example1__client_EXTERNAL_OBJECTS =
+
+examples-codegen/example1-client/libt2n-example1-client: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/client.cpp.o
+examples-codegen/example1-client/libt2n-example1-client: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build.make
+examples-codegen/example1-client/libt2n-example1-client: 
examples-codegen/example1/libt2nexample.so.0.1
+examples-codegen/example1-client/libt2n-example1-client: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example1-client/libt2n-example1-client: 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable 
libt2n-example1-client"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libt2n-example1-client.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build: 
examples-codegen/example1-client/libt2n-example1-client
+
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/build
+
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/clean
+
+examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : 
examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake
new file mode 100644
index 0000000..4be817e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n-example1-client.dir/client.cpp.o"
+  "libt2n-example1-client.pdb"
+  "libt2n-example1-client"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-example1-client.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make
new file mode 100644
index 0000000..bd5a9ba
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-example1-client.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
new file mode 100644
index 0000000..377d3ec
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt
new file mode 100644
index 0000000..ad2c304
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/libt2n-example1-client.dir/client.cpp.o  -o libt2n-example1-client 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 ../example1/libt2nexample.so.0.1 -lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make
new file mode 100644
index 0000000..c354d5c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/libt2n-example1-client.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 33
+CMAKE_PROGRESS_2 = 34
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/progress.marks
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/progress.marks
new file mode 100644
index 0000000..1e8b314
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+6
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/cmake_install.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/cmake_install.cmake
new file mode 100644
index 0000000..c196013
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client.cbp
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client.cbp
new file mode 100644
index 0000000..ea709ae
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client.cbp
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n-example1-client"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 libt2n-example1-client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 libt2n-example1-client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp">
+                       <Option target="libt2n-example1-client"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake
new file mode 100644
index 0000000..1d361f1
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake
@@ -0,0 +1,39 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example1"
+  "../examples-codegen/example1"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make
new file mode 100644
index 0000000..488dcb2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make
@@ -0,0 +1,157 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
+
+examples-codegen/example1/t2nexample_common.cpp: 
../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating t2nexample_common.cpp, 
t2nexample_common.hxx, t2nexample_client.cpp, t2nexample_client.hxx, 
t2nexample_server.cpp, t2nexample_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"codegen-stubhead.hxx\" >t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"t2nexample.hxx\" >>t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-codegen t2nexample 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+
+examples-codegen/example1/t2nexample_common.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_common.hxx
+
+examples-codegen/example1/t2nexample_client.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/t2nexample_client.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.hxx
+
+examples-codegen/example1/t2nexample_server.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/t2nexample_server.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.hxx
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.o: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.o: 
../examples-codegen/example1/server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example1-server.dir/server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-example1-server.dir/server.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp > 
CMakeFiles/libt2n-example1-server.dir/server.cpp.i
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example1-server.dir/server.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp -o 
CMakeFiles/libt2n-example1-server.dir/server.cpp.s
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o:
 examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o:
 ../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp > 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.i
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp -o 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.s
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o:
 examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o:
 examples-codegen/example1/t2nexample_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp
 > CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.i
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp
 -o CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.s
+
+# Object files for target libt2n-example1-server
+libt2n__example1__server_OBJECTS = \
+"CMakeFiles/libt2n-example1-server.dir/server.cpp.o" \
+"CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o" \
+"CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o"
+
+# External object files for target libt2n-example1-server
+libt2n__example1__server_EXTERNAL_OBJECTS =
+
+examples-codegen/example1/libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/server.cpp.o
+examples-codegen/example1/libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o
+examples-codegen/example1/libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o
+examples-codegen/example1/libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build.make
+examples-codegen/example1/libt2n-example1-server: 
examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_5) "Linking CXX executable 
libt2n-example1-server"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libt2n-example1-server.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build: 
examples-codegen/example1/libt2n-example1-server
+
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/build
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/clean
+
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_common.cpp
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_common.hxx
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_client.cpp
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_client.hxx
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_server.cpp
+examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend: 
examples-codegen/example1/t2nexample_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake
new file mode 100644
index 0000000..9427689
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/cmake_clean.cmake
@@ -0,0 +1,18 @@
+file(REMOVE_RECURSE
+  "t2nexample_common.cpp"
+  "t2nexample_common.hxx"
+  "t2nexample_client.cpp"
+  "t2nexample_client.hxx"
+  "t2nexample_server.cpp"
+  "t2nexample_server.hxx"
+  "CMakeFiles/libt2n-example1-server.dir/server.cpp.o"
+  "CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o"
+  "CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o"
+  "libt2n-example1-server.pdb"
+  "libt2n-example1-server"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-example1-server.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make
new file mode 100644
index 0000000..67260f3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-example1-server.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
new file mode 100644
index 0000000..8faf81d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt
new file mode 100644
index 0000000..a578205
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/libt2n-example1-server.dir/server.cpp.o 
CMakeFiles/libt2n-example1-server.dir/t2nexample.cpp.o 
CMakeFiles/libt2n-example1-server.dir/t2nexample_server.cpp.o  -o 
libt2n-example1-server -lt2n 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make
new file mode 100644
index 0000000..9637afe
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2n-example1-server.dir/progress.make
@@ -0,0 +1,6 @@
+CMAKE_PROGRESS_1 = 37
+CMAKE_PROGRESS_2 = 38
+CMAKE_PROGRESS_3 = 39
+CMAKE_PROGRESS_4 = 40
+CMAKE_PROGRESS_5 = 41
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake
new file mode 100644
index 0000000..9664bb1
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake
@@ -0,0 +1,38 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example1"
+  "../examples-codegen/example1"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make
new file mode 100644
index 0000000..4d920b7
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make
@@ -0,0 +1,128 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
+
+examples-codegen/example1/t2nexample_common.cpp: 
../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating t2nexample_common.cpp, 
t2nexample_common.hxx, t2nexample_client.cpp, t2nexample_client.hxx, 
t2nexample_server.cpp, t2nexample_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"codegen-stubhead.hxx\" >t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"t2nexample.hxx\" >>t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-codegen t2nexample 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+
+examples-codegen/example1/t2nexample_common.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_common.hxx
+
+examples-codegen/example1/t2nexample_client.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/t2nexample_client.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.hxx
+
+examples-codegen/example1/t2nexample_server.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/t2nexample_server.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.hxx
+
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o:
 examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o:
 examples-codegen/example1/t2nexample_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 > CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.i
+
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 -o CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.s
+
+# Object files for target libt2nexample
+libt2nexample_OBJECTS = \
+"CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o"
+
+# External object files for target libt2nexample
+libt2nexample_EXTERNAL_OBJECTS =
+
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/build.make
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libt2nexample.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libt2nexample.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/build: 
examples-codegen/example1/libt2nexample.a
+
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/build
+
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2nexample.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/clean
+
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_common.cpp
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_common.hxx
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_client.cpp
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_client.hxx
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_server.cpp
+examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend: 
examples-codegen/example1/t2nexample_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean.cmake
new file mode 100644
index 0000000..bc077a9
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "t2nexample_common.cpp"
+  "t2nexample_common.hxx"
+  "t2nexample_client.cpp"
+  "t2nexample_client.hxx"
+  "t2nexample_server.cpp"
+  "t2nexample_server.hxx"
+  "CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o"
+  "libt2nexample.pdb"
+  "libt2nexample.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2nexample.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..2270260
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libt2nexample.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make
new file mode 100644
index 0000000..2b57374
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2nexample.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
new file mode 100644
index 0000000..8faf81d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt
new file mode 100644
index 0000000..8178fdc
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libt2nexample.a  
CMakeFiles/libt2nexample.dir/t2nexample_client.cpp.o
+/usr/bin/ranlib libt2nexample.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make
new file mode 100644
index 0000000..85913da
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/libt2nexample.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 67
+CMAKE_PROGRESS_2 = 68
+CMAKE_PROGRESS_3 = 69
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/progress.marks
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/progress.marks
new file mode 100644
index 0000000..60d3b2f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+15
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake
new file mode 100644
index 0000000..f9418e4
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake
@@ -0,0 +1,37 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example1"
+  "../examples-codegen/example1"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make
new file mode 100644
index 0000000..79a2c5c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make
@@ -0,0 +1,128 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
+
+examples-codegen/example1/t2nexample_common.cpp: 
../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating t2nexample_common.cpp, 
t2nexample_common.hxx, t2nexample_client.cpp, t2nexample_client.hxx, 
t2nexample_server.cpp, t2nexample_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"codegen-stubhead.hxx\" >t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"t2nexample.hxx\" >>t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-codegen t2nexample 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+
+examples-codegen/example1/t2nexample_common.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_common.hxx
+
+examples-codegen/example1/t2nexample_client.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/t2nexample_client.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.hxx
+
+examples-codegen/example1/t2nexample_server.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/t2nexample_server.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.hxx
+
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o:
 examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o:
 examples-codegen/example1/t2nexample_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 > CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.i
+
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 -o CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.s
+
+# Object files for target t2nexample-static
+t2nexample__static_OBJECTS = \
+"CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o"
+
+# External object files for target t2nexample-static
+t2nexample__static_EXTERNAL_OBJECTS =
+
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build.make
+examples-codegen/example1/libt2nexample.a: 
examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libt2nexample.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P 
CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/t2nexample-static.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build: 
examples-codegen/example1/libt2nexample.a
+
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/build
+
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/t2nexample-static.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/clean
+
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_common.cpp
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_common.hxx
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_client.cpp
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_client.hxx
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_server.cpp
+examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend: 
examples-codegen/example1/t2nexample_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean.cmake
new file mode 100644
index 0000000..f291d6f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "t2nexample_common.cpp"
+  "t2nexample_common.hxx"
+  "t2nexample_client.cpp"
+  "t2nexample_client.hxx"
+  "t2nexample_server.cpp"
+  "t2nexample_server.hxx"
+  "CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o"
+  "libt2nexample.pdb"
+  "libt2nexample.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/t2nexample-static.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..2270260
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libt2nexample.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make
new file mode 100644
index 0000000..5ec311b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for t2nexample-static.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
new file mode 100644
index 0000000..8faf81d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt
new file mode 100644
index 0000000..31dd371
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libt2nexample.a  
CMakeFiles/t2nexample-static.dir/t2nexample_client.cpp.o
+/usr/bin/ranlib libt2nexample.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make
new file mode 100644
index 0000000..2fb9c06
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample-static.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 84
+CMAKE_PROGRESS_2 = 85
+CMAKE_PROGRESS_3 = 86
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake
new file mode 100644
index 0000000..8ed7413
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake
@@ -0,0 +1,39 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example1"
+  "../examples-codegen/example1"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so.0.1"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so.1"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so.0.1"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make
new file mode 100644
index 0000000..b0d503b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make
@@ -0,0 +1,135 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
+
+examples-codegen/example1/t2nexample_common.cpp: 
../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating t2nexample_common.cpp, 
t2nexample_common.hxx, t2nexample_client.cpp, t2nexample_client.hxx, 
t2nexample_server.cpp, t2nexample_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"codegen-stubhead.hxx\" >t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"t2nexample.hxx\" >>t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-codegen t2nexample 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+
+examples-codegen/example1/t2nexample_common.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_common.hxx
+
+examples-codegen/example1/t2nexample_client.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/t2nexample_client.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.hxx
+
+examples-codegen/example1/t2nexample_server.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/t2nexample_server.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.hxx
+
+examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
+examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o: 
examples-codegen/example1/t2nexample_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/t2nexample.dir/t2nexample_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 > CMakeFiles/t2nexample.dir/t2nexample_client.cpp.i
+
+examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/t2nexample.dir/t2nexample_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp
 -o CMakeFiles/t2nexample.dir/t2nexample_client.cpp.s
+
+# Object files for target t2nexample
+t2nexample_OBJECTS = \
+"CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o"
+
+# External object files for target t2nexample
+t2nexample_EXTERNAL_OBJECTS =
+
+examples-codegen/example1/libt2nexample.so.0.1: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o
+examples-codegen/example1/libt2nexample.so.0.1: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/build.make
+examples-codegen/example1/libt2nexample.so.0.1: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example1/libt2nexample.so.0.1: 
examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library 
libt2nexample.so"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/t2nexample.dir/link.txt 
--verbose=$(VERBOSE)
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -E cmake_symlink_library libt2nexample.so.0.1 
libt2nexample.so.1 libt2nexample.so
+
+examples-codegen/example1/libt2nexample.so.1: 
examples-codegen/example1/libt2nexample.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/libt2nexample.so.1
+
+examples-codegen/example1/libt2nexample.so: 
examples-codegen/example1/libt2nexample.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/libt2nexample.so
+
+# Rule to build all files generated by this target.
+examples-codegen/example1/CMakeFiles/t2nexample.dir/build: 
examples-codegen/example1/libt2nexample.so
+
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/build
+
+examples-codegen/example1/CMakeFiles/t2nexample.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/t2nexample.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/clean
+
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_common.cpp
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_common.hxx
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_client.cpp
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_client.hxx
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_server.cpp
+examples-codegen/example1/CMakeFiles/t2nexample.dir/depend: 
examples-codegen/example1/t2nexample_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/cmake_clean.cmake
new file mode 100644
index 0000000..8a4d410
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/cmake_clean.cmake
@@ -0,0 +1,18 @@
+file(REMOVE_RECURSE
+  "t2nexample_common.cpp"
+  "t2nexample_common.hxx"
+  "t2nexample_client.cpp"
+  "t2nexample_client.hxx"
+  "t2nexample_server.cpp"
+  "t2nexample_server.hxx"
+  "CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o"
+  "libt2nexample.pdb"
+  "libt2nexample.so.0.1"
+  "libt2nexample.so"
+  "libt2nexample.so.1"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/t2nexample.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make
new file mode 100644
index 0000000..cc1d4dc
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for t2nexample.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
new file mode 100644
index 0000000..ca9e396
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g -fPIC  
+
+CXX_DEFINES = -Dt2nexample_EXPORTS
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt
new file mode 100644
index 0000000..33580a2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++ -fPIC -g  -shared -Wl,-soname,libt2nexample.so.1 -o 
libt2nexample.so.0.1 CMakeFiles/t2nexample.dir/t2nexample_client.cpp.o 
-lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make
new file mode 100644
index 0000000..b840f9c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 81
+CMAKE_PROGRESS_2 = 82
+CMAKE_PROGRESS_3 = 83
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake
new file mode 100644
index 0000000..0e8f39a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake
@@ -0,0 +1,21 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make
new file mode 100644
index 0000000..5454930
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make
@@ -0,0 +1,111 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for t2nexample_codegen_done.
+
+# Include the progress variables for this target.
+include 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make
+
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_common.cpp
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_common.hxx
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_client.cpp
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_client.hxx
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_server.cpp
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done: 
examples-codegen/example1/t2nexample_server.hxx
+
+
+examples-codegen/example1/t2nexample_common.cpp: 
../examples-codegen/example1/t2nexample.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating t2nexample_common.cpp, 
t2nexample_common.hxx, t2nexample_client.cpp, t2nexample_client.hxx, 
t2nexample_server.cpp, t2nexample_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"codegen-stubhead.hxx\" >t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && echo \#include\ \"t2nexample.hxx\" >>t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example1\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f t2nexample_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && /usr/bin/libt2n-codegen t2nexample 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp.xml
+
+examples-codegen/example1/t2nexample_common.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_common.hxx
+
+examples-codegen/example1/t2nexample_client.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.cpp
+
+examples-codegen/example1/t2nexample_client.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_client.hxx
+
+examples-codegen/example1/t2nexample_server.cpp: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.cpp
+
+examples-codegen/example1/t2nexample_server.hxx: 
examples-codegen/example1/t2nexample_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example1/t2nexample_server.hxx
+
+t2nexample_codegen_done: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_common.cpp
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_common.hxx
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_client.cpp
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_client.hxx
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_server.cpp
+t2nexample_codegen_done: examples-codegen/example1/t2nexample_server.hxx
+t2nexample_codegen_done: 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build.make
+
+.PHONY : t2nexample_codegen_done
+
+# Rule to build all files generated by this target.
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build: 
t2nexample_codegen_done
+
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/build
+
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 && $(CMAKE_COMMAND) -P CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/clean
+
+examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example1 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : 
examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake
new file mode 100644
index 0000000..a7750e5
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/cmake_clean.cmake
@@ -0,0 +1,14 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/t2nexample_codegen_done"
+  "t2nexample_common.cpp"
+  "t2nexample_common.hxx"
+  "t2nexample_client.cpp"
+  "t2nexample_client.hxx"
+  "t2nexample_server.cpp"
+  "t2nexample_server.hxx"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/t2nexample_codegen_done.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make
new file mode 100644
index 0000000..cedc20a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/CMakeFiles/t2nexample_codegen_done.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 87
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/cmake_install.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/cmake_install.cmake
new file mode 100644
index 0000000..b11be22
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/cmake_install.cmake
@@ -0,0 +1,86 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/examples-codegen/example1
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample.pc")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xsharedlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      file(RPATH_CHECK
+           FILE "${file}"
+           RPATH "")
+    endif()
+  endforeach()
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY 
FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so.0.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
+    )
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2nexample.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      if(CMAKE_INSTALL_DO_STRIP)
+        execute_process(COMMAND "/usr/bin/strip" "${file}")
+      endif()
+    endif()
+  endforeach()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xstaticlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xheadersx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/libt2n-example1" 
TYPE FILE FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.hxx"
+    )
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1.cbp
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1.cbp
new file mode 100644
index 0000000..f933fd8
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1.cbp
@@ -0,0 +1,334 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n-example1"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-server">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2n-example1-server"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-server/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2n-example1-server/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2nexample">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2nexample"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2nexample/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2nexample/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+                       <Option target="libt2nexample"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp.rule">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+                       <Option target="libt2n-example1-server"/>
+                       <Option target="libt2nexample"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.hxx">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake
new file mode 100644
index 0000000..fffda03
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake
@@ -0,0 +1,25 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
new file mode 100644
index 0000000..c8492ac
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
@@ -0,0 +1,100 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
+
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.o:
 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.o:
 ../examples-codegen/example2-client/client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-client.dir/client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp
+
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-example2-client.dir/client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp > 
CMakeFiles/libt2n-example2-client.dir/client.cpp.i
+
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-client.dir/client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp -o 
CMakeFiles/libt2n-example2-client.dir/client.cpp.s
+
+# Object files for target libt2n-example2-client
+libt2n__example2__client_OBJECTS = \
+"CMakeFiles/libt2n-example2-client.dir/client.cpp.o"
+
+# External object files for target libt2n-example2-client
+libt2n__example2__client_EXTERNAL_OBJECTS =
+
+examples-codegen/example2-client/libt2n-example2-client: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/client.cpp.o
+examples-codegen/example2-client/libt2n-example2-client: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build.make
+examples-codegen/example2-client/libt2n-example2-client: 
examples-codegen/example2/libdefault.so.0.1
+examples-codegen/example2-client/libt2n-example2-client: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example2-client/libt2n-example2-client: 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable 
libt2n-example2-client"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libt2n-example2-client.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build: 
examples-codegen/example2-client/libt2n-example2-client
+
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/build
+
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/clean
+
+examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : 
examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake
new file mode 100644
index 0000000..fa62f6f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n-example2-client.dir/client.cpp.o"
+  "libt2n-example2-client.pdb"
+  "libt2n-example2-client"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-example2-client.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make
new file mode 100644
index 0000000..6a71228
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-example2-client.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
new file mode 100644
index 0000000..377d3ec
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt
new file mode 100644
index 0000000..f4fda3f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/libt2n-example2-client.dir/client.cpp.o  -o libt2n-example2-client 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 ../example2/libdefault.so.0.1 -lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make
new file mode 100644
index 0000000..0ae2165
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/libt2n-example2-client.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 42
+CMAKE_PROGRESS_2 = 43
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/progress.marks
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/progress.marks
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+5
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/cmake_install.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/cmake_install.cmake
new file mode 100644
index 0000000..707bda2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client.cbp
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client.cbp
new file mode 100644
index 0000000..d0a6606
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client.cbp
@@ -0,0 +1,126 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n-example2-client"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 libt2n-example2-client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 libt2n-example2-client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp">
+                       <Option target="libt2n-example2-client"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake
new file mode 100644
index 0000000..a00409a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake
@@ -0,0 +1,37 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/build.make
new file mode 100644
index 0000000..2a21c7f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/build.make
@@ -0,0 +1,128 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/default-static.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/default-static.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
+
+examples-codegen/example2/default_common.cpp: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating default_common.cpp, 
default_common.hxx, default_client.cpp, default_client.hxx, default_server.cpp, 
default_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"default.hxx\" >>default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen default 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+
+examples-codegen/example2/default_common.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_common.hxx
+
+examples-codegen/example2/default_client.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/default_client.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.hxx
+
+examples-codegen/example2/default_server.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/default_server.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.hxx
+
+examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.o: 
examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
+examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.o: 
examples-codegen/example2/default_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/default-static.dir/default_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/default-static.dir/default_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 > CMakeFiles/default-static.dir/default_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/default-static.dir/default_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 -o CMakeFiles/default-static.dir/default_client.cpp.s
+
+# Object files for target default-static
+default__static_OBJECTS = \
+"CMakeFiles/default-static.dir/default_client.cpp.o"
+
+# External object files for target default-static
+default__static_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/default-static.dir/default_client.cpp.o
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/default-static.dir/build.make
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/default-static.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libdefault.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/default-static.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/default-static.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/default-static.dir/build: 
examples-codegen/example2/libdefault.a
+
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/build
+
+examples-codegen/example2/CMakeFiles/default-static.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/default-static.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/clean
+
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_common.cpp
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_common.hxx
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_client.cpp
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_client.hxx
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_server.cpp
+examples-codegen/example2/CMakeFiles/default-static.dir/depend: 
examples-codegen/example2/default_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/default-static.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean.cmake
new file mode 100644
index 0000000..7ecaa59
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "default_common.cpp"
+  "default_common.hxx"
+  "default_client.cpp"
+  "default_client.hxx"
+  "default_server.cpp"
+  "default_server.hxx"
+  "CMakeFiles/default-static.dir/default_client.cpp.o"
+  "libdefault.pdb"
+  "libdefault.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/default-static.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..64d02ba
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libdefault.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/depend.make
new file mode 100644
index 0000000..b3bff28
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for default-static.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
new file mode 100644
index 0000000..ab9c784
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/link.txt
new file mode 100644
index 0000000..41af0f1
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libdefault.a  CMakeFiles/default-static.dir/default_client.cpp.o
+/usr/bin/ranlib libdefault.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/progress.make
new file mode 100644
index 0000000..f326497
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default-static.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 3
+CMAKE_PROGRESS_2 = 4
+CMAKE_PROGRESS_3 = 5
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake
new file mode 100644
index 0000000..29f489d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake
@@ -0,0 +1,39 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so.0.1"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so.1"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so.0.1"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/build.make
new file mode 100644
index 0000000..cfe002e
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/build.make
@@ -0,0 +1,135 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/default.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/default.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/default.dir/flags.make
+
+examples-codegen/example2/default_common.cpp: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating default_common.cpp, 
default_common.hxx, default_client.cpp, default_client.hxx, default_server.cpp, 
default_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"default.hxx\" >>default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen default 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+
+examples-codegen/example2/default_common.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_common.hxx
+
+examples-codegen/example2/default_client.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/default_client.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.hxx
+
+examples-codegen/example2/default_server.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/default_server.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.hxx
+
+examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.o: 
examples-codegen/example2/CMakeFiles/default.dir/flags.make
+examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.o: 
examples-codegen/example2/default_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/default.dir/default_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/default.dir/default_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 > CMakeFiles/default.dir/default_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/default.dir/default_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 -o CMakeFiles/default.dir/default_client.cpp.s
+
+# Object files for target default
+default_OBJECTS = \
+"CMakeFiles/default.dir/default_client.cpp.o"
+
+# External object files for target default
+default_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libdefault.so.0.1: 
examples-codegen/example2/CMakeFiles/default.dir/default_client.cpp.o
+examples-codegen/example2/libdefault.so.0.1: 
examples-codegen/example2/CMakeFiles/default.dir/build.make
+examples-codegen/example2/libdefault.so.0.1: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example2/libdefault.so.0.1: 
examples-codegen/example2/CMakeFiles/default.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libdefault.so"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/default.dir/link.txt 
--verbose=$(VERBOSE)
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_symlink_library libdefault.so.0.1 libdefault.so.1 
libdefault.so
+
+examples-codegen/example2/libdefault.so.1: 
examples-codegen/example2/libdefault.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/libdefault.so.1
+
+examples-codegen/example2/libdefault.so: 
examples-codegen/example2/libdefault.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/libdefault.so
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/default.dir/build: 
examples-codegen/example2/libdefault.so
+
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/build
+
+examples-codegen/example2/CMakeFiles/default.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/default.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/clean
+
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_common.cpp
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_common.hxx
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_client.cpp
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_client.hxx
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_server.cpp
+examples-codegen/example2/CMakeFiles/default.dir/depend: 
examples-codegen/example2/default_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/default.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/cmake_clean.cmake
new file mode 100644
index 0000000..ca16960
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/cmake_clean.cmake
@@ -0,0 +1,18 @@
+file(REMOVE_RECURSE
+  "default_common.cpp"
+  "default_common.hxx"
+  "default_client.cpp"
+  "default_client.hxx"
+  "default_server.cpp"
+  "default_server.hxx"
+  "CMakeFiles/default.dir/default_client.cpp.o"
+  "libdefault.pdb"
+  "libdefault.so.0.1"
+  "libdefault.so"
+  "libdefault.so.1"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/default.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/depend.make
new file mode 100644
index 0000000..d77f3a6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for default.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/flags.make
new file mode 100644
index 0000000..20f4756
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g -fPIC  
+
+CXX_DEFINES = -Ddefault_EXPORTS
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/link.txt
new file mode 100644
index 0000000..64fcad6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++ -fPIC -g  -shared -Wl,-soname,libdefault.so.1 -o 
libdefault.so.0.1 CMakeFiles/default.dir/default_client.cpp.o 
-lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/progress.make
new file mode 100644
index 0000000..783f634
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 
+CMAKE_PROGRESS_2 = 1
+CMAKE_PROGRESS_3 = 2
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake
new file mode 100644
index 0000000..09ed09c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake
@@ -0,0 +1,21 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make
new file mode 100644
index 0000000..6840515
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make
@@ -0,0 +1,111 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for default_codegen_done.
+
+# Include the progress variables for this target.
+include 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make
+
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_common.cpp
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_common.hxx
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_client.cpp
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_client.hxx
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_server.cpp
+examples-codegen/example2/CMakeFiles/default_codegen_done: 
examples-codegen/example2/default_server.hxx
+
+
+examples-codegen/example2/default_common.cpp: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating default_common.cpp, 
default_common.hxx, default_client.cpp, default_client.hxx, default_server.cpp, 
default_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"default.hxx\" >>default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen default 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+
+examples-codegen/example2/default_common.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_common.hxx
+
+examples-codegen/example2/default_client.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/default_client.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.hxx
+
+examples-codegen/example2/default_server.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/default_server.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.hxx
+
+default_codegen_done: examples-codegen/example2/CMakeFiles/default_codegen_done
+default_codegen_done: examples-codegen/example2/default_common.cpp
+default_codegen_done: examples-codegen/example2/default_common.hxx
+default_codegen_done: examples-codegen/example2/default_client.cpp
+default_codegen_done: examples-codegen/example2/default_client.hxx
+default_codegen_done: examples-codegen/example2/default_server.cpp
+default_codegen_done: examples-codegen/example2/default_server.hxx
+default_codegen_done: 
examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build.make
+
+.PHONY : default_codegen_done
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build: 
default_codegen_done
+
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/build
+
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/default_codegen_done.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/clean
+
+examples-codegen/example2/CMakeFiles/default_codegen_done.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/default_codegen_done.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/cmake_clean.cmake
new file mode 100644
index 0000000..8b56936
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/cmake_clean.cmake
@@ -0,0 +1,14 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/default_codegen_done"
+  "default_common.cpp"
+  "default_common.hxx"
+  "default_client.cpp"
+  "default_client.hxx"
+  "default_server.cpp"
+  "default_server.hxx"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/default_codegen_done.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make
new file mode 100644
index 0000000..16d5ea2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/default_codegen_done.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 6
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake
new file mode 100644
index 0000000..e5c3336
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake
@@ -0,0 +1,37 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/build.make
new file mode 100644
index 0000000..fe5cef0
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/build.make
@@ -0,0 +1,128 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
+
+examples-codegen/example2/default_common.cpp: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating default_common.cpp, 
default_common.hxx, default_client.cpp, default_client.hxx, default_server.cpp, 
default_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"default.hxx\" >>default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen default 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+
+examples-codegen/example2/default_common.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_common.hxx
+
+examples-codegen/example2/default_client.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/default_client.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.hxx
+
+examples-codegen/example2/default_server.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/default_server.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.hxx
+
+examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.o: 
examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
+examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.o: 
examples-codegen/example2/default_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libdefault.dir/default_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libdefault.dir/default_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 > CMakeFiles/libdefault.dir/default_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libdefault.dir/default_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp
 -o CMakeFiles/libdefault.dir/default_client.cpp.s
+
+# Object files for target libdefault
+libdefault_OBJECTS = \
+"CMakeFiles/libdefault.dir/default_client.cpp.o"
+
+# External object files for target libdefault
+libdefault_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/libdefault.dir/default_client.cpp.o
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/libdefault.dir/build.make
+examples-codegen/example2/libdefault.a: 
examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libdefault.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/libdefault.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libdefault.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/libdefault.dir/build: 
examples-codegen/example2/libdefault.a
+
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/build
+
+examples-codegen/example2/CMakeFiles/libdefault.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/libdefault.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/clean
+
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_common.cpp
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_common.hxx
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_client.cpp
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_client.hxx
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_server.cpp
+examples-codegen/example2/CMakeFiles/libdefault.dir/depend: 
examples-codegen/example2/default_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/libdefault.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean.cmake
new file mode 100644
index 0000000..349c4cd
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "default_common.cpp"
+  "default_common.hxx"
+  "default_client.cpp"
+  "default_client.hxx"
+  "default_server.cpp"
+  "default_server.hxx"
+  "CMakeFiles/libdefault.dir/default_client.cpp.o"
+  "libdefault.pdb"
+  "libdefault.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libdefault.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..64d02ba
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libdefault.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make
new file mode 100644
index 0000000..19b283f
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libdefault.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
new file mode 100644
index 0000000..ab9c784
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt
new file mode 100644
index 0000000..f6c4b90
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libdefault.a  CMakeFiles/libdefault.dir/default_client.cpp.o
+/usr/bin/ranlib libdefault.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make
new file mode 100644
index 0000000..eaef64c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 9
+CMAKE_PROGRESS_2 = 10
+CMAKE_PROGRESS_3 = 11
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake
new file mode 100644
index 0000000..e80eeb2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake
@@ -0,0 +1,37 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/build.make
new file mode 100644
index 0000000..a98eb8b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/build.make
@@ -0,0 +1,130 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/libother.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/libother.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/libother.dir/flags.make
+
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-1.cpp
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating other_common.cpp, 
other_common.hxx, other_client.cpp, other_client.hxx, other_server.cpp, 
other_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"other.hxx\" >>other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen other 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+
+examples-codegen/example2/other_common.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_common.hxx
+
+examples-codegen/example2/other_client.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/other_client.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.hxx
+
+examples-codegen/example2/other_server.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/other_server.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.hxx
+
+examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.o: 
examples-codegen/example2/CMakeFiles/libother.dir/flags.make
+examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.o: 
examples-codegen/example2/other_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libother.dir/other_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libother.dir/other_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 > CMakeFiles/libother.dir/other_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libother.dir/other_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 -o CMakeFiles/libother.dir/other_client.cpp.s
+
+# Object files for target libother
+libother_OBJECTS = \
+"CMakeFiles/libother.dir/other_client.cpp.o"
+
+# External object files for target libother
+libother_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/libother.dir/other_client.cpp.o
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/libother.dir/build.make
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/libother.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libother.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/libother.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libother.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/libother.dir/build: 
examples-codegen/example2/libother.a
+
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/build
+
+examples-codegen/example2/CMakeFiles/libother.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/libother.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/clean
+
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_common.cpp
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_common.hxx
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_client.cpp
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_client.hxx
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_server.cpp
+examples-codegen/example2/CMakeFiles/libother.dir/depend: 
examples-codegen/example2/other_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/libother.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean.cmake
new file mode 100644
index 0000000..05936d5
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "other_common.cpp"
+  "other_common.hxx"
+  "other_client.cpp"
+  "other_client.hxx"
+  "other_server.cpp"
+  "other_server.hxx"
+  "CMakeFiles/libother.dir/other_client.cpp.o"
+  "libother.pdb"
+  "libother.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libother.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..2785e42
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libother.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/depend.make
new file mode 100644
index 0000000..f511c7b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libother.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/flags.make
new file mode 100644
index 0000000..ab9c784
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/link.txt
new file mode 100644
index 0000000..8221b85
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libother.a  CMakeFiles/libother.dir/other_client.cpp.o
+/usr/bin/ranlib libother.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/progress.make
new file mode 100644
index 0000000..41ebb37
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 14
+CMAKE_PROGRESS_2 = 15
+CMAKE_PROGRESS_3 = 16
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake
new file mode 100644
index 0000000..7d3b121
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake
@@ -0,0 +1,49 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.o"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libdefault.dir/DependInfo.cmake"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libother.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make
new file mode 100644
index 0000000..72b93ca
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make
@@ -0,0 +1,236 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make
+
+# Include the progress variables for this target.
+include 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-1.cpp
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating other_common.cpp, 
other_common.hxx, other_client.cpp, other_client.hxx, other_server.cpp, 
other_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"other.hxx\" >>other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen other 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+
+examples-codegen/example2/other_common.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_common.hxx
+
+examples-codegen/example2/other_client.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/other_client.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.hxx
+
+examples-codegen/example2/other_server.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/other_server.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.hxx
+
+examples-codegen/example2/default_common.cpp: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Generating default_common.cpp, 
default_common.hxx, default_client.cpp, default_client.hxx, default_server.cpp, 
default_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"default.hxx\" >>default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f default_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen default 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp.xml
+
+examples-codegen/example2/default_common.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_common.hxx
+
+examples-codegen/example2/default_client.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.cpp
+
+examples-codegen/example2/default_client.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_client.hxx
+
+examples-codegen/example2/default_server.cpp: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/default_server.hxx: 
examples-codegen/example2/default_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/default_server.hxx
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o:
 examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o:
 examples-codegen/example2/other_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example2-server.dir/other_server.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp
 > CMakeFiles/libt2n-example2-server.dir/other_server.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/other_server.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp
 -o CMakeFiles/libt2n-example2-server.dir/other_server.cpp.s
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o:
 examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o:
 examples-codegen/example2/default_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.i:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example2-server.dir/default_server.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp
 > CMakeFiles/libt2n-example2-server.dir/default_server.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.s:
 cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/default_server.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp
 -o CMakeFiles/libt2n-example2-server.dir/default_server.cpp.s
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.o: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.o: 
../examples-codegen/example2/server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-example2-server.dir/server.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp > 
CMakeFiles/libt2n-example2-server.dir/server.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/server.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp -o 
CMakeFiles/libt2n-example2-server.dir/server.cpp.s
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o: 
../examples-codegen/example2/other-1.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp > 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp -o 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.s
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp > 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp -o 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.s
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.o: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.o: 
../examples-codegen/example2/default.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-example2-server.dir/default.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libt2n-example2-server.dir/default.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp > 
CMakeFiles/libt2n-example2-server.dir/default.cpp.i
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-example2-server.dir/default.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp -o 
CMakeFiles/libt2n-example2-server.dir/default.cpp.s
+
+# Object files for target libt2n-example2-server
+libt2n__example2__server_OBJECTS = \
+"CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o" \
+"CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o" \
+"CMakeFiles/libt2n-example2-server.dir/server.cpp.o" \
+"CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o" \
+"CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o" \
+"CMakeFiles/libt2n-example2-server.dir/default.cpp.o"
+
+# External object files for target libt2n-example2-server
+libt2n__example2__server_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/server.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/default.cpp.o
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build.make
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/libdefault.a
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/libother.a
+examples-codegen/example2/libt2n-example2-server: 
examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX executable 
libt2n-example2-server"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libt2n-example2-server.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build: 
examples-codegen/example2/libt2n-example2-server
+
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/build
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/clean
+
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_common.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_common.hxx
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_client.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_client.hxx
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_server.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/other_server.hxx
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_common.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_common.hxx
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_client.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_client.hxx
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_server.cpp
+examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend: 
examples-codegen/example2/default_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake
new file mode 100644
index 0000000..32d6bbd
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/cmake_clean.cmake
@@ -0,0 +1,27 @@
+file(REMOVE_RECURSE
+  "other_common.cpp"
+  "other_common.hxx"
+  "other_client.cpp"
+  "other_client.hxx"
+  "other_server.cpp"
+  "other_server.hxx"
+  "default_common.cpp"
+  "default_common.hxx"
+  "default_client.cpp"
+  "default_client.hxx"
+  "default_server.cpp"
+  "default_server.hxx"
+  "CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o"
+  "CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o"
+  "CMakeFiles/libt2n-example2-server.dir/server.cpp.o"
+  "CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o"
+  "CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o"
+  "CMakeFiles/libt2n-example2-server.dir/default.cpp.o"
+  "libt2n-example2-server.pdb"
+  "libt2n-example2-server"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-example2-server.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make
new file mode 100644
index 0000000..c1dedd1
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-example2-server.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
new file mode 100644
index 0000000..ab9c784
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt
new file mode 100644
index 0000000..2a79338
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/libt2n-example2-server.dir/other_server.cpp.o 
CMakeFiles/libt2n-example2-server.dir/default_server.cpp.o 
CMakeFiles/libt2n-example2-server.dir/server.cpp.o 
CMakeFiles/libt2n-example2-server.dir/other-1.cpp.o 
CMakeFiles/libt2n-example2-server.dir/other-2.cpp.o 
CMakeFiles/libt2n-example2-server.dir/default.cpp.o  -o libt2n-example2-server 
-lt2n libdefault.a libother.a -lt2n 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make
new file mode 100644
index 0000000..79195c6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/libt2n-example2-server.dir/progress.make
@@ -0,0 +1,10 @@
+CMAKE_PROGRESS_1 = 44
+CMAKE_PROGRESS_2 = 45
+CMAKE_PROGRESS_3 = 46
+CMAKE_PROGRESS_4 = 47
+CMAKE_PROGRESS_5 = 48
+CMAKE_PROGRESS_6 = 49
+CMAKE_PROGRESS_7 = 50
+CMAKE_PROGRESS_8 = 
+CMAKE_PROGRESS_9 = 51
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake
new file mode 100644
index 0000000..0e8ae7c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake
@@ -0,0 +1,37 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/build.make
new file mode 100644
index 0000000..186b9fc
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/build.make
@@ -0,0 +1,130 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/other-static.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/other-static.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
+
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-1.cpp
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating other_common.cpp, 
other_common.hxx, other_client.cpp, other_client.hxx, other_server.cpp, 
other_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"other.hxx\" >>other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen other 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+
+examples-codegen/example2/other_common.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_common.hxx
+
+examples-codegen/example2/other_client.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/other_client.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.hxx
+
+examples-codegen/example2/other_server.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/other_server.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.hxx
+
+examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.o: 
examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
+examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.o: 
examples-codegen/example2/other_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/other-static.dir/other_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/other-static.dir/other_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 > CMakeFiles/other-static.dir/other_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/other-static.dir/other_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 -o CMakeFiles/other-static.dir/other_client.cpp.s
+
+# Object files for target other-static
+other__static_OBJECTS = \
+"CMakeFiles/other-static.dir/other_client.cpp.o"
+
+# External object files for target other-static
+other__static_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/other-static.dir/other_client.cpp.o
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/other-static.dir/build.make
+examples-codegen/example2/libother.a: 
examples-codegen/example2/CMakeFiles/other-static.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX static library libother.a"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/other-static.dir/cmake_clean_target.cmake
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/other-static.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/other-static.dir/build: 
examples-codegen/example2/libother.a
+
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/build
+
+examples-codegen/example2/CMakeFiles/other-static.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/other-static.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/clean
+
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_common.cpp
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_common.hxx
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_client.cpp
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_client.hxx
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_server.cpp
+examples-codegen/example2/CMakeFiles/other-static.dir/depend: 
examples-codegen/example2/other_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/other-static.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean.cmake
new file mode 100644
index 0000000..39e9087
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean.cmake
@@ -0,0 +1,16 @@
+file(REMOVE_RECURSE
+  "other_common.cpp"
+  "other_common.hxx"
+  "other_client.cpp"
+  "other_client.hxx"
+  "other_server.cpp"
+  "other_server.hxx"
+  "CMakeFiles/other-static.dir/other_client.cpp.o"
+  "libother.pdb"
+  "libother.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/other-static.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..2785e42
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libother.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/depend.make
new file mode 100644
index 0000000..08d5e4a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for other-static.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
new file mode 100644
index 0000000..ab9c784
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/link.txt
new file mode 100644
index 0000000..cac4fd4
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libother.a  CMakeFiles/other-static.dir/other_client.cpp.o
+/usr/bin/ranlib libother.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/progress.make
new file mode 100644
index 0000000..59bc801
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other-static.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 77
+CMAKE_PROGRESS_2 = 78
+CMAKE_PROGRESS_3 = 79
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake
new file mode 100644
index 0000000..f3ecb69
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake
@@ -0,0 +1,39 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "examples-codegen/example2"
+  "../examples-codegen/example2"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  "/usr/include/libt2n"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so.0.1"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so.1"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so.0.1"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/build.make
new file mode 100644
index 0000000..9109b55
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/build.make
@@ -0,0 +1,137 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples-codegen/example2/CMakeFiles/other.dir/depend.make
+
+# Include the progress variables for this target.
+include examples-codegen/example2/CMakeFiles/other.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples-codegen/example2/CMakeFiles/other.dir/flags.make
+
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-1.cpp
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating other_common.cpp, 
other_common.hxx, other_client.cpp, other_client.hxx, other_server.cpp, 
other_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"other.hxx\" >>other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen other 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+
+examples-codegen/example2/other_common.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_common.hxx
+
+examples-codegen/example2/other_client.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/other_client.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.hxx
+
+examples-codegen/example2/other_server.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/other_server.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.hxx
+
+examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.o: 
examples-codegen/example2/CMakeFiles/other.dir/flags.make
+examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.o: 
examples-codegen/example2/other_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.o"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/other.dir/other_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/other.dir/other_client.cpp.i"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 > CMakeFiles/other.dir/other_client.cpp.i
+
+examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/other.dir/other_client.cpp.s"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp
 -o CMakeFiles/other.dir/other_client.cpp.s
+
+# Object files for target other
+other_OBJECTS = \
+"CMakeFiles/other.dir/other_client.cpp.o"
+
+# External object files for target other
+other_EXTERNAL_OBJECTS =
+
+examples-codegen/example2/libother.so.0.1: 
examples-codegen/example2/CMakeFiles/other.dir/other_client.cpp.o
+examples-codegen/example2/libother.so.0.1: 
examples-codegen/example2/CMakeFiles/other.dir/build.make
+examples-codegen/example2/libother.so.0.1: 
/usr/lib/libboost_serialization-mt.so
+examples-codegen/example2/libother.so.0.1: 
examples-codegen/example2/CMakeFiles/other.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libother.so"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/other.dir/link.txt 
--verbose=$(VERBOSE)
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -E cmake_symlink_library libother.so.0.1 libother.so.1 
libother.so
+
+examples-codegen/example2/libother.so.1: 
examples-codegen/example2/libother.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/libother.so.1
+
+examples-codegen/example2/libother.so: 
examples-codegen/example2/libother.so.0.1
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/libother.so
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/other.dir/build: 
examples-codegen/example2/libother.so
+
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/build
+
+examples-codegen/example2/CMakeFiles/other.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/other.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/clean
+
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_common.cpp
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_common.hxx
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_client.cpp
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_client.hxx
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_server.cpp
+examples-codegen/example2/CMakeFiles/other.dir/depend: 
examples-codegen/example2/other_server.hxx
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/other.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/cmake_clean.cmake
new file mode 100644
index 0000000..15acb39
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/cmake_clean.cmake
@@ -0,0 +1,18 @@
+file(REMOVE_RECURSE
+  "other_common.cpp"
+  "other_common.hxx"
+  "other_client.cpp"
+  "other_client.hxx"
+  "other_server.cpp"
+  "other_server.hxx"
+  "CMakeFiles/other.dir/other_client.cpp.o"
+  "libother.pdb"
+  "libother.so.0.1"
+  "libother.so"
+  "libother.so.1"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/other.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/depend.make
new file mode 100644
index 0000000..44dc4a3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for other.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/flags.make
new file mode 100644
index 0000000..9755d21
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g -fPIC  
+
+CXX_DEFINES = -Dother_EXPORTS
+
+CXX_INCLUDES = 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 -I/usr/include/libt2n 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/link.txt
new file mode 100644
index 0000000..b355380
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++ -fPIC -g  -shared -Wl,-soname,libother.so.1 -o 
libother.so.0.1 CMakeFiles/other.dir/other_client.cpp.o 
-lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/progress.make
new file mode 100644
index 0000000..9d6dbd3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 75
+CMAKE_PROGRESS_2 = 
+CMAKE_PROGRESS_3 = 76
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake
new file mode 100644
index 0000000..4052bfa
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake
@@ -0,0 +1,21 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.hxx"
 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make
new file mode 100644
index 0000000..c398c08
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make
@@ -0,0 +1,113 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for other_codegen_done.
+
+# Include the progress variables for this target.
+include 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make
+
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_common.cpp
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_common.hxx
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_client.cpp
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_client.hxx
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_server.cpp
+examples-codegen/example2/CMakeFiles/other_codegen_done: 
examples-codegen/example2/other_server.hxx
+
+
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-1.cpp
+examples-codegen/example2/other_common.cpp: 
../examples-codegen/example2/other-2.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --blue --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Generating other_common.cpp, 
other_common.hxx, other_client.cpp, other_client.hxx, other_server.cpp, 
other_server.hxx"
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"codegen-stubhead.hxx\" >other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && echo \#include\ \"other.hxx\" >>other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-gccxml.sh \ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2\
 -I/tmp/tmp.bLtk6l6ezG/examples-codegen/example2\ 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel\ -I/usr/include\ 
-I/usr/include/libxml++-2.6\ -I/usr/lib/libxml++-2.6/include\ 
-I/usr/include/libxml2\ -I/usr/include/libt2n\ -I/usr/include/libt2n\ 
-I/usr/include /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp 
-fxml=/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f other_common.hxx
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && /usr/bin/libt2n-codegen other 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && rm -f /tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp.xml 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp.xml
+
+examples-codegen/example2/other_common.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_common.hxx
+
+examples-codegen/example2/other_client.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.cpp
+
+examples-codegen/example2/other_client.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_client.hxx
+
+examples-codegen/example2/other_server.cpp: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.cpp
+
+examples-codegen/example2/other_server.hxx: 
examples-codegen/example2/other_common.cpp
+       @$(CMAKE_COMMAND) -E touch_nocreate 
examples-codegen/example2/other_server.hxx
+
+other_codegen_done: examples-codegen/example2/CMakeFiles/other_codegen_done
+other_codegen_done: examples-codegen/example2/other_common.cpp
+other_codegen_done: examples-codegen/example2/other_common.hxx
+other_codegen_done: examples-codegen/example2/other_client.cpp
+other_codegen_done: examples-codegen/example2/other_client.hxx
+other_codegen_done: examples-codegen/example2/other_server.cpp
+other_codegen_done: examples-codegen/example2/other_server.hxx
+other_codegen_done: 
examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build.make
+
+.PHONY : other_codegen_done
+
+# Rule to build all files generated by this target.
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build: 
other_codegen_done
+
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/build
+
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean:
+       cd 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 && $(CMAKE_COMMAND) -P CMakeFiles/other_codegen_done.dir/cmake_clean.cmake
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/clean
+
+examples-codegen/example2/CMakeFiles/other_codegen_done.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples-codegen/example2 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2
 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples-codegen/example2/CMakeFiles/other_codegen_done.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/cmake_clean.cmake
new file mode 100644
index 0000000..366149d
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/cmake_clean.cmake
@@ -0,0 +1,14 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/other_codegen_done"
+  "other_common.cpp"
+  "other_common.hxx"
+  "other_client.cpp"
+  "other_client.hxx"
+  "other_server.cpp"
+  "other_server.hxx"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/other_codegen_done.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make
new file mode 100644
index 0000000..e12baea
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/other_codegen_done.dir/progress.make
@@ -0,0 +1,2 @@
+CMAKE_PROGRESS_1 = 80
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/progress.marks
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/progress.marks
new file mode 100644
index 0000000..6f4247a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+26
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/cmake_install.cmake
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/cmake_install.cmake
new file mode 100644
index 0000000..1d94111
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/cmake_install.cmake
@@ -0,0 +1,133 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/examples-codegen/example2
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default.pc")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xsharedlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      file(RPATH_CHECK
+           FILE "${file}"
+           RPATH "")
+    endif()
+  endforeach()
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY 
FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so.0.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
+    )
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libdefault.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      if(CMAKE_INSTALL_DO_STRIP)
+        execute_process(COMMAND "/usr/bin/strip" "${file}")
+      endif()
+    endif()
+  endforeach()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xstaticlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xheadersx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/libt2n-example2" 
TYPE FILE FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.hxx"
+    )
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib/pkgconfig" TYPE FILE 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other.pc")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xsharedlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      file(RPATH_CHECK
+           FILE "${file}"
+           RPATH "")
+    endif()
+  endforeach()
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY 
FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so.0.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so.1"
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
+    )
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so.0.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libother.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      if(CMAKE_INSTALL_DO_STRIP)
+        execute_process(COMMAND "/usr/bin/strip" "${file}")
+      endif()
+    endif()
+  endforeach()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xstaticlibsx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY 
FILES 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xheadersx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/libt2n-example2" 
TYPE FILE FILES
+    
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other.hxx"
+    )
+endif()
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2.cbp
 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2.cbp
new file mode 100644
index 0000000..20ff996
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2.cbp
@@ -0,0 +1,536 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n-example2"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libdefault">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libdefault"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libdefault/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libdefault/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libother">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libother"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libother/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libother/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-server">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libt2n-example2-server"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-server/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libt2n-example2-server/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp">
+                       <Option target="default"/>
+                       <Option target="libdefault"/>
+                       <Option target="default-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx">
+                       <Option target="default"/>
+                       <Option target="default-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp.rule">
+                       <Option target="default"/>
+                       <Option target="libdefault"/>
+                       <Option target="default-static"/>
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+                       <Option target="libother"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp.rule">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+                       <Option target="libother"/>
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.hxx">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake
new file mode 100644
index 0000000..641ffe7
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake
@@ -0,0 +1,26 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../examples"
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/build.make
new file mode 100644
index 0000000..a4c4e48
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/build.make
@@ -0,0 +1,99 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples/CMakeFiles/libminimalistic_client.dir/depend.make
+
+# Include the progress variables for this target.
+include examples/CMakeFiles/libminimalistic_client.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples/CMakeFiles/libminimalistic_client.dir/flags.make
+
+examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o: 
examples/CMakeFiles/libminimalistic_client.dir/flags.make
+examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o: 
../examples/minimalistic-client-stub.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.cpp
+
+examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.cpp > 
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.i
+
+examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.cpp -o 
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.s
+
+# Object files for target libminimalistic_client
+libminimalistic_client_OBJECTS = \
+"CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o"
+
+# External object files for target libminimalistic_client
+libminimalistic_client_EXTERNAL_OBJECTS =
+
+examples/libminimalistic_client.a: 
examples/CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o
+examples/libminimalistic_client.a: 
examples/CMakeFiles/libminimalistic_client.dir/build.make
+examples/libminimalistic_client.a: 
examples/CMakeFiles/libminimalistic_client.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX static library 
libminimalistic_client.a"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -P 
CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/libminimalistic_client.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples/CMakeFiles/libminimalistic_client.dir/build: 
examples/libminimalistic_client.a
+
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/build
+
+examples/CMakeFiles/libminimalistic_client.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -P CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/clean
+
+examples/CMakeFiles/libminimalistic_client.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples/CMakeFiles/libminimalistic_client.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake
new file mode 100644
index 0000000..ded3ab2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o"
+  "libminimalistic_client.pdb"
+  "libminimalistic_client.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libminimalistic_client.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..8aa3511
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libminimalistic_client.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/depend.make
new file mode 100644
index 0000000..60e163a
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libminimalistic_client.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/flags.make
new file mode 100644
index 0000000..904bb85
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/examples -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/link.txt
new file mode 100644
index 0000000..9237eff
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libminimalistic_client.a  
CMakeFiles/libminimalistic_client.dir/minimalistic-client-stub.cpp.o
+/usr/bin/ranlib libminimalistic_client.a
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/progress.make
new file mode 100644
index 0000000..7df1340
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 12
+CMAKE_PROGRESS_2 = 13
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake
new file mode 100644
index 0000000..c4ee306
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake
@@ -0,0 +1,28 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../examples"
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake"
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/libminimalistic_client.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/build.make
new file mode 100644
index 0000000..7da95bd
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/build.make
@@ -0,0 +1,101 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples/CMakeFiles/minimalistic_client.dir/depend.make
+
+# Include the progress variables for this target.
+include examples/CMakeFiles/minimalistic_client.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples/CMakeFiles/minimalistic_client.dir/flags.make
+
+examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o: 
examples/CMakeFiles/minimalistic_client.dir/flags.make
+examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o: 
../examples/minimalistic-client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client.cpp
+
+examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client.cpp > 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.i
+
+examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client.cpp -o 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.s
+
+# Object files for target minimalistic_client
+minimalistic_client_OBJECTS = \
+"CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o"
+
+# External object files for target minimalistic_client
+minimalistic_client_EXTERNAL_OBJECTS =
+
+examples/minimalistic_client: 
examples/CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o
+examples/minimalistic_client: 
examples/CMakeFiles/minimalistic_client.dir/build.make
+examples/minimalistic_client: src/libt2n.so.0.8
+examples/minimalistic_client: /usr/lib/libboost_serialization-mt.so
+examples/minimalistic_client: examples/libminimalistic_client.a
+examples/minimalistic_client: 
examples/CMakeFiles/minimalistic_client.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Linking CXX executable minimalistic_client"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/minimalistic_client.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples/CMakeFiles/minimalistic_client.dir/build: examples/minimalistic_client
+
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/build
+
+examples/CMakeFiles/minimalistic_client.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -P CMakeFiles/minimalistic_client.dir/cmake_clean.cmake
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/clean
+
+examples/CMakeFiles/minimalistic_client.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples/CMakeFiles/minimalistic_client.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/cmake_clean.cmake
new file mode 100644
index 0000000..e62741c
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/cmake_clean.cmake
@@ -0,0 +1,10 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o"
+  "minimalistic_client.pdb"
+  "minimalistic_client"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/minimalistic_client.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/depend.make
new file mode 100644
index 0000000..50049c8
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for minimalistic_client.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/flags.make
new file mode 100644
index 0000000..904bb85
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/examples -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/link.txt
new file mode 100644
index 0000000..7f63039
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/minimalistic_client.dir/minimalistic-client.cpp.o  -o 
minimalistic_client 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src 
../src/libt2n.so.0.8 -lboost_serialization-mt libminimalistic_client.a 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/progress.make
new file mode 100644
index 0000000..1dd7dbf
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_client.dir/progress.make
@@ -0,0 +1,3 @@
+CMAKE_PROGRESS_1 = 70
+CMAKE_PROGRESS_2 = 71
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake
new file mode 100644
index 0000000..0c3af26
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake
@@ -0,0 +1,28 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server-stub.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../examples"
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/build.make
new file mode 100644
index 0000000..81e7b45
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/build.make
@@ -0,0 +1,115 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include examples/CMakeFiles/minimalistic_server.dir/depend.make
+
+# Include the progress variables for this target.
+include examples/CMakeFiles/minimalistic_server.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include examples/CMakeFiles/minimalistic_server.dir/flags.make
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o: 
examples/CMakeFiles/minimalistic_server.dir/flags.make
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o: 
../examples/minimalistic-server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server.cpp
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server.cpp > 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.i
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server.cpp -o 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.s
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o: 
examples/CMakeFiles/minimalistic_server.dir/flags.make
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o: 
../examples/minimalistic-server-stub.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server-stub.cpp
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.i: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server-stub.cpp > 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.i
+
+examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.s: 
cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server-stub.cpp -o 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.s
+
+# Object files for target minimalistic_server
+minimalistic_server_OBJECTS = \
+"CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o" \
+"CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o"
+
+# External object files for target minimalistic_server
+minimalistic_server_EXTERNAL_OBJECTS =
+
+examples/minimalistic_server: 
examples/CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o
+examples/minimalistic_server: 
examples/CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o
+examples/minimalistic_server: 
examples/CMakeFiles/minimalistic_server.dir/build.make
+examples/minimalistic_server: src/libt2n.so.0.8
+examples/minimalistic_server: /usr/lib/libboost_serialization-mt.so
+examples/minimalistic_server: 
examples/CMakeFiles/minimalistic_server.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX executable minimalistic_server"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -E cmake_link_script 
CMakeFiles/minimalistic_server.dir/link.txt --verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+examples/CMakeFiles/minimalistic_server.dir/build: examples/minimalistic_server
+
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/build
+
+examples/CMakeFiles/minimalistic_server.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples && 
$(CMAKE_COMMAND) -P CMakeFiles/minimalistic_server.dir/cmake_clean.cmake
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/clean
+
+examples/CMakeFiles/minimalistic_server.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : examples/CMakeFiles/minimalistic_server.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/cmake_clean.cmake
new file mode 100644
index 0000000..9a92dde
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/cmake_clean.cmake
@@ -0,0 +1,11 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o"
+  "CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o"
+  "minimalistic_server.pdb"
+  "minimalistic_server"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/minimalistic_server.dir/cmake_clean_${lang}.cmake 
OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/depend.make
new file mode 100644
index 0000000..56cdfee
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for minimalistic_server.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/flags.make
new file mode 100644
index 0000000..904bb85
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/examples -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/link.txt
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/link.txt
new file mode 100644
index 0000000..6412af2
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic 
CMakeFiles/minimalistic_server.dir/minimalistic-server.cpp.o 
CMakeFiles/minimalistic_server.dir/minimalistic-server-stub.cpp.o  -o 
minimalistic_server 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src 
../src/libt2n.so.0.8 -lboost_serialization-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/progress.make
new file mode 100644
index 0000000..3bdebcc
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/minimalistic_server.dir/progress.make
@@ -0,0 +1,4 @@
+CMAKE_PROGRESS_1 = 72
+CMAKE_PROGRESS_2 = 73
+CMAKE_PROGRESS_3 = 74
+
diff --git 
a/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/progress.marks
new file mode 100644
index 0000000..aabe6ec
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/examples/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+21
diff --git a/cmake-build-debug-intradev-gabriel/examples/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/examples/cmake_install.cmake
new file mode 100644
index 0000000..5c228e6
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/examples/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/examples
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
diff --git a/cmake-build-debug-intradev-gabriel/libt2n.cbp 
b/cmake-build-debug-intradev-gabriel/libt2n.cbp
new file mode 100644
index 0000000..af87d95
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/libt2n.cbp
@@ -0,0 +1,1629 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<CodeBlocks_project_file>
+       <FileVersion major="1" minor="6"/>
+       <Project>
+               <Option title="libt2n"/>
+               <Option makefile_is_custom="1"/>
+               <Option compiler="gcc"/>
+               <Option virtualFolders="CMake Files\;CMake Files\doc\;CMake 
Files\src\;CMake Files\test\;CMake Files\codegen\;CMake Files\examples\;CMake 
Files\examples-codegen\;CMake Files\examples-codegen\example1\;CMake 
Files\examples-codegen\example1-client\;CMake 
Files\examples-codegen\example1-client-wrapper\;CMake 
Files\examples-codegen\example2\;CMake 
Files\examples-codegen\example2-client\;CMake Files\..\;CMake 
Files\..\..\;CMake Files\..\..\usr\;CMake Files\..\..\usr\share\;CMake 
Files\..\..\usr\share\libt2n\;"/>
+               <Build>
+                       <Target title="all">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 all"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="install/strip">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 install/strip"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="install/local">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 install/local"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="list_install_components">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 list_install_components"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="install">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 install"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="docs">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 docs"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="dist">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 dist"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="edit_cache">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 edit_cache"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="package">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 package"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="package_source">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 package_source"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="rebuild_cache">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 rebuild_cache"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f &quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/Makefile&quot;  
VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.a" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 libt2n-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.a" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 libt2n-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 libt2n"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 libt2n/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/Makefile&quot; 
 VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="check">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 check"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="test">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/test" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/test"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 test"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="test/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/test" 
prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/test"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 test/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-codegen">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/libt2n-codegen"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/codegen"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 libt2n-codegen"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-codegen/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/libt2n-codegen"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/codegen"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 libt2n-codegen/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/codegen/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="minimalistic_client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/minimalistic_client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 minimalistic_client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="minimalistic_client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/minimalistic_client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 minimalistic_client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libminimalistic_client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/libminimalistic_client.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 libminimalistic_client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libminimalistic_client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/libminimalistic_client.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 libminimalistic_client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="minimalistic_server">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/minimalistic_server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 minimalistic_server"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="minimalistic_server/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/minimalistic_server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/src"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 minimalistic_server/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="t2nexample-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 t2nexample-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-server">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2n-example1-server"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-server/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2n-example1-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2n-example1-server/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2nexample">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2nexample"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2nexample/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/libt2nexample.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 libt2nexample/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 libt2n-example1-client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/libt2n-example1-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 libt2n-example1-client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client-wrapper">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 libt2n-example1-client-wrapper"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example1-client-wrapper/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/libt2n-example1-client-wrapper"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 libt2n-example1-client-wrapper/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1-client-wrapper/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.so"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="3"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libdefault">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libdefault"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libdefault/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libdefault/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libother">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libother"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libother/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libother.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libother/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="other_codegen_done">
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option type="4"/>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 other_codegen_done"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default-static">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default-static"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="default-static/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libdefault.a"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="2"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 default-static/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-server">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libt2n-example2-server"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-server/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/libt2n-example2-server"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2"/>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add directory="/usr/include/libt2n"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 libt2n-example2-server/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-client">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 libt2n-example2-client"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+                       <Target title="libt2n-example2-client/fast">
+                               <Option 
output="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/libt2n-example2-client"
 prefix_auto="0" extension_auto="0"/>
+                               <Option 
working_dir="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client"/>
+                               <Option object_output="./"/>
+                               <Option type="1"/>
+                               <Option compiler="gcc"/>
+                               <Compiler>
+                                       <Add 
directory="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel"/>
+                                       <Add 
directory="/usr/include/libxml++-2.6"/>
+                                       <Add 
directory="/usr/lib/libxml++-2.6/include"/>
+                                       <Add directory="/usr/include/libxml2"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/i686-redhat-linux"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/../../../../include/c++/4.4.4/backward"/>
+                                       <Add directory="/usr/local/include"/>
+                                       <Add 
directory="/usr/lib/gcc/i686-redhat-linux/4.4.4/include"/>
+                                       <Add directory="/usr/include"/>
+                               </Compiler>
+                               <MakeCommands>
+                                       <Build command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 libt2n-example2-client/fast"/>
+                                       <CompileFile command="/usr/bin/gmake 
-j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 &quot;$file&quot;"/>
+                                       <Clean command="/usr/bin/gmake -j16 -f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                                       <DistClean command="/usr/bin/gmake -j16 
-f 
&quot;/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2-client/Makefile&quot;
  VERBOSE=1 clean"/>
+                               </MakeCommands>
+                       </Target>
+               </Build>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.cpp">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+                       <Option target="libt2nexample"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_client.hxx">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_common.cpp.rule">
+                       <Option target="t2nexample"/>
+                       <Option target="t2nexample-static"/>
+                       <Option target="libt2n-example1-server"/>
+                       <Option target="libt2nexample"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example1/t2nexample_server.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.cpp">
+                       <Option target="default"/>
+                       <Option target="libdefault"/>
+                       <Option target="default-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_client.hxx">
+                       <Option target="default"/>
+                       <Option target="default-static"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_common.cpp.rule">
+                       <Option target="default"/>
+                       <Option target="libdefault"/>
+                       <Option target="default-static"/>
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/default_server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.cpp">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+                       <Option target="libother"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_client.hxx">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_common.cpp.rule">
+                       <Option target="other-static"/>
+                       <Option target="other"/>
+                       <Option target="libother"/>
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/examples-codegen/example2/other_server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/main.cpp">
+                       <Option target="libt2n-codegen"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/client.cpp">
+                       <Option target="libt2n-example1-client-wrapper"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/client.cpp">
+                       <Option target="libt2n-example1-client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/server.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.cpp">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/t2nexample.hxx">
+                       <Option target="libt2n-example1-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/client.cpp">
+                       <Option target="libt2n-example2-client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/default.hxx">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-1.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/other-2.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/server.cpp">
+                       <Option target="libt2n-example2-server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.cpp">
+                       <Option target="libminimalistic_client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client-stub.hxx">
+                       <Option target="libminimalistic_client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-client.cpp">
+                       <Option target="minimalistic_client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server-stub.cpp">
+                       <Option target="minimalistic_server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-server.cpp">
+                       <Option target="minimalistic_server"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-stub-once.hxx">
+                       <Option target="libminimalistic_client"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples/minimalistic-stub.hxx">
+                       <Option target="libminimalistic_client"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/client.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/client.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/client_wrapper.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command_client.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command_client.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command_server.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/command_server.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/connection.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/connection.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/container.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/container.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/container.tcc">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/log.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/server.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/server.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_client.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_server.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/types.hxx">
+                       <Option target="libt2n-static"/>
+                       <Option target="libt2n"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/callback.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/comm.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/getsocket.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/hello.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/newserver.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/reconnect.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/reentrant.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/serialize.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/timeout.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/wrapper.cpp">
+                       <Option target="test"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/config.h.in.cmake">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.pc.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/libt2n.spec.in">
+                       <Option virtualFolder="CMake Files\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/doc/Doxyfile.in">
+                       <Option virtualFolder="CMake Files\doc\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/src/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\src\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/test/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\test\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/codegen/Libt2n.cmake">
+                       <Option virtualFolder="CMake Files\codegen\"/>
+               </Unit>
+               <Unit filename="/tmp/tmp.bLtk6l6ezG/examples/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/CMakeLists.txt">
+                       <Option virtualFolder="CMake Files\examples-codegen\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example1-client-wrapper/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example1-client-wrapper\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/examples-codegen/example2-client/CMakeLists.txt">
+                       <Option virtualFolder="CMake 
Files\examples-codegen\example2-client\"/>
+               </Unit>
+               <Unit 
filename="/tmp/tmp.bLtk6l6ezG/../../usr/share/libt2n/clientlib.pc.in">
+                       <Option virtualFolder="CMake 
Files\..\..\usr\share\libt2n\"/>
+               </Unit>
+       </Project>
+</CodeBlocks_project_file>
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake
new file mode 100644
index 0000000..e49ccfc
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake
@@ -0,0 +1,38 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/src/client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/command.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command_client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/command_client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command_server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/command_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/connection.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/connection.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/container.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/container.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/socket_client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/socket_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/build.make
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/build.make
new file mode 100644
index 0000000..67631f7
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/build.make
@@ -0,0 +1,294 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include src/CMakeFiles/libt2n-static.dir/depend.make
+
+# Include the progress variables for this target.
+include src/CMakeFiles/libt2n-static.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include src/CMakeFiles/libt2n-static.dir/flags.make
+
+src/CMakeFiles/libt2n-static.dir/client.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/client.cpp.o: ../src/client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/client.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/client.cpp
+
+src/CMakeFiles/libt2n-static.dir/client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/client.cpp > CMakeFiles/libt2n-static.dir/client.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-static.dir/client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/client.cpp -o CMakeFiles/libt2n-static.dir/client.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o: 
../src/client_wrapper.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp
+
+src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/client_wrapper.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp > 
CMakeFiles/libt2n-static.dir/client_wrapper.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/client_wrapper.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp -o 
CMakeFiles/libt2n-static.dir/client_wrapper.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/command.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/command.cpp.o: ../src/command.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/command.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/command.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/command.cpp
+
+src/CMakeFiles/libt2n-static.dir/command.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/command.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command.cpp > CMakeFiles/libt2n-static.dir/command.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/command.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-static.dir/command.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command.cpp -o 
CMakeFiles/libt2n-static.dir/command.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/command_client.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/command_client.cpp.o: 
../src/command_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/command_client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/command_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp
+
+src/CMakeFiles/libt2n-static.dir/command_client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/command_client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp > 
CMakeFiles/libt2n-static.dir/command_client.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/command_client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/command_client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp -o 
CMakeFiles/libt2n-static.dir/command_client.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/command_server.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/command_server.cpp.o: 
../src/command_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/command_server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/command_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp
+
+src/CMakeFiles/libt2n-static.dir/command_server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/command_server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp > 
CMakeFiles/libt2n-static.dir/command_server.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/command_server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/command_server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp -o 
CMakeFiles/libt2n-static.dir/command_server.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/connection.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/connection.cpp.o: ../src/connection.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/connection.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/connection.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/connection.cpp
+
+src/CMakeFiles/libt2n-static.dir/connection.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/connection.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/connection.cpp > 
CMakeFiles/libt2n-static.dir/connection.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/connection.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-static.dir/connection.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/connection.cpp -o 
CMakeFiles/libt2n-static.dir/connection.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/container.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/container.cpp.o: ../src/container.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/container.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/container.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/container.cpp
+
+src/CMakeFiles/libt2n-static.dir/container.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/container.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/container.cpp > 
CMakeFiles/libt2n-static.dir/container.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/container.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-static.dir/container.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/container.cpp -o 
CMakeFiles/libt2n-static.dir/container.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/server.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/server.cpp.o: ../src/server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/server.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/server.cpp
+
+src/CMakeFiles/libt2n-static.dir/server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/server.cpp > CMakeFiles/libt2n-static.dir/server.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n-static.dir/server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/server.cpp -o CMakeFiles/libt2n-static.dir/server.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/socket_client.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/socket_client.cpp.o: ../src/socket_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/socket_client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/socket_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp
+
+src/CMakeFiles/libt2n-static.dir/socket_client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/socket_client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp > 
CMakeFiles/libt2n-static.dir/socket_client.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/socket_client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/socket_client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp -o 
CMakeFiles/libt2n-static.dir/socket_client.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.o: 
../src/socket_handler.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/socket_handler.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp
+
+src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/socket_handler.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp > 
CMakeFiles/libt2n-static.dir/socket_handler.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/socket_handler.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp -o 
CMakeFiles/libt2n-static.dir/socket_handler.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/socket_server.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/socket_server.cpp.o: ../src/socket_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/socket_server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/socket_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp
+
+src/CMakeFiles/libt2n-static.dir/socket_server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/socket_server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp > 
CMakeFiles/libt2n-static.dir/socket_server.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/socket_server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/socket_server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp -o 
CMakeFiles/libt2n-static.dir/socket_server.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o: 
../src/socket_wrapper.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp
+
+src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp > 
CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp -o 
CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o: ../src/t2n_exception.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp
+
+src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/t2n_exception.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp > 
CMakeFiles/libt2n-static.dir/t2n_exception.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/t2n_exception.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp -o 
CMakeFiles/libt2n-static.dir/t2n_exception.cpp.s
+
+src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o: 
src/CMakeFiles/libt2n-static.dir/flags.make
+src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o: 
../src/monotonic_clock.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object 
src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp
+
+src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp > 
CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.i
+
+src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly 
CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp -o 
CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.s
+
+# Object files for target libt2n-static
+libt2n__static_OBJECTS = \
+"CMakeFiles/libt2n-static.dir/client.cpp.o" \
+"CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o" \
+"CMakeFiles/libt2n-static.dir/command.cpp.o" \
+"CMakeFiles/libt2n-static.dir/command_client.cpp.o" \
+"CMakeFiles/libt2n-static.dir/command_server.cpp.o" \
+"CMakeFiles/libt2n-static.dir/connection.cpp.o" \
+"CMakeFiles/libt2n-static.dir/container.cpp.o" \
+"CMakeFiles/libt2n-static.dir/server.cpp.o" \
+"CMakeFiles/libt2n-static.dir/socket_client.cpp.o" \
+"CMakeFiles/libt2n-static.dir/socket_handler.cpp.o" \
+"CMakeFiles/libt2n-static.dir/socket_server.cpp.o" \
+"CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o" \
+"CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o" \
+"CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o"
+
+# External object files for target libt2n-static
+libt2n__static_EXTERNAL_OBJECTS =
+
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/client.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/command.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/command_client.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/command_server.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/connection.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/container.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/server.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/socket_client.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/socket_handler.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/socket_server.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/build.make
+src/libt2n.a: src/CMakeFiles/libt2n-static.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_15) "Linking CXX static library libt2n.a"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -P CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libt2n-static.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+src/CMakeFiles/libt2n-static.dir/build: src/libt2n.a
+
+.PHONY : src/CMakeFiles/libt2n-static.dir/build
+
+src/CMakeFiles/libt2n-static.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -P CMakeFiles/libt2n-static.dir/cmake_clean.cmake
+.PHONY : src/CMakeFiles/libt2n-static.dir/clean
+
+src/CMakeFiles/libt2n-static.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/src /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : src/CMakeFiles/libt2n-static.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean.cmake
new file mode 100644
index 0000000..c128cd6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean.cmake
@@ -0,0 +1,23 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n-static.dir/client.cpp.o"
+  "CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o"
+  "CMakeFiles/libt2n-static.dir/command.cpp.o"
+  "CMakeFiles/libt2n-static.dir/command_client.cpp.o"
+  "CMakeFiles/libt2n-static.dir/command_server.cpp.o"
+  "CMakeFiles/libt2n-static.dir/connection.cpp.o"
+  "CMakeFiles/libt2n-static.dir/container.cpp.o"
+  "CMakeFiles/libt2n-static.dir/server.cpp.o"
+  "CMakeFiles/libt2n-static.dir/socket_client.cpp.o"
+  "CMakeFiles/libt2n-static.dir/socket_handler.cpp.o"
+  "CMakeFiles/libt2n-static.dir/socket_server.cpp.o"
+  "CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o"
+  "CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o"
+  "CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o"
+  "libt2n.pdb"
+  "libt2n.a"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n-static.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake
new file mode 100644
index 0000000..fcc5866
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/cmake_clean_target.cmake
@@ -0,0 +1,3 @@
+file(REMOVE_RECURSE
+  "libt2n.a"
+)
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/depend.make
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/depend.make
new file mode 100644
index 0000000..7fe1772
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/depend.make
@@ -0,0 +1,2 @@
+# Empty dependencies file for libt2n-static.
+# This may be replaced when dependencies are built.
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/flags.make
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/flags.make
new file mode 100644
index 0000000..13eba36
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/link.txt 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/link.txt
new file mode 100644
index 0000000..49450a3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/link.txt
@@ -0,0 +1,2 @@
+/usr/bin/ar qc libt2n.a  CMakeFiles/libt2n-static.dir/client.cpp.o 
CMakeFiles/libt2n-static.dir/client_wrapper.cpp.o 
CMakeFiles/libt2n-static.dir/command.cpp.o 
CMakeFiles/libt2n-static.dir/command_client.cpp.o 
CMakeFiles/libt2n-static.dir/command_server.cpp.o 
CMakeFiles/libt2n-static.dir/connection.cpp.o 
CMakeFiles/libt2n-static.dir/container.cpp.o 
CMakeFiles/libt2n-static.dir/server.cpp.o 
CMakeFiles/libt2n-static.dir/socket_client.cpp.o 
CMakeFiles/libt2n-static.dir/socket_handler.cpp.o 
CMakeFiles/libt2n-static.dir/socket_server.cpp.o 
CMakeFiles/libt2n-static.dir/socket_wrapper.cpp.o 
CMakeFiles/libt2n-static.dir/t2n_exception.cpp.o 
CMakeFiles/libt2n-static.dir/monotonic_clock.cpp.o
+/usr/bin/ranlib libt2n.a
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/progress.make
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/progress.make
new file mode 100644
index 0000000..8264d1b
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n-static.dir/progress.make
@@ -0,0 +1,16 @@
+CMAKE_PROGRESS_1 = 52
+CMAKE_PROGRESS_2 = 53
+CMAKE_PROGRESS_3 = 54
+CMAKE_PROGRESS_4 = 55
+CMAKE_PROGRESS_5 = 56
+CMAKE_PROGRESS_6 = 57
+CMAKE_PROGRESS_7 = 58
+CMAKE_PROGRESS_8 = 59
+CMAKE_PROGRESS_9 = 60
+CMAKE_PROGRESS_10 = 61
+CMAKE_PROGRESS_11 = 62
+CMAKE_PROGRESS_12 = 63
+CMAKE_PROGRESS_13 = 64
+CMAKE_PROGRESS_14 = 65
+CMAKE_PROGRESS_15 = 66
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/CXX.includecache 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/CXX.includecache
new file mode 100644
index 0000000..73ff1bd
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/CXX.includecache
@@ -0,0 +1,564 @@
+#IncludeRegexLine: ^[  ]*[#%][         ]*(include|import)[     
]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+../src/client.hxx
+string
+-
+iostream
+-
+connection.hxx
+../src/connection.hxx
+types.hxx
+../src/types.hxx
+
+../src/client_wrapper.hxx
+functional
+-
+boost/config.hpp
+-
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/preprocessor.hpp
+-
+client.hxx
+-
+command_client.hxx
+-
+
+../src/command.hxx
+iostream
+-
+boost/serialization/serialization.hpp
+-
+boost/serialization/tracking.hpp
+-
+
+../src/command_client.hxx
+functional
+-
+string
+-
+client.hxx
+../src/client.hxx
+container.hxx
+../src/container.hxx
+
+../src/connection.hxx
+string
+-
+vector
+-
+list
+-
+iostream
+-
+boost/function.hpp
+-
+netinet/in.h
+-
+types.hxx
+../src/types.hxx
+
+../src/container.hxx
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+command.hxx
+../src/command.hxx
+t2n_exception.hxx
+../src/t2n_exception.hxx
+iostream
+-
+container.tcc
+../src/container.tcc
+
+../src/container.tcc
+
+../src/socket_client.hxx
+client.hxx
+../src/client.hxx
+socket_handler.hxx
+../src/socket_handler.hxx
+
+../src/socket_handler.hxx
+iostream
+-
+types.hxx
+../src/types.hxx
+
+../src/socket_wrapper.hxx
+functional
+-
+string
+-
+client.hxx
+-
+command_client.hxx
+-
+types.hxx
+-
+client_wrapper.hxx
+-
+socket_client.hxx
+-
+
+../src/t2n_exception.hxx
+stdexcept
+-
+string
+-
+boost/serialization/serialization.hpp
+-
+t2n_exception.tcc
+../src/t2n_exception.tcc
+
+../src/t2n_exception.tcc
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+
+../src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/client.cpp
+sstream
+-
+client.hxx
+/tmp/tmp.bLtk6l6ezG/src/client.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/client.hxx
+string
+-
+iostream
+-
+connection.hxx
+/tmp/tmp.bLtk6l6ezG/src/connection.hxx
+types.hxx
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp
+client_wrapper.hxx
+-
+
+/tmp/tmp.bLtk6l6ezG/src/command.cpp
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+command.hxx
+/tmp/tmp.bLtk6l6ezG/src/command.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/src/command.hxx
+iostream
+-
+boost/serialization/serialization.hpp
+-
+boost/serialization/tracking.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/src/command_client.cpp
+string
+-
+sstream
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+boost/bind.hpp
+-
+command_client.hxx
+/tmp/tmp.bLtk6l6ezG/src/command_client.hxx
+config.h
+-
+
+/tmp/tmp.bLtk6l6ezG/src/command_client.hxx
+functional
+-
+string
+-
+client.hxx
+/tmp/tmp.bLtk6l6ezG/src/client.hxx
+container.hxx
+/tmp/tmp.bLtk6l6ezG/src/container.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/command_server.cpp
+string
+-
+sstream
+-
+stdexcept
+-
+iostream
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+boost/bind.hpp
+-
+command_server.hxx
+/tmp/tmp.bLtk6l6ezG/src/command_server.hxx
+container.hxx
+/tmp/tmp.bLtk6l6ezG/src/container.hxx
+log.hxx
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+config.h
+-
+
+/tmp/tmp.bLtk6l6ezG/src/command_server.hxx
+command.hxx
+/tmp/tmp.bLtk6l6ezG/src/command.hxx
+server.hxx
+/tmp/tmp.bLtk6l6ezG/src/server.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/connection.cpp
+string
+-
+sstream
+-
+iostream
+-
+stdexcept
+-
+netinet/in.h
+-
+connection.hxx
+/tmp/tmp.bLtk6l6ezG/src/connection.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/connection.hxx
+string
+-
+vector
+-
+list
+-
+iostream
+-
+boost/function.hpp
+-
+netinet/in.h
+-
+types.hxx
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/container.cpp
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+container.hxx
+/tmp/tmp.bLtk6l6ezG/src/container.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/src/container.hxx
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+command.hxx
+/tmp/tmp.bLtk6l6ezG/src/command.hxx
+t2n_exception.hxx
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+iostream
+-
+container.tcc
+/tmp/tmp.bLtk6l6ezG/src/container.tcc
+
+/tmp/tmp.bLtk6l6ezG/src/container.tcc
+
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+iostream
+-
+sstream
+-
+
+/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp
+time.h
+-
+monotonic_clock.hxx
+/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx
+time.h
+-
+
+/tmp/tmp.bLtk6l6ezG/src/server.cpp
+sstream
+-
+stdexcept
+-
+time.h
+-
+boost/bind.hpp
+-
+server.hxx
+/tmp/tmp.bLtk6l6ezG/src/server.hxx
+log.hxx
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+monotonic_clock.hxx
+/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/server.hxx
+iostream
+-
+string
+-
+map
+-
+vector
+-
+list
+-
+boost/function.hpp
+-
+connection.hxx
+/tmp/tmp.bLtk6l6ezG/src/connection.hxx
+types.hxx
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp
+stdio.h
+-
+errno.h
+-
+stdlib.h
+-
+unistd.h
+-
+sys/types.h
+-
+sys/socket.h
+-
+sys/un.h
+-
+sys/time.h
+-
+arpa/inet.h
+-
+netinet/in.h
+-
+netdb.h
+-
+fcntl.h
+-
+time.h
+-
+pwd.h
+-
+grp.h
+-
+sstream
+-
+socket_client.hxx
+/tmp/tmp.bLtk6l6ezG/src/socket_client.hxx
+t2n_exception.hxx
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+log.hxx
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_client.hxx
+client.hxx
+/tmp/tmp.bLtk6l6ezG/src/client.hxx
+socket_handler.hxx
+/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp
+stdio.h
+-
+errno.h
+-
+stdlib.h
+-
+unistd.h
+-
+sys/types.h
+-
+sys/socket.h
+-
+sys/un.h
+-
+sys/time.h
+-
+arpa/inet.h
+-
+netinet/in.h
+-
+netdb.h
+-
+fcntl.h
+-
+time.h
+-
+pwd.h
+-
+grp.h
+-
+sstream
+-
+iostream
+-
+algorithm
+-
+socket_handler.hxx
+/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+t2n_exception.hxx
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+log.hxx
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+iostream
+-
+types.hxx
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp
+stdio.h
+-
+errno.h
+-
+stdlib.h
+-
+unistd.h
+-
+sys/types.h
+-
+sys/socket.h
+-
+sys/un.h
+-
+sys/time.h
+-
+sys/stat.h
+-
+arpa/inet.h
+-
+netinet/in.h
+-
+netdb.h
+-
+fcntl.h
+-
+time.h
+-
+pwd.h
+-
+grp.h
+-
+sstream
+-
+socket_server.hxx
+/tmp/tmp.bLtk6l6ezG/src/socket_server.hxx
+t2n_exception.hxx
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+log.hxx
+/tmp/tmp.bLtk6l6ezG/src/log.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_server.hxx
+sys/types.h
+-
+string
+-
+set
+-
+server.hxx
+/tmp/tmp.bLtk6l6ezG/src/server.hxx
+socket_handler.hxx
+/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+types.hxx
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp
+functional
+-
+string
+-
+socket_wrapper.hxx
+-
+
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+t2n_exception.hxx
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+stdexcept
+-
+string
+-
+boost/serialization/serialization.hpp
+-
+t2n_exception.tcc
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+
+/tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/src/types.hxx
+
+config.h
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake
new file mode 100644
index 0000000..0e589d6
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake
@@ -0,0 +1,45 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/src/client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/command.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command_client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/command_client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/command_server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/command_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/connection.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/connection.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/container.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/container.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/socket_client.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/socket_handler.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/socket_server.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Pairs of files generated by the same build rule.
+set(CMAKE_MULTIPLE_OUTPUT_PAIRS
+  "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so.0.8"
+  "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so.1" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so.0.8"
+  )
+
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/build.make 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/build.make
new file mode 100644
index 0000000..ec3db6f
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/build.make
@@ -0,0 +1,300 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include src/CMakeFiles/libt2n.dir/depend.make
+
+# Include the progress variables for this target.
+include src/CMakeFiles/libt2n.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include src/CMakeFiles/libt2n.dir/flags.make
+
+src/CMakeFiles/libt2n.dir/client.cpp.o: src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/client.cpp.o: ../src/client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
src/CMakeFiles/libt2n.dir/client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/client.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/client.cpp
+
+src/CMakeFiles/libt2n.dir/client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/client.cpp > CMakeFiles/libt2n.dir/client.cpp.i
+
+src/CMakeFiles/libt2n.dir/client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/client.cpp -o CMakeFiles/libt2n.dir/client.cpp.s
+
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/client_wrapper.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/client_wrapper.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp
+
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/client_wrapper.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp > 
CMakeFiles/libt2n.dir/client_wrapper.cpp.i
+
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/client_wrapper.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp -o 
CMakeFiles/libt2n.dir/client_wrapper.cpp.s
+
+src/CMakeFiles/libt2n.dir/command.cpp.o: src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/command.cpp.o: ../src/command.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object 
src/CMakeFiles/libt2n.dir/command.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/command.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/command.cpp
+
+src/CMakeFiles/libt2n.dir/command.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/command.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command.cpp > CMakeFiles/libt2n.dir/command.cpp.i
+
+src/CMakeFiles/libt2n.dir/command.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/command.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command.cpp -o CMakeFiles/libt2n.dir/command.cpp.s
+
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/command_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object 
src/CMakeFiles/libt2n.dir/command_client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/command_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp
+
+src/CMakeFiles/libt2n.dir/command_client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/command_client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp > 
CMakeFiles/libt2n.dir/command_client.cpp.i
+
+src/CMakeFiles/libt2n.dir/command_client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/command_client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command_client.cpp -o 
CMakeFiles/libt2n.dir/command_client.cpp.s
+
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/command_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object 
src/CMakeFiles/libt2n.dir/command_server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/command_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp
+
+src/CMakeFiles/libt2n.dir/command_server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/command_server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp > 
CMakeFiles/libt2n.dir/command_server.cpp.i
+
+src/CMakeFiles/libt2n.dir/command_server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/command_server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/command_server.cpp -o 
CMakeFiles/libt2n.dir/command_server.cpp.s
+
+src/CMakeFiles/libt2n.dir/connection.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/connection.cpp.o: ../src/connection.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object 
src/CMakeFiles/libt2n.dir/connection.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/connection.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/connection.cpp
+
+src/CMakeFiles/libt2n.dir/connection.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/connection.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/connection.cpp > CMakeFiles/libt2n.dir/connection.cpp.i
+
+src/CMakeFiles/libt2n.dir/connection.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/connection.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/connection.cpp -o CMakeFiles/libt2n.dir/connection.cpp.s
+
+src/CMakeFiles/libt2n.dir/container.cpp.o: src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/container.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object 
src/CMakeFiles/libt2n.dir/container.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/container.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/container.cpp
+
+src/CMakeFiles/libt2n.dir/container.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/container.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/container.cpp > CMakeFiles/libt2n.dir/container.cpp.i
+
+src/CMakeFiles/libt2n.dir/container.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/container.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/container.cpp -o CMakeFiles/libt2n.dir/container.cpp.s
+
+src/CMakeFiles/libt2n.dir/server.cpp.o: src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object 
src/CMakeFiles/libt2n.dir/server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/server.cpp.o -c /tmp/tmp.bLtk6l6ezG/src/server.cpp
+
+src/CMakeFiles/libt2n.dir/server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/server.cpp > CMakeFiles/libt2n.dir/server.cpp.i
+
+src/CMakeFiles/libt2n.dir/server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/server.cpp -o CMakeFiles/libt2n.dir/server.cpp.s
+
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/socket_client.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object 
src/CMakeFiles/libt2n.dir/socket_client.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/socket_client.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp
+
+src/CMakeFiles/libt2n.dir/socket_client.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/socket_client.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp > 
CMakeFiles/libt2n.dir/socket_client.cpp.i
+
+src/CMakeFiles/libt2n.dir/socket_client.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/socket_client.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_client.cpp -o 
CMakeFiles/libt2n.dir/socket_client.cpp.s
+
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/socket_handler.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object 
src/CMakeFiles/libt2n.dir/socket_handler.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/socket_handler.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp
+
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/socket_handler.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp > 
CMakeFiles/libt2n.dir/socket_handler.cpp.i
+
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/socket_handler.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp -o 
CMakeFiles/libt2n.dir/socket_handler.cpp.s
+
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/socket_server.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object 
src/CMakeFiles/libt2n.dir/socket_server.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/socket_server.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp
+
+src/CMakeFiles/libt2n.dir/socket_server.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/socket_server.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp > 
CMakeFiles/libt2n.dir/socket_server.cpp.i
+
+src/CMakeFiles/libt2n.dir/socket_server.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/socket_server.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_server.cpp -o 
CMakeFiles/libt2n.dir/socket_server.cpp.s
+
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/socket_wrapper.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object 
src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/socket_wrapper.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp
+
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/socket_wrapper.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp > 
CMakeFiles/libt2n.dir/socket_wrapper.cpp.i
+
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/socket_wrapper.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp -o 
CMakeFiles/libt2n.dir/socket_wrapper.cpp.s
+
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o: ../src/t2n_exception.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_13) "Building CXX object 
src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/t2n_exception.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp
+
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/t2n_exception.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp > 
CMakeFiles/libt2n.dir/t2n_exception.cpp.i
+
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/t2n_exception.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp -o 
CMakeFiles/libt2n.dir/t2n_exception.cpp.s
+
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o: 
src/CMakeFiles/libt2n.dir/flags.make
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o: ../src/monotonic_clock.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_14) "Building CXX object 
src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/libt2n.dir/monotonic_clock.cpp.o -c 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp
+
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/libt2n.dir/monotonic_clock.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp > 
CMakeFiles/libt2n.dir/monotonic_clock.cpp.i
+
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/libt2n.dir/monotonic_clock.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp -o 
CMakeFiles/libt2n.dir/monotonic_clock.cpp.s
+
+# Object files for target libt2n
+libt2n_OBJECTS = \
+"CMakeFiles/libt2n.dir/client.cpp.o" \
+"CMakeFiles/libt2n.dir/client_wrapper.cpp.o" \
+"CMakeFiles/libt2n.dir/command.cpp.o" \
+"CMakeFiles/libt2n.dir/command_client.cpp.o" \
+"CMakeFiles/libt2n.dir/command_server.cpp.o" \
+"CMakeFiles/libt2n.dir/connection.cpp.o" \
+"CMakeFiles/libt2n.dir/container.cpp.o" \
+"CMakeFiles/libt2n.dir/server.cpp.o" \
+"CMakeFiles/libt2n.dir/socket_client.cpp.o" \
+"CMakeFiles/libt2n.dir/socket_handler.cpp.o" \
+"CMakeFiles/libt2n.dir/socket_server.cpp.o" \
+"CMakeFiles/libt2n.dir/socket_wrapper.cpp.o" \
+"CMakeFiles/libt2n.dir/t2n_exception.cpp.o" \
+"CMakeFiles/libt2n.dir/monotonic_clock.cpp.o"
+
+# External object files for target libt2n
+libt2n_EXTERNAL_OBJECTS =
+
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/client.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/command.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/command_client.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/command_server.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/connection.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/container.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/server.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/socket_client.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/socket_handler.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/socket_server.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/build.make
+src/libt2n.so.0.8: src/CMakeFiles/libt2n.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_15) "Linking CXX shared library libt2n.so"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/libt2n.dir/link.txt 
--verbose=$(VERBOSE)
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -E cmake_symlink_library libt2n.so.0.8 libt2n.so.1 libt2n.so
+
+src/libt2n.so.1: src/libt2n.so.0.8
+       @$(CMAKE_COMMAND) -E touch_nocreate src/libt2n.so.1
+
+src/libt2n.so: src/libt2n.so.0.8
+       @$(CMAKE_COMMAND) -E touch_nocreate src/libt2n.so
+
+# Rule to build all files generated by this target.
+src/CMakeFiles/libt2n.dir/build: src/libt2n.so
+
+.PHONY : src/CMakeFiles/libt2n.dir/build
+
+src/CMakeFiles/libt2n.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src && 
$(CMAKE_COMMAND) -P CMakeFiles/libt2n.dir/cmake_clean.cmake
+.PHONY : src/CMakeFiles/libt2n.dir/clean
+
+src/CMakeFiles/libt2n.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/src /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : src/CMakeFiles/libt2n.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/cmake_clean.cmake
new file mode 100644
index 0000000..1a2c9a3
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/cmake_clean.cmake
@@ -0,0 +1,25 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/libt2n.dir/client.cpp.o"
+  "CMakeFiles/libt2n.dir/client_wrapper.cpp.o"
+  "CMakeFiles/libt2n.dir/command.cpp.o"
+  "CMakeFiles/libt2n.dir/command_client.cpp.o"
+  "CMakeFiles/libt2n.dir/command_server.cpp.o"
+  "CMakeFiles/libt2n.dir/connection.cpp.o"
+  "CMakeFiles/libt2n.dir/container.cpp.o"
+  "CMakeFiles/libt2n.dir/server.cpp.o"
+  "CMakeFiles/libt2n.dir/socket_client.cpp.o"
+  "CMakeFiles/libt2n.dir/socket_handler.cpp.o"
+  "CMakeFiles/libt2n.dir/socket_server.cpp.o"
+  "CMakeFiles/libt2n.dir/socket_wrapper.cpp.o"
+  "CMakeFiles/libt2n.dir/t2n_exception.cpp.o"
+  "CMakeFiles/libt2n.dir/monotonic_clock.cpp.o"
+  "libt2n.pdb"
+  "libt2n.so.0.8"
+  "libt2n.so"
+  "libt2n.so.1"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/libt2n.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.internal 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.internal
new file mode 100644
index 0000000..c200e90
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.internal
@@ -0,0 +1,115 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+src/CMakeFiles/libt2n.dir/client.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/client.cpp
+ /tmp/tmp.bLtk6l6ezG/src/client.hxx
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o
+ ../src/client.hxx
+ ../src/client_wrapper.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/src/client_wrapper.cpp
+src/CMakeFiles/libt2n.dir/command.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/command.cpp
+ /tmp/tmp.bLtk6l6ezG/src/command.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/client.hxx
+ /tmp/tmp.bLtk6l6ezG/src/command.hxx
+ /tmp/tmp.bLtk6l6ezG/src/command_client.cpp
+ /tmp/tmp.bLtk6l6ezG/src/command_client.hxx
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.tcc
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+ config.h
+src/CMakeFiles/libt2n.dir/command_server.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/command.hxx
+ /tmp/tmp.bLtk6l6ezG/src/command_server.cpp
+ /tmp/tmp.bLtk6l6ezG/src/command_server.hxx
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.tcc
+ /tmp/tmp.bLtk6l6ezG/src/log.hxx
+ /tmp/tmp.bLtk6l6ezG/src/server.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+ config.h
+src/CMakeFiles/libt2n.dir/connection.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/connection.cpp
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/container.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/command.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.cpp
+ /tmp/tmp.bLtk6l6ezG/src/container.hxx
+ /tmp/tmp.bLtk6l6ezG/src/container.tcc
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/monotonic_clock.cpp
+ /tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx
+src/CMakeFiles/libt2n.dir/server.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/log.hxx
+ /tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx
+ /tmp/tmp.bLtk6l6ezG/src/server.cpp
+ /tmp/tmp.bLtk6l6ezG/src/server.hxx
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/client.hxx
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/log.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_client.cpp
+ /tmp/tmp.bLtk6l6ezG/src/socket_client.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/log.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_handler.cpp
+ /tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/connection.hxx
+ /tmp/tmp.bLtk6l6ezG/src/log.hxx
+ /tmp/tmp.bLtk6l6ezG/src/server.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_server.cpp
+ /tmp/tmp.bLtk6l6ezG/src/socket_server.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
+ /tmp/tmp.bLtk6l6ezG/src/types.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o
+ ../src/client.hxx
+ ../src/client_wrapper.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_wrapper.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/src/socket_wrapper.cpp
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.cpp
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx
+ /tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.make 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.make
new file mode 100644
index 0000000..f637573
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/depend.make
@@ -0,0 +1,115 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+src/CMakeFiles/libt2n.dir/client.cpp.o: ../src/client.cpp
+src/CMakeFiles/libt2n.dir/client.cpp.o: ../src/client.hxx
+src/CMakeFiles/libt2n.dir/client.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/client.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/client.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/client_wrapper.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/command.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/command_client.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/container.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/container.tcc
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/types.hxx
+src/CMakeFiles/libt2n.dir/client_wrapper.cpp.o: ../src/client_wrapper.cpp
+
+src/CMakeFiles/libt2n.dir/command.cpp.o: ../src/command.cpp
+src/CMakeFiles/libt2n.dir/command.cpp.o: ../src/command.hxx
+
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/client.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/command.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/command_client.cpp
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/command_client.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/container.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/container.tcc
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: ../src/types.hxx
+src/CMakeFiles/libt2n.dir/command_client.cpp.o: config.h
+
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/command.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/command_server.cpp
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/command_server.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/container.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/container.tcc
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/log.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/server.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: ../src/types.hxx
+src/CMakeFiles/libt2n.dir/command_server.cpp.o: config.h
+
+src/CMakeFiles/libt2n.dir/connection.cpp.o: ../src/connection.cpp
+src/CMakeFiles/libt2n.dir/connection.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/connection.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/command.hxx
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/container.cpp
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/container.hxx
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/container.tcc
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/container.cpp.o: ../src/t2n_exception.tcc
+
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o: ../src/monotonic_clock.cpp
+src/CMakeFiles/libt2n.dir/monotonic_clock.cpp.o: ../src/monotonic_clock.hxx
+
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/log.hxx
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/monotonic_clock.hxx
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/server.cpp
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/server.hxx
+src/CMakeFiles/libt2n.dir/server.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/client.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/log.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/socket_client.cpp
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/socket_client.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/socket_handler.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/socket_client.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/log.hxx
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/socket_handler.cpp
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/socket_handler.hxx
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/socket_handler.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/log.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/server.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/socket_handler.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/socket_server.cpp
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/socket_server.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/socket_server.cpp.o: ../src/types.hxx
+
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/client.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/client_wrapper.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/command.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/command_client.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/connection.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/container.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/container.tcc
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/socket_client.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/socket_handler.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/socket_wrapper.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/t2n_exception.tcc
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/types.hxx
+src/CMakeFiles/libt2n.dir/socket_wrapper.cpp.o: ../src/socket_wrapper.cpp
+
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o: ../src/t2n_exception.cpp
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o: ../src/t2n_exception.hxx
+src/CMakeFiles/libt2n.dir/t2n_exception.cpp.o: ../src/t2n_exception.tcc
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/flags.make 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/flags.make
new file mode 100644
index 0000000..074e9ff
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g -fPIC  
+
+CXX_DEFINES = -Dlibt2n_EXPORTS
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/link.txt 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/link.txt
new file mode 100644
index 0000000..9481705
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++ -fPIC -g  -shared -Wl,-soname,libt2n.so.1 -o libt2n.so.0.8 
CMakeFiles/libt2n.dir/client.cpp.o CMakeFiles/libt2n.dir/client_wrapper.cpp.o 
CMakeFiles/libt2n.dir/command.cpp.o CMakeFiles/libt2n.dir/command_client.cpp.o 
CMakeFiles/libt2n.dir/command_server.cpp.o 
CMakeFiles/libt2n.dir/connection.cpp.o CMakeFiles/libt2n.dir/container.cpp.o 
CMakeFiles/libt2n.dir/server.cpp.o CMakeFiles/libt2n.dir/socket_client.cpp.o 
CMakeFiles/libt2n.dir/socket_handler.cpp.o 
CMakeFiles/libt2n.dir/socket_server.cpp.o 
CMakeFiles/libt2n.dir/socket_wrapper.cpp.o 
CMakeFiles/libt2n.dir/t2n_exception.cpp.o 
CMakeFiles/libt2n.dir/monotonic_clock.cpp.o 
diff --git 
a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/progress.make 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/progress.make
new file mode 100644
index 0000000..767089a
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/progress.make
@@ -0,0 +1,16 @@
+CMAKE_PROGRESS_1 = 17
+CMAKE_PROGRESS_2 = 18
+CMAKE_PROGRESS_3 = 19
+CMAKE_PROGRESS_4 = 20
+CMAKE_PROGRESS_5 = 21
+CMAKE_PROGRESS_6 = 22
+CMAKE_PROGRESS_7 = 23
+CMAKE_PROGRESS_8 = 24
+CMAKE_PROGRESS_9 = 25
+CMAKE_PROGRESS_10 = 
+CMAKE_PROGRESS_11 = 26
+CMAKE_PROGRESS_12 = 27
+CMAKE_PROGRESS_13 = 28
+CMAKE_PROGRESS_14 = 29
+CMAKE_PROGRESS_15 = 30
+
diff --git a/cmake-build-debug-intradev-gabriel/src/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/progress.marks
new file mode 100644
index 0000000..f04c001
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+29
diff --git a/cmake-build-debug-intradev-gabriel/src/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/src/cmake_install.cmake
new file mode 100644
index 0000000..f2b1c85
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/cmake_install.cmake
@@ -0,0 +1,98 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/src
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include" TYPE FILE FILES
+    "/tmp/tmp.bLtk6l6ezG/src/client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/client_wrapper.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/command.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/command_client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/command_server.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/connection.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/container.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/log.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/server.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/socket_client.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/socket_handler.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/socket_server.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/socket_wrapper.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/t2n_exception.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/types.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/monotonic_clock.hxx"
+    "/tmp/tmp.bLtk6l6ezG/src/container.tcc"
+    "/tmp/tmp.bLtk6l6ezG/src/t2n_exception.tcc"
+    )
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so.0.8"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      file(RPATH_CHECK
+           FILE "${file}"
+           RPATH "")
+    endif()
+  endforeach()
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE SHARED_LIBRARY 
FILES
+    "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so.0.8"
+    "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so.1"
+    "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.so"
+    )
+  foreach(file
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so.0.8"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so.1"
+      "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib/libt2n.so"
+      )
+    if(EXISTS "${file}" AND
+       NOT IS_SYMLINK "${file}")
+      if(CMAKE_INSTALL_DO_STRIP)
+        execute_process(COMMAND "/usr/bin/strip" "${file}")
+      endif()
+    endif()
+  endforeach()
+endif()
+
+if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT 
CMAKE_INSTALL_COMPONENT)
+  file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" TYPE STATIC_LIBRARY 
FILES "/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/libt2n.a")
+endif()
+
diff --git a/cmake-build-debug-intradev-gabriel/src/libt2n.so.1 
b/cmake-build-debug-intradev-gabriel/src/libt2n.so.1
new file mode 120000
index 0000000..29371f9
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/src/libt2n.so.1
@@ -0,0 +1 @@
+libt2n.so.0.8
\ No newline at end of file
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/CMakeDirectoryInformation.cmake
 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/CMakeDirectoryInformation.cmake
new file mode 100644
index 0000000..e6ea454
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/CMakeDirectoryInformation.cmake
@@ -0,0 +1,16 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Relative path conversion top directories.
+set(CMAKE_RELATIVE_PATH_TOP_SOURCE "/tmp/tmp.bLtk6l6ezG")
+set(CMAKE_RELATIVE_PATH_TOP_BINARY 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel")
+
+# Force unix paths in dependencies.
+set(CMAKE_FORCE_UNIX_PATHS 1)
+
+
+# The C and CXX include file regular expressions for this directory.
+set(CMAKE_C_INCLUDE_REGEX_SCAN "^.*$")
+set(CMAKE_C_INCLUDE_REGEX_COMPLAIN "^$")
+set(CMAKE_CXX_INCLUDE_REGEX_SCAN ${CMAKE_C_INCLUDE_REGEX_SCAN})
+set(CMAKE_CXX_INCLUDE_REGEX_COMPLAIN ${CMAKE_C_INCLUDE_REGEX_COMPLAIN})
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake
new file mode 100644
index 0000000..19fab21
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake
@@ -0,0 +1,11 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  )
+# The set of files for implicit dependencies of each language:
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/build.make 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/build.make
new file mode 100644
index 0000000..28754ed
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/build.make
@@ -0,0 +1,76 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Utility rule file for check.
+
+# Include the progress variables for this target.
+include test/CMakeFiles/check.dir/progress.make
+
+test/CMakeFiles/check: test/test
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/bin/ctest
+
+check: test/CMakeFiles/check
+check: test/CMakeFiles/check.dir/build.make
+
+.PHONY : check
+
+# Rule to build all files generated by this target.
+test/CMakeFiles/check.dir/build: check
+
+.PHONY : test/CMakeFiles/check.dir/build
+
+test/CMakeFiles/check.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
$(CMAKE_COMMAND) -P CMakeFiles/check.dir/cmake_clean.cmake
+.PHONY : test/CMakeFiles/check.dir/clean
+
+test/CMakeFiles/check.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/test /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : test/CMakeFiles/check.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/cmake_clean.cmake
 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/cmake_clean.cmake
new file mode 100644
index 0000000..97eb243
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/check.dir/cmake_clean.cmake
@@ -0,0 +1,8 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/check"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang )
+  include(CMakeFiles/check.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/progress.marks 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/progress.marks
new file mode 100644
index 0000000..f64f5d8
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/progress.marks
@@ -0,0 +1 @@
+27
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/CXX.includecache 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/CXX.includecache
new file mode 100644
index 0000000..3d6b361
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/CXX.includecache
@@ -0,0 +1,700 @@
+#IncludeRegexLine: ^[  ]*[#%][         ]*(include|import)[     
]*[<"]([^">]+)([">])
+
+#IncludeRegexScan: ^.*$
+
+#IncludeRegexComplain: ^$
+
+#IncludeRegexTransform: 
+
+../src/client.hxx
+string
+-
+iostream
+-
+connection.hxx
+../src/connection.hxx
+types.hxx
+../src/types.hxx
+
+../src/client_wrapper.hxx
+functional
+-
+boost/config.hpp
+-
+boost/bind.hpp
+-
+boost/function.hpp
+-
+boost/preprocessor.hpp
+-
+client.hxx
+-
+command_client.hxx
+-
+
+../src/command.hxx
+iostream
+-
+boost/serialization/serialization.hpp
+-
+boost/serialization/tracking.hpp
+-
+
+../src/command_client.hxx
+functional
+-
+string
+-
+client.hxx
+../src/client.hxx
+container.hxx
+../src/container.hxx
+
+../src/command_server.hxx
+command.hxx
+../src/command.hxx
+server.hxx
+../src/server.hxx
+
+../src/connection.hxx
+string
+-
+vector
+-
+list
+-
+iostream
+-
+boost/function.hpp
+-
+netinet/in.h
+-
+types.hxx
+../src/types.hxx
+
+../src/container.hxx
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+command.hxx
+../src/command.hxx
+t2n_exception.hxx
+../src/t2n_exception.hxx
+iostream
+-
+container.tcc
+../src/container.tcc
+
+../src/container.tcc
+
+../src/server.hxx
+iostream
+-
+string
+-
+map
+-
+vector
+-
+list
+-
+boost/function.hpp
+-
+connection.hxx
+../src/connection.hxx
+types.hxx
+../src/types.hxx
+
+../src/socket_client.hxx
+client.hxx
+../src/client.hxx
+socket_handler.hxx
+../src/socket_handler.hxx
+
+../src/socket_handler.hxx
+iostream
+-
+types.hxx
+../src/types.hxx
+
+../src/socket_server.hxx
+sys/types.h
+-
+string
+-
+set
+-
+server.hxx
+../src/server.hxx
+socket_handler.hxx
+../src/socket_handler.hxx
+types.hxx
+../src/types.hxx
+
+../src/socket_wrapper.hxx
+functional
+-
+string
+-
+client.hxx
+-
+command_client.hxx
+-
+types.hxx
+-
+client_wrapper.hxx
+-
+socket_client.hxx
+-
+
+../src/t2n_exception.hxx
+stdexcept
+-
+string
+-
+boost/serialization/serialization.hpp
+-
+t2n_exception.tcc
+../src/t2n_exception.tcc
+
+../src/t2n_exception.tcc
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+
+../src/types.hxx
+
+/tmp/tmp.bLtk6l6ezG/test/callback.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+vector
+-
+boost/bind.hpp
+-
+boost/test/unit_test.hpp
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+
+/tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+boost/serialization/export.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+
+/tmp/tmp.bLtk6l6ezG/test/comm.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+time.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+
+/tmp/tmp.bLtk6l6ezG/test/getsocket.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+set
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/hello.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/bind.hpp
+-
+boost/test/unit_test.hpp
+-
+t2n_exception.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+config.h
+-
+
+/tmp/tmp.bLtk6l6ezG/test/newserver.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/reconnect.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+time.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+config.h
+-
+
+/tmp/tmp.bLtk6l6ezG/test/reentrant.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/serialize.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+sys/wait.h
+-
+sys/types.h
+-
+signal.h
+-
+socket_server.hxx
+-
+string
+-
+
+/tmp/tmp.bLtk6l6ezG/test/timeout.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/bind.hpp
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+config.h
+-
+boost/serialization/export.hpp
+-
+
+/tmp/tmp.bLtk6l6ezG/test/wrapper.cpp
+sys/types.h
+-
+unistd.h
+-
+errno.h
+-
+signal.h
+-
+stdio.h
+-
+iostream
+-
+string
+-
+sstream
+-
+stdexcept
+-
+boost/test/unit_test.hpp
+-
+boost/archive/binary_oarchive.hpp
+-
+boost/archive/binary_iarchive.hpp
+-
+boost/archive/xml_oarchive.hpp
+-
+boost/archive/xml_iarchive.hpp
+-
+boost/serialization/serialization.hpp
+-
+boost/serialization/export.hpp
+-
+container.hxx
+-
+socket_client.hxx
+-
+socket_server.hxx
+-
+command_client.hxx
+-
+command_server.hxx
+-
+client_wrapper.hxx
+-
+socket_wrapper.hxx
+-
+test_fixtures.hxx
+/tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+config.h
+-
+
+config.h
+
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake
new file mode 100644
index 0000000..f3b9596
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake
@@ -0,0 +1,38 @@
+# The set of languages for which implicit dependencies are needed:
+set(CMAKE_DEPENDS_LANGUAGES
+  "CXX"
+  )
+# The set of files for implicit dependencies of each language:
+set(CMAKE_DEPENDS_CHECK_CXX
+  "/tmp/tmp.bLtk6l6ezG/test/callback.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/callback.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmdgroup.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/comm.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/comm.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/getsocket.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/getsocket.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/hello.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/hello.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/newserver.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/newserver.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/reconnect.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/reconnect.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/reentrant.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/reentrant.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/serialize.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/serialize.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/simplecmd.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/timeout.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/timeout.cpp.o"
+  "/tmp/tmp.bLtk6l6ezG/test/wrapper.cpp" 
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/wrapper.cpp.o"
+  )
+set(CMAKE_CXX_COMPILER_ID "GNU")
+
+# The include file search paths:
+set(CMAKE_CXX_TARGET_INCLUDE_PATH
+  "../test"
+  "../src"
+  "."
+  "/usr/include/libxml++-2.6"
+  "/usr/lib/libxml++-2.6/include"
+  "/usr/include/libxml2"
+  )
+
+# Targets to which this target links.
+set(CMAKE_TARGET_LINKED_INFO_FILES
+  
"/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src/CMakeFiles/libt2n.dir/DependInfo.cmake"
+  )
+
+# Fortran module output directory.
+set(CMAKE_Fortran_TARGET_MODULE_DIR "")
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/build.make 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/build.make
new file mode 100644
index 0000000..ab885ff
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/build.make
@@ -0,0 +1,266 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# Delete rule output on recipe failure.
+.DELETE_ON_ERROR:
+
+
+#=============================================================================
+# Special targets provided by cmake.
+
+# Disable implicit rules so canonical targets will work.
+.SUFFIXES:
+
+
+# Remove some rules from gmake that .SUFFIXES does not remove.
+SUFFIXES =
+
+.SUFFIXES: .hpux_make_needs_suffix_list
+
+
+# Suppress display of executed commands.
+$(VERBOSE).SILENT:
+
+
+# A target that is always out of date.
+cmake_force:
+
+.PHONY : cmake_force
+
+#=============================================================================
+# Set environment variables for the build.
+
+# The shell in which to execute make rules.
+SHELL = /bin/sh
+
+# The CMake executable.
+CMAKE_COMMAND = /usr/bin/cmake
+
+# The command to remove a file.
+RM = /usr/bin/cmake -E remove -f
+
+# Escaping for special characters.
+EQUALS = =
+
+# The top-level source directory on which CMake was run.
+CMAKE_SOURCE_DIR = /tmp/tmp.bLtk6l6ezG
+
+# The top-level build directory on which CMake was run.
+CMAKE_BINARY_DIR = /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel
+
+# Include any dependencies generated for this target.
+include test/CMakeFiles/test.dir/depend.make
+
+# Include the progress variables for this target.
+include test/CMakeFiles/test.dir/progress.make
+
+# Include the compile flags for this target's objects.
+include test/CMakeFiles/test.dir/flags.make
+
+test/CMakeFiles/test.dir/newserver.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/newserver.cpp.o: ../test/newserver.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_1) "Building CXX object 
test/CMakeFiles/test.dir/newserver.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/newserver.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/newserver.cpp
+
+test/CMakeFiles/test.dir/newserver.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/newserver.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/newserver.cpp > CMakeFiles/test.dir/newserver.cpp.i
+
+test/CMakeFiles/test.dir/newserver.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/newserver.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/newserver.cpp -o CMakeFiles/test.dir/newserver.cpp.s
+
+test/CMakeFiles/test.dir/callback.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/callback.cpp.o: ../test/callback.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_2) "Building CXX object 
test/CMakeFiles/test.dir/callback.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/callback.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/callback.cpp
+
+test/CMakeFiles/test.dir/callback.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/callback.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/callback.cpp > CMakeFiles/test.dir/callback.cpp.i
+
+test/CMakeFiles/test.dir/callback.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/callback.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/callback.cpp -o CMakeFiles/test.dir/callback.cpp.s
+
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../test/cmdgroup.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_3) "Building CXX object 
test/CMakeFiles/test.dir/cmdgroup.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/cmdgroup.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp
+
+test/CMakeFiles/test.dir/cmdgroup.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/cmdgroup.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp > CMakeFiles/test.dir/cmdgroup.cpp.i
+
+test/CMakeFiles/test.dir/cmdgroup.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/cmdgroup.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp -o CMakeFiles/test.dir/cmdgroup.cpp.s
+
+test/CMakeFiles/test.dir/comm.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/comm.cpp.o: ../test/comm.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_4) "Building CXX object 
test/CMakeFiles/test.dir/comm.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/comm.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/comm.cpp
+
+test/CMakeFiles/test.dir/comm.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/comm.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/comm.cpp > CMakeFiles/test.dir/comm.cpp.i
+
+test/CMakeFiles/test.dir/comm.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/comm.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/comm.cpp -o CMakeFiles/test.dir/comm.cpp.s
+
+test/CMakeFiles/test.dir/hello.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/hello.cpp.o: ../test/hello.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_5) "Building CXX object 
test/CMakeFiles/test.dir/hello.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/hello.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/hello.cpp
+
+test/CMakeFiles/test.dir/hello.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/hello.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/hello.cpp > CMakeFiles/test.dir/hello.cpp.i
+
+test/CMakeFiles/test.dir/hello.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/hello.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/hello.cpp -o CMakeFiles/test.dir/hello.cpp.s
+
+test/CMakeFiles/test.dir/reconnect.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../test/reconnect.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_6) "Building CXX object 
test/CMakeFiles/test.dir/reconnect.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/reconnect.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/reconnect.cpp
+
+test/CMakeFiles/test.dir/reconnect.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/reconnect.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/reconnect.cpp > CMakeFiles/test.dir/reconnect.cpp.i
+
+test/CMakeFiles/test.dir/reconnect.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/reconnect.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/reconnect.cpp -o CMakeFiles/test.dir/reconnect.cpp.s
+
+test/CMakeFiles/test.dir/reentrant.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../test/reentrant.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_7) "Building CXX object 
test/CMakeFiles/test.dir/reentrant.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/reentrant.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/reentrant.cpp
+
+test/CMakeFiles/test.dir/reentrant.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/reentrant.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/reentrant.cpp > CMakeFiles/test.dir/reentrant.cpp.i
+
+test/CMakeFiles/test.dir/reentrant.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/reentrant.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/reentrant.cpp -o CMakeFiles/test.dir/reentrant.cpp.s
+
+test/CMakeFiles/test.dir/serialize.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/serialize.cpp.o: ../test/serialize.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_8) "Building CXX object 
test/CMakeFiles/test.dir/serialize.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/serialize.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/serialize.cpp
+
+test/CMakeFiles/test.dir/serialize.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/serialize.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/serialize.cpp > CMakeFiles/test.dir/serialize.cpp.i
+
+test/CMakeFiles/test.dir/serialize.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/serialize.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/serialize.cpp -o CMakeFiles/test.dir/serialize.cpp.s
+
+test/CMakeFiles/test.dir/simplecmd.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../test/simplecmd.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_9) "Building CXX object 
test/CMakeFiles/test.dir/simplecmd.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/simplecmd.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp
+
+test/CMakeFiles/test.dir/simplecmd.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/simplecmd.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp > CMakeFiles/test.dir/simplecmd.cpp.i
+
+test/CMakeFiles/test.dir/simplecmd.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/simplecmd.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp -o CMakeFiles/test.dir/simplecmd.cpp.s
+
+test/CMakeFiles/test.dir/timeout.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/timeout.cpp.o: ../test/timeout.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_10) "Building CXX object 
test/CMakeFiles/test.dir/timeout.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/timeout.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/timeout.cpp
+
+test/CMakeFiles/test.dir/timeout.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/timeout.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/timeout.cpp > CMakeFiles/test.dir/timeout.cpp.i
+
+test/CMakeFiles/test.dir/timeout.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/timeout.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/timeout.cpp -o CMakeFiles/test.dir/timeout.cpp.s
+
+test/CMakeFiles/test.dir/wrapper.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../test/wrapper.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_11) "Building CXX object 
test/CMakeFiles/test.dir/wrapper.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/wrapper.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/wrapper.cpp
+
+test/CMakeFiles/test.dir/wrapper.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/wrapper.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/wrapper.cpp > CMakeFiles/test.dir/wrapper.cpp.i
+
+test/CMakeFiles/test.dir/wrapper.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/wrapper.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/wrapper.cpp -o CMakeFiles/test.dir/wrapper.cpp.s
+
+test/CMakeFiles/test.dir/getsocket.cpp.o: test/CMakeFiles/test.dir/flags.make
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../test/getsocket.cpp
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_12) "Building CXX object 
test/CMakeFiles/test.dir/getsocket.cpp.o"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++  $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -o 
CMakeFiles/test.dir/getsocket.cpp.o -c /tmp/tmp.bLtk6l6ezG/test/getsocket.cpp
+
+test/CMakeFiles/test.dir/getsocket.cpp.i: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Preprocessing CXX source to CMakeFiles/test.dir/getsocket.cpp.i"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -E 
/tmp/tmp.bLtk6l6ezG/test/getsocket.cpp > CMakeFiles/test.dir/getsocket.cpp.i
+
+test/CMakeFiles/test.dir/getsocket.cpp.s: cmake_force
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green 
"Compiling CXX source to assembly CMakeFiles/test.dir/getsocket.cpp.s"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
/usr/lib/ccache/c++ $(CXX_DEFINES) $(CXX_INCLUDES) $(CXX_FLAGS) -S 
/tmp/tmp.bLtk6l6ezG/test/getsocket.cpp -o CMakeFiles/test.dir/getsocket.cpp.s
+
+# Object files for target test
+test_OBJECTS = \
+"CMakeFiles/test.dir/newserver.cpp.o" \
+"CMakeFiles/test.dir/callback.cpp.o" \
+"CMakeFiles/test.dir/cmdgroup.cpp.o" \
+"CMakeFiles/test.dir/comm.cpp.o" \
+"CMakeFiles/test.dir/hello.cpp.o" \
+"CMakeFiles/test.dir/reconnect.cpp.o" \
+"CMakeFiles/test.dir/reentrant.cpp.o" \
+"CMakeFiles/test.dir/serialize.cpp.o" \
+"CMakeFiles/test.dir/simplecmd.cpp.o" \
+"CMakeFiles/test.dir/timeout.cpp.o" \
+"CMakeFiles/test.dir/wrapper.cpp.o" \
+"CMakeFiles/test.dir/getsocket.cpp.o"
+
+# External object files for target test
+test_EXTERNAL_OBJECTS =
+
+test/test: test/CMakeFiles/test.dir/newserver.cpp.o
+test/test: test/CMakeFiles/test.dir/callback.cpp.o
+test/test: test/CMakeFiles/test.dir/cmdgroup.cpp.o
+test/test: test/CMakeFiles/test.dir/comm.cpp.o
+test/test: test/CMakeFiles/test.dir/hello.cpp.o
+test/test: test/CMakeFiles/test.dir/reconnect.cpp.o
+test/test: test/CMakeFiles/test.dir/reentrant.cpp.o
+test/test: test/CMakeFiles/test.dir/serialize.cpp.o
+test/test: test/CMakeFiles/test.dir/simplecmd.cpp.o
+test/test: test/CMakeFiles/test.dir/timeout.cpp.o
+test/test: test/CMakeFiles/test.dir/wrapper.cpp.o
+test/test: test/CMakeFiles/test.dir/getsocket.cpp.o
+test/test: test/CMakeFiles/test.dir/build.make
+test/test: src/libt2n.so.0.8
+test/test: /usr/lib/libboost_serialization-mt.so
+test/test: /usr/lib/libboost_unit_test_framework-mt.so
+test/test: test/CMakeFiles/test.dir/link.txt
+       @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold 
--progress-dir=/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/CMakeFiles
 --progress-num=$(CMAKE_PROGRESS_13) "Linking CXX executable test"
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/test.dir/link.txt 
--verbose=$(VERBOSE)
+
+# Rule to build all files generated by this target.
+test/CMakeFiles/test.dir/build: test/test
+
+.PHONY : test/CMakeFiles/test.dir/build
+
+test/CMakeFiles/test.dir/clean:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test && 
$(CMAKE_COMMAND) -P CMakeFiles/test.dir/cmake_clean.cmake
+.PHONY : test/CMakeFiles/test.dir/clean
+
+test/CMakeFiles/test.dir/depend:
+       cd /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel && 
$(CMAKE_COMMAND) -E cmake_depends "Unix Makefiles" /tmp/tmp.bLtk6l6ezG 
/tmp/tmp.bLtk6l6ezG/test /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test 
/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/DependInfo.cmake
 --color=$(COLOR)
+.PHONY : test/CMakeFiles/test.dir/depend
+
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmake_clean.cmake 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmake_clean.cmake
new file mode 100644
index 0000000..404fe31
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/cmake_clean.cmake
@@ -0,0 +1,21 @@
+file(REMOVE_RECURSE
+  "CMakeFiles/test.dir/newserver.cpp.o"
+  "CMakeFiles/test.dir/callback.cpp.o"
+  "CMakeFiles/test.dir/cmdgroup.cpp.o"
+  "CMakeFiles/test.dir/comm.cpp.o"
+  "CMakeFiles/test.dir/hello.cpp.o"
+  "CMakeFiles/test.dir/reconnect.cpp.o"
+  "CMakeFiles/test.dir/reentrant.cpp.o"
+  "CMakeFiles/test.dir/serialize.cpp.o"
+  "CMakeFiles/test.dir/simplecmd.cpp.o"
+  "CMakeFiles/test.dir/timeout.cpp.o"
+  "CMakeFiles/test.dir/wrapper.cpp.o"
+  "CMakeFiles/test.dir/getsocket.cpp.o"
+  "test.pdb"
+  "test"
+)
+
+# Per-language clean rules from dependency scanning.
+foreach(lang CXX)
+  include(CMakeFiles/test.dir/cmake_clean_${lang}.cmake OPTIONAL)
+endforeach()
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.internal 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.internal
new file mode 100644
index 0000000..7eba867
--- /dev/null
+++ 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.internal
@@ -0,0 +1,190 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+test/CMakeFiles/test.dir/callback.cpp.o
+ ../src/client.hxx
+ ../src/connection.hxx
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/callback.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/cmdgroup.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/comm.cpp.o
+ ../src/client.hxx
+ ../src/connection.hxx
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/comm.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/getsocket.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/hello.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/hello.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+ config.h
+test/CMakeFiles/test.dir/newserver.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/newserver.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o
+ ../src/client.hxx
+ ../src/connection.hxx
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/reconnect.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+ config.h
+test/CMakeFiles/test.dir/reentrant.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/reentrant.cpp
+test/CMakeFiles/test.dir/serialize.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/serialize.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/simplecmd.cpp
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o
+ ../src/client.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+ /tmp/tmp.bLtk6l6ezG/test/timeout.cpp
+ config.h
+test/CMakeFiles/test.dir/wrapper.cpp.o
+ ../src/client.hxx
+ ../src/client_wrapper.hxx
+ ../src/command.hxx
+ ../src/command_client.hxx
+ ../src/command_server.hxx
+ ../src/connection.hxx
+ ../src/container.hxx
+ ../src/container.tcc
+ ../src/server.hxx
+ ../src/socket_client.hxx
+ ../src/socket_handler.hxx
+ ../src/socket_server.hxx
+ ../src/socket_wrapper.hxx
+ ../src/t2n_exception.hxx
+ ../src/t2n_exception.tcc
+ ../src/types.hxx
+ /tmp/tmp.bLtk6l6ezG/test/test_fixtures.hxx
+ /tmp/tmp.bLtk6l6ezG/test/wrapper.cpp
+ config.h
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.make 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.make
new file mode 100644
index 0000000..57a7ef2
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/depend.make
@@ -0,0 +1,190 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/callback.cpp.o: ../test/callback.cpp
+test/CMakeFiles/test.dir/callback.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../test/cmdgroup.cpp
+test/CMakeFiles/test.dir/cmdgroup.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/comm.cpp.o: ../test/comm.cpp
+test/CMakeFiles/test.dir/comm.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../test/getsocket.cpp
+test/CMakeFiles/test.dir/getsocket.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/hello.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: ../test/hello.cpp
+test/CMakeFiles/test.dir/hello.cpp.o: ../test/test_fixtures.hxx
+test/CMakeFiles/test.dir/hello.cpp.o: config.h
+
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/newserver.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/newserver.cpp.o: ../test/newserver.cpp
+test/CMakeFiles/test.dir/newserver.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../test/reconnect.cpp
+test/CMakeFiles/test.dir/reconnect.cpp.o: ../test/test_fixtures.hxx
+test/CMakeFiles/test.dir/reconnect.cpp.o: config.h
+
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/reentrant.cpp.o: ../test/reentrant.cpp
+
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/serialize.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/serialize.cpp.o: ../test/serialize.cpp
+test/CMakeFiles/test.dir/serialize.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../test/simplecmd.cpp
+test/CMakeFiles/test.dir/simplecmd.cpp.o: ../test/test_fixtures.hxx
+
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/timeout.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../test/test_fixtures.hxx
+test/CMakeFiles/test.dir/timeout.cpp.o: ../test/timeout.cpp
+test/CMakeFiles/test.dir/timeout.cpp.o: config.h
+
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/client.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/client_wrapper.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/command.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/command_client.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/command_server.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/connection.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/container.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/container.tcc
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/server.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/socket_client.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/socket_handler.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/socket_server.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/socket_wrapper.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/t2n_exception.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/t2n_exception.tcc
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../src/types.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../test/test_fixtures.hxx
+test/CMakeFiles/test.dir/wrapper.cpp.o: ../test/wrapper.cpp
+test/CMakeFiles/test.dir/wrapper.cpp.o: config.h
+
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/flags.make 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/flags.make
new file mode 100644
index 0000000..729b711
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/flags.make
@@ -0,0 +1,10 @@
+# CMAKE generated file: DO NOT EDIT!
+# Generated by "Unix Makefiles" Generator, CMake Version 3.11
+
+# compile CXX with /usr/lib/ccache/c++
+CXX_FLAGS = -g  
+
+CXX_DEFINES = 
+
+CXX_INCLUDES = -I/tmp/tmp.bLtk6l6ezG/test -I/tmp/tmp.bLtk6l6ezG/src 
-I/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel 
-I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include 
-I/usr/include/libxml2 
+
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/link.txt 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/link.txt
new file mode 100644
index 0000000..616e045
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/link.txt
@@ -0,0 +1 @@
+/usr/lib/ccache/c++  -g  -rdynamic CMakeFiles/test.dir/newserver.cpp.o 
CMakeFiles/test.dir/callback.cpp.o CMakeFiles/test.dir/cmdgroup.cpp.o 
CMakeFiles/test.dir/comm.cpp.o CMakeFiles/test.dir/hello.cpp.o 
CMakeFiles/test.dir/reconnect.cpp.o CMakeFiles/test.dir/reentrant.cpp.o 
CMakeFiles/test.dir/serialize.cpp.o CMakeFiles/test.dir/simplecmd.cpp.o 
CMakeFiles/test.dir/timeout.cpp.o CMakeFiles/test.dir/wrapper.cpp.o 
CMakeFiles/test.dir/getsocket.cpp.o  -o test 
-Wl,-rpath,/tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/src 
../src/libt2n.so.0.8 -lboost_serialization-mt -lboost_unit_test_framework-mt 
diff --git 
a/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/progress.make 
b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/progress.make
new file mode 100644
index 0000000..4bef868
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CMakeFiles/test.dir/progress.make
@@ -0,0 +1,14 @@
+CMAKE_PROGRESS_1 = 88
+CMAKE_PROGRESS_2 = 89
+CMAKE_PROGRESS_3 = 90
+CMAKE_PROGRESS_4 = 91
+CMAKE_PROGRESS_5 = 92
+CMAKE_PROGRESS_6 = 93
+CMAKE_PROGRESS_7 = 94
+CMAKE_PROGRESS_8 = 95
+CMAKE_PROGRESS_9 = 96
+CMAKE_PROGRESS_10 = 97
+CMAKE_PROGRESS_11 = 98
+CMAKE_PROGRESS_12 = 99
+CMAKE_PROGRESS_13 = 100
+
diff --git a/cmake-build-debug-intradev-gabriel/test/CTestTestfile.cmake 
b/cmake-build-debug-intradev-gabriel/test/CTestTestfile.cmake
new file mode 100644
index 0000000..f7e8e01
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/CTestTestfile.cmake
@@ -0,0 +1,7 @@
+# CMake generated Testfile for 
+# Source directory: /tmp/tmp.bLtk6l6ezG/test
+# Build directory: /tmp/tmp.bLtk6l6ezG/cmake-build-debug-intradev-gabriel/test
+# 
+# This file includes the relevant testing commands required for 
+# testing this directory and lists subdirectories to be tested as well.
+add_test(test "test")
diff --git a/cmake-build-debug-intradev-gabriel/test/cmake_install.cmake 
b/cmake-build-debug-intradev-gabriel/test/cmake_install.cmake
new file mode 100644
index 0000000..4601a00
--- /dev/null
+++ b/cmake-build-debug-intradev-gabriel/test/cmake_install.cmake
@@ -0,0 +1,39 @@
+# Install script for directory: /tmp/tmp.bLtk6l6ezG/test
+
+# Set the install prefix
+if(NOT DEFINED CMAKE_INSTALL_PREFIX)
+  set(CMAKE_INSTALL_PREFIX "/usr/local")
+endif()
+string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
+
+# Set the install configuration name.
+if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
+  if(BUILD_TYPE)
+    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
+           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
+  else()
+    set(CMAKE_INSTALL_CONFIG_NAME "Debug")
+  endif()
+  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
+endif()
+
+# Set the component getting installed.
+if(NOT CMAKE_INSTALL_COMPONENT)
+  if(COMPONENT)
+    message(STATUS "Install component: \"${COMPONENT}\"")
+    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
+  else()
+    set(CMAKE_INSTALL_COMPONENT)
+  endif()
+endif()
+
+# Install shared libraries without execute permission?
+if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
+  set(CMAKE_INSTALL_SO_NO_EXE "0")
+endif()
+
+# Is this installation the result of a crosscompile?
+if(NOT DEFINED CMAKE_CROSSCOMPILING)
+  set(CMAKE_CROSSCOMPILING "FALSE")
+endif()
+
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 995548e..5553b74 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -13,6 +13,7 @@ set(libt2n_SOURCES
     socket_server.cpp
     socket_wrapper.cpp
     t2n_exception.cpp
+    monotonic_clock.cpp
 )
 set(libt2n_HEADERS 
     client.hxx
@@ -32,6 +33,7 @@ set(libt2n_HEADERS
     types.hxx
     container.tcc
     t2n_exception.tcc
+    monotonic_clock.hxx
 )
 include_directories(BEFORE ${CMAKE_CURRENT_SOURCE_DIR})
 
diff --git a/src/monotonic_clock.cpp b/src/monotonic_clock.cpp
index 129274a..eca7ad0 100644
--- a/src/monotonic_clock.cpp
+++ b/src/monotonic_clock.cpp
@@ -1,3 +1,25 @@
+/*
+Copyright (C) 2024 by Intra2net AG - Gerd v. Egidy
+
+The software in this package is distributed under the GNU General
+Public License version 2 (with a special exception described below).
+
+A copy of GNU General Public License (GPL) is included in this distribution,
+in the file COPYING.GPL.
+
+As a special exception, if other files instantiate templates or use macros
+or inline functions from this file, or you compile this file and link it
+with other works to produce a work based on this file, this file
+does not by itself cause the resulting work to be covered
+by the GNU General Public License.
+
+However the source code for this file must still be made available
+in accordance with section (3) of the GNU General Public License.
+
+This exception does not invalidate any other reasons why a work based
+on this file might be covered by the GNU General Public License.
+*/
+
 #include <time.h>
 
 #include "monotonic_clock.hxx"
@@ -44,8 +66,9 @@ long long monotonic_clock_gettime_nano()
  * @brief fetches the value from the monotonic clock source.
  * @return the time since system start in seconds, 0 if read was unsuccessful
  */
-int monotonic_clock_gettime_sec(){
-    long int seconds = 0;
+int monotonic_clock_gettime_sec()
+{
+    long int seconds=0;
     long int nano_seconds;
 
     monotonic_clock_gettime(seconds,nano_seconds);
diff --git a/src/monotonic_clock.hxx b/src/monotonic_clock.hxx
index b06c4d9..a6973a9 100644
--- a/src/monotonic_clock.hxx
+++ b/src/monotonic_clock.hxx
@@ -1,3 +1,25 @@
+/*
+Copyright (C) 2024 by Intra2net AG - Gerd v. Egidy
+
+The software in this package is distributed under the GNU General
+Public License version 2 (with a special exception described below).
+
+A copy of GNU General Public License (GPL) is included in this distribution,
+in the file COPYING.GPL.
+
+As a special exception, if other files instantiate templates or use macros
+or inline functions from this file, or you compile this file and link it
+with other works to produce a work based on this file, this file
+does not by itself cause the resulting work to be covered
+by the GNU General Public License.
+
+However the source code for this file must still be made available
+in accordance with section (3) of the GNU General Public License.
+
+This exception does not invalidate any other reasons why a work based
+on this file might be covered by the GNU General Public License.
+*/
+
 #include <time.h>
 
 bool monotonic_clock_gettime(long int& seconds, long int& nano_seconds);
diff --git a/src/server.cpp b/src/server.cpp
index c3cda4b..7ee28f2 100644
--- a/src/server.cpp
+++ b/src/server.cpp
@@ -76,7 +76,7 @@ void server_connection::check_timeout()
 /// reset the timeout, e.g. if something is received
 void server_connection::reset_timeout()
 {
-    last_action_time= monotonic_clock_gettime_sec();
+    last_action_time=monotonic_clock_gettime_sec();
 }
 
 /** @brief add a callback to one connection


hooks/post-receive
-- 
C++ inter-process communication library

--
libt2n-git - see http://www.intra2net.com/en/developer/libt2n for details.
To unsubscribe send a mail to libt2n-git+unsubscribe@xxxxxxxxxxxxxxxxxxxxxxx   

Current Thread
  • C++ inter-process communication library branch, change-clock-monotonic, updated. v0.7-11-g6cba044, libt2n-git <=