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 6d6b5c8 commit b0ebcc2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,13 +271,20 @@ distclean: clean
#-------------------------------------------------------------------------------
# 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}"
Expand All @@ -297,9 +304,11 @@ echo:
@echo
@echo "dep = ${dep}"
@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 b0ebcc2

Please sign in to comment.