X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;f=cprogs%2FMakefile;fp=cprogs%2FMakefile;h=e9f19e01bc7f12caeb9d8a3f4c59be337acc0833;hb=1dddd3ed4fe7eb7073312ac6c364c612b6bc9b07;hp=584cda1d506cc71d7dd36dd38c9adda9207d81f0;hpb=8792b03f1151e481b144a257c58bfc8efa7aaf8a;p=chiark-utils.git diff --git a/cprogs/Makefile b/cprogs/Makefile index 584cda1..e9f19e0 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -26,7 +26,7 @@ include ../settings.make RWBUFFER_SIZE_MB=16 PROGRAMS= readbuffer writebuffer with-lock-ex xacpi-simple \ - summer watershed + summer watershed rcopy-repeatedly SUIDSBINPROGRAMS= really DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1 with-lock-ex.1 @@ -41,7 +41,7 @@ writebuffer: writebuffer.o wrbufcore.o rwbuffer.o trivsoundd: trivsoundd.o wrbufcore.o rwbuffer.o really: really.o myopt.o -really.o myopt.o: myopt.h +really.o myopt.o rcopy-repeatedly.o: myopt.h readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o: rwbuffer.h xacpi-simple: xacpi-simple.o @@ -50,6 +50,9 @@ xacpi-simple: xacpi-simple.o summer: summer.o $(CC) -o $@ $< -lnettle -lgmp +rcopy-repeatedly: rcopy-repeatedly.o myopt.o + $(CC) -o $@ $^ -lm -lrt + watershed: watershed.o $(CC) -o $@ $< -lnettle -lgmp