Add silent mode to examples Makefiles
[urcu.git] / doc / examples / wfstack / Makefile
index 284753f98de43ba20c1c350d1540fece42b12c88..098fb94f206aeb27ec683187975cb60ada6f913a 100644 (file)
 # This makefile is purposefully kept simple to support GNU and BSD make.
 
 all:
-       $(MAKE) -f Makefile.cds_wfs_push
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking
 
 .PHONY: clean
 clean:
-       $(MAKE) -f Makefile.cds_wfs_push clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop clean
+       $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean
This page took 0.022809 seconds and 4 git commands to generate.