File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -271,13 +271,20 @@ distclean: clean
271
271
# -------------------------------------------------------------------------------
272
272
# debugging
273
273
echo :
274
- @echo " ostype = ' ${ostype} ' "
274
+ @echo " ---------- Options "
275
275
@echo " static = '${static} '"
276
+ @echo " prefix = '${prefix} '"
277
+ @echo " abs_prefix = '${abs_prefix} '"
278
+ @echo
279
+ @echo " ---------- Internal variables"
280
+ @echo " ostype = '${ostype} '"
281
+ @echo " macos = '${macos} '"
276
282
@echo " id = '${id} '"
277
283
@echo " last_id = '${last_id} '"
278
284
@echo " abi_version = '${abi_version} '"
279
285
@echo " soversion = '${soversion} '"
280
286
@echo
287
+ @echo " ---------- Libraries"
281
288
@echo " lib_name = ${lib_name} "
282
289
@echo " lib_a = ${lib_a} "
283
290
@echo " lib_so = ${lib_so} "
@@ -297,9 +304,11 @@ echo:
297
304
@echo
298
305
@echo " dep = ${dep} "
299
306
@echo
307
+ @echo " ---------- C++ compiler"
300
308
@echo " CXX = ${CXX} "
301
309
@echo " CXXFLAGS = ${CXXFLAGS} "
302
310
@echo
311
+ @echo " ---------- Link flags"
303
312
@echo " LD = ${LD} "
304
313
@echo " LDFLAGS = ${LDFLAGS} "
305
314
@echo " LIBS = ${LIBS} "
You can’t perform that action at this time.
0 commit comments