Skip to content
Navigation Menu
Toggle navigation
Sign in
In this repository
All GitHub Enterprise
↵
Jump to
↵
No suggested jump to results
In this repository
All GitHub Enterprise
↵
Jump to
↵
In this user
All GitHub Enterprise
↵
Jump to
↵
In this repository
All GitHub Enterprise
↵
Jump to
↵
Sign in
Reseting focus
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
golwalkars
/
7166CEM
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Projects
0
Security
Insights
Additional navigation options
Code
Issues
Pull requests
Projects
Security
Insights
Files
main
CMakeFiles
include
lib
src
CMakeLists.txt
Makefile
README.md
candata.dbc
candump.log
Breadcrumbs
7166CEM
/
Makefile
Blame
Blame
Latest commit
golwalkars
Commit changes
Dec 17, 2023
b42c813
·
Dec 17, 2023
History
History
263 lines (199 loc) · 7.63 KB
Breadcrumbs
7166CEM
/
Makefile
Top
File metadata and controls
Code
Blame
263 lines (199 loc) · 7.63 KB
Raw
# CMAKE generated file: DO NOT EDIT! # Generated by "Unix Makefiles" Generator, CMake Version 3.22 # Default target executed when no arguments are given to make. default_target: all .PHONY : default_target # Allow only one "make -f Makefile2" at a time, but pass parallelism. .NOTPARALLEL: #============================================================================= # Special targets provided by cmake. # Disable implicit rules so canonical targets will work. .SUFFIXES: # Disable VCS-based implicit rules. % : %,v # Disable VCS-based implicit rules. % : RCS/% # Disable VCS-based implicit rules. % : RCS/%,v # Disable VCS-based implicit rules. % : SCCS/s.% # Disable VCS-based implicit rules. % : s.% .SUFFIXES: .hpux_make_needs_suffix_list # Command-line flag to silence nested $(MAKE). $(VERBOSE)MAKESILENT = -s #Suppress display of executed commands. $(VERBOSE).SILENT: # A target that is always out of date. cmake_force: .PHONY : cmake_force #============================================================================= # Set environment variables for the build. # The shell in which to execute make rules. SHELL = /bin/sh # The CMake executable. CMAKE_COMMAND = /usr/bin/cmake # The command to remove a file. RM = /usr/bin/cmake -E rm -f # Escaping for special characters. EQUALS = = # The top-level source directory on which CMake was run. CMAKE_SOURCE_DIR = /home/coventry/Documents/7166CEM # The top-level build directory on which CMake was run. CMAKE_BINARY_DIR = /home/coventry/Documents/7166CEM #============================================================================= # Targets provided globally by CMake. # Special rule for the target edit_cache edit_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..." /usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available. .PHONY : edit_cache # Special rule for the target edit_cache edit_cache/fast: edit_cache .PHONY : edit_cache/fast # Special rule for the target rebuild_cache rebuild_cache: @$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..." /usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) .PHONY : rebuild_cache # Special rule for the target rebuild_cache rebuild_cache/fast: rebuild_cache .PHONY : rebuild_cache/fast # The main all target all: cmake_check_build_system $(CMAKE_COMMAND) -E cmake_progress_start /home/coventry/Documents/7166CEM/CMakeFiles /home/coventry/Documents/7166CEM//CMakeFiles/progress.marks $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all $(CMAKE_COMMAND) -E cmake_progress_start /home/coventry/Documents/7166CEM/CMakeFiles 0 .PHONY : all # The main clean target clean: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 clean .PHONY : clean # The main clean target clean/fast: clean .PHONY : clean/fast # Prepare targets for installation. preinstall: all $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall # Prepare targets for installation. preinstall/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 preinstall .PHONY : preinstall/fast # clear depends depend: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1 .PHONY : depend #============================================================================= # Target rules for targets named candata # Build rule for target. candata: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 candata .PHONY : candata # fast build rule for target. candata/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/candata.dir/build.make CMakeFiles/candata.dir/build .PHONY : candata/fast #============================================================================= # Target rules for targets named main # Build rule for target. main: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main .PHONY : main # fast build rule for target. main/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/build .PHONY : main/fast #============================================================================= # Target rules for targets named main_test # Build rule for target. main_test: cmake_check_build_system $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 main_test .PHONY : main_test # fast build rule for target. main_test/fast: $(MAKE) $(MAKESILENT) -f CMakeFiles/main_test.dir/build.make CMakeFiles/main_test.dir/build .PHONY : main_test/fast src/main.o: src/main.c.o .PHONY : src/main.o # target to build an object file src/main.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/main.c.o .PHONY : src/main.c.o src/main.i: src/main.c.i .PHONY : src/main.i # target to preprocess a source file src/main.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/main.c.i .PHONY : src/main.c.i src/main.s: src/main.c.s .PHONY : src/main.s # target to generate assembly for a file src/main.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/main.dir/build.make CMakeFiles/main.dir/src/main.c.s .PHONY : src/main.c.s src/main_test.o: src/main_test.c.o .PHONY : src/main_test.o # target to build an object file src/main_test.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/main_test.dir/build.make CMakeFiles/main_test.dir/src/main_test.c.o .PHONY : src/main_test.c.o src/main_test.i: src/main_test.c.i .PHONY : src/main_test.i # target to preprocess a source file src/main_test.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/main_test.dir/build.make CMakeFiles/main_test.dir/src/main_test.c.i .PHONY : src/main_test.c.i src/main_test.s: src/main_test.c.s .PHONY : src/main_test.s # target to generate assembly for a file src/main_test.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/main_test.dir/build.make CMakeFiles/main_test.dir/src/main_test.c.s .PHONY : src/main_test.c.s src_autogen/candata.o: src_autogen/candata.c.o .PHONY : src_autogen/candata.o # target to build an object file src_autogen/candata.c.o: $(MAKE) $(MAKESILENT) -f CMakeFiles/candata.dir/build.make CMakeFiles/candata.dir/src_autogen/candata.c.o .PHONY : src_autogen/candata.c.o src_autogen/candata.i: src_autogen/candata.c.i .PHONY : src_autogen/candata.i # target to preprocess a source file src_autogen/candata.c.i: $(MAKE) $(MAKESILENT) -f CMakeFiles/candata.dir/build.make CMakeFiles/candata.dir/src_autogen/candata.c.i .PHONY : src_autogen/candata.c.i src_autogen/candata.s: src_autogen/candata.c.s .PHONY : src_autogen/candata.s # target to generate assembly for a file src_autogen/candata.c.s: $(MAKE) $(MAKESILENT) -f CMakeFiles/candata.dir/build.make CMakeFiles/candata.dir/src_autogen/candata.c.s .PHONY : src_autogen/candata.c.s # Help Target help: @echo "The following are some of the valid targets for this Makefile:" @echo "... all (the default if no target is provided)" @echo "... clean" @echo "... depend" @echo "... edit_cache" @echo "... rebuild_cache" @echo "... candata" @echo "... main" @echo "... main_test" @echo "... src/main.o" @echo "... src/main.i" @echo "... src/main.s" @echo "... src/main_test.o" @echo "... src/main_test.i" @echo "... src/main_test.s" @echo "... src_autogen/candata.o" @echo "... src_autogen/candata.i" @echo "... src_autogen/candata.s" .PHONY : help #============================================================================= # Special targets to cleanup operation of make. # Special rule to run CMake to check the build system integrity. # No rule that depends on this can have commands that come from listfiles # because they might be regenerated. cmake_check_build_system: $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0 .PHONY : cmake_check_build_system
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
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
You can’t perform that action at this time.