Salome HOME
Porting PYHELLO module to the CMake build system: initial version.
authorrnv <rnv@opencascade.com>
Thu, 26 Sep 2013 12:24:37 +0000 (12:24 +0000)
committerrnv <rnv@opencascade.com>
Thu, 26 Sep 2013 12:24:37 +0000 (12:24 +0000)
commit51330c5fd253e0f16d7d93933210ae2bba2a7aa0
treefbbeb0af16c4d278a98a29df3a0a82fde7ddecc7
parentf75e04e8b4f67cbb5dfa512bb434500c0d687460
Porting PYHELLO module to the CMake build system: initial version.
40 files changed:
CMakeLists.txt [new file with mode: 0755]
Makefile.am [deleted file]
README
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/FindPYHELLO.cmake [new file with mode: 0644]
adm_local/cmake_files/FindSalomePYHELLO.cmake [new file with mode: 0644]
adm_local/cmake_files/SalomePYHELLOConfig.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: 0644]
bin/Makefile.am [deleted file]
bin/VERSION.in
build_cmake [deleted file]
build_cmake.bat [deleted file]
build_configure [deleted file]
clean_configure [deleted file]
configure.ac [deleted file]
doc/CMakeLists.txt [new file with mode: 0755]
doc/Makefile.am [deleted file]
doc/doxyfile.in
doc/index.doc [deleted file]
doc/input/index.doc [new file with mode: 0644]
doc/static/header.html.in
idl/CMakeLists.txt [new file with mode: 0755]
idl/Makefile.am [deleted file]
resources/CMakeLists.txt [new file with mode: 0755]
resources/Makefile.am [deleted file]
resources/PYHELLOCatalog.xml.in
resources/SalomeApp.xml.in
src/CMakeLists.txt [new file with mode: 0755]
src/Makefile.am [deleted file]
src/PYHELLO/CMakeLists.txt [new file with mode: 0644]
src/PYHELLO/Makefile.am [deleted file]
src/PYHELLOGUI/CMakeLists.txt [new file with mode: 0755]
src/PYHELLOGUI/Makefile.am [deleted file]