X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=blobdiff_plain;f=cprogs%2FMakefile;h=c64a984f22e291cd98857c14f42230138d32807b;hp=7bb1e27ee5a89d5c4a2f7988a78de0fd818295d8;hb=30e5907e11ada349dc2a63c1933067c0068b9c19;hpb=fdf6c19932ae3de217a11b64365815561101e29f diff --git a/cprogs/Makefile b/cprogs/Makefile index 7bb1e27..c64a984 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -28,8 +28,7 @@ include ../settings.make RWBUFFER_SIZE_MB=16 PROGRAMS= readbuffer writebuffer with-lock-ex xbatmon-simple \ - summer watershed rcopy-repeatedly xduplic-copier \ - cgi-fcgi-perl + summer watershed rcopy-repeatedly xduplic-copier SUIDSBINPROGRAMS= really DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1 with-lock-ex.1 \ @@ -76,8 +75,8 @@ rcopy-repeatedly: LDLIBS += -lm -lrt watershed: watershed.o common.o watershed: LDLIBS += -lnettle -lgmp -cgi-fcgi-perl: cgi-fcgi-perl.o myopt.o common.o -cgi-fcgi-perl: LDLIBS += -lnettle -lgmp +cgi-fcgi-interp: cgi-fcgi-interp.o myopt.o common.o +cgi-fcgi-interp: LDLIBS += -lnettle -lgmp watershed.txt: watershed.c sed '/^$$/,$$d' <$^ >$@.new && mv -f $@.new $@