examples: use SPDX identifiers
[urcu.git] / doc / examples / rculfhash / Makefile.cds_lfht_add
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
7 EXAMPLE_NAME = cds_lfht_add
8
9 SOURCES = $(EXAMPLE_NAME).c
10 DEPS = jhash.h
11 OBJECTS = $(EXAMPLE_NAME).o
12 BINARY = $(EXAMPLE_NAME)
13 LIBS = -lurcu-cds -lurcu
14
15 include ../Makefile.examples.template
This page took 0.031248 seconds and 5 git commands to generate.