uatomic/x86: Remove redundant memory barriers
[urcu.git] / doc / examples / wfcqueue / Makefile.cds_wfcq_enqueue
CommitLineData
1c87adb3 1# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
48337075 2#
1c87adb3
MJ
3# SPDX-License-Identifier: MIT
4
48337075
MD
5# This makefile is purposefully kept simple to support GNU and BSD make.
6
7EXAMPLE_NAME = cds_wfcq_enqueue
8
9SOURCES = $(EXAMPLE_NAME).c
10OBJECTS = $(EXAMPLE_NAME).o
11BINARY = $(EXAMPLE_NAME)
c5e05e2d 12LIBS = -lurcu-common
48337075
MD
13
14include ../Makefile.examples.template
This page took 0.037916 seconds and 5 git commands to generate.