Mercurial > hg > CbC > old > DPP
diff Makefile @ 1:2874954d97b2
Fix dpp for cbc using LLVM 3.7
author | Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 16 Dec 2015 16:52:16 +0900 |
parents | d4bc23cb728b |
children | b15128ab0324 |
line wrap: on
line diff
--- a/Makefile Wed Dec 16 15:16:11 2015 +0900 +++ b/Makefile Wed Dec 16 16:52:16 2015 +0900 @@ -1,7 +1,7 @@ -CC=gcc -MCC=mcc +CC=clang +MCC=cbc-clang TARGET=dpp dpp2 tableau tableau2 tableau3 -MCCFLAGS=-s +MCCFLAGS=-S CFLAGS=-I. -g -Wall .SUFFIXES: .cbc .c .o @@ -20,7 +20,7 @@ dpp2: dpp2.o queue.o scheduler.o memory.o crc32.o $(CC) $(CFLAGS) -o $@ $^ -# tableau expansion +# tableau expansion tableau: dpp2.o queue.o tableau.o memory.o state_db.o crc32.o $(CC) $(CFLAGS) -o $@ $^