Mercurial > repos > marcel > caddsuite_linux_x86_64
diff CADDSuite/data/OpenBabel/cmake_install.cmake @ 0:bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
author | marcel |
---|---|
date | Tue, 07 Jun 2011 16:43:30 -0400 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/CADDSuite/data/OpenBabel/cmake_install.cmake Tue Jun 07 16:43:30 2011 -0400 @@ -0,0 +1,82 @@ +# Install script for directory: /share/opt/x86_64_sl5/openbabel-2.3.0/build/data + +# Set the install prefix +IF(NOT DEFINED CMAKE_INSTALL_PREFIX) + SET(CMAKE_INSTALL_PREFIX "/share/opt/x86_64_sl5/openbabel-2.3.0") +ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) +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(BUILD_TYPE) + SET(CMAKE_INSTALL_CONFIG_NAME "Release") + ENDIF(BUILD_TYPE) + MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") +ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) + +# Set the component getting installed. +IF(NOT CMAKE_INSTALL_COMPONENT) + IF(COMPONENT) + MESSAGE(STATUS "Install component: \"${COMPONENT}\"") + SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") + ELSE(COMPONENT) + SET(CMAKE_INSTALL_COMPONENT) + ENDIF(COMPONENT) +ENDIF(NOT CMAKE_INSTALL_COMPONENT) + +# Install shared libraries without execute permission? +IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + SET(CMAKE_INSTALL_SO_NO_EXE "0") +ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) + +IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") + FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openbabel/2.3.0" TYPE FILE FILES + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/aromatic.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/atomtyp.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/bondtyp.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/element.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/fragments.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/gaff.dat" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/gaff.prm" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/ghemical.prm" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/isotope-small.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/isotope.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/logp.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/MACCS.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmff94.ff" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmff94s.ff" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffang.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffbndk.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffbond.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffchg.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffdef.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffdfsb.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffoop.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffpbci.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffprop.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffstbn.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmfftor.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffvdw.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffs_oop.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffs_tor.par" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mr.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/patterns.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/phmodel.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/plugindefines.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/psa.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/qeq.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/resdata.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/ringtyp.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/SMARTS_InteLigand.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/space-groups.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/superatom.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/svgformat.script" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/torlib.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/types.txt" + "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/UFF.prm" + ) +ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") +