1 # Install script for directory: /home/paraview/VTK/IO/Image 3 # Set the install prefix 4 if(NOT DEFINED CMAKE_INSTALL_PREFIX)
5 set(CMAKE_INSTALL_PREFIX
"/usr/local")
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
"Debug")
17 message(STATUS
"Install configuration: \"${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)
30 # Install shared libraries without execute permission? 31 if(NOT DEFINED CMAKE_INSTALL_SO_NO_EXE)
32 set(CMAKE_INSTALL_SO_NO_EXE
"0")
35 # Is this installation the result of a crosscompile? 36 if(NOT DEFINED CMAKE_CROSSCOMPILING)
37 set(CMAKE_CROSSCOMPILING
"FALSE")
40 # Set default install directory permissions. 41 if(NOT DEFINED CMAKE_OBJDUMP)
42 set(CMAKE_OBJDUMP
"/usr/bin/objdump")
45 if(
"x${CMAKE_INSTALL_COMPONENT}x" STREQUAL
"xdevelopmentx" OR NOT CMAKE_INSTALL_COMPONENT)
46 file(INSTALL DESTINATION
"${CMAKE_INSTALL_PREFIX}/include/paraview-5.9" TYPE FILE FILES
47 "/home/paraview/VTK/IO/Image/vtkBMPReader.h" 48 "/home/paraview/VTK/IO/Image/vtkBMPWriter.h" 49 "/home/paraview/VTK/IO/Image/vtkDEMReader.h" 50 "/home/paraview/VTK/IO/Image/vtkDICOMImageReader.h" 51 "/home/paraview/VTK/IO/Image/vtkGESignaReader.h" 52 "/home/paraview/VTK/IO/Image/vtkHDRReader.h" 53 "/home/paraview/VTK/IO/Image/vtkImageExport.h" 54 "/home/paraview/VTK/IO/Image/vtkImageImport.h" 55 "/home/paraview/VTK/IO/Image/vtkImageImportExecutive.h" 56 "/home/paraview/VTK/IO/Image/vtkImageReader.h" 57 "/home/paraview/VTK/IO/Image/vtkImageReader2.h" 58 "/home/paraview/VTK/IO/Image/vtkImageReader2Collection.h" 59 "/home/paraview/VTK/IO/Image/vtkImageReader2Factory.h" 60 "/home/paraview/VTK/IO/Image/vtkImageWriter.h" 61 "/home/paraview/VTK/IO/Image/vtkJPEGReader.h" 62 "/home/paraview/VTK/IO/Image/vtkJPEGWriter.h" 63 "/home/paraview/VTK/IO/Image/vtkJSONImageWriter.h" 64 "/home/paraview/VTK/IO/Image/vtkMedicalImageProperties.h" 65 "/home/paraview/VTK/IO/Image/vtkMedicalImageReader2.h" 66 "/home/paraview/VTK/IO/Image/vtkMetaImageReader.h" 67 "/home/paraview/VTK/IO/Image/vtkMetaImageWriter.h" 68 "/home/paraview/VTK/IO/Image/vtkMRCReader.h" 69 "/home/paraview/VTK/IO/Image/vtkNIFTIImageHeader.h" 70 "/home/paraview/VTK/IO/Image/vtkNIFTIImageReader.h" 71 "/home/paraview/VTK/IO/Image/vtkNIFTIImageWriter.h" 72 "/home/paraview/VTK/IO/Image/vtkNrrdReader.h" 73 "/home/paraview/VTK/IO/Image/vtkOMETIFFReader.h" 74 "/home/paraview/VTK/IO/Image/vtkPNGReader.h" 75 "/home/paraview/VTK/IO/Image/vtkPNGWriter.h" 76 "/home/paraview/VTK/IO/Image/vtkPNMReader.h" 77 "/home/paraview/VTK/IO/Image/vtkPNMWriter.h" 78 "/home/paraview/VTK/IO/Image/vtkPostScriptWriter.h" 79 "/home/paraview/VTK/IO/Image/vtkSEPReader.h" 80 "/home/paraview/VTK/IO/Image/vtkSLCReader.h" 81 "/home/paraview/VTK/IO/Image/vtkTIFFReader.h" 82 "/home/paraview/VTK/IO/Image/vtkTIFFWriter.h" 83 "/home/paraview/VTK/IO/Image/vtkVolume16Reader.h" 84 "/home/paraview/VTK/IO/Image/vtkVolumeReader.h" 85 "/home/paraview/build/VTK/IO/Image/vtkIOImageModule.h" 89 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xdevelopmentx
" OR NOT CMAKE_INSTALL_COMPONENT) 90 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64/
vtk/hierarchy/ParaView
" TYPE FILE RENAME "vtkIOImage-hierarchy.txt
" FILES "/home/paraview/build/lib64/
vtk/hierarchy/ParaView/vtkIOImage-hierarchy.txt
") 93 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xruntimex
" OR NOT CMAKE_INSTALL_COMPONENT) 95 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.5.9
" 96 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.1
" 98 if(EXISTS "${file}
" AND 99 NOT IS_SYMLINK "${file}
") 105 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64
" TYPE SHARED_LIBRARY FILES 106 "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so.5.9
" 107 "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so.1
" 110 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.5.9
" 111 "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so.1
" 113 if(EXISTS "${file}
" AND 114 NOT IS_SYMLINK "${file}
") 117 OLD_RPATH "/home/paraview/build/lib64:
" 118 NEW_RPATH "\$ORIGIN
") 119 if(CMAKE_INSTALL_DO_STRIP) 120 execute_process(COMMAND "/usr/bin/strip
" "${file}
") 126 if("x${CMAKE_INSTALL_COMPONENT}x
" STREQUAL "xdevelopmentx
" OR NOT CMAKE_INSTALL_COMPONENT) 127 if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
" AND 128 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
") 130 FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
" 133 file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/lib64
" TYPE SHARED_LIBRARY FILES "/home/paraview/build/lib64/libvtkIOImage-pv5.9.so
") 134 if(EXISTS "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
" AND 135 NOT IS_SYMLINK "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
") 137 FILE "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
" 138 OLD_RPATH "/home/paraview/build/lib64:
" 139 NEW_RPATH "\$ORIGIN
") 140 if(CMAKE_INSTALL_DO_STRIP) 141 execute_process(COMMAND "/usr/bin/strip
" "$ENV{DESTDIR}${CMAKE_INSTALL_PREFIX}/lib64/libvtkIOImage-pv5.9.so
")