X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=Makefile;h=7a442bdf466ad0ac405e507de37382cc33eee9a0;hb=f646d6a9d7c201e54a3f7eb1f026064d4136cf2e;hp=073121e867eb926d30e3683bec67bd4d96e54342;hpb=060e439b9c99f4fd89060acd44913b103d983b45;p=model-checker.git diff --git a/Makefile b/Makefile index 073121e..7a442bd 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ -CC=gcc +CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.c libatomic.c -HEADERS=libthreads.h schedule.h common.h libatomic.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}