X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Frculfhash%2FMakefile;h=c64f40a85cbc4080b8b9fdbb8ec18b2e363c1c83;hp=87a6faf597baab7164c79ee0d9445fd9f9956e0a;hb=dbfa88798ce69bc788a351b75db71d3101d87490;hpb=f7e7a1b86b06da9d2cef60e43039fa8c8ae6479a diff --git a/doc/examples/rculfhash/Makefile b/doc/examples/rculfhash/Makefile index 87a6faf..c64f40a 100644 --- a/doc/examples/rculfhash/Makefile +++ b/doc/examples/rculfhash/Makefile @@ -12,9 +12,20 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_lfht_add - $(MAKE) -f Makefile.cds_lfht_del + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate .PHONY: clean clean: - $(MAKE) -f Makefile.cds_lfht_del clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_unique clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_add_replace clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_del clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_destroy clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_lookup clean + $(AM_V_at)$(MAKE) -f Makefile.cds_lfht_for_each_entry_duplicate clean