mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: rationalize wmake rules to avoid unnecessary duplication
- 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.
This commit is contained in:
@ -1 +0,0 @@
|
||||
../General/X
|
||||
@ -2,6 +2,5 @@ PROJECT_LIBS = -l$(WM_PROJECT) -liberty -ldl
|
||||
|
||||
include $(GENERAL_RULES)/standard
|
||||
|
||||
include $(RULES)/X
|
||||
include $(RULES)/c
|
||||
include $(RULES)/c++
|
||||
|
||||
@ -1 +0,0 @@
|
||||
../General/mplib
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibGAMMA
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibMPICH
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibMPICH-GM
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibOPENMPI
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibQSMPI
|
||||
@ -1 +0,0 @@
|
||||
../General/mplibSYSTEMOPENMPI
|
||||
Reference in New Issue
Block a user