X-Git-Url: https://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_add;fp=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_add;h=9fab2b66ae1daec70e3d56b1abf9f7a5ec06c958;hp=0000000000000000000000000000000000000000;hb=f7e7a1b86b06da9d2cef60e43039fa8c8ae6479a;hpb=d4b7140809acb8a9429fa97a4620c96674bd0c3c diff --git a/doc/examples/rculfhash/Makefile.cds_lfht_add b/doc/examples/rculfhash/Makefile.cds_lfht_add new file mode 100644 index 0000000..9fab2b6 --- /dev/null +++ b/doc/examples/rculfhash/Makefile.cds_lfht_add @@ -0,0 +1,22 @@ +# Copyright (C) 2013 Mathieu Desnoyers +# +# THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY EXPRESSED +# OR IMPLIED. ANY USE IS AT YOUR OWN RISK. +# +# Permission is hereby granted to use or copy this program for any +# purpose, provided the above notices are retained on all copies. +# Permission to modify the code and to distribute modified code is +# granted, provided the above notices are retained, and a notice that +# the code was modified is included with the above copyright notice. +# +# This makefile is purposefully kept simple to support GNU and BSD make. + +EXAMPLE_NAME = cds_lfht_add + +SOURCES = $(EXAMPLE_NAME).c +DEPS = jhash.h +OBJECTS = $(EXAMPLE_NAME).o +BINARY = $(EXAMPLE_NAME) +LIBS = -lurcu-cds -lurcu + +include ../Makefile.examples.template