X-Git-Url: http://plrg.eecs.uci.edu/git/?p=c11tester.git;a=blobdiff_plain;f=Makefile;h=bdd83482c4c8b699e3a7c6b83cdfc5f349f046d6;hp=84a7b0a10a1e9d9a39c0656978b47d9c322d6922;hb=62329036957e44d4fa85a5461766679916a03f74;hpb=f19fd46f4e67fd2d4a4041a4eecaa6789f97aba1 diff --git a/Makefile b/Makefile index 84a7b0a1..bdd83482 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ CC=g++ BIN=libthreads -SOURCE=libthreads.c schedule.cc libatomic.c userprog.c model.cc -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 threads.cc +HEADERS=libthreads.h schedule.h common.h libatomic.h model.h threads_internal.h +FLAGS=-Wall -ldl -g all: ${BIN}