]> git.proxmox.com Git - mirror_frr.git/blob - vtysh/subdir.am
Merge pull request #13649 from donaldsharp/unlock_the_node_or_else
[mirror_frr.git] / vtysh / subdir.am
1 #
2 # vtysh
3 #
4
5 if VTYSH
6 bin_PROGRAMS += vtysh/vtysh
7 dist_examples_DATA += vtysh/vtysh.conf.sample
8 man1 += $(MANBUILD)/vtysh.1
9 endif
10
11 vtysh_vtysh_SOURCES = \
12 vtysh/vtysh_main.c \
13 vtysh/vtysh.c \
14 vtysh/vtysh_user.c \
15 vtysh/vtysh_config.c \
16 # end
17 nodist_vtysh_vtysh_SOURCES = \
18 vtysh/vtysh_cmd.c \
19 # end
20 CLEANFILES += vtysh/vtysh_cmd.c
21
22 noinst_HEADERS += \
23 vtysh/vtysh.h \
24 vtysh/vtysh_user.h \
25 # end
26
27 vtysh_vtysh_LDADD = lib/libfrr.la @LIBCAP@ @LIBREADLINE@ @LIBS@ @LIBPAM@
28
29 AM_V_EXTRACT = $(am__v_EXTRACT_$(V))
30 am__v_EXTRACT_ = $(am__v_EXTRACT_$(AM_DEFAULT_VERBOSITY))
31 am__v_EXTRACT_0 = @echo " EXTRACT " $@;
32 am__v_EXTRACT_1 =
33
34 vtysh/vtysh_cmd.c: $(vtysh_scan) vtysh/extract.pl
35 $(AM_V_EXTRACT) vtysh/extract.pl $(vtysh_scan) > vtysh/vtysh_cmd.c