# $Id$ MAINTAINERCLEANFILES = $(srcdir)/Makefile.in LIBHSM = ${top_builddir}/libhsm/src/libhsm.a LIBCOMPAT = ${top_builddir}/common/libcompat.a AM_CPPFLAGS = \ -I$(top_srcdir)/common \ -I$(top_builddir)/common \ -I$(srcdir)/../../libhsm/src \ -I$(builddir)/../../libhsm/src \ @XML2_INCLUDES@ \ @LDNS_INCLUDES@ signerdir = @libdir@/opendnssec/signer sbin_PROGRAMS = ods-signerd ods-signer # man8_MANS = man/ods-signer.8 man/ods-signerd.8 ods_signerd_SOURCES= ods-signerd.c \ adapter/adapi.c adapter/adapi.h \ adapter/adapter.c adapter/adapter.h \ adapter/adfile.c adapter/adfile.h \ adapter/adutil.c adapter/adutil.h \ daemon/cfg.c daemon/cfg.h \ daemon/cmdhandler.c daemon/cmdhandler.h \ daemon/engine.c daemon/engine.h \ daemon/signal.c daemon/signal.h \ daemon/worker.c daemon/worker.h \ parser/confparser.c parser/confparser.h \ parser/signconfparser.c parser/signconfparser.h \ parser/zonelistparser.c parser/zonelistparser.h \ scheduler/fifoq.c scheduler/fifoq.h \ scheduler/schedule.c scheduler/schedule.h \ scheduler/task.c scheduler/task.h \ shared/allocator.c shared/allocator.h \ shared/duration.c shared/duration.h \ shared/file.c shared/file.h \ shared/hsm.c shared/hsm.h \ shared/locks.c shared/locks.h \ shared/log.c shared/log.h \ shared/privdrop.c shared/privdrop.h \ shared/status.c shared/status.h \ shared/util.c shared/util.h \ signer/backup.c signer/backup.h \ signer/denial.c signer/denial.h \ signer/domain.c signer/domain.h \ signer/keys.c signer/keys.h \ signer/nsec3params.c signer/nsec3params.h \ signer/rrset.c signer/rrset.h \ signer/rrsigs.c signer/rrsigs.h \ signer/signconf.c signer/signconf.h \ signer/stats.c signer/stats.h \ signer/tools.c signer/tools.h \ signer/zone.c signer/zone.h \ signer/zonedata.c signer/zonedata.h \ signer/zonelist.c signer/zonelist.h \ tools/toolutil.c tools/toolutil.h \ tools/zone_fetcher.c tools/zone_fetcher.h ods_signerd_LDADD= $(LIBHSM) ods_signerd_LDADD+= @LDNS_LIBS@ @XML2_LIBS@ @PTHREAD_LIBS@ @RT_LIBS@ ods_signerd_LDADD+= $(LIBCOMPAT) ods_signer_SOURCES= ods-signer.c \ shared/allocator.c shared/allocator.h \ shared/duration.c shared/duration.h \ shared/file.c shared/file.h \ shared/log.c shared/log.h \ shared/util.c shared/util.h ods_signer_LDADD= $(LIBHSM) ods_signer_LDADD+= @LDNS_LIBS@ @XML2_LIBS@