- a partial selection from https://github.com/mrklein/openfoam-os-x with adjustments. The primary purpose is to reduce header-level incompatibilities and to provide a common set of make rules to allow easier patching (or re-integration).
10 lines
220 B
Plaintext
10 lines
220 B
Plaintext
CPP = cpp -traditional-cpp $(GFLAGS) -Ddarwin
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
include $(GENERAL_RULES)/Clang/openmp
|
|
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|