fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / doc / examples / urcu-flavors / Makefile
... / ...
CommitLineData
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
7all:
8 $(AM_V_at)$(MAKE) -f Makefile.qsbr
9 $(AM_V_at)$(MAKE) -f Makefile.mb
10 $(AM_V_at)$(MAKE) -f Makefile.membarrier
11 $(AM_V_at)$(MAKE) -f Makefile.bp
12
13.PHONY: clean
14clean:
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
18 $(AM_V_at)$(MAKE) -f Makefile.bp clean
This page took 0.023081 seconds and 5 git commands to generate.