version 1.1.1.3, 2012/10/09 09:22:28
|
version 1.1.1.4, 2013/07/21 23:54:38
|
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 = isisd$(EXEEXT) |
sbin_PROGRAMS = isisd$(EXEEXT) |
subdir = isisd |
subdir = isisd |
DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \ |
DIST_COMMON = README $(dist_examples_DATA) $(noinst_HEADERS) \ |
$(srcdir)/Makefile.am $(srcdir)/Makefile.in AUTHORS | $(srcdir)/Makefile.am $(srcdir)/Makefile.in \ |
| $(top_srcdir)/depcomp AUTHORS |
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 194 AUTOMAKE = @AUTOMAKE@
|
Line 194 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 219 GREP = @GREP@
|
Line 220 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 \ | INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib -I$(top_builddir)/lib \ |
@ISIS_TOPOLOGY_INCLUDES@ |
@ISIS_TOPOLOGY_INCLUDES@ |
|
|
INSTALL = @INSTALL@ |
INSTALL = @INSTALL@ |
Line 253 MAKEINFO = @MAKEINFO@
|
Line 254 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 284 RT_METHOD = @RT_METHOD@
|
Line 286 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 548 uninstall-dist_examplesDATA:
|
Line 551 uninstall-dist_examplesDATA:
|
dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir) |
dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir) |
|
|
# This directory's subdirectories are mostly independent; you can cd |
# This directory's subdirectories are mostly independent; you can cd |
# into them and run `make' without going through this Makefile. | # into them and run 'make' without going through this Makefile. |
# To change the values of `make' variables: instead of editing Makefiles, | # To change the values of 'make' variables: instead of editing Makefiles, |
# (1) if the variable is set in `config.status', edit `config.status' | # (1) if the variable is set in 'config.status', edit 'config.status' |
# (which will cause the Makefiles to be regenerated when you run `make'); | # (which will cause the Makefiles to be regenerated when you run 'make'); |
# (2) otherwise, pass the desired values on the `make' command line. | # (2) otherwise, pass the desired values on the 'make' command line. |
$(RECURSIVE_TARGETS): | $(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): |
@fail= failcom='exit 1'; \ |
@fail= failcom='exit 1'; \ |
for f in x $$MAKEFLAGS; do \ |
for f in x $$MAKEFLAGS; do \ |
case $$f in \ |
case $$f in \ |
Line 563 $(RECURSIVE_TARGETS):
|
Line 566 $(RECURSIVE_TARGETS):
|
done; \ |
done; \ |
dot_seen=no; \ |
dot_seen=no; \ |
target=`echo $@ | sed s/-recursive//`; \ |
target=`echo $@ | sed s/-recursive//`; \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ | case "$@" in \ |
| distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
| *) list='$(SUBDIRS)' ;; \ |
| esac; \ |
| for subdir in $$list; do \ |
echo "Making $$target in $$subdir"; \ |
echo "Making $$target in $$subdir"; \ |
if test "$$subdir" = "."; then \ |
if test "$$subdir" = "."; then \ |
dot_seen=yes; \ |
dot_seen=yes; \ |
Line 577 $(RECURSIVE_TARGETS):
|
Line 584 $(RECURSIVE_TARGETS):
|
if test "$$dot_seen" = "no"; then \ |
if test "$$dot_seen" = "no"; then \ |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
$(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
fi; test -z "$$fail" |
fi; test -z "$$fail" |
|
|
$(RECURSIVE_CLEAN_TARGETS): |
|
@fail= failcom='exit 1'; \ |
|
for f in x $$MAKEFLAGS; do \ |
|
case $$f in \ |
|
*=* | --[!k]*);; \ |
|
*k*) failcom='fail=yes';; \ |
|
esac; \ |
|
done; \ |
|
dot_seen=no; \ |
|
case "$@" in \ |
|
distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
|
*) list='$(SUBDIRS)' ;; \ |
|
esac; \ |
|
rev=''; for subdir in $$list; do \ |
|
if test "$$subdir" = "."; then :; else \ |
|
rev="$$subdir $$rev"; \ |
|
fi; \ |
|
done; \ |
|
rev="$$rev ."; \ |
|
target=`echo $@ | sed s/-recursive//`; \ |
|
for subdir in $$rev; do \ |
|
echo "Making $$target in $$subdir"; \ |
|
if test "$$subdir" = "."; then \ |
|
local_target="$$target-am"; \ |
|
else \ |
|
local_target="$$target"; \ |
|
fi; \ |
|
($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
|
|| eval $$failcom; \ |
|
done && test -z "$$fail" |
|
tags-recursive: |
tags-recursive: |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
Line 616 ctags-recursive:
|
Line 592 ctags-recursive:
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
list='$(SUBDIRS)'; for subdir in $$list; do \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
done |
done |
|
cscopelist-recursive: |
|
list='$(SUBDIRS)'; for subdir in $$list; do \ |
|
test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ |
|
done |
|
|
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
Line 679 GTAGS:
|
Line 659 GTAGS:
|
&& $(am__cd) $(top_srcdir) \ |
&& $(am__cd) $(top_srcdir) \ |
&& gtags -i $(GTAGS_ARGS) "$$here" |
&& gtags -i $(GTAGS_ARGS) "$$here" |
|
|
|
cscopelist: cscopelist-recursive $(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 846 ps-am:
|
Line 840 ps-am:
|
|
|
uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS |
uninstall-am: uninstall-dist_examplesDATA uninstall-sbinPROGRAMS |
|
|
.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \ | .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ |
install-am install-strip tags-recursive | cscopelist-recursive ctags-recursive install-am install-strip \ |
| tags-recursive |
|
|
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ |
all all-am check check-am clean clean-generic clean-libtool \ |
all all-am check check-am clean clean-generic clean-libtool \ |
clean-noinstLIBRARIES clean-sbinPROGRAMS ctags ctags-recursive \ | clean-noinstLIBRARIES clean-sbinPROGRAMS cscopelist \ |
distclean distclean-compile distclean-generic \ | cscopelist-recursive ctags ctags-recursive distclean \ |
distclean-libtool distclean-tags distdir dvi dvi-am html \ | distclean-compile distclean-generic distclean-libtool \ |
html-am info info-am install install-am install-data \ | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
install-data-am install-dist_examplesDATA install-dvi \ | install install-am install-data install-data-am \ |
install-dvi-am install-exec install-exec-am install-html \ | install-dist_examplesDATA install-dvi install-dvi-am \ |
install-html-am install-info install-info-am install-man \ | install-exec install-exec-am install-html install-html-am \ |
install-pdf install-pdf-am install-ps install-ps-am \ | install-info install-info-am install-man install-pdf \ |
install-sbinPROGRAMS install-strip installcheck \ | install-pdf-am install-ps install-ps-am install-sbinPROGRAMS \ |
installcheck-am installdirs installdirs-am maintainer-clean \ | install-strip installcheck installcheck-am installdirs \ |
maintainer-clean-generic mostlyclean mostlyclean-compile \ | installdirs-am maintainer-clean maintainer-clean-generic \ |
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \ | mostlyclean mostlyclean-compile mostlyclean-generic \ |
tags tags-recursive uninstall uninstall-am \ | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \ |
uninstall-dist_examplesDATA uninstall-sbinPROGRAMS | uninstall uninstall-am uninstall-dist_examplesDATA \ |
| uninstall-sbinPROGRAMS |
|
|
|
|
# Tell versions [3.59,3.63) of GNU make to not export all variables. |
# Tell versions [3.59,3.63) of GNU make to not export all variables. |