chiark / gitweb /
changelog: finalise 5.0.0
[chiark-utils.git] / cprogs / Makefile
index 850193d40758dcbd1d8917ab4ed122bb15d5cee9..0e60a4feff0be08ce41214754b4e9b99a3b92843 100644 (file)
@@ -33,9 +33,10 @@ PROGRAMS=            readbuffer writebuffer with-lock-ex xbatmon-simple \
 SUIDSBINPROGRAMS=      really
 DAEMONS=               trivsoundd
 MAN1PAGES=             readbuffer.1 writebuffer.1 with-lock-ex.1 \
-                       xduplic-copier.1
+                       xduplic-copier.1 summer.1
 MAN8PAGES=             trivsoundd.8 really.8
-SEDDERYDOCS=           watershed.txt
+SEDDERYDOCS=           watershed.txt cgi-fcgi-interp.txt \
+                       xbatmon-simple.txt rcopy-repeatedly.txt
 BUILTTXTDOCS=          $(SEDDERYDOCS)
 TXTDOCS=               $(BUILTTXTDOCS)
 
@@ -65,8 +66,9 @@ readbuffer.o writebuffer.o rwbuffer.o wrbufcore.o trivsoundd.o:       rwbuffer.h
 
 xbatmon-simple: LDLIBS += -lX11 -lm
 
-xduplic-copier: LDLIBS += -lXmu -lSM -lICE -lXt -lXext
-xduplic-copier: LDLIBS += -lX11 -lxcb -lXau -lXdmcp
+xduplic-copier: LDLIBS += -lXmu -lX11
+#xduplic-copier: LDLIBS += -lXmu -lSM -lICE -lXt -lXext
+#xduplic-copier: LDLIBS += -lX11 -lxcb -lXau -lXdmcp
 
 summer:                summer.o
 summer:                LDLIBS += -lnettle -lgmp
@@ -78,7 +80,7 @@ watershed:    watershed.o common.o
 watershed:     LDLIBS += -lnettle -lgmp
 
 cgi-fcgi-interp:       cgi-fcgi-interp.o       myopt.o common.o
-cgi-fcgi-interp:       LDLIBS += -lnettle -lgmp
+cgi-fcgi-interp:       LDLIBS += -lnettle
 
 $(SEDDERYDOCS): %.txt: %.c
                sed '/^$$/,$$d' <$^ >$@.new && mv -f $@.new $@