| # | Line 218 | Line 218 | ifneq "$(words $(ObjectFiles) $(ParallelObjectFiles)) | |
|---|---|---|
| 218 | DependencyFile = $(PackageSourceDir)/Makedepend | |
| 219 | ifneq "$(words $(Main))" "0" | |
| 220 | Executable = $(BinDir)/$(Main) | |
| 221 | < | ParallelExecutable = $(BinDir)/$(Main)_MPI |
| 221 | > | ifeq "$(BuiltParallelExe)" "1" |
| 222 | > | ParallelExecutable = $(BinDir)/$(Main)_MPI |
| 223 | > | endif |
| 224 | else | |
| 225 | SharedLibrary = $(LibDir)/lib$(subst /,,$(patsubst %,oopse_%,$(Package)))_UP.so | |
| 226 | StaticLibrary = $(LibDir)/lib$(subst /,,$(patsubst %,oopse_%,$(Package)))_UP.a | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |