uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / list / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
f37f1d93 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
f37f1d93
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
06ced8d6 7all:
dbfa8879
MJ
8 $(AM_V_at)$(MAKE) -f Makefile.cds_list_add_rcu
9 $(AM_V_at)$(MAKE) -f Makefile.cds_list_add_tail_rcu
10 $(AM_V_at)$(MAKE) -f Makefile.cds_list_del_rcu
11 $(AM_V_at)$(MAKE) -f Makefile.cds_list_for_each_rcu
12 $(AM_V_at)$(MAKE) -f Makefile.cds_list_for_each_entry_rcu
13 $(AM_V_at)$(MAKE) -f Makefile.cds_list_replace_rcu
06ced8d6
MD
14
15.PHONY: clean
16clean:
dbfa8879
MJ
17 $(AM_V_at)$(MAKE) -f Makefile.cds_list_add_rcu clean
18 $(AM_V_at)$(MAKE) -f Makefile.cds_list_add_tail_rcu clean
19 $(AM_V_at)$(MAKE) -f Makefile.cds_list_del_rcu clean
20 $(AM_V_at)$(MAKE) -f Makefile.cds_list_for_each_rcu clean
21 $(AM_V_at)$(MAKE) -f Makefile.cds_list_for_each_entry_rcu clean
22 $(AM_V_at)$(MAKE) -f Makefile.cds_list_replace_rcu clean
This page took 0.037797 seconds and 5 git commands to generate.