diff options
| -rw-r--r-- | all_pairs/Makefile | 4 | ||||
| -rw-r--r-- | baseline/Makefile | 2 | ||||
| -rwxr-xr-x | dis/Makefile | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/all_pairs/Makefile b/all_pairs/Makefile index 0042372..f0b284e 100644 --- a/all_pairs/Makefile +++ b/all_pairs/Makefile | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | LIBLITMUS ?= /media/speedy/litmus/liblitmus | 1 | LIBLITMUS ?= /media/speedy/litmus/liblitmus |
| 2 | CC ?= gcc | 2 | CC ?= gcc |
| 3 | CFLAGS = -pthread -O2 -I.. -DPAIRED | 3 | override CFLAGS += -pthread -O2 -I.. -DPAIRED |
| 4 | LDFLAGS = -lrt | 4 | LDFLAGS += -lrt |
| 5 | COMMON = ../extra.h | 5 | COMMON = ../extra.h |
| 6 | 6 | ||
| 7 | # Handle cases where we're also profiling with the MMDC on the i.MX6Q | 7 | # Handle cases where we're also profiling with the MMDC on the i.MX6Q |
diff --git a/baseline/Makefile b/baseline/Makefile index 40b57f4..d6ab976 100644 --- a/baseline/Makefile +++ b/baseline/Makefile | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | LIBLITMUS ?= /media/speedy/litmus/liblitmus | 1 | LIBLITMUS ?= /media/speedy/litmus/liblitmus |
| 2 | CC ?= gcc | 2 | CC ?= gcc |
| 3 | CFLAGS = -pthread -O2 -I.. | 3 | override CFLAGS = -pthread -O2 -I.. |
| 4 | LDFLAGS = -lrt | 4 | LDFLAGS = -lrt |
| 5 | COMMON = ../extra.h | 5 | COMMON = ../extra.h |
| 6 | 6 | ||
diff --git a/dis/Makefile b/dis/Makefile index df93116..88fa7c2 100755 --- a/dis/Makefile +++ b/dis/Makefile | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | # that a good Makefile should follow. Sorry - at least I have one.) | 4 | # that a good Makefile should follow. Sorry - at least I have one.) |
| 5 | LIBLITMUS ?= /media/speedy/litmus/liblitmus | 5 | LIBLITMUS ?= /media/speedy/litmus/liblitmus |
| 6 | CC ?= gcc | 6 | CC ?= gcc |
| 7 | CFLAGS += -pthread -O2 -I.. | 7 | override CFLAGS += -pthread -O2 -I.. |
| 8 | LDFLAGS = -lrt -lm | 8 | LDFLAGS = -lrt -lm |
| 9 | COMMON = ../extra.h | 9 | COMMON = ../extra.h |
| 10 | 10 | ||
