Mercurial > repos > marcel > caddsuite_linux_x86_64
view CADDSuite-1.0.1/data/OpenBabel/cmake_install.cmake @ 11:6e831e66a229
Deleted selected files
author | marcel |
---|---|
date | Tue, 15 Nov 2011 10:43:10 -0500 |
parents | 2cff9609f2c7 |
children |
line wrap: on
line source
# 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")