pdns.service \
pdns@.service
+CLEANFILES += \
+ pdns.service \
+ pdns@.service
+
if TOOLS
ixfrdist.service: ixfrdist.service.in
$(AM_V_GEN)sed -e 's![@]bindir[@]!$(bindir)!' < $< > $@
ixfrdist.service
endif # TOOLS
+CLEANFILES += \
+ ixfrdist.service
+
endif # HAVE_SYSTEMD
SUBDIRS=ext/yahttp
-CLEANFILES = dnsmessage.pb.cc dnsmessage.pb.h htmlfiles.h.tmp htmlfiles.h dnstap.pb.cc dnstap.pb.h
+CLEANFILES = \
+ dnsmessage.pb.cc \
+ dnsmessage.pb.h \
+ htmlfiles.h.tmp \
+ htmlfiles.h \
+ dnstap.pb.cc \
+ dnstap.pb.h
dnslabeltext.cc: dnslabeltext.rl
$(AM_V_GEN)$(RAGEL) $< -o dnslabeltext.cc
systemdsystemunit_DATA = \
dnsdist.service \
dnsdist@.service
+
+CLEANFILES += \
+ dnsdist.service \
+ dnsdist@.service
endif
if !HAVE_LUA_HPP
CLEANFILES = htmlfiles.h \
dnsmessage.pb.cc \
- dnsmessage.pb.h
+ dnsmessage.pb.h \
+ recursor.conf-dist
htmlfiles.h: html/*
./incfiles > $@
systemdsystemunit_DATA = \
pdns-recursor.service \
pdns-recursor@.service
+
+CLEANFILES += \
+ pdns-recursor.service \
+ pdns-recursor@.service
+
endif
if !HAVE_LUA_HPP