Lines Matching refs:info

96 info-basic:
97 $(info -----------------------------------------)
98 $(info | __ ______ _ ______________ |)
99 $(info | / / / / __ \/ | / / ____/ ____/ |)
100 $(info | / /_/ / / / / |/ / __/ / __/ |)
101 $(info | / __ / /_/ / /| / /___/ /___ |)
102 $(info | /_/ /_/\____/_/ |_/_____/_____/ |)
103 $(info -----------------------------------------)
104 $(info )
105 $(info -----------------------------------------)
106 $(info )
107 $(info Dependencies:)
108 $(info CEED_DIR = $(CEED_DIR))
109 $(info PETSC_DIR = $(PETSC_DIR))
110 $(info PETSC_ARCH = $(PETSC_ARCH))
111 $(info )
112 $(info Optional Dependencies:)
113 $(info SMARTREDIS_DIR = $(or $(SMARTREDIS_DIR),(not found)))
114 $(info USE_TORCH = $(USE_TORCH))
115 $(info )
116 $(info -----------------------------------------)
117 $(info )
120 info: target
121 $(info -----------------------------------------)
122 $(info | __ ______ _ ______________ |)
123 $(info | / / / / __ \/ | / / ____/ ____/ |)
124 $(info | / /_/ / / / / |/ / __/ / __/ |)
125 $(info | / __ / /_/ / /| / /___/ /___ |)
126 $(info | /_/ /_/\____/_/ |_/_____/_____/ |)
127 $(info -----------------------------------------)
128 $(info )
129 $(info -----------------------------------------)
130 $(info )
131 $(info Dependencies:)
132 $(info CEED_DIR = $(CEED_DIR))
133 $(info PETSC_DIR = $(PETSC_DIR))
134 $(info PETSC_ARCH = $(PETSC_ARCH))
135 $(info )
136 $(info Optional Dependencies:)
137 $(info SMARTREDIS_DIR = $(or $(SMARTREDIS_DIR),(not found)))
138 $(info USE_TORCH = $(USE_TORCH))
139 $(info )
140 $(info -----------------------------------------)
141 $(info )
142 $(info Build Options:)
143 $(info CC = $(CC))
144 $(info CFLAGS = $(CFLAGS))
145 $(info CPPFLAGS = $(CPPFLAGS))
146 $(info LDFLAGS = $(LDFLAGS))
147 $(info LDLIBS = $(LDLIBS))
148 $(info AR = $(AR))
149 $(info ARFLAGS = $(ARFLAGS))
150 $(info OPT = $(OPT))
151 $(info AFLAGS = $(AFLAGS))
152 $(info ASAN = $(or $(ASAN),(empty)))
153 $(info VERBOSE = $(or $(V),(empty)) [verbose=$(if $(V),on,off)])
154 $(info )
155 $(info -----------------------------------------)
156 $(info )
157 $(info Format and Style Options:)
158 $(info CLANG_FORMAT = $(CLANG_FORMAT))
159 $(info FORMAT_OPTS = $(FORMAT_OPTS))
160 $(info CLANG_TIDY = $(CLANG_TIDY))
161 $(info TIDY_OPTS = $(TIDY_OPTS))
162 $(info TIDY_FILE_OPTS = $(TIDY_FILE_OPTS))
163 $(info )
164 $(info -----------------------------------------)
165 $(info )
166 $(info Git:)
167 $(info describe = $(GIT_DESCRIBE))
168 $(info )
169 $(info -----------------------------------------)
170 $(info )
205 $(info CC : $(CC))
206 $(info CFLAGS : $(CFLAGS))
207 $(info CPPFLAGS: $(CPPFLAGS))
208 $(info LDFLAGS : $(LDFLAGS))
209 $(info LDLIBS : $(LDLIBS))
210 $(info OPT : $(OPT))
214 $(info [ variable name]: $*)
215 $(info [ origin]: $(origin $*))
216 $(info [ flavor]: $(flavor $*))
217 $(info [ value]: $(value $*))
218 $(info [expanded value]: $($*))
219 $(info )
342 $(info Running unit tests)
343 $(info - Testing with libCEED backends: $(CEED_BACKENDS))
344 $(info - Testing on $(NPROC_TEST) processes)