mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
10 lines
211 B
Plaintext
10 lines
211 B
Plaintext
CPP = cpp -traditional-cpp $(GFLAGS)
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
# include $(GENERAL_RULES)/Gcc/openmp
|
|
|
|
include $(DEFAULT_RULES)/c
|
|
include $(DEFAULT_RULES)/c++
|