]> git.proxmox.com Git - mirror_frr.git/blame - vtysh/subdir.am
ldpd: add support for FreeBSD IP_BINDANY
[mirror_frr.git] / vtysh / subdir.am
CommitLineData
8b7668ec
DL
1#
2# vtysh
3#
718e3744 4
8b7668ec
DL
5if VTYSH
6bin_PROGRAMS += vtysh/vtysh
7dist_examples_DATA += vtysh/vtysh.conf.sample
f4f2f2cc 8man1 += $(MANBUILD)/vtysh.1
8b7668ec 9endif
718e3744 10
8b7668ec
DL
11vtysh_vtysh_SOURCES = \
12 vtysh/vtysh_main.c \
13 vtysh/vtysh.c \
14 vtysh/vtysh_user.c \
15 vtysh/vtysh_config.c \
16 # end
17nodist_vtysh_vtysh_SOURCES = \
18 vtysh/vtysh_cmd.c \
19 # end
20CLEANFILES += vtysh/vtysh_cmd.c
718e3744 21
8b7668ec
DL
22noinst_HEADERS += \
23 vtysh/vtysh.h \
24 vtysh/vtysh_user.h \
25 # end
718e3744 26
64537bc4 27vtysh_vtysh_LDADD = lib/libfrr.la @LIBCAP@ @LIBREADLINE@ @LIBS@ @LIBPAM@
718e3744 28
8b7668ec
DL
29AM_V_EXTRACT = $(am__v_EXTRACT_$(V))
30am__v_EXTRACT_ = $(am__v_EXTRACT_$(AM_DEFAULT_VERBOSITY))
31am__v_EXTRACT_0 = @echo " EXTRACT " $@;
32am__v_EXTRACT_1 =
33
74dc19a2
DL
34vtysh/vtysh_cmd.c: $(vtysh_scan) vtysh/extract.pl
35 $(AM_V_EXTRACT) vtysh/extract.pl $(vtysh_scan) > vtysh/vtysh_cmd.c