X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;f=tools%2Fnlmtest%2FMakefile;fp=tools%2Fnlmtest%2FMakefile;h=0000000000000000000000000000000000000000;hb=bdbc60fa30f8aaaf61f4958c84d0ff3ca85c6149;hp=0df9f321d89b0132fed2aa8e70cf58aa15766a4d;hpb=83b193255274fdb03a78d7f61ffe8a5b816d1a2b;p=nfs-utils.git diff --git a/tools/nlmtest/Makefile b/tools/nlmtest/Makefile deleted file mode 100644 index 0df9f32..0000000 --- a/tools/nlmtest/Makefile +++ /dev/null @@ -1,27 +0,0 @@ -# -# nlmtest Exercise some NLM calls to test the lockd server. -# - -TOP = ../../ -TOOL = nlmtest -SRCS = $(RPCSRCS) nlmtest.c -OBJS = $(SRCS:.c=.o) - -RPCSRCS = nlm_prot_clnt.c nlm_prot_xdr.c -RPCHDRS = nlm_prot.h - -#LIBS = -lnfs - -include $(TOP)rules.mk - -install:: - @: - -$(RPCHDRS) $(RPCSRCS): nlm_prot.x - $(RM) $(RPCHDRS) $(RPCSRCS) - $(RPCGEN) -h -o nlm_prot.h $< - $(RPCGEN) -l -o nlm_prot_clnt.c $< - $(RPCGEN) -c -o nlm_prot_xdr.c $< - -clean distclean:: - $(RM) $(RPCHDRS) $(RPCSRCS)