Skip to content

Commit

Permalink
make: sync with SLATE
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 31, 2024
1 parent 89983aa commit e67a0f6
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -403,20 +403,29 @@ hooks: ${hooks}
#-------------------------------------------------------------------------------
# debugging
echo:
@echo "ostype = '${ostype}'"
@echo "---------- Options"
@echo "static = '${static}'"
@echo "prefix = '${prefix}'"
@echo "abs_prefix = '${abs_prefix}'"
@echo
@echo "---------- Internal variables"
@echo "ostype = '${ostype}'"
@echo "macos = '${macos}'"
@echo "id = '${id}'"
@echo "last_id = '${last_id}'"
@echo "abi_version = '${abi_version}'"
@echo "soversion = '${soversion}'"
@echo
@echo "---------- Libraries"
@echo "lib_name = ${lib_name}"
@echo "lib_a = ${lib_a}"
@echo "lib_so = ${lib_so}"
@echo "lib = ${lib}"
@echo "lib_so_abi = ${lib_so_abi}"
@echo "lib_soname = ${lib_soname}"
@echo
@echo "pkg = ${pkg}"
@echo
@echo "lib_src = ${lib_src}"
@echo
@echo "lib_obj = ${lib_obj}"
Expand All @@ -437,9 +446,11 @@ echo:
@echo "blaspp_src = ${blaspp_src}"
@echo "blaspp = ${blaspp}"
@echo
@echo "---------- C++ compiler"
@echo "CXX = ${CXX}"
@echo "CXXFLAGS = ${CXXFLAGS}"
@echo
@echo "---------- Link flags"
@echo "LD = ${LD}"
@echo "LDFLAGS = ${LDFLAGS}"
@echo "LIBS = ${LIBS}"
Expand Down

0 comments on commit e67a0f6

Please sign in to comment.