X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=cprogs%2FMakefile;h=141dbc0b107e78417ac63faf17c546afb3859852;hb=22d147e60f8c38ac88aff60652ab07edb44a7a55;hp=fb2d9fb42c326b1ea7e2e4380c4fdf9b1645f856;hpb=9e194d5bb088d41e7aa29042090b94d23a4ecb79;p=chiark-utils.git diff --git a/cprogs/Makefile b/cprogs/Makefile index fb2d9fb..141dbc0 100644 --- a/cprogs/Makefile +++ b/cprogs/Makefile @@ -21,29 +21,10 @@ # with this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -CC= gcc -CFLAGS= $(WARNINGS) $(OPTIMISE) $(DEBUG) -CPPFLAGS= -DRWBUFFER_SIZE_MB=$(RWBUFFER_SIZE_MB) +include ../settings.make -WARNINGS= -Wall -Wwrite-strings -Wmissing-prototypes \ - -Wstrict-prototypes -Wpointer-arith -OPTIMISE= -O2 -DEBUG= -g RWBUFFER_SIZE_MB=16 -SYSTEM_GROUP= root - -prefix=/usr/local - -bindir=$(prefix)/bin -sbindir=$(prefix)/sbin -mandir=${prefix}/man -man1dir=${mandir}/man1 -man8dir=${mandir}/man8 - -INSTALL= install -c -INSTALL_PROGRAM= $(INSTALL_SCRIPT) -s - PROGRAMS= readbuffer writebuffer DAEMONS= trivsoundd MAN1PAGES= readbuffer.1 writebuffer.1