version 1.1.1.3, 2012/10/09 09:22:29
|
version 1.1.1.4, 2013/07/21 23:54:40
|
Line 1
|
Line 1
|
# Makefile.in generated by automake 1.11.5 from Makefile.am. | # Makefile.in generated by automake 1.12.6 from Makefile.am. |
# @configure_input@ |
# @configure_input@ |
|
|
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, | # Copyright (C) 1994-2012 Free Software Foundation, Inc. |
# 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software | |
# Foundation, Inc. | |
# This Makefile.in is free software; the Free Software Foundation |
# This Makefile.in is free software; the Free Software Foundation |
# gives unlimited permission to copy and/or distribute it, |
# gives unlimited permission to copy and/or distribute it, |
# with or without modifications, as long as this notice is preserved. |
# with or without modifications, as long as this notice is preserved. |
Line 58 target_triplet = @target@
|
Line 57 target_triplet = @target@
|
sbin_PROGRAMS = ripd$(EXEEXT) |
sbin_PROGRAMS = ripd$(EXEEXT) |
subdir = ripd |
subdir = ripd |
DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \ |
DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \ |
$(srcdir)/Makefile.am $(srcdir)/Makefile.in | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
| $(top_srcdir)/depcomp |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \ | am__aclocal_m4_deps = $(top_srcdir)/m4/ax_sys_weak_alias.m4 \ |
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \ | $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \ |
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \ | $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \ |
$(top_srcdir)/configure.ac | $(top_srcdir)/m4/lt~obsolete.m4 $(top_srcdir)/configure.ac |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
$(ACLOCAL_M4) |
$(ACLOCAL_M4) |
mkinstalldirs = $(install_sh) -d |
mkinstalldirs = $(install_sh) -d |
Line 147 AUTOMAKE = @AUTOMAKE@
|
Line 147 AUTOMAKE = @AUTOMAKE@
|
AWK = @AWK@ |
AWK = @AWK@ |
BABELD = @BABELD@ |
BABELD = @BABELD@ |
BGPD = @BGPD@ |
BGPD = @BGPD@ |
|
BUILD_TESTS = @BUILD_TESTS@ |
CC = @CC@ |
CC = @CC@ |
CCDEPMODE = @CCDEPMODE@ |
CCDEPMODE = @CCDEPMODE@ |
CFLAGS = @CFLAGS@ |
CFLAGS = @CFLAGS@ |
Line 172 GREP = @GREP@
|
Line 173 GREP = @GREP@
|
HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@ |
HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@ |
IF_METHOD = @IF_METHOD@ |
IF_METHOD = @IF_METHOD@ |
IF_PROC = @IF_PROC@ |
IF_PROC = @IF_PROC@ |
INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@ | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib |
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
INSTALL_DATA = @INSTALL_DATA@ |
INSTALL_DATA = @INSTALL_DATA@ |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
Line 204 MAKEINFO = @MAKEINFO@
|
Line 205 MAKEINFO = @MAKEINFO@
|
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MANIFEST_TOOL = @MANIFEST_TOOL@ |
MKDIR_P = @MKDIR_P@ |
MKDIR_P = @MKDIR_P@ |
MULTIPATH_NUM = @MULTIPATH_NUM@ |
MULTIPATH_NUM = @MULTIPATH_NUM@ |
|
NETSNMP_CONFIG = @NETSNMP_CONFIG@ |
NM = @NM@ |
NM = @NM@ |
NMEDIT = @NMEDIT@ |
NMEDIT = @NMEDIT@ |
OBJDUMP = @OBJDUMP@ |
OBJDUMP = @OBJDUMP@ |
Line 235 RT_METHOD = @RT_METHOD@
|
Line 237 RT_METHOD = @RT_METHOD@
|
SED = @SED@ |
SED = @SED@ |
SET_MAKE = @SET_MAKE@ |
SET_MAKE = @SET_MAKE@ |
SHELL = @SHELL@ |
SHELL = @SHELL@ |
SNMP_INCLUDES = @SNMP_INCLUDES@ |
|
SOLARIS = @SOLARIS@ |
SOLARIS = @SOLARIS@ |
STRIP = @STRIP@ |
STRIP = @STRIP@ |
VERSION = @VERSION@ |
VERSION = @VERSION@ |
VTYSH = @VTYSH@ |
VTYSH = @VTYSH@ |
WATCHQUAGGA = @WATCHQUAGGA@ |
WATCHQUAGGA = @WATCHQUAGGA@ |
|
WEAK_ALIAS = @WEAK_ALIAS@ |
|
WEAK_ALIAS_CROSSFILE = @WEAK_ALIAS_CROSSFILE@ |
ZEBRA = @ZEBRA@ |
ZEBRA = @ZEBRA@ |
abs_builddir = @abs_builddir@ |
abs_builddir = @abs_builddir@ |
abs_srcdir = @abs_srcdir@ |
abs_srcdir = @abs_srcdir@ |
Line 527 GTAGS:
|
Line 530 GTAGS:
|
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
|
cscopelist: $(HEADERS) $(SOURCES) $(LISP) |
|
list='$(SOURCES) $(HEADERS) $(LISP)'; \ |
|
case "$(srcdir)" in \ |
|
[\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
|
*) sdir=$(subdir)/$(srcdir) ;; \ |
|
esac; \ |
|
for i in $$list; do \ |
|
if test -f "$$i"; then \ |
|
echo "$(subdir)/$$i"; \ |
|
else \ |
|
echo "$$sdir/$$i"; \ |
|
fi; \ |
|
done >> $(top_builddir)/cscope.files |
|
|
distclean-tags: |
distclean-tags: |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
|
|
Line 671 uninstall-am: uninstall-dist_examplesDATA uninstall-sb
|
Line 688 uninstall-am: uninstall-dist_examplesDATA uninstall-sb
|
.MAKE: install-am install-strip |
.MAKE: install-am install-strip |
|
|
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \ |
clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS ctags \ | clean-libtool clean-noinstLIBRARIES clean-sbinPROGRAMS \ |
distclean distclean-compile distclean-generic \ | cscopelist ctags distclean distclean-compile distclean-generic \ |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
distclean-libtool distclean-tags distdir dvi dvi-am html \ |
html-am info info-am install install-am install-data \ |
html-am info info-am install install-am install-data \ |
install-data-am install-dist_examplesDATA install-dvi \ |
install-data-am install-dist_examplesDATA install-dvi \ |