version 1.1, 2012/02/21 17:26:12
|
version 1.1.1.4, 2016/11/02 10:09:10
|
Line 1
|
Line 1
|
## Process this file with Automake to create Makefile.in |
## Process this file with Automake to create Makefile.in |
|
|
INCLUDES = @INCLUDES@ -I$(top_srcdir) -I$(top_srcdir)/lib | AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" |
DEFS = @DEFS@ -DSYSCONFDIR=\"$(sysconfdir)/\" |
|
|
LIBS = @LIBS@ @CURSES@ @LIBPAM@ |
LIBS = @LIBS@ @CURSES@ @LIBPAM@ |
|
|
AM_CFLAGS = $(PICFLAGS) | AM_CFLAGS = $(WERROR) |
AM_LDFLAGS = $(PILDFLAGS) | |
|
|
bin_PROGRAMS = vtysh |
bin_PROGRAMS = vtysh |
|
|
Line 24 EXTRA_DIST = extract.pl
|
Line 23 EXTRA_DIST = extract.pl
|
vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \ |
vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)/isisd/*.c \ |
$(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \ |
$(top_srcdir)/ospfd/*.c $(top_srcdir)/ospf6d/*.c \ |
$(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c \ |
$(top_srcdir)/ripd/*.c $(top_srcdir)/ripngd/*.c \ |
|
$(top_srcdir)/pimd/pim_cmd.c \ |
$(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \ |
$(top_srcdir)/lib/keychain.c $(top_srcdir)/lib/routemap.c \ |
$(top_srcdir)/lib/filter.c $(top_srcdir)/lib/plist.c \ |
$(top_srcdir)/lib/filter.c $(top_srcdir)/lib/plist.c \ |
$(top_srcdir)/lib/distribute.c $(top_srcdir)/lib/if_rmap.c \ |
$(top_srcdir)/lib/distribute.c $(top_srcdir)/lib/if_rmap.c \ |
|
$(top_srcdir)/lib/vrf.c \ |
$(top_srcdir)/lib/vty.c $(top_srcdir)/zebra/debug.c \ |
$(top_srcdir)/lib/vty.c $(top_srcdir)/zebra/debug.c \ |
$(top_srcdir)/zebra/interface.c \ |
$(top_srcdir)/zebra/interface.c \ |
$(top_srcdir)/zebra/irdp_interface.c \ |
$(top_srcdir)/zebra/irdp_interface.c \ |
$(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \ |
$(top_srcdir)/zebra/rtadv.c $(top_srcdir)/zebra/zebra_vty.c \ |
$(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \ |
$(top_srcdir)/zebra/zserv.c $(top_srcdir)/zebra/router-id.c \ |
$(top_srcdir)/zebra/zebra_routemap.c | $(top_srcdir)/zebra/zebra_routemap.c \ |
| $(top_srcdir)/zebra/zebra_fpm.c |
|
|
vtysh_cmd.c: $(vtysh_cmd_FILES) |
vtysh_cmd.c: $(vtysh_cmd_FILES) |
./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c |
./$(EXTRA_DIST) $(vtysh_cmd_FILES) > vtysh_cmd.c |