]> www.ginac.de Git - cln.git/blobdiff - src/Makefile.in
* src/base/cl_low.h: Added several checks if NO_ASM is defined, so
[cln.git] / src / Makefile.in
index 1c91c1e92d2b1d84fa19e1b2fa9bfee3f71a36ff..1a6c95a13321a91d65a3ea76d1235f9b4c2b2a64 100644 (file)
@@ -26,7 +26,7 @@ CXX = @CXX@
 CXXFLAGS = @CXXFLAGS@
 CXXCPP = @CXXCPP@
 INCLUDES = -I../include -I$(top_srcdir)/include
-CPPFLAGS += $(INCLUDES)
+override CPPFLAGS += $(INCLUDES)
 LIBS = @LIBS@
 LIBTOOL = @LIBTOOL@
 LIBTOOL_COMPILE = $(LIBTOOL) --mode=compile
@@ -69,7 +69,7 @@ VPATH = $(srcdir)/$(SUBDIR) # :
 
 # Add subdirectory specific flags.
 include $(srcdir)/$(SUBDIR)/Makeflags
-CPPFLAGS += $(SUBDIR_INCLUDES)
+override CPPFLAGS += $(SUBDIR_INCLUDES)
 
 # Need to know the system name.
 SYSTEM := $(shell uname -s)