blob: 11b493f0982983c755167b4e0f4117c09fd48fb2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
# $Id$
BIN = rtr-origin
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 = 43779
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@
|