doc/examples: cds_list_for_each_rcu
[urcu.git] / doc / examples / list / Makefile
index 75076500e8c55364585901cd754fe6db5d6a3f0b..c291efefc80813c1ce866220fc8d7395fb31ed9a 100644 (file)
@@ -15,9 +15,15 @@ all:
        $(MAKE) -f Makefile.cds_list_add_rcu
        $(MAKE) -f Makefile.cds_list_add_tail_rcu
        $(MAKE) -f Makefile.cds_list_del_rcu
+       $(MAKE) -f Makefile.cds_list_for_each_rcu
+       $(MAKE) -f Makefile.cds_list_for_each_entry_rcu
+       $(MAKE) -f Makefile.cds_list_replace_rcu
 
 .PHONY: clean
 clean:
        $(MAKE) -f Makefile.cds_list_add_rcu clean
        $(MAKE) -f Makefile.cds_list_add_tail_rcu clean
        $(MAKE) -f Makefile.cds_list_del_rcu clean
+       $(MAKE) -f Makefile.cds_list_for_each_rcu
+       $(MAKE) -f Makefile.cds_list_for_each_entry_rcu
+       $(MAKE) -f Makefile.cds_list_replace_rcu clean
This page took 0.022289 seconds and 4 git commands to generate.