X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_add_replace;fp=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_add_replace;h=dcd253abff41952ff61f7635f15e4ec125931d68;hb=34b3f359c81e6400c9b451e49bf9dfaef7963509;hp=0000000000000000000000000000000000000000;hpb=650b434b12597af49cad28c5c4b5faa3c98c04b0;p=userspace-rcu.git diff --git a/doc/examples/rculfhash/Makefile.cds_lfht_add_replace b/doc/examples/rculfhash/Makefile.cds_lfht_add_replace new file mode 100644 index 0000000..dcd253a --- /dev/null +++ b/doc/examples/rculfhash/Makefile.cds_lfht_add_replace @@ -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_replace + +SOURCES = $(EXAMPLE_NAME).c +DEPS = jhash.h +OBJECTS = $(EXAMPLE_NAME).o +BINARY = $(EXAMPLE_NAME) +LIBS = -lurcu-cds -lurcu + +include ../Makefile.examples.template