uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / wfstack / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3709f861 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
3709f861
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7all:
dbfa8879
MJ
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
3709f861
MD
11
12.PHONY: clean
13clean:
dbfa8879
MJ
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.036656 seconds and 4 git commands to generate.