~uhh-ssd/+junk/humidity_readout

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
# Install script for directory: /space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9

# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  SET(CMAKE_INSTALL_PREFIX "/usr/local")
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 "")
  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 "1")
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)

IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
  list(APPEND CPACK_ABSOLUTE_DESTINATION_FILES
   "/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")
FILE(INSTALL DESTINATION "/usr/local/share/doc/plplot" TYPE FILE FILES
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/ABOUT"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/AUTHORS"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/COPYING.LIB"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/ChangeLog.release"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/Copyright"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/FAQ"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/NEWS"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/PROBLEMS"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README.release"
    "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README.testing"
    )
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")

IF(NOT CMAKE_INSTALL_LOCAL_ONLY)
  # Include the install script for each subdirectory.
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/fonts/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/lib/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/include/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/src/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/data/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/bindings/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/drivers/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/utils/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/examples/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/plplot_test/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/scripts/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/doc/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/www/cmake_install.cmake")
  INCLUDE("/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/pkgcfg/cmake_install.cmake")

ENDIF(NOT CMAKE_INSTALL_LOCAL_ONLY)

IF(CMAKE_INSTALL_COMPONENT)
  SET(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
ELSE(CMAKE_INSTALL_COMPONENT)
  SET(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
ENDIF(CMAKE_INSTALL_COMPONENT)

FILE(WRITE "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/${CMAKE_INSTALL_MANIFEST}" "")
FOREACH(file ${CMAKE_INSTALL_MANIFEST_FILES})
  FILE(APPEND "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/${CMAKE_INSTALL_MANIFEST}" "${file}\n")
ENDFOREACH(file)