equal
deleted
inserted
replaced
148 # Flags for creating the dependency files. |
148 # Flags for creating the dependency files. |
149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) |
149 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) |
150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d) |
150 DEPFLAGS = -xMMD -xMF $(DEP_DIR)/$(@:%=%.d) |
151 endif |
151 endif |
152 |
152 |
|
153 # -DDONT_USE_PRECOMPILED_HEADER will exclude all includes in precompiled.hpp. |
|
154 CFLAGS += -DDONT_USE_PRECOMPILED_HEADER |
|
155 |
153 ################################################ |
156 ################################################ |
154 # Begin current (>=5.9) Forte compiler options # |
157 # Begin current (>=5.9) Forte compiler options # |
155 ################################################# |
158 ################################################# |
156 |
159 |
157 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) |
160 ifeq ($(shell expr $(COMPILER_REV_NUMERIC) \>= 509), 1) |