mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
11 lines
210 B
Plaintext
11 lines
210 B
Plaintext
# need single-line output from cpp
|
|
CPP = cpp -traditional-cpp
|
|
|
|
PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
|
|
|
include $(GENERAL_RULES)/standard
|
|
|
|
include $(RULES)/X
|
|
include $(RULES)/c
|
|
include $(RULES)/c++
|