2019-12-15 15:49:14 +01:00
|
|
|
AUTOMAKE_OPTIONS=foreign subdir-objects
|
|
|
|
bin_PROGRAMS=bgpq4
|
|
|
|
bgpq4_SOURCES=bgpq4.c sx_report.c bgpq_expander.c sx_slentry.c \
|
|
|
|
bgpq4_printer.c sx_prefix.c strlcpy.c sx_maxsockbuf.c \
|
|
|
|
bgpq4.h config.h sx_maxsockbuf.h sx_prefix.h \
|
|
|
|
sx_report.h sx_slentry.h sys_queue.h sys_tree.h
|
|
|
|
dist_doc_DATA=bgpq4.html
|
|
|
|
dist_man8_MANS=bgpq4.8
|
2019-12-15 16:07:50 +01:00
|
|
|
EXTRA_DIST=bootstrap readme.header README.md CHANGES COPYRIGHT bgpq4.spec
|
2019-12-15 15:49:14 +01:00
|
|
|
|
|
|
|
bgpq4.html: readme.header README.md
|
|
|
|
cat readme.header README.md | @MARKDOWN@ > bgpq4.html
|
|
|
|
|
|
|
|
clean-local:
|
2019-12-15 16:10:52 +01:00
|
|
|
-rm config.status configure config.log
|
|
|
|
-rm Makefile
|
|
|
|
-rm -r autom4te.cache/
|
|
|
|
-rm aclocal.m4
|
|
|
|
-rm compile install-sh missing Makefile.in depcomp stamp-h1
|
|
|
|
-rm config.h config.h.in
|
2019-12-15 15:49:14 +01:00
|
|
|
|