1145756837a9c84ab439eef0aa99b742cf569c16
[urcu.git] / doc / examples / wfcqueue / Makefile.cds_wfcq_enqueue
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_wfcq_enqueue
8
9 SOURCES = $(EXAMPLE_NAME).c
10 OBJECTS = $(EXAMPLE_NAME).o
11 BINARY = $(EXAMPLE_NAME)
12 LIBS = -lurcu-common
13
14 include ../Makefile.examples.template
This page took 0.034442 seconds and 5 git commands to generate.