# Install script for directory: /home/songxw/jrtplib-3.9.1/src
|
|
# 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 "0")
|
ENDIF(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
|
|
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
FILE(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/include/jrtplib3" TYPE FILE FILES
|
"/home/songxw/jrtplib-3.9.1/src/rtcpapppacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpbyepacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpcompoundpacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpcompoundpacketbuilder.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcppacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcppacketbuilder.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcprrpacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpscheduler.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpsdesinfo.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpsdespacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpsrpacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtcpunknownpacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpaddress.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpcollisionlist.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpconfig.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpdebug.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpdefines.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtperrors.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtphashtable.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpinternalsourcedata.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpipv4address.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpipv4destination.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpipv6address.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpipv6destination.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpkeyhashtable.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtplibraryversion.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpmemorymanager.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpmemoryobject.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtppacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtppacketbuilder.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtppollthread.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtprandom.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtprandomrand48.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtprandomrands.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtprandomurandom.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtprawpacket.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpsession.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpsessionparams.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpsessionsources.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpsourcedata.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpsources.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpstructs.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtptimeutilities.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtptransmitter.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtptypes_win.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtptypes.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpudpv4transmitter.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpudpv6transmitter.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpbyteaddress.h"
|
"/home/songxw/jrtplib-3.9.1/src/rtpexternaltransmitter.h"
|
"/home/songxw/jrtplib-3.9.1/src/extratransmitters/rtpfaketransmitter.h"
|
)
|
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
FILE(INSTALL DESTINATION "/usr/local/lib" TYPE STATIC_LIBRARY FILES "/home/songxw/jrtplib-3.9.1/src/libjrtp.a")
|
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
|
IF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|
IF(EXISTS "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1")
|
FILE(RPATH_CHECK
|
FILE "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1"
|
RPATH "")
|
ENDIF(EXISTS "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1")
|
FILE(INSTALL DESTINATION "/usr/local/lib" TYPE SHARED_LIBRARY FILES
|
"/home/songxw/jrtplib-3.9.1/src/libjrtp.so.3.9.1"
|
"/home/songxw/jrtplib-3.9.1/src/libjrtp.so"
|
)
|
IF(EXISTS "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1")
|
IF(CMAKE_INSTALL_DO_STRIP)
|
EXECUTE_PROCESS(COMMAND "/usr/bin/strip" "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1")
|
ENDIF(CMAKE_INSTALL_DO_STRIP)
|
ENDIF(EXISTS "$ENV{DESTDIR}/usr/local/lib/libjrtp.so.3.9.1")
|
ENDIF(NOT CMAKE_INSTALL_COMPONENT OR "${CMAKE_INSTALL_COMPONENT}" STREQUAL "Unspecified")
|