X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=Makefile;h=70709acad6eb8575c650dc6da9878dd5e1e306dc;hb=2d6debff95ad695255d2ea9d590d1e418590b238;hp=2a044676efe94bb7f76a920da25b86302eb498dd;hpb=bb48818526ec4317f9e6daeb0aa1cd64d528f754;p=urcu.git diff --git a/Makefile b/Makefile index 2a04467..70709ac 100644 --- a/Makefile +++ b/Makefile @@ -11,6 +11,14 @@ SRC_DEP=`echo $^ | sed 's/[^ ]*.h//g'` all: test_urcu test_urcu_timing test_rwlock_timing test_urcu_yield urcu-asm.S \ urcu-asm.o urcutorture urcutorture-yield +pthreads-x86: clean + cp api_x86.h api.h + cp arch_x86.h arch.h + +pthreads-ppc: clean + cp api_ppc.h api.h + cp arch_ppc.h arch.h + test_urcu: urcu.o test_urcu.c urcu.h $(CC) ${CFLAGS} $(LDFLAGS) -o $@ $(SRC_DEP)