diff --git a/Makefile.in b/Makefile.in index 59a8b01feb1..5e65a8bfe07 100644 --- a/Makefile.in +++ b/Makefile.in @@ -2,6 +2,15 @@ defaultMakefileTarget = Makefile.unix +host=@host@ +host_short=@host_short@ +CC=@CC@ +CXX=@CXX@ +CPPFLAGS=@CPPFLAGS@ +CFLAGS=@CFLAGS@ +CXXFLAGS=@CXXFLAGS@ +LDFLAGS=@LDFLAGS@ + CMAKE = @CMAKE@ # Use the system's default cmake if nothing is passed to configure script, i.e., no CMAKE= is specified ifeq ($(CMAKE),)