doc/examples: add bp flavor
[urcu.git] / doc / examples / urcu-flavors / Makefile
index 80278e8285defd2b00a1ff5e6d8eded62980a7ae..f4cc0b1b1f3733e8a2b813a36e2034d36a4b0588 100644 (file)
 
 all:
        $(MAKE) -f Makefile.qsbr
+       $(MAKE) -f Makefile.mb
+       $(MAKE) -f Makefile.membarrier
+       $(MAKE) -f Makefile.signal
+       $(MAKE) -f Makefile.bp
 
 .PHONY: clean
 clean:
        $(MAKE) -f Makefile.qsbr clean
+       $(MAKE) -f Makefile.mb clean
+       $(MAKE) -f Makefile.membarrier clean
+       $(MAKE) -f Makefile.signal clean
+       $(MAKE) -f Makefile.bp clean
This page took 0.02283 seconds and 4 git commands to generate.