2019-12-15 15:49:14 +01:00
|
|
|
AUTOMAKE_OPTIONS=foreign subdir-objects
|
|
|
|
bin_PROGRAMS=bgpq4
|
2021-08-17 10:45:39 +00:00
|
|
|
COMPAT_SOURCES=compat/strlcpy.c
|
2019-12-22 17:24:11 +01:00
|
|
|
bgpq4_SOURCES=bgpq4.c bgpq4.h config.h bgpq4_printer.c bgpq_expander.c \
|
2021-08-17 10:45:39 +00:00
|
|
|
expander_freeall.c expander_freeall.h sx_maxsockbuf.c \
|
|
|
|
sx_maxsockbuf.h sx_prefix.c sx_prefix.h sx_report.c sx_report.h \
|
|
|
|
sx_slentry.c sx_slentry.h sys_queue.h sys_tree.h $(COMPAT_SOURCES)
|
2019-12-15 15:49:14 +01:00
|
|
|
dist_man8_MANS=bgpq4.8
|
2020-12-23 15:18:46 +00:00
|
|
|
EXTRA_DIST=bootstrap README.md CHANGES COPYRIGHT bgpq4.spec
|
2019-12-15 16:27:40 +01:00
|
|
|
MAINTAINERCLEANFILES=configure aclocal.m4 compile \
|
|
|
|
install-sh missing Makefile.in depcomp \
|
|
|
|
stamp-h1 config.h.in
|
2019-12-15 15:49:14 +01:00
|
|
|
|
2019-12-15 16:27:40 +01:00
|
|
|
maintainer-clean-local:
|
2019-12-30 18:12:28 +00:00
|
|
|
-rm -rf autom4te.cache config.h.in~
|