fix: handle EINTR correctly in get_cpu_mask_from_sysfs
[urcu.git] / doc / examples / list / Makefile.cds_list_add_tail_rcu
... / ...
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
7EXAMPLE_NAME = cds_list_add_tail_rcu
8
9SOURCES = $(EXAMPLE_NAME).c
10OBJECTS = $(EXAMPLE_NAME).o
11BINARY = $(EXAMPLE_NAME)
12LIBS = -lurcu
13
14include ../Makefile.examples.template
This page took 0.023441 seconds and 5 git commands to generate.