uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / lfstack / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
a5fb5b81 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
a5fb5b81
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_lfs_push
9 $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking
10 $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking
a5fb5b81
MD
11
12.PHONY: clean
13clean:
dbfa8879
MJ
14 $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_push clean
15 $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_blocking clean
16 $(AM_V_at)$(MAKE) -f Makefile.cds_lfs_pop_all_blocking clean
This page took 0.037402 seconds and 5 git commands to generate.