X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7a442bdf466ad0ac405e507de37382cc33eee9a0;hb=8e649bb08299bf12cc4e50ffd5f956a4faf32f8f;hp=62a51c818c2bc1a45ce6b8b99717dee74caa612a;hpb=73a2692873c559d422161f11843f14215e23948e;p=model-checker.git diff --git a/Makefile b/Makefile index 62a51c8..7a442bd 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -CC=gcc +CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.c libatomic.c userprog.c model.c -HEADERS=libthreads.h schedule.h common.h libatomic.h model.h -FLAGS=-Wall +SOURCE=libthreads.cc schedule.cc libatomic.cc userprog.c model.cc malloc.c +HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h +FLAGS=-Wall -ldl all: ${BIN}