aboutsummaryrefslogtreecommitdiffstats
path: root/extras/filters/filter-monkey/Makefile.am
blob: 4becd4e2368f711cbcb536e9987fb0b186c73aff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include $(top_srcdir)/mk/paths.mk
include $(top_srcdir)/mk/filter.mk
include $(top_srcdir)/mk/experimental.mk

pkglibexec_PROGRAMS	 = filter-monkey

filter_monkey_SOURCES	 = $(SRCS)
filter_monkey_SOURCES	+= filter_monkey.c
filter_monkey_SOURCES	+= $(top_srcdir)/api/dict.c

man_MANS		 = filter-monkey.8 filter-monkey.conf.5

filter-monkey.8: filter-monkey.8.in
	$(SED) -e 's|[@]SYSCONFDIR@|$(sysconfdir)|g' < filter-monkey.8.in > "$@"
filter-monkey.conf.5: filter-monkey.conf.5.in
	$(SED) -e 's|[@]SYSCONFDIR@|$(sysconfdir)|g' < filter-monkey.conf.5.in > "$@"

clean-local:
	rm -f filter-monkey.8 filter-monkey.conf.5