1
# Install script for directory: /home/alaric/.opt/cairo-dock/cairo-dock-plug-ins-2.2.1~0alpha1~20101112/drop-indicator/src
3
# Set the install prefix
4
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
5
SET(CMAKE_INSTALL_PREFIX "/usr")
6
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)
7
STRING(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
9
# Set the install configuration name.
10
IF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
12
STRING(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
13
CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
15
SET(CMAKE_INSTALL_CONFIG_NAME "")
17
MESSAGE(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
18
ENDIF(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
20
# Set the component getting installed.
21
IF(NOT CMAKE_INSTALL_COMPONENT)
23
MESSAGE(STATUS "Install component: \"${COMPONENT}\"")
24
SET(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
26
SET(CMAKE_INSTALL_COMPONENT)
28
ENDIF(NOT CMAKE_INSTALL_COMPONENT)
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)
35
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
36
IF(EXISTS "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so" AND
37
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so")
39
FILE "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so"
42
FILE(INSTALL DESTINATION "/usr/lib/cairo-dock" TYPE SHARED_LIBRARY FILES "/home/alaric/.opt/cairo-dock/cairo-dock-plug-ins-2.2.1~0alpha1~20101112/build/drop-indicator/src/libcd-drop_indicator.so")
43
IF(EXISTS "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so" AND
44
NOT IS_SYMLINK "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so")
45
IF(CMAKE_INSTALL_DO_STRIP)
46
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/lib/cairo-dock/libcd-drop_indicator.so")
47
ENDIF(CMAKE_INSTALL_DO_STRIP)
49
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")