X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7a442bdf466ad0ac405e507de37382cc33eee9a0;hb=f646d6a9d7c201e54a3f7eb1f026064d4136cf2e;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}