doc/examples: cds_lfht_lookup
[urcu.git] / doc / examples / rculfhash / Makefile
index 87a6faf597baab7164c79ee0d9445fd9f9956e0a..2739499af892e983cc28af986afa078dc4052d40 100644 (file)
 
 all:
        $(MAKE) -f Makefile.cds_lfht_add
+       $(MAKE) -f Makefile.cds_lfht_add_unique
+       $(MAKE) -f Makefile.cds_lfht_add_replace
        $(MAKE) -f Makefile.cds_lfht_del
+       $(MAKE) -f Makefile.cds_lfht_destroy
+       $(MAKE) -f Makefile.cds_lfht_lookup
 
 .PHONY: clean
 clean:
+       $(MAKE) -f Makefile.cds_lfht_add clean
+       $(MAKE) -f Makefile.cds_lfht_add_unique clean
+       $(MAKE) -f Makefile.cds_lfht_add_replace clean
        $(MAKE) -f Makefile.cds_lfht_del clean
+       $(MAKE) -f Makefile.cds_lfht_destroy clean
+       $(MAKE) -f Makefile.cds_lfht_lookup clean
This page took 0.023883 seconds and 4 git commands to generate.