- rearranged order of flags so that FOAM_EXTRA_CXXFLAGS is added after the WARN/OPT/DBUG flags CONFIG: drop wmake rules for PGI compiler (defunct)
14 lines
358 B
Plaintext
14 lines
358 B
Plaintext
CPP = cpp -traditional-cpp $(GFLAGS)
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
## include $(GENERAL_RULES)/Nvidia/openmp
|
|
|
|
ifneq (,$(findstring ~openmp,$(WM_COMPILE_CONTROL)))
|
|
include $(GENERAL_RULES)/no-openmp
|
|
endif
|
|
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|
|
|
|
# -----------------------------------------------------------------------------
|