mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
- main mplib rules located in GENERAL_RULES with specializations
(if any) under RULES. Modest change in a few options files, but
cleans up the rules directories.
previously in options:
include $(RULES)/mplib$(WM_MPLIB)
now in options:
sinclude $(GENERAL_RULES)/mplib$(WM_MPLIB)
sinclude $(RULES)/mplib$(WM_MPLIB)
For GNU make it would be permissible to write both in a single line.
10 lines
191 B
Plaintext
10 lines
191 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)/c
|
|
include $(RULES)/c++
|