~uhh-ssd/+junk/humidity_readout

« back to all changes in this revision

Viewing changes to plplot/plplot-5.9.9/cmake_install.cmake

  • Committer: Joachim Erfle
  • Date: 2013-07-24 13:53:41 UTC
  • Revision ID: joachim.erfle@desy.de-20130724135341-1qojpp701zsn009p
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Install script for directory: /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9
 
2
 
 
3
# Set the install prefix
 
4
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
 
5
  SET(CMAKE_INSTALL_PREFIX "/usr/local")
 
6
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
 
7
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
 
8
 
 
9
# Set the install configuration name.
 
10
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
 
11
  IF(BUILD_TYPE)
 
12
    STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
 
13
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
 
14
  ELSE(BUILD_TYPE)
 
15
    SET(CMAKE_INSTALL_CONFIG_NAME "")
 
16
  ENDIF(BUILD_TYPE)
 
17
  MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
 
18
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
 
19
 
 
20
# Set the component getting installed.
 
21
IF(NOT CMAKE_INSTALL_COMPONENT)
 
22
  IF(COMPONENT)
 
23
    MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
 
24
    SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
 
25
  ELSE(COMPONENT)
 
26
    SET(CMAKE_INSTALL_COMPONENT)
 
27
  ENDIF(COMPONENT)
 
28
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
 
29
 
 
30
# Install shared libraries without execute permission?
 
31
IF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
 
32
  SET(CMAKE_INSTALL_SO_NO_EXE "1")
 
33
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
 
34
 
 
35
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
 
36
  list(APPEND CPACK_ABSOLUTE_DESTINATION_FILES
 
37
   "/usr/local/share/doc/plplot/ABOUT;/usr/local/share/doc/plplot/AUTHORS;/usr/local/share/doc/plplot/COPYING.LIB;/usr/local/share/doc/plplot/ChangeLog.release;/usr/local/share/doc/plplot/Copyright;/usr/local/share/doc/plplot/FAQ;/usr/local/share/doc/plplot/NEWS;/usr/local/share/doc/plplot/PROBLEMS;/usr/local/share/doc/plplot/README;/usr/local/share/doc/plplot/README.release;/usr/local/share/doc/plplot/README.testing")
 
38
FILE(INSTALL DESTINATION "/usr/local/share/doc/plplot" TYPE FILE FILES
 
39
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/ABOUT"
 
40
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/AUTHORS"
 
41
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/COPYING.LIB"
 
42
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/ChangeLog.release"
 
43
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/Copyright"
 
44
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/FAQ"
 
45
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/NEWS"
 
46
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/PROBLEMS"
 
47
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README"
 
48
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README.release"
 
49
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README.testing"
 
50
    )
 
51
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
 
52
 
 
53
IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
 
54
  # Include the install script for each subdirectory.
 
55
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/fonts/cmake_install.cmake")
 
56
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/lib/cmake_install.cmake")
 
57
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/include/cmake_install.cmake")
 
58
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/src/cmake_install.cmake")
 
59
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/data/cmake_install.cmake")
 
60
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/bindings/cmake_install.cmake")
 
61
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/drivers/cmake_install.cmake")
 
62
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/utils/cmake_install.cmake")
 
63
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/examples/cmake_install.cmake")
 
64
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/plplot_test/cmake_install.cmake")
 
65
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/scripts/cmake_install.cmake")
 
66
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/doc/cmake_install.cmake")
 
67
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/www/cmake_install.cmake")
 
68
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/pkgcfg/cmake_install.cmake")
 
69
 
 
70
ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)
 
71
 
 
72
IF(CMAKE_INSTALL_COMPONENT)
 
73
  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
 
74
ELSE(CMAKE_INSTALL_COMPONENT)
 
75
  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
 
76
ENDIF(CMAKE_INSTALL_COMPONENT)
 
77
 
 
78
FILE(WRITE "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/${CMAKE_INSTALL_MANIFEST}" "")
 
79
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
 
80
  FILE(APPEND "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
 
81
ENDFOREACH(file)