mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
CONFIG: revise Pstream/OpenFOAM linkage (nvidia) - double-pass linkage seems to be unnecessary
16 lines
500 B
Plaintext
16 lines
500 B
Plaintext
#------------------------------------------------------------------------------
|
|
include $(GENERAL_RULES)/Nvidia/c
|
|
|
|
cARCH =
|
|
|
|
# Compile option is non-mandatory, but must be non-empty
|
|
sinclude $(DEFAULT_RULES)/c$(WM_COMPILE_OPTION)
|
|
|
|
cFLAGS = $(cARCH) $(GFLAGS) $(cWARN) $(cOPT) $(cDBUG) $(LIB_HEADER_DIRS) -fPIC
|
|
|
|
ctoo = $(WM_SCHEDULER) $(cc) $(cFLAGS) -c $< -o $@
|
|
|
|
include $(GENERAL_RULES)/Nvidia/link-c
|
|
|
|
#------------------------------------------------------------------------------
|