-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMakefile
More file actions
143 lines (101 loc) · 4.89 KB
/
Makefile
File metadata and controls
143 lines (101 loc) · 4.89 KB
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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
# Makefile generated by MakefileGenerator.cs
# *DO NOT EDIT*
UNREALROOTPATH = /home/robolab/software/Linux_Unreal_Engine_5.6.1
TARGETS = \
VRTeleoperation-Android-DebugGame \
VRTeleoperation-Android-Development \
VRTeleoperation-Android-Shipping \
VRTeleoperation-Linux-DebugGame \
VRTeleoperation-Linux-Development \
VRTeleoperation-Linux-Shipping \
VRTeleoperation-LinuxArm64-DebugGame \
VRTeleoperation-LinuxArm64-Development \
VRTeleoperation-LinuxArm64-Shipping \
VRTeleoperation \
VRTeleoperationEditor-Linux-DebugGame \
VRTeleoperationEditor-Linux-Development \
VRTeleoperationEditor \
LiveLinkHub-Linux-DebugGame \
LiveLinkHub-Linux-Development \
LiveLinkHub \
DotNetPerforceLib \
IoStoreOnDemandTests \
EventLoopUnitTests \
UnrealEditor-Linux-DebugGame \
UnrealEditor-Linux-Development \
UnrealEditor \
UnrealGame-Android-DebugGame \
UnrealGame-Android-Development \
UnrealGame-Android-Shipping \
UnrealGame-Linux-DebugGame \
UnrealGame-Linux-Development \
UnrealGame-Linux-Shipping \
UnrealGame-LinuxArm64-DebugGame \
UnrealGame-LinuxArm64-Development \
UnrealGame-LinuxArm64-Shipping \
UnrealGame\
configure
BUILD = "$(UNREALROOTPATH)/Engine/Build/BatchFiles/RunUBT.sh"
all: StandardSet
RequiredTools: CrashReportClient-Linux-Shipping CrashReportClientEditor-Linux-Shipping ShaderCompileWorker UnrealLightmass EpicWebHelper-Linux-Shipping
StandardSet: RequiredTools UnrealFrontend VRTeleoperationEditor UnrealInsights
DebugSet: RequiredTools UnrealFrontend-Linux-Debug VRTeleoperationEditor-Linux-Debug
VRTeleoperation-Android-DebugGame:
$(BUILD) VRTeleoperation Android DebugGame -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-Android-Development:
$(BUILD) VRTeleoperation Android Development -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-Android-Shipping:
$(BUILD) VRTeleoperation Android Shipping -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-Linux-DebugGame:
$(BUILD) VRTeleoperation Linux DebugGame -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-Linux-Development:
$(BUILD) VRTeleoperation Linux Development -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-Linux-Shipping:
$(BUILD) VRTeleoperation Linux Shipping -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-LinuxArm64-DebugGame:
$(BUILD) VRTeleoperation LinuxArm64 DebugGame -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-LinuxArm64-Development:
$(BUILD) VRTeleoperation LinuxArm64 Development -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation-LinuxArm64-Shipping:
$(BUILD) VRTeleoperation LinuxArm64 Shipping -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperation: VRTeleoperation-Linux-Development
VRTeleoperationEditor-Linux-DebugGame:
$(BUILD) VRTeleoperationEditor Linux DebugGame -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperationEditor-Linux-Development:
$(BUILD) VRTeleoperationEditor Linux Development -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" $(ARGS)
VRTeleoperationEditor: VRTeleoperationEditor-Linux-Development
LiveLinkHub-Linux-DebugGame:
$(BUILD) LiveLinkHub Linux DebugGame $(ARGS)
LiveLinkHub-Linux-Development:
$(BUILD) LiveLinkHub Linux Development $(ARGS)
LiveLinkHub: LiveLinkHub-Linux-Development
DotNetPerforceLib: DotNetPerforceLib-Linux-Development
IoStoreOnDemandTests: IoStoreOnDemandTests-Linux-Development
EventLoopUnitTests: EventLoopUnitTests-Linux-Development
UnrealEditor-Linux-DebugGame:
$(BUILD) UnrealEditor Linux DebugGame $(ARGS)
UnrealEditor-Linux-Development:
$(BUILD) UnrealEditor Linux Development $(ARGS)
UnrealEditor: UnrealEditor-Linux-Development
UnrealGame-Android-DebugGame:
$(BUILD) UnrealGame Android DebugGame $(ARGS)
UnrealGame-Android-Development:
$(BUILD) UnrealGame Android Development $(ARGS)
UnrealGame-Android-Shipping:
$(BUILD) UnrealGame Android Shipping $(ARGS)
UnrealGame-Linux-DebugGame:
$(BUILD) UnrealGame Linux DebugGame $(ARGS)
UnrealGame-Linux-Development:
$(BUILD) UnrealGame Linux Development $(ARGS)
UnrealGame-Linux-Shipping:
$(BUILD) UnrealGame Linux Shipping $(ARGS)
UnrealGame-LinuxArm64-DebugGame:
$(BUILD) UnrealGame LinuxArm64 DebugGame $(ARGS)
UnrealGame-LinuxArm64-Development:
$(BUILD) UnrealGame LinuxArm64 Development $(ARGS)
UnrealGame-LinuxArm64-Shipping:
$(BUILD) UnrealGame LinuxArm64 Shipping $(ARGS)
UnrealGame: UnrealGame-Linux-Development
configure:
$(BUILD) -ProjectFiles -Project="/home/robolab/Code/VR_teleoperation/VRTeleoperation.uproject" -Game
.PHONY: $(TARGETS)