-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbuild.ninja
343 lines (258 loc) · 30.3 KB
/
build.ninja
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
# CMAKE generated file: DO NOT EDIT!
# Generated by "Ninja" Generator, CMake Version 3.28
# This file contains all the build statements describing the
# compilation DAG.
# =============================================================================
# Write statements declared in CMakeLists.txt:
#
# Which is the root file.
# =============================================================================
# =============================================================================
# Project: QEABoat
# Configurations: Debug
# =============================================================================
#############################################
# Minimal version of Ninja required by this file
ninja_required_version = 1.5
#############################################
# Set configuration variable for custom commands.
CONFIGURATION = Debug
# =============================================================================
# Include auxiliary files.
#############################################
# Include rules file.
include CMakeFiles/rules.ninja
# =============================================================================
#############################################
# Logical path to working directory; prefix for absolute paths.
cmake_ninja_workdir = E$:/EmbeddedProjects/QEABoat/
# =============================================================================
# Object build statements for EXECUTABLE target QEABoat
#############################################
# Order-only phony target for QEABoat
build cmake_object_order_depends_target_QEABoat: phony || CMakeFiles/QEABoat.dir
build CMakeFiles/QEABoat.dir/Core/Src/main.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/main.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\main.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Core/Src/gpio.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/gpio.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\gpio.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Core/Src/stm32f1xx_it.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/stm32f1xx_it.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\stm32f1xx_it.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Core/Src/stm32f1xx_hal_msp.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/stm32f1xx_hal_msp.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\stm32f1xx_hal_msp.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio_ex.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_tim.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_tim_ex.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rcc.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_rcc_ex.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_gpio.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_dma.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_cortex.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_pwr.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_flash_ex.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src\stm32f1xx_hal_exti.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Drivers\STM32F1xx_HAL_Driver\Src
build CMakeFiles/QEABoat.dir/Core/Src/system_stm32f1xx.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/system_stm32f1xx.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\system_stm32f1xx.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Core/Src/sysmem.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/sysmem.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\sysmem.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/Core/Src/syscalls.c.obj: C_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/Core/Src/syscalls.c || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\Core\Src\syscalls.c.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g -std=gnu11
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir\Core\Src
build CMakeFiles/QEABoat.dir/startup_stm32f103xb.s.obj: ASM_COMPILER__QEABoat_unscanned_Debug E$:/EmbeddedProjects/QEABoat/startup_stm32f103xb.s || cmake_object_order_depends_target_QEABoat
DEFINES = -DDEBUG -DSTM32F103xB -DUSE_HAL_DRIVER
DEP_FILE = CMakeFiles\QEABoat.dir\startup_stm32f103xb.s.obj.d
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -x assembler-with-cpp -MMD -MP -g
INCLUDES = -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Core/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/STM32F1xx_HAL_Driver/Inc/Legacy -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Device/ST/STM32F1xx/Include -IE:/EmbeddedProjects/QEABoat/cmake/stm32cubemx/../../Drivers/CMSIS/Include
OBJECT_DIR = CMakeFiles\QEABoat.dir
OBJECT_FILE_DIR = CMakeFiles\QEABoat.dir
# =============================================================================
# Link build statements for EXECUTABLE target QEABoat
#############################################
# Link the executable QEABoat.elf
build QEABoat.elf: C_EXECUTABLE_LINKER__QEABoat_Debug CMakeFiles/QEABoat.dir/Core/Src/main.c.obj CMakeFiles/QEABoat.dir/Core/Src/gpio.c.obj CMakeFiles/QEABoat.dir/Core/Src/stm32f1xx_it.c.obj CMakeFiles/QEABoat.dir/Core/Src/stm32f1xx_hal_msp.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio_ex.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_tim_ex.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_rcc_ex.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_gpio.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_dma.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_cortex.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_pwr.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_flash_ex.c.obj CMakeFiles/QEABoat.dir/Drivers/STM32F1xx_HAL_Driver/Src/stm32f1xx_hal_exti.c.obj CMakeFiles/QEABoat.dir/Core/Src/system_stm32f1xx.c.obj CMakeFiles/QEABoat.dir/Core/Src/sysmem.c.obj CMakeFiles/QEABoat.dir/Core/Src/syscalls.c.obj CMakeFiles/QEABoat.dir/startup_stm32f103xb.s.obj
FLAGS = -mcpu=cortex-m3 -Wall -Wextra -Wpedantic -fdata-sections -ffunction-sections -O0 -g3 -g
OBJECT_DIR = CMakeFiles\QEABoat.dir
POST_BUILD = cd .
PRE_LINK = cd .
TARGET_FILE = QEABoat.elf
TARGET_PDB = QEABoat.elf.dbg
#############################################
# Utility command for edit_cache
build CMakeFiles/edit_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D E:\EmbeddedProjects\QEABoat && E:\STM32CubeCLT\CMake\bin\cmake-gui.exe -SE:\EmbeddedProjects\QEABoat -BE:\EmbeddedProjects\QEABoat"
DESC = Running CMake cache editor...
pool = console
restat = 1
build edit_cache: phony CMakeFiles/edit_cache.util
#############################################
# Utility command for rebuild_cache
build CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D E:\EmbeddedProjects\QEABoat && E:\STM32CubeCLT\CMake\bin\cmake.exe --regenerate-during-build -SE:\EmbeddedProjects\QEABoat -BE:\EmbeddedProjects\QEABoat"
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
build rebuild_cache: phony CMakeFiles/rebuild_cache.util
# =============================================================================
# Write statements declared in CMakeLists.txt:
# E:/EmbeddedProjects/QEABoat/CMakeLists.txt
# =============================================================================
#############################################
# Utility command for edit_cache
build cmake/stm32cubemx/CMakeFiles/edit_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D E:\EmbeddedProjects\QEABoat\cmake\stm32cubemx && E:\STM32CubeCLT\CMake\bin\cmake-gui.exe -SE:\EmbeddedProjects\QEABoat -BE:\EmbeddedProjects\QEABoat"
DESC = Running CMake cache editor...
pool = console
restat = 1
build cmake/stm32cubemx/edit_cache: phony cmake/stm32cubemx/CMakeFiles/edit_cache.util
#############################################
# Utility command for rebuild_cache
build cmake/stm32cubemx/CMakeFiles/rebuild_cache.util: CUSTOM_COMMAND
COMMAND = cmd.exe /C "cd /D E:\EmbeddedProjects\QEABoat\cmake\stm32cubemx && E:\STM32CubeCLT\CMake\bin\cmake.exe --regenerate-during-build -SE:\EmbeddedProjects\QEABoat -BE:\EmbeddedProjects\QEABoat"
DESC = Running CMake to regenerate build system...
pool = console
restat = 1
build cmake/stm32cubemx/rebuild_cache: phony cmake/stm32cubemx/CMakeFiles/rebuild_cache.util
# =============================================================================
# Target aliases.
build QEABoat: phony QEABoat.elf
# =============================================================================
# Folder targets.
# =============================================================================
#############################################
# Folder: E:/EmbeddedProjects/QEABoat
build all: phony QEABoat.elf cmake/stm32cubemx/all
# =============================================================================
#############################################
# Folder: E:/EmbeddedProjects/QEABoat/cmake/stm32cubemx
build cmake/stm32cubemx/all: phony
# =============================================================================
# Built-in targets
#############################################
# Re-run CMake if any of its inputs changed.
build build.ninja: RERUN_CMAKE | CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake CMakeLists.txt E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake cmake/gcc-arm-none-eabi.cmake cmake/stm32cubemx/CMakeLists.txt
pool = console
#############################################
# A missing CMake input file is not an error.
build CMakeCache.txt CMakeFiles/3.28.1/CMakeASMCompiler.cmake CMakeFiles/3.28.1/CMakeCCompiler.cmake CMakeFiles/3.28.1/CMakeCXXCompiler.cmake CMakeFiles/3.28.1/CMakeSystem.cmake CMakeLists.txt E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeASMInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCXXInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeCommonLanguageInclude.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeGenericSystem.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeInitializeConfigs.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeLanguageInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInformation.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/CMakeSystemSpecificInitialize.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/CMakeCommonCompilerMacros.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-ASM.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-C.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU-CXX.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Compiler/GNU.cmake E$:/STM32CubeCLT/CMake/share/cmake-3.28/Modules/Platform/Generic.cmake cmake/gcc-arm-none-eabi.cmake cmake/stm32cubemx/CMakeLists.txt: phony
#############################################
# Clean all the built files.
build clean: CLEAN
#############################################
# Print all primary targets available.
build help: HELP
#############################################
# Make the all target the default.
default all