# $Id$ BIN = rpki-rtr INSTALL = @INSTALL@ PYTHON = @PYTHON@ AWK = @AWK@ prefix = @prefix@ exec_prefix = @exec_prefix@ datarootdir = @datarootdir@ datadir = @datadir@ localstatedir = @localstatedir@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ bindir = @bindir@ sbindir = @sbindir@ libexecdir = @libexecdir@ libdir = @libdir@ abs_top_srcdir = @abs_top_srcdir@ abs_top_builddir = @abs_top_builddir@ RTR_ORIGIN_INSTALL_TARGETS = @RCYNIC_INSTALL_TARGETS@ RPKI_RTR_PORT = 323 all clean test deinstall uninstall:: @true install: all ${RTR_ORIGIN_INSTALL_TARGETS} distclean: clean rm -rf current sockets *.ax *.ix.* rm -f Makefile .FORCE: # Platform-specific rules below here. @RTR_ORIGIN_MAKE_RULES@