Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit b0ebcc2

Browse files
committedMay 31, 2024
make: sync with SLATE
1 parent 6d6b5c8 commit b0ebcc2

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed
 

‎GNUmakefile

+10-1
Original file line numberDiff line numberDiff line change
@@ -271,13 +271,20 @@ distclean: clean
271271
#-------------------------------------------------------------------------------
272272
# debugging
273273
echo:
274-
@echo "ostype = '${ostype}'"
274+
@echo "---------- Options"
275275
@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}'"
276282
@echo "id = '${id}'"
277283
@echo "last_id = '${last_id}'"
278284
@echo "abi_version = '${abi_version}'"
279285
@echo "soversion = '${soversion}'"
280286
@echo
287+
@echo "---------- Libraries"
281288
@echo "lib_name = ${lib_name}"
282289
@echo "lib_a = ${lib_a}"
283290
@echo "lib_so = ${lib_so}"
@@ -297,9 +304,11 @@ echo:
297304
@echo
298305
@echo "dep = ${dep}"
299306
@echo
307+
@echo "---------- C++ compiler"
300308
@echo "CXX = ${CXX}"
301309
@echo "CXXFLAGS = ${CXXFLAGS}"
302310
@echo
311+
@echo "---------- Link flags"
303312
@echo "LD = ${LD}"
304313
@echo "LDFLAGS = ${LDFLAGS}"
305314
@echo "LIBS = ${LIBS}"

0 commit comments

Comments
 (0)