| # | Line 6 | Line 6 | OSS = $(strip $(OS)) | |
|---|---|---|
| 6 | ||
| 7 | # Here we decide whether the build is single or mutiple processor | |
| 8 | ||
| 9 | < | BUILD = mpi |
| 10 | < | #BUILD = single |
| 9 | > | #BUILD = mpi |
| 10 | > | BUILD = single |
| 11 | ||
| 12 | # turn on compiler warnings | |
| 13 | ||
| # | Line 26 | Line 26 | LD = ld | |
| 26 | LC = flex | |
| 27 | LD = ld | |
| 28 | ||
| 29 | < | LIBDIR = $(HOME)/lib |
| 29 | > | #LIBDIR = $(HOME)/lib |
| 30 | > | LIBDIR = ../lib |
| 31 | ||
| 32 | ifeq ($(strip $(BUILD)), $(strip mpi)) | |
| 33 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |