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