version 1.1.1.2, 2012/10/09 09:22:29
|
version 1.1.1.3, 2013/07/21 23:54:40
|
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 | INCLUDES = @INCLUDES@ -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@ |
Line 33 vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)
|
Line 33 vtysh_cmd_FILES = $(top_srcdir)/bgpd/*.c $(top_srcdir)
|
$(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 |