diff -rupN Spin/Src5.2.5/makefile Spin-new/Src5.2.5/makefile
old
|
new
|
|
12 | 12 | |
13 | 13 | CC=gcc -DNXT # -DNXT enables the X operator in LTL |
14 | 14 | # CC=cc -m32 -DNXT # for 32bit compilation on a 64bit system |
15 | | CFLAGS=-ansi -D_POSIX_SOURCE -Wno-format-security # on some systems add: -I/usr/include |
| 15 | CFLAGS=-ansi -D_POSIX_SOURCE -Wno-format-security -DMAC -DCPP="\"gcc -E -x c -xassembler-with-cpp\"" # on some systems add: -I/usr/include |
16 | 16 | |
17 | 17 | # for a more picky compilation: |
18 | 18 | # CFLAGS=-std=c99 -Wstrict-prototypes -pedantic -fno-strength-reduce -fno-builtin -W -Wshadow -Wpointer-arith -Wcast-qual -Winline -Wall -g |