From: navarrop Date: Thu, 11 Mar 2010 15:21:50 +0000 (+0000) Subject: Rename CPACK to Cmake. X-Git-Tag: SVN~514 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/54ce1078962f1acdd7af97bc1c27d13d1c6396cc Rename CPACK to Cmake. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@7225 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/CPACK/Patch/include/simgrid_config.h.in b/buildtools/Cmake/Patch/include/simgrid_config.h.in similarity index 100% rename from buildtools/CPACK/Patch/include/simgrid_config.h.in rename to buildtools/Cmake/Patch/include/simgrid_config.h.in diff --git a/buildtools/CPACK/README b/buildtools/Cmake/README similarity index 100% rename from buildtools/CPACK/README rename to buildtools/Cmake/README diff --git a/buildtools/CPACK/prog_test/CTestConfig.cmake b/buildtools/Cmake/prog_test/CTestConfig.cmake similarity index 100% rename from buildtools/CPACK/prog_test/CTestConfig.cmake rename to buildtools/Cmake/prog_test/CTestConfig.cmake diff --git a/buildtools/CPACK/prog_test/prog_AC_CHECK_MCSC.c b/buildtools/Cmake/prog_test/prog_AC_CHECK_MCSC.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_AC_CHECK_MCSC.c rename to buildtools/Cmake/prog_test/prog_AC_CHECK_MCSC.c diff --git a/buildtools/CPACK/prog_test/prog_GRAS_ARCH.c b/buildtools/Cmake/prog_test/prog_GRAS_ARCH.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_GRAS_ARCH.c rename to buildtools/Cmake/prog_test/prog_GRAS_ARCH.c diff --git a/buildtools/CPACK/prog_test/prog_GRAS_CHECK_STRUCT_COMPACTION.c b/buildtools/Cmake/prog_test/prog_GRAS_CHECK_STRUCT_COMPACTION.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_GRAS_CHECK_STRUCT_COMPACTION.c rename to buildtools/Cmake/prog_test/prog_GRAS_CHECK_STRUCT_COMPACTION.c diff --git a/buildtools/CPACK/prog_test/prog_getline.c b/buildtools/Cmake/prog_test/prog_getline.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_getline.c rename to buildtools/Cmake/prog_test/prog_getline.c diff --git a/buildtools/CPACK/prog_test/prog_gtnets.cpp b/buildtools/Cmake/prog_test/prog_gtnets.cpp similarity index 100% rename from buildtools/CPACK/prog_test/prog_gtnets.cpp rename to buildtools/Cmake/prog_test/prog_gtnets.cpp diff --git a/buildtools/CPACK/prog_test/prog_max_size.c b/buildtools/Cmake/prog_test/prog_max_size.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_max_size.c rename to buildtools/Cmake/prog_test/prog_max_size.c diff --git a/buildtools/CPACK/prog_test/prog_mutex_timedlock.c b/buildtools/Cmake/prog_test/prog_mutex_timedlock.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_mutex_timedlock.c rename to buildtools/Cmake/prog_test/prog_mutex_timedlock.c diff --git a/buildtools/CPACK/prog_test/prog_printf_null.c b/buildtools/Cmake/prog_test/prog_printf_null.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_printf_null.c rename to buildtools/Cmake/prog_test/prog_printf_null.c diff --git a/buildtools/CPACK/prog_test/prog_sem_init.c b/buildtools/Cmake/prog_test/prog_sem_init.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_sem_init.c rename to buildtools/Cmake/prog_test/prog_sem_init.c diff --git a/buildtools/CPACK/prog_test/prog_sem_timedwait.c b/buildtools/Cmake/prog_test/prog_sem_timedwait.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_sem_timedwait.c rename to buildtools/Cmake/prog_test/prog_sem_timedwait.c diff --git a/buildtools/CPACK/prog_test/prog_snprintf.c b/buildtools/Cmake/prog_test/prog_snprintf.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_snprintf.c rename to buildtools/Cmake/prog_test/prog_snprintf.c diff --git a/buildtools/CPACK/prog_test/prog_stackgrowth.c b/buildtools/Cmake/prog_test/prog_stackgrowth.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_stackgrowth.c rename to buildtools/Cmake/prog_test/prog_stackgrowth.c diff --git a/buildtools/CPACK/prog_test/prog_stacksetup.c b/buildtools/Cmake/prog_test/prog_stacksetup.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_stacksetup.c rename to buildtools/Cmake/prog_test/prog_stacksetup.c diff --git a/buildtools/CPACK/prog_test/prog_va_copy.c b/buildtools/Cmake/prog_test/prog_va_copy.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_va_copy.c rename to buildtools/Cmake/prog_test/prog_va_copy.c diff --git a/buildtools/CPACK/prog_test/prog_vsnprintf.c b/buildtools/Cmake/prog_test/prog_vsnprintf.c similarity index 100% rename from buildtools/CPACK/prog_test/prog_vsnprintf.c rename to buildtools/Cmake/prog_test/prog_vsnprintf.c diff --git a/buildtools/CPACK/simgrid_CMakeList/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/amok/bandwidth/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/amok/bandwidth/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/amok/bandwidth/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/amok/bandwidth/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/amok/saturate/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/amok/saturate/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/amok/saturate/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/amok/saturate/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/all2all/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/chrono/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/chrono/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/chrono/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/chrono/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/mmrpc/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/mutual_exclusion/simple_token/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/ping/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/ping/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/ping/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/ping/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/pmm/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/properties/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/properties/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/properties/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/properties/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/rpc/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/rpc/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/rpc/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/rpc/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/spawn/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/spawn/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/spawn/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/spawn/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/synchro/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/synchro/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/synchro/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/synchro/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/gras/timer/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/gras/timer/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/gras/timer/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/gras/timer/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/actions/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/actions/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/actions/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/actions/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/gtnets/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/gtnets/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/gtnets/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/gtnets/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/masterslave/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/masterslave/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/masterslave/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/masterslave/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/migration/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/migration/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/migration/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/migration/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/parallel_task/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/parallel_task/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/parallel_task/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/parallel_task/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/priority/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/priority/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/priority/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/priority/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/properties/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/properties/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/properties/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/properties/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/sendrecv/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/sendrecv/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/sendrecv/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/sendrecv/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/suspend/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/suspend/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/suspend/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/suspend/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/msg/trace/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/simdag/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/simdag/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/simdag/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/simdag/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/simdag/dax/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/simdag/dax/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/simdag/dax/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/simdag/dax/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/simdag/metaxml/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/simdag/metaxml/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/simdag/metaxml/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/simdag/metaxml/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/simdag/properties/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/examples/smpi/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/examples/smpi/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/examples/smpi/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/datadesc/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/datadesc/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/datadesc/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/datadesc/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/empty_main/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/empty_main/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/empty_main/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/empty_main/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/msg_handle/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/gras/small_sleep/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/msg/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/mxn/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/mxn/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/mxn/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/mxn/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/network/p2p/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/partask/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/partask/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/partask/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/partask/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/platforms/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/platforms/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/simdag/platforms/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/simdag/platforms/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/xbt/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/teshsuite/xbt/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/xbt/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/xbt/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/teshsuite/xbt/log_large_test.tesh b/buildtools/Cmake/simgrid_CMakeList/teshsuite/xbt/log_large_test.tesh similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/teshsuite/xbt/log_large_test.tesh rename to buildtools/Cmake/simgrid_CMakeList/teshsuite/xbt/log_large_test.tesh diff --git a/buildtools/CPACK/simgrid_CMakeList/testsuite/simdag/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/testsuite/simdag/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/testsuite/simdag/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/testsuite/simdag/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/testsuite/surf/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/testsuite/surf/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/testsuite/surf/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/testsuite/surf/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/testsuite/xbt/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/testsuite/xbt/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/testsuite/xbt/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/testsuite/xbt/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/tools/gras/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/tools/gras/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/tools/gras/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/tools/gras/CMakeLists.txt diff --git a/buildtools/CPACK/simgrid_CMakeList/tools/gras/stub_generator.c b/buildtools/Cmake/simgrid_CMakeList/tools/gras/stub_generator.c similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/tools/gras/stub_generator.c rename to buildtools/Cmake/simgrid_CMakeList/tools/gras/stub_generator.c diff --git a/buildtools/CPACK/simgrid_CMakeList/tools/tesh/CMakeLists.txt b/buildtools/Cmake/simgrid_CMakeList/tools/tesh/CMakeLists.txt similarity index 100% rename from buildtools/CPACK/simgrid_CMakeList/tools/tesh/CMakeLists.txt rename to buildtools/Cmake/simgrid_CMakeList/tools/tesh/CMakeLists.txt diff --git a/buildtools/CPACK/src/CMakeCompleteInFiles.txt b/buildtools/Cmake/src/CMakeCompleteInFiles.txt similarity index 100% rename from buildtools/CPACK/src/CMakeCompleteInFiles.txt rename to buildtools/Cmake/src/CMakeCompleteInFiles.txt diff --git a/buildtools/CPACK/src/CMakeDefinePackages.txt b/buildtools/Cmake/src/CMakeDefinePackages.txt similarity index 100% rename from buildtools/CPACK/src/CMakeDefinePackages.txt rename to buildtools/Cmake/src/CMakeDefinePackages.txt diff --git a/buildtools/CPACK/src/CMakeDistrib.txt b/buildtools/Cmake/src/CMakeDistrib.txt similarity index 100% rename from buildtools/CPACK/src/CMakeDistrib.txt rename to buildtools/Cmake/src/CMakeDistrib.txt diff --git a/buildtools/CPACK/src/CMakeDocs.txt b/buildtools/Cmake/src/CMakeDocs.txt similarity index 100% rename from buildtools/CPACK/src/CMakeDocs.txt rename to buildtools/Cmake/src/CMakeDocs.txt diff --git a/buildtools/CPACK/src/CMakeFLEXml.txt b/buildtools/Cmake/src/CMakeFLEXml.txt similarity index 100% rename from buildtools/CPACK/src/CMakeFLEXml.txt rename to buildtools/Cmake/src/CMakeFLEXml.txt diff --git a/buildtools/CPACK/src/CMakeFlags.txt b/buildtools/Cmake/src/CMakeFlags.txt similarity index 100% rename from buildtools/CPACK/src/CMakeFlags.txt rename to buildtools/Cmake/src/CMakeFlags.txt diff --git a/buildtools/CPACK/src/CMakeMakeExeLib.txt b/buildtools/Cmake/src/CMakeMakeExeLib.txt similarity index 100% rename from buildtools/CPACK/src/CMakeMakeExeLib.txt rename to buildtools/Cmake/src/CMakeMakeExeLib.txt diff --git a/buildtools/CPACK/src/CMakeOption.txt b/buildtools/Cmake/src/CMakeOption.txt similarity index 100% rename from buildtools/CPACK/src/CMakeOption.txt rename to buildtools/Cmake/src/CMakeOption.txt diff --git a/buildtools/CPACK/src/CMakePrintArgs.txt b/buildtools/Cmake/src/CMakePrintArgs.txt similarity index 100% rename from buildtools/CPACK/src/CMakePrintArgs.txt rename to buildtools/Cmake/src/CMakePrintArgs.txt diff --git a/buildtools/CPACK/src/CMakeSupernovae.txt b/buildtools/Cmake/src/CMakeSupernovae.txt similarity index 100% rename from buildtools/CPACK/src/CMakeSupernovae.txt rename to buildtools/Cmake/src/CMakeSupernovae.txt diff --git a/buildtools/CPACK/src/CMakeTest.txt b/buildtools/Cmake/src/CMakeTest.txt similarity index 100% rename from buildtools/CPACK/src/CMakeTest.txt rename to buildtools/Cmake/src/CMakeTest.txt diff --git a/buildtools/CPACK/src/CTestConfig.cmake b/buildtools/Cmake/src/CTestConfig.cmake similarity index 100% rename from buildtools/CPACK/src/CTestConfig.cmake rename to buildtools/Cmake/src/CTestConfig.cmake diff --git a/buildtools/CPACK/src/CTestTestfile.cmake b/buildtools/Cmake/src/CTestTestfile.cmake similarity index 100% rename from buildtools/CPACK/src/CTestTestfile.cmake rename to buildtools/Cmake/src/CTestTestfile.cmake diff --git a/buildtools/CPACK/src/gras_config.h.in b/buildtools/Cmake/src/gras_config.h.in similarity index 100% rename from buildtools/CPACK/src/gras_config.h.in rename to buildtools/Cmake/src/gras_config.h.in diff --git a/buildtools/CPACK/src/smpicc.in b/buildtools/Cmake/src/smpicc.in similarity index 100% rename from buildtools/CPACK/src/smpicc.in rename to buildtools/Cmake/src/smpicc.in diff --git a/buildtools/CPACK/src/smpirun.in b/buildtools/Cmake/src/smpirun.in similarity index 100% rename from buildtools/CPACK/src/smpirun.in rename to buildtools/Cmake/src/smpirun.in diff --git a/buildtools/CPACK/test_java.sh b/buildtools/Cmake/test_java.sh similarity index 100% rename from buildtools/CPACK/test_java.sh rename to buildtools/Cmake/test_java.sh