Salome HOME
Porting COMPONENT module to the CMake build system: initial version.
authorrnv <rnv@opencascade.com>
Thu, 26 Sep 2013 14:18:57 +0000 (14:18 +0000)
committerrnv <rnv@opencascade.com>
Thu, 26 Sep 2013 14:18:57 +0000 (14:18 +0000)
commit09e6adcc471b53fd56bde18af7bb92bf3c9192a1
tree1f02fab4a1a5945fdbfeb913411885d72d571e50
parent15af15e436dccaf5b39a5bc4aa4ead7c648dfc1c
Porting COMPONENT module to the CMake build system: initial version.
58 files changed:
CMakeLists.txt [new file with mode: 0755]
COMPONENT_version.h.in
Makefile.am [deleted file]
adm_local/CMakeLists.txt [new file with mode: 0755]
adm_local/Makefile.am [deleted file]
adm_local/cmake_files/CMakeLists.txt [new file with mode: 0755]
adm_local/cmake_files/FindCOMPONENT.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomeCOMPONENT.cmake [new file with mode: 0644]
adm_local/cmake_files/SalomeCOMPONENTConfig.cmake.in [new file with mode: 0644]
adm_local/unix/CMakeLists.txt [new file with mode: 0755]
adm_local/unix/Makefile.am [deleted file]
adm_local/unix/config_files/CMakeLists.txt [new file with mode: 0755]
adm_local/unix/config_files/Makefile.am [deleted file]
adm_local/unix/make_common_starter.am [deleted file]
bin/CMakeLists.txt [new file with mode: 0755]
bin/Makefile.am [deleted file]
bin/VERSION.in
build_configure [deleted file]
clean_configure [deleted file]
configure.ac [deleted file]
idl/CMakeLists.txt [new file with mode: 0755]
idl/Makefile.am [deleted file]
resources/CMakeLists.txt [new file with mode: 0755]
resources/COMPONENTCatalog.xml.in
resources/Makefile.am [deleted file]
resources/SalomeApp.xml.in
src/AddComponent/CMakeLists.txt [new file with mode: 0644]
src/AddComponent/HandleServerSideSignals.cxx
src/AddComponent/Makefile.am [deleted file]
src/AdditionComponent/CMakeLists.txt [new file with mode: 0644]
src/AdditionComponent/Makefile.am [deleted file]
src/CMakeLists.txt [new file with mode: 0755]
src/DataStreamComponent/CMakeLists.txt [new file with mode: 0644]
src/DataStreamComponent/Makefile.am [deleted file]
src/DivComponent/CMakeLists.txt [new file with mode: 0644]
src/DivComponent/Makefile.am [deleted file]
src/FactorialComponent/CMakeLists.txt [new file with mode: 0644]
src/FactorialComponent/Makefile.am [deleted file]
src/Makefile.am [deleted file]
src/MulComponent/CMakeLists.txt [new file with mode: 0644]
src/MulComponent/Makefile.am [deleted file]
src/SIGNALSComponent/CMakeLists.txt [new file with mode: 0644]
src/SIGNALSComponent/HandleServerSideSignals.cxx
src/SIGNALSComponent/Makefile.am [deleted file]
src/SIGNALSComponent_Swig/CMakeLists.txt [new file with mode: 0644]
src/SIGNALSComponent_Swig/Makefile.am [deleted file]
src/SubComponent/CMakeLists.txt [new file with mode: 0644]
src/SubComponent/Makefile.am [deleted file]
src/SyrComponent/CMakeLists.txt [new file with mode: 0644]
src/SyrComponent/Makefile.am [deleted file]
src/SyrControlComponent/CMakeLists.txt [new file with mode: 0644]
src/SyrControlComponent/Makefile.am [deleted file]
src/TestFunctions/CMakeLists.txt [new file with mode: 0644]
src/TestFunctions/Makefile.am [deleted file]
src/TypesCheck/CMakeLists.txt [new file with mode: 0644]
src/TypesCheck/Makefile.am [deleted file]
src/UndefinedSymbolComponent/CMakeLists.txt [new file with mode: 0644]
src/UndefinedSymbolComponent/Makefile.am [deleted file]