summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-10-31 15:25:55 -0400
committermidipix <writeonce@midipix.org>2015-10-31 15:25:55 -0400
commit2318d682ccf46b2a95cbc842ad477b99201e1b34 (patch)
tree24d0a9545d1d944f27c6feaf8bab789c2b8785c1 /Makefile.in
parented04a410c277827afa351f5e58e397f8ace211c8 (diff)
downloadntapi-2318d682ccf46b2a95cbc842ad477b99201e1b34.tar.bz2
ntapi-2318d682ccf46b2a95cbc842ad477b99201e1b34.tar.xz
build system: fix support of CC, CPP, and CXX directly passed to configure.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index e691432..93f99f5 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -46,6 +46,9 @@ NATIVE_OS = @native_os@
NATIVE_OS_BITS = @native_os_bits@
NATIVE_OS_UNDERSCORE = @native_os_underscore@
+USER_CC = @user_cc@
+USER_CPP = @user_cpp@
+USER_CXX = @user_cxx@
all:
@@ -240,6 +243,10 @@ clean:
@echo NATIVE_OS_BITS:' '$(NATIVE_OS_BITS)
@echo NATIVE_OS_USCORE:' '$(NATIVE_OS_UNDERSCORE)
@echo
+ @echo USER_CC:' '$(USER_CC)
+ @echo USER_CPP:' '$(USER_CPP)
+ @echo USER_CXX:' '$(USER_CXX)
+ @echo
.PHONY: all install shared static .display \