X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=Makefile;h=70709acad6eb8575c650dc6da9878dd5e1e306dc;hp=2a044676efe94bb7f76a920da25b86302eb498dd;hb=2d6debff95ad695255d2ea9d590d1e418590b238;hpb=5873cd17404d996680e6afc2f11c2a3ee9b354fa 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)