| # | 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 19 | Line 19 | DEBUG = off | |
| 19 | #DEBUG = on | |
| 20 | DEBUG = off | |
| 21 | ||
| 22 | + | TALKATIVE = on |
| 23 | + | #TALKATIVE = off |
| 24 | + | |
| 25 | YC = bison | |
| 26 | LC = flex | |
| 27 | LD = ld | |
| # | Line 58 | Line 61 | endif | |
| 61 | FFLAGS += -g | |
| 62 | endif | |
| 63 | ||
| 64 | + | ifeq ($(strip $(TALKATIVE)), $(strip on)) |
| 65 | + | CFLAGS += -DCHECKPOINT_VERBOSE |
| 66 | + | endif |
| 67 | + | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |