1 # SPDX-FileCopyrightText: 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
3 # SPDX-License-Identifier: MIT
5 # This makefile is purposefully kept simple to support GNU and BSD make.
7 EXAMPLE_NAME = cds_lfht_add_replace
9 SOURCES = $(EXAMPLE_NAME).c
11 OBJECTS = $(EXAMPLE_NAME).o
12 BINARY = $(EXAMPLE_NAME)
13 LIBS = -lurcu-cds -lurcu
15 include ../Makefile.examples.template