uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / wfstack / Makefile
1 # SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
2 #
3 # SPDX-License-Identifier: MIT
4
5 # This makefile is purposefully kept simple to support GNU and BSD make.
6
7 all:
8 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push
9 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop
10 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking
11
12 .PHONY: clean
13 clean:
14 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_push clean
15 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop clean
16 $(AM_V_at)$(MAKE) -f Makefile.cds_wfs_pop_all_blocking clean
This page took 0.029223 seconds and 5 git commands to generate.