Remove unneeded signal in the cache-coherent case
[urcu.git] / Makefile
index 2a044676efe94bb7f76a920da25b86302eb498dd..386856f9f5161848a9fba7e446860728e3b8682b 100644 (file)
--- 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)
 
@@ -45,4 +53,4 @@ urcutorture-yield: urcutorture.c urcu-yield.o urcu.h rcutorture.h
 
 clean:
        rm -f *.o test_urcu test_urcu_timing test_rwlock_timing urcu-asm.S \
-               test_urcu_yield
+               test_urcu_yield urcutorture urcutorture-yield
This page took 0.022748 seconds and 4 git commands to generate.