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