summaryrefslogtreecommitdiffhomepage
path: root/Makefile.in
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-10-31 14:41:09 -0400
committermidipix <writeonce@midipix.org>2015-10-31 14:41:09 -0400
commite1fef7c8c7ae7a3a170dc6bd23e37db6763b7a3c (patch)
treed0356b8cca9b432e0dac234bc529422d5f6ddf4f /Makefile.in
parent02c4a1cc1466c4b4bc673bc72c506eb8c053b29c (diff)
downloadpemagine-e1fef7c8c7ae7a3a170dc6bd23e37db6763b7a3c.tar.bz2
pemagine-e1fef7c8c7ae7a3a170dc6bd23e37db6763b7a3c.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 b5d4af5..38f42ed 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:
@@ -239,6 +242,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 \