项目

一般

简介

错误 #566 » Makefile

吕 国荣, 2021-06-16 17:56

 
1
# CMAKE generated file: DO NOT EDIT!
2
# Generated by "Unix Makefiles" Generator, CMake Version 3.5
3

    
4
# Default target executed when no arguments are given to make.
5
default_target: all
6

    
7
.PHONY : default_target
8

    
9
# Allow only one "make -f Makefile2" at a time, but pass parallelism.
10
.NOTPARALLEL:
11

    
12

    
13
#=============================================================================
14
# Special targets provided by cmake.
15

    
16
# Disable implicit rules so canonical targets will work.
17
.SUFFIXES:
18

    
19

    
20
# Remove some rules from gmake that .SUFFIXES does not remove.
21
SUFFIXES =
22

    
23
.SUFFIXES: .hpux_make_needs_suffix_list
24

    
25

    
26
# Suppress display of executed commands.
27
$(VERBOSE).SILENT:
28

    
29

    
30
# A target that is always out of date.
31
cmake_force:
32

    
33
.PHONY : cmake_force
34

    
35
#=============================================================================
36
# Set environment variables for the build.
37

    
38
# The shell in which to execute make rules.
39
SHELL = /bin/sh
40

    
41
# The CMake executable.
42
CMAKE_COMMAND = /usr/bin/cmake
43

    
44
# The command to remove a file.
45
RM = /usr/bin/cmake -E remove -f
46

    
47
# Escaping for special characters.
48
EQUALS = =
49

    
50
# The top-level source directory on which CMake was run.
51
CMAKE_SOURCE_DIR = /home/yzp/LDPC_final/LDPC_Linux_CB
52

    
53
# The top-level build directory on which CMake was run.
54
CMAKE_BINARY_DIR = /home/yzp/LDPC_final/LDPC_Linux_CB
55

    
56
#=============================================================================
57
# Targets provided globally by CMake.
58

    
59
# Special rule for the target edit_cache
60
edit_cache:
61
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "No interactive CMake dialog available..."
62
	/usr/bin/cmake -E echo No\ interactive\ CMake\ dialog\ available.
63
.PHONY : edit_cache
64

    
65
# Special rule for the target edit_cache
66
edit_cache/fast: edit_cache
67

    
68
.PHONY : edit_cache/fast
69

    
70
# Special rule for the target rebuild_cache
71
rebuild_cache:
72
	@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --cyan "Running CMake to regenerate build system..."
73
	/usr/bin/cmake -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
74
.PHONY : rebuild_cache
75

    
76
# Special rule for the target rebuild_cache
77
rebuild_cache/fast: rebuild_cache
78

    
79
.PHONY : rebuild_cache/fast
80

    
81
# The main all target
82
all: cmake_check_build_system
83
	$(CMAKE_COMMAND) -E cmake_progress_start /home/yzp/LDPC_final/LDPC_Linux_CB/CMakeFiles /home/yzp/LDPC_final/LDPC_Linux_CB/CMakeFiles/progress.marks
84
	$(MAKE) -f CMakeFiles/Makefile2 all
85
	$(CMAKE_COMMAND) -E cmake_progress_start /home/yzp/LDPC_final/LDPC_Linux_CB/CMakeFiles 0
86
.PHONY : all
87

    
88
# The main clean target
89
clean:
90
	$(MAKE) -f CMakeFiles/Makefile2 clean
91
.PHONY : clean
92

    
93
# The main clean target
94
clean/fast: clean
95

    
96
.PHONY : clean/fast
97

    
98
# Prepare targets for installation.
99
preinstall: all
100
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
101
.PHONY : preinstall
102

    
103
# Prepare targets for installation.
104
preinstall/fast:
105
	$(MAKE) -f CMakeFiles/Makefile2 preinstall
106
.PHONY : preinstall/fast
107

    
108
# clear depends
109
depend:
110
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
111
.PHONY : depend
112

    
113
#=============================================================================
114
# Target rules for targets named LDPC_final
115

    
116
# Build rule for target.
117
LDPC_final: cmake_check_build_system
118
	$(MAKE) -f CMakeFiles/Makefile2 LDPC_final
119
.PHONY : LDPC_final
120

    
121
# fast build rule for target.
122
LDPC_final/fast:
123
	$(MAKE) -f CMakeFiles/LDPC_final.dir/build.make CMakeFiles/LDPC_final.dir/build
124
.PHONY : LDPC_final/fast
125

    
126
#=============================================================================
127
# Target rules for targets named LDPC_include
128

    
129
# Build rule for target.
130
LDPC_include: cmake_check_build_system
131
	$(MAKE) -f CMakeFiles/Makefile2 LDPC_include
132
.PHONY : LDPC_include
133

    
134
# fast build rule for target.
135
LDPC_include/fast:
136
	$(MAKE) -f src/CMakeFiles/LDPC_include.dir/build.make src/CMakeFiles/LDPC_include.dir/build
137
.PHONY : LDPC_include/fast
138

    
139
main.o: main.c.o
140

    
141
.PHONY : main.o
142

    
143
# target to build an object file
144
main.c.o:
145
	$(MAKE) -f CMakeFiles/LDPC_final.dir/build.make CMakeFiles/LDPC_final.dir/main.c.o
146
.PHONY : main.c.o
147

    
148
main.i: main.c.i
149

    
150
.PHONY : main.i
151

    
152
# target to preprocess a source file
153
main.c.i:
154
	$(MAKE) -f CMakeFiles/LDPC_final.dir/build.make CMakeFiles/LDPC_final.dir/main.c.i
155
.PHONY : main.c.i
156

    
157
main.s: main.c.s
158

    
159
.PHONY : main.s
160

    
161
# target to generate assembly for a file
162
main.c.s:
163
	$(MAKE) -f CMakeFiles/LDPC_final.dir/build.make CMakeFiles/LDPC_final.dir/main.c.s
164
.PHONY : main.c.s
165

    
166
# Help Target
167
help:
168
	@echo "The following are some of the valid targets for this Makefile:"
169
	@echo "... all (the default if no target is provided)"
170
	@echo "... clean"
171
	@echo "... depend"
172
	@echo "... edit_cache"
173
	@echo "... LDPC_final"
174
	@echo "... rebuild_cache"
175
	@echo "... LDPC_include"
176
	@echo "... main.o"
177
	@echo "... main.i"
178
	@echo "... main.s"
179
.PHONY : help
180

    
181

    
182

    
183
#=============================================================================
184
# Special targets to cleanup operation of make.
185

    
186
# Special rule to run CMake to check the build system integrity.
187
# No rule that depends on this can have commands that come from listfiles
188
# because they might be regenerated.
189
cmake_check_build_system:
190
	$(CMAKE_COMMAND) -H$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
191
.PHONY : cmake_check_build_system
192

    
    (1-1/1)