# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers # # SPDX-License-Identifier: MIT # This makefile is purposefully kept simple to support GNU and BSD make. EXAMPLE_NAME = cds_wfs_pop_all_blocking SOURCES = $(EXAMPLE_NAME).c OBJECTS = $(EXAMPLE_NAME).o BINARY = $(EXAMPLE_NAME) LIBS = -lurcu-common include ../Makefile.examples.template