aboutsummaryrefslogtreecommitdiff
path: root/rp/rpki-rtr/Makefile.in
blob: ab00f6686293be416cef5b914d709ac2c9d93e3c (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		= 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@