X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_lookup;fp=doc%2Fexamples%2Frculfhash%2FMakefile.cds_lfht_lookup;h=79eb6c492a77356c56d641ae683d92c98ef6bb8b;hb=2dbf31c9e6479b126f67a3494a9b4dfaa57b39b3;hp=0000000000000000000000000000000000000000;hpb=d14301c29dfc8761d54c4a289416d67606682675;p=urcu.git diff --git a/doc/examples/rculfhash/Makefile.cds_lfht_lookup b/doc/examples/rculfhash/Makefile.cds_lfht_lookup new file mode 100644 index 0000000..79eb6c4 --- /dev/null +++ b/doc/examples/rculfhash/Makefile.cds_lfht_lookup @@ -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_lookup + +SOURCES = $(EXAMPLE_NAME).c +DEPS = jhash.h +OBJECTS = $(EXAMPLE_NAME).o +BINARY = $(EXAMPLE_NAME) +LIBS = -lurcu-cds -lurcu + +include ../Makefile.examples.template