~michael-sheldon/podbird/trunk

« back to all changes in this revision

Viewing changes to build/x86_64-linux-gnu/app/cmake_install.cmake

  • Committer: Mike Sheldon
  • Date: 2024-11-30 20:17:43 UTC
  • mfrom: (223.1.1 podbird)
  • Revision ID: mike@mikeasoft.com-20241130201743-p9g5b3g4njuaogul
Merge changes from lp:~cibersheep/podbird/podbird to support Focal and update version

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Install script for directory: /home/cibersheep/Documents/UT-Projects/podbird
 
2
 
 
3
# Set the install prefix
 
4
if(NOT DEFINED CMAKE_INSTALL_PREFIX)
 
5
  set(CMAKE_INSTALL_PREFIX "/")
 
6
endif()
 
7
string(REGEX REPLACE "/$" "" CMAKE_INSTALL_PREFIX "${CMAKE_INSTALL_PREFIX}")
 
8
 
 
9
# Set the install configuration name.
 
10
if(NOT DEFINED CMAKE_INSTALL_CONFIG_NAME)
 
11
  if(BUILD_TYPE)
 
12
    string(REGEX REPLACE "^[^A-Za-z0-9_]+" ""
 
13
           CMAKE_INSTALL_CONFIG_NAME "${BUILD_TYPE}")
 
14
  else()
 
15
    set(CMAKE_INSTALL_CONFIG_NAME "Release")
 
16
  endif()
 
17
  message(STATUS "Install configuration: \"${CMAKE_INSTALL_CONFIG_NAME}\"")
 
18
endif()
 
19
 
 
20
# Set the component getting installed.
 
21
if(NOT CMAKE_INSTALL_COMPONENT)
 
22
  if(COMPONENT)
 
23
    message(STATUS "Install component: \"${COMPONENT}\"")
 
24
    set(CMAKE_INSTALL_COMPONENT "${COMPONENT}")
 
25
  else()
 
26
    set(CMAKE_INSTALL_COMPONENT)
 
27
  endif()
 
28
endif()
 
29
 
 
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()
 
34
 
 
35
# Is this installation the result of a crosscompile?
 
36
if(NOT DEFINED CMAKE_CROSSCOMPILING)
 
37
  set(CMAKE_CROSSCOMPILING "FALSE")
 
38
endif()
 
39
 
 
40
# Set default install directory permissions.
 
41
if(NOT DEFINED CMAKE_OBJDUMP)
 
42
  set(CMAKE_OBJDUMP "/usr/bin/objdump")
 
43
endif()
 
44
 
 
45
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
 
46
  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
 
47
   "//manifest.json")
 
48
  if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
 
49
    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
50
  endif()
 
51
  if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
 
52
    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
53
  endif()
 
54
  file(INSTALL DESTINATION "/" TYPE FILE FILES "/home/cibersheep/Documents/UT-Projects/podbird/build/x86_64-linux-gnu/app/manifest.json")
 
55
endif()
 
56
 
 
57
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
 
58
  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
 
59
   "//podbird.png")
 
60
  if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
 
61
    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
62
  endif()
 
63
  if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
 
64
    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
65
  endif()
 
66
  file(INSTALL DESTINATION "/" TYPE FILE FILES "/home/cibersheep/Documents/UT-Projects/podbird/podbird.png")
 
67
endif()
 
68
 
 
69
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
 
70
  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
 
71
   "//splash.png")
 
72
  if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
 
73
    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
74
  endif()
 
75
  if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
 
76
    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
77
  endif()
 
78
  file(INSTALL DESTINATION "/" TYPE FILE FILES "/home/cibersheep/Documents/UT-Projects/podbird/splash.png")
 
79
endif()
 
80
 
 
81
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
 
82
  list(APPEND CMAKE_ABSOLUTE_DESTINATION_FILES
 
83
   "//Podbird.apparmor")
 
84
  if(CMAKE_WARN_ON_ABSOLUTE_INSTALL_DESTINATION)
 
85
    message(WARNING "ABSOLUTE path INSTALL DESTINATION : ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
86
  endif()
 
87
  if(CMAKE_ERROR_ON_ABSOLUTE_INSTALL_DESTINATION)
 
88
    message(FATAL_ERROR "ABSOLUTE path INSTALL DESTINATION forbidden (by caller): ${CMAKE_ABSOLUTE_DESTINATION_FILES}")
 
89
  endif()
 
90
  file(INSTALL DESTINATION "/" TYPE FILE FILES "/home/cibersheep/Documents/UT-Projects/podbird/Podbird.apparmor")
 
91
endif()
 
92
 
 
93
if(NOT CMAKE_INSTALL_LOCAL_ONLY)
 
94
  # Include the install script for each subdirectory.
 
95
  include("/home/cibersheep/Documents/UT-Projects/podbird/build/x86_64-linux-gnu/app/app/cmake_install.cmake")
 
96
  include("/home/cibersheep/Documents/UT-Projects/podbird/build/x86_64-linux-gnu/app/backend/cmake_install.cmake")
 
97
  include("/home/cibersheep/Documents/UT-Projects/podbird/build/x86_64-linux-gnu/app/po/cmake_install.cmake")
 
98
 
 
99
endif()
 
100
 
 
101
if(CMAKE_INSTALL_COMPONENT)
 
102
  set(CMAKE_INSTALL_MANIFEST "install_manifest_${CMAKE_INSTALL_COMPONENT}.txt")
 
103
else()
 
104
  set(CMAKE_INSTALL_MANIFEST "install_manifest.txt")
 
105
endif()
 
106
 
 
107
string(REPLACE ";" "\n" CMAKE_INSTALL_MANIFEST_CONTENT
 
108
       "${CMAKE_INSTALL_MANIFEST_FILES}")
 
109
file(WRITE "/home/cibersheep/Documents/UT-Projects/podbird/build/x86_64-linux-gnu/app/${CMAKE_INSTALL_MANIFEST}"
 
110
     "${CMAKE_INSTALL_MANIFEST_CONTENT}")