~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
82
83
84
85
86
87
88
# This file will be configured to contain variables for CPack. These variables
# should be set in the CMake list file of the project before CPack module is
# included. Example variables are:
#   CPACK_GENERATOR                     - Generator used to create package
#   CPACK_INSTALL_CMAKE_PROJECTS        - For each project (path, name, component)
#   CPACK_CMAKE_GENERATOR               - CMake Generator used for the projects
#   CPACK_INSTALL_COMMANDS              - Extra commands to install components
#   CPACK_INSTALLED_DIRECTORIES           - Extra directories to install
#   CPACK_PACKAGE_DESCRIPTION_FILE      - Description file for the package
#   CPACK_PACKAGE_DESCRIPTION_SUMMARY   - Summary of the package
#   CPACK_PACKAGE_EXECUTABLES           - List of pairs of executables and labels
#   CPACK_PACKAGE_FILE_NAME             - Name of the package generated
#   CPACK_PACKAGE_ICON                  - Icon used for the package
#   CPACK_PACKAGE_INSTALL_DIRECTORY     - Name of directory for the installer
#   CPACK_PACKAGE_NAME                  - Package project name
#   CPACK_PACKAGE_VENDOR                - Package project vendor
#   CPACK_PACKAGE_VERSION               - Package project version
#   CPACK_PACKAGE_VERSION_MAJOR         - Package project version (major)
#   CPACK_PACKAGE_VERSION_MINOR         - Package project version (minor)
#   CPACK_PACKAGE_VERSION_PATCH         - Package project version (patch)

# There are certain generator specific ones

# NSIS Generator:
#   CPACK_PACKAGE_INSTALL_REGISTRY_KEY  - Name of the registry key for the installer
#   CPACK_NSIS_EXTRA_UNINSTALL_COMMANDS - Extra commands used during uninstall
#   CPACK_NSIS_EXTRA_INSTALL_COMMANDS   - Extra commands used during install


SET(CPACK_BINARY_BUNDLE "")
SET(CPACK_BINARY_CYGWIN "")
SET(CPACK_BINARY_DEB "")
SET(CPACK_BINARY_DRAGNDROP "")
SET(CPACK_BINARY_NSIS "")
SET(CPACK_BINARY_OSXX11 "")
SET(CPACK_BINARY_PACKAGEMAKER "")
SET(CPACK_BINARY_RPM "")
SET(CPACK_BINARY_STGZ "")
SET(CPACK_BINARY_TBZ2 "")
SET(CPACK_BINARY_TGZ "")
SET(CPACK_BINARY_TZ "")
SET(CPACK_BINARY_ZIP "")
SET(CPACK_CMAKE_GENERATOR "Unix Makefiles")
SET(CPACK_COMPONENT_UNSPECIFIED_HIDDEN "TRUE")
SET(CPACK_COMPONENT_UNSPECIFIED_REQUIRED "TRUE")
SET(CPACK_GENERATOR "TGZ")
SET(CPACK_IGNORE_FILES "\\#*\\#$;~$;\\.cvsignore$;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9.*/\\.svn/;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/old/;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/mac;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/os2;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/unix;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/msc;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/bcc;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/emx;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/win-tk;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/win32;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/debian")
SET(CPACK_INSTALLED_DIRECTORIES "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9;/")
SET(CPACK_INSTALL_CMAKE_PROJECTS "")
SET(CPACK_INSTALL_PREFIX "/usr/local")
SET(CPACK_MODULE_PATH "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/cmake/modules;/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/cmake/modules/language_support/cmake;/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/cmake/modules/language_support/cmake-2.8")
SET(CPACK_NSIS_DISPLAY_NAME "plplot 5.9.9")
SET(CPACK_NSIS_INSTALLER_ICON_CODE "")
SET(CPACK_NSIS_INSTALLER_MUI_ICON_CODE "")
SET(CPACK_NSIS_INSTALL_ROOT "$PROGRAMFILES")
SET(CPACK_NSIS_PACKAGE_NAME "plplot 5.9.9")
SET(CPACK_OUTPUT_CONFIG_FILE "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CPackConfig.cmake")
SET(CPACK_PACKAGE_DEFAULT_LOCATION "/")
SET(CPACK_PACKAGE_DESCRIPTION_FILE "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/README")
SET(CPACK_PACKAGE_DESCRIPTION_SUMMARY "The Scientific Plotting Library PLplot")
SET(CPACK_PACKAGE_FILE_NAME "plplot-5.9.9")
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "plplot 5.9.9")
SET(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "plplot 5.9.9")
SET(CPACK_PACKAGE_NAME "plplot")
SET(CPACK_PACKAGE_RELOCATABLE "true")
SET(CPACK_PACKAGE_VENDOR "PLplot development team")
SET(CPACK_PACKAGE_VERSION "5.9.9")
SET(CPACK_PACKAGE_VERSION_MAJOR "5")
SET(CPACK_PACKAGE_VERSION_MINOR "9")
SET(CPACK_PACKAGE_VERSION_PATCH "9")
SET(CPACK_RESOURCE_FILE_LICENSE "/usr/share/cmake-2.8/Templates/CPack.GenericLicense.txt")
SET(CPACK_RESOURCE_FILE_README "/usr/share/cmake-2.8/Templates/CPack.GenericDescription.txt")
SET(CPACK_RESOURCE_FILE_WELCOME "/usr/share/cmake-2.8/Templates/CPack.GenericWelcome.txt")
SET(CPACK_SET_DESTDIR "ON")
SET(CPACK_SOURCE_CYGWIN "")
SET(CPACK_SOURCE_GENERATOR "TGZ")
SET(CPACK_SOURCE_IGNORE_FILES "\\#*\\#$;~$;\\.cvsignore$;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9.*/\\.svn/;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/old/;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/mac;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/os2;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/unix;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/msc;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/bcc;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/dos/emx;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/win-tk;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/sys/win32;^/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/debian")
SET(CPACK_SOURCE_INSTALLED_DIRECTORIES "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9;/")
SET(CPACK_SOURCE_OUTPUT_CONFIG_FILE "/space/erfle/sync/work/Probe_Control/plplot/plplot-5.9.9/CPackSourceConfig.cmake")
SET(CPACK_SOURCE_PACKAGE_FILE_NAME "plplot-5.9.9")
SET(CPACK_SOURCE_TBZ2 "")
SET(CPACK_SOURCE_TGZ "")
SET(CPACK_SOURCE_TOPLEVEL_TAG "Linux-Source")
SET(CPACK_SOURCE_TZ "")
SET(CPACK_SOURCE_ZIP "")
SET(CPACK_STRIP_FILES "")
SET(CPACK_SYSTEM_NAME "Linux")
SET(CPACK_TOPLEVEL_TAG "Linux-Source")