# make the Distributed Checksum Clearinghouse server # --S-LICENSE-- # $Revision: 1.23 $ # @configure_input@ DEPTH =.. PROG =dccd SRCS =$(PROG).c iflod.c oflod.c rl.c work.c SUBDIR =dump-clients CFLAGS +=$(SRVRINC) LDADD +=$(SRVRLIBS) DPADD +=$(SRVRLIBS) @ifdef@ DCCD_MAX_FLOODS CFLAGS +=-DDCCD_MAX_FLOODS=$(DCCD_MAX_FLOODS) @endif@ DCC_BINDIR=@installroot@@libexecdir@ @INCLUDE_INC@