doc/examples: Remove urcu-signal example
[userspace-rcu.git] / doc / examples / urcu-flavors / Makefile
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
c50fdd7c 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
c50fdd7c 5# This makefile is purposefully kept simple to support GNU and BSD make.
8bad63a0 6
71ea53b1 7all:
dbfa8879
MJ
8 $(AM_V_at)$(MAKE) -f Makefile.qsbr
9 $(AM_V_at)$(MAKE) -f Makefile.mb
10 $(AM_V_at)$(MAKE) -f Makefile.membarrier
dbfa8879 11 $(AM_V_at)$(MAKE) -f Makefile.bp
8bad63a0
MD
12
13.PHONY: clean
14clean:
dbfa8879
MJ
15 $(AM_V_at)$(MAKE) -f Makefile.qsbr clean
16 $(AM_V_at)$(MAKE) -f Makefile.mb clean
17 $(AM_V_at)$(MAKE) -f Makefile.membarrier clean
dbfa8879 18 $(AM_V_at)$(MAKE) -f Makefile.bp clean
This page took 0.036919 seconds and 4 git commands to generate.