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