X-Git-Url: http://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Furcu-flavors%2FMakefile.signal;fp=doc%2Fexamples%2Furcu-flavors%2FMakefile.signal;h=0000000000000000000000000000000000000000;hp=eeebd8cdd98df3c956aac79039e94cb2e812816a;hb=3d003c571cd461aba1935e5d21e1e04da7183970;hpb=546d9a117ef442847203e82f6b1bf6abd2d13b25 diff --git a/doc/examples/urcu-flavors/Makefile.signal b/doc/examples/urcu-flavors/Makefile.signal deleted file mode 100644 index eeebd8c..0000000 --- a/doc/examples/urcu-flavors/Makefile.signal +++ /dev/null @@ -1,14 +0,0 @@ -# SPDX-FileCopyrightText: 2013 Mathieu Desnoyers -# -# SPDX-License-Identifier: MIT - -# This makefile is purposefully kept simple to support GNU and BSD make. - -EXAMPLE_NAME = signal - -SOURCES = $(EXAMPLE_NAME).c -OBJECTS = $(EXAMPLE_NAME).o -BINARY = $(EXAMPLE_NAME) -LIBS = -lurcu-signal - -include ../Makefile.examples.template