Mercurial > repos > marcel > caddsuite_linux_x86_64
annotate CADDSuite/data/OpenBabel/cmake_install.cmake @ 3:ff6df146c0d5
Uploaded
author | marcel |
---|---|
date | Sun, 26 Jun 2011 13:53:57 -0400 |
parents | bac3c274238f |
children |
rev | line source |
---|---|
0
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
1 # Install script for directory: /share/opt/x86_64_sl5/openbabel-2.3.0/build/data |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
2 |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
3 # Set the install prefix |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
4 IF(NOT DEFINED CMAKE_INSTALL_PREFIX) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
5 SET(CMAKE_INSTALL_PREFIX "/share/opt/x86_64_sl5/openbabel-2.3.0") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
6 ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
7 STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
8 |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
9 # Set the install configuration name. |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
10 IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
11 IF(BUILD_TYPE) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
12 STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" "" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
13 CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
14 ELSE(BUILD_TYPE) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
15 SET(CMAKE_INSTALL_CONFIG_NAME "Release") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
16 ENDIF(BUILD_TYPE) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
17 MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
18 ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
19 |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
20 # Set the component getting installed. |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
21 IF(NOT CMAKE_INSTALL_COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
22 IF(COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
23 MESSAGE(STATUS "Install component: \"${COMPONENT}\"") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
24 SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
25 ELSE(COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
26 SET(CMAKE_INSTALL_COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
27 ENDIF(COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
28 ENDIF(NOT CMAKE_INSTALL_COMPONENT) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
29 |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
30 # Install shared libraries without execute permission? |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
31 IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
32 SET(CMAKE_INSTALL_SO_NO_EXE "0") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
33 ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
34 |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
35 IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
36 FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/openbabel/2.3.0" TYPE FILE FILES |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
37 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/aromatic.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
38 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/atomtyp.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
39 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/bondtyp.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
40 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/element.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
41 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/fragments.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
42 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/gaff.dat" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
43 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/gaff.prm" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
44 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/ghemical.prm" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
45 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/isotope-small.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
46 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/isotope.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
47 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/logp.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
48 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/MACCS.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
49 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmff94.ff" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
50 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmff94s.ff" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
51 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffang.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
52 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffbndk.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
53 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffbond.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
54 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffchg.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
55 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffdef.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
56 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffdfsb.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
57 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffoop.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
58 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffpbci.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
59 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffprop.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
60 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffstbn.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
61 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmfftor.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
62 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffvdw.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
63 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffs_oop.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
64 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mmffs_tor.par" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
65 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/mr.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
66 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/patterns.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
67 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/phmodel.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
68 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/plugindefines.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
69 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/psa.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
70 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/qeq.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
71 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/resdata.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
72 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/ringtyp.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
73 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/SMARTS_InteLigand.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
74 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/space-groups.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
75 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/superatom.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
76 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/svgformat.script" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
77 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/torlib.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
78 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/types.txt" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
79 "/share/opt/x86_64_sl5/openbabel-2.3.0/build/data/UFF.prm" |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
80 ) |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
81 ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified") |
bac3c274238f
Migrated tool version 0.93 from old tool shed archive to new tool shed repository
marcel
parents:
diff
changeset
|
82 |