X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Fhlist%2FMakefile;h=57197a21780260894431d6a0adccab928a91c413;hp=d705daca70d7a3b5a31d3227ddd9ddf8a1cee04f;hb=dbfa88798ce69bc788a351b75db71d3101d87490;hpb=b9050d917ab84db192b5609ba6dd9973a82d215a diff --git a/doc/examples/hlist/Makefile b/doc/examples/hlist/Makefile index d705dac..57197a2 100644 --- a/doc/examples/hlist/Makefile +++ b/doc/examples/hlist/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2013 Mathieu Desnoyers +# Copyright (C) 2013 Mathieu Desnoyers # # THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED # OR IMPLIED. ANY USE IS AT YOUR OWN RISK. @@ -12,14 +12,14 @@ # This makefile is purposefully kept simple to support GNU and BSD make. all: - $(MAKE) -f Makefile.cds_hlist_add_head_rcu - $(MAKE) -f Makefile.cds_hlist_del_rcu - $(MAKE) -f Makefile.cds_hlist_for_each_rcu - $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu .PHONY: clean clean: - $(MAKE) -f Makefile.cds_hlist_add_head_rcu clean - $(MAKE) -f Makefile.cds_hlist_del_rcu clean - $(MAKE) -f Makefile.cds_hlist_for_each_rcu clean - $(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_add_head_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_del_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_rcu clean + $(AM_V_at)$(MAKE) -f Makefile.cds_hlist_for_each_entry_rcu clean