1
0
mirror of https://github.com/bgp/bgpq4.git synced 2024-05-11 05:55:05 +00:00
bgp-bgpq4/Makefile.am

26 lines
708 B
Makefile
Raw Normal View History

2019-12-15 15:49:14 +01:00
AUTOMAKE_OPTIONS=foreign subdir-objects
2021-08-17 11:03:33 +00:00
2021-08-17 11:16:35 +00:00
SUBDIRS = include compat
2021-08-17 11:03:33 +00:00
2021-08-17 11:25:02 +00:00
ACLOCAL_AMFLAGS = -I m4
2019-12-15 15:49:14 +01:00
bin_PROGRAMS=bgpq4
2021-08-17 11:03:33 +00:00
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 11:44:14 +00:00
expander_freeall.c sx_maxsockbuf.c \
sx_prefix.c sx_prefix.h sx_report.c sx_report.h \
2021-08-17 11:16:35 +00:00
sx_slentry.c sx_slentry.h
2021-08-17 11:03:33 +00:00
2019-12-15 15:49:14 +01:00
dist_man8_MANS=bgpq4.8
2021-08-17 11:03:33 +00:00
2020-12-23 15:18:46 +00:00
EXTRA_DIST=bootstrap README.md CHANGES COPYRIGHT bgpq4.spec
2021-08-17 11:03:33 +00:00
MAINTAINERCLEANFILES=configure aclocal.m4 compile \
install-sh missing Makefile.in depcomp \
2021-08-17 11:51:06 +00:00
stamp-h1 config.h.in compat/Makefile.in \
config.guess config.sub include/Makefile.in \
2021-08-17 11:53:03 +00:00
ltmain.sh
2019-12-15 15:49:14 +01:00
maintainer-clean-local:
2021-08-17 11:53:03 +00:00
-rm -rf m4 autom4te.cache config.h.in~