File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / quagga / ospfd / Makefile.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue May 29 11:53:41 2012 UTC (12 years, 1 month ago) by misho
Branches: quagga, MAIN
CVS tags: v0_99_20_1, HEAD
quagga 0.99.20.1

    1: # Makefile.in generated by automake 1.11.2 from Makefile.am.
    2: # @configure_input@
    3: 
    4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Free Software
    6: # Foundation, Inc.
    7: # This Makefile.in is free software; the Free Software Foundation
    8: # gives unlimited permission to copy and/or distribute it,
    9: # with or without modifications, as long as this notice is preserved.
   10: 
   11: # This program is distributed in the hope that it will be useful,
   12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
   13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
   14: # PARTICULAR PURPOSE.
   15: 
   16: @SET_MAKE@
   17: 
   18: 
   19: 
   20: 
   21: VPATH = @srcdir@
   22: pkgdatadir = $(datadir)/@PACKAGE@
   23: pkgincludedir = $(includedir)/@PACKAGE@
   24: pkglibdir = $(libdir)/@PACKAGE@
   25: pkglibexecdir = $(libexecdir)/@PACKAGE@
   26: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
   27: install_sh_DATA = $(install_sh) -c -m 644
   28: install_sh_PROGRAM = $(install_sh) -c
   29: install_sh_SCRIPT = $(install_sh) -c
   30: INSTALL_HEADER = $(INSTALL_DATA)
   31: transform = $(program_transform_name)
   32: NORMAL_INSTALL = :
   33: PRE_INSTALL = :
   34: POST_INSTALL = :
   35: NORMAL_UNINSTALL = :
   36: PRE_UNINSTALL = :
   37: POST_UNINSTALL = :
   38: build_triplet = @build@
   39: host_triplet = @host@
   40: target_triplet = @target@
   41: sbin_PROGRAMS = ospfd$(EXEEXT)
   42: subdir = ospfd
   43: DIST_COMMON = $(dist_examples_DATA) $(noinst_HEADERS) \
   44: 	$(ospfdheader_HEADERS) $(srcdir)/Makefile.am \
   45: 	$(srcdir)/Makefile.in
   46: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   47: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
   48: 	$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
   49: 	$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
   50: 	$(top_srcdir)/configure.ac
   51: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
   52: 	$(ACLOCAL_M4)
   53: mkinstalldirs = $(install_sh) -d
   54: CONFIG_HEADER = $(top_builddir)/config.h
   55: CONFIG_CLEAN_FILES =
   56: CONFIG_CLEAN_VPATH_FILES =
   57: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
   58: am__vpath_adj = case $$p in \
   59:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
   60:     *) f=$$p;; \
   61:   esac;
   62: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
   63: am__install_max = 40
   64: am__nobase_strip_setup = \
   65:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
   66: am__nobase_strip = \
   67:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
   68: am__nobase_list = $(am__nobase_strip_setup); \
   69:   for p in $$list; do echo "$$p $$p"; done | \
   70:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
   71:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
   72:     if (++n[$$2] == $(am__install_max)) \
   73:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
   74:     END { for (dir in files) print dir, files[dir] }'
   75: am__base_list = \
   76:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
   77:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
   78: am__uninstall_files_from_dir = { \
   79:   test -z "$$files" \
   80:     || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
   81:     || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
   82:          $(am__cd) "$$dir" && rm -f $$files; }; \
   83:   }
   84: am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" \
   85: 	"$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"
   86: LTLIBRARIES = $(lib_LTLIBRARIES)
   87: libospf_la_LIBADD =
   88: am_libospf_la_OBJECTS = ospfd.lo ospf_zebra.lo ospf_interface.lo \
   89: 	ospf_ism.lo ospf_neighbor.lo ospf_nsm.lo ospf_dump.lo \
   90: 	ospf_network.lo ospf_packet.lo ospf_lsa.lo ospf_spf.lo \
   91: 	ospf_route.lo ospf_ase.lo ospf_abr.lo ospf_ia.lo ospf_flood.lo \
   92: 	ospf_lsdb.lo ospf_asbr.lo ospf_routemap.lo ospf_snmp.lo \
   93: 	ospf_opaque.lo ospf_te.lo ospf_vty.lo ospf_api.lo \
   94: 	ospf_apiserver.lo
   95: libospf_la_OBJECTS = $(am_libospf_la_OBJECTS)
   96: libospf_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
   97: 	$(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
   98: 	$(libospf_la_LDFLAGS) $(LDFLAGS) -o $@
   99: PROGRAMS = $(sbin_PROGRAMS)
  100: am_ospfd_OBJECTS = ospf_main.$(OBJEXT)
  101: ospfd_OBJECTS = $(am_ospfd_OBJECTS)
  102: ospfd_DEPENDENCIES = libospf.la ../lib/libzebra.la
  103: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
  104: depcomp = $(SHELL) $(top_srcdir)/depcomp
  105: am__depfiles_maybe = depfiles
  106: am__mv = mv -f
  107: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
  108: 	$(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  109: LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  110: 	--mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
  111: 	$(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
  112: CCLD = $(CC)
  113: LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
  114: 	--mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
  115: 	$(LDFLAGS) -o $@
  116: SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
  117: DIST_SOURCES = $(libospf_la_SOURCES) $(ospfd_SOURCES)
  118: DATA = $(dist_examples_DATA)
  119: HEADERS = $(noinst_HEADERS) $(ospfdheader_HEADERS)
  120: ETAGS = etags
  121: CTAGS = ctags
  122: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
  123: ACLOCAL = @ACLOCAL@
  124: AMTAR = @AMTAR@
  125: AR = @AR@
  126: AUTOCONF = @AUTOCONF@
  127: AUTOHEADER = @AUTOHEADER@
  128: AUTOMAKE = @AUTOMAKE@
  129: AWK = @AWK@
  130: BGPD = @BGPD@
  131: CC = @CC@
  132: CCDEPMODE = @CCDEPMODE@
  133: CFLAGS = @CFLAGS@
  134: CONFDATE = @CONFDATE@
  135: CPP = @CPP@
  136: CPPFLAGS = @CPPFLAGS@
  137: CURSES = @CURSES@
  138: CYGPATH_W = @CYGPATH_W@
  139: DEFS = @DEFS@ $(LOCAL_OPTS) -DSYSCONFDIR=\"$(sysconfdir)/\"
  140: DEPDIR = @DEPDIR@
  141: DLLTOOL = @DLLTOOL@
  142: DOC = @DOC@
  143: DSYMUTIL = @DSYMUTIL@
  144: DUMPBIN = @DUMPBIN@
  145: ECHO_C = @ECHO_C@
  146: ECHO_N = @ECHO_N@
  147: ECHO_T = @ECHO_T@
  148: EGREP = @EGREP@
  149: EXEEXT = @EXEEXT@
  150: FGREP = @FGREP@
  151: GAWK = @GAWK@
  152: GREP = @GREP@
  153: HAVE_LIBPCREPOSIX = @HAVE_LIBPCREPOSIX@
  154: IF_METHOD = @IF_METHOD@
  155: IF_PROC = @IF_PROC@
  156: INCLUDES = @INCLUDES@ -I.. -I$(top_srcdir) -I$(top_srcdir)/lib @SNMP_INCLUDES@
  157: INSTALL = @INSTALL@
  158: INSTALL_DATA = @INSTALL_DATA@
  159: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  160: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  161: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  162: IOCTL_METHOD = @IOCTL_METHOD@
  163: IPFORWARD = @IPFORWARD@
  164: ISISD = @ISISD@
  165: ISIS_TOPOLOGY_DIR = @ISIS_TOPOLOGY_DIR@
  166: ISIS_TOPOLOGY_INCLUDES = @ISIS_TOPOLOGY_INCLUDES@
  167: ISIS_TOPOLOGY_LIB = @ISIS_TOPOLOGY_LIB@
  168: KERNEL_METHOD = @KERNEL_METHOD@
  169: LD = @LD@
  170: LDFLAGS = @LDFLAGS@
  171: LIBCAP = @LIBCAP@
  172: LIBM = @LIBM@
  173: LIBOBJS = @LIBOBJS@
  174: LIBPAM = @LIBPAM@
  175: LIBREADLINE = @LIBREADLINE@
  176: LIBS = @LIBS@
  177: LIBTOOL = @LIBTOOL@
  178: LIB_IPV6 = @LIB_IPV6@
  179: LIB_REGEX = @LIB_REGEX@
  180: LIPO = @LIPO@
  181: LN_S = @LN_S@
  182: LTLIBOBJS = @LTLIBOBJS@
  183: MAKEINFO = @MAKEINFO@
  184: MANIFEST_TOOL = @MANIFEST_TOOL@
  185: MKDIR_P = @MKDIR_P@
  186: MULTIPATH_NUM = @MULTIPATH_NUM@
  187: NM = @NM@
  188: NMEDIT = @NMEDIT@
  189: OBJDUMP = @OBJDUMP@
  190: OBJEXT = @OBJEXT@
  191: OSPF6D = @OSPF6D@
  192: OSPFAPI = @OSPFAPI@
  193: OSPFCLIENT = @OSPFCLIENT@
  194: OSPFD = @OSPFD@
  195: OTHER_METHOD = @OTHER_METHOD@
  196: OTOOL = @OTOOL@
  197: OTOOL64 = @OTOOL64@
  198: PACKAGE = @PACKAGE@
  199: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  200: PACKAGE_NAME = @PACKAGE_NAME@
  201: PACKAGE_STRING = @PACKAGE_STRING@
  202: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  203: PACKAGE_URL = @PACKAGE_URL@
  204: PACKAGE_VERSION = @PACKAGE_VERSION@
  205: PATH_SEPARATOR = @PATH_SEPARATOR@
  206: PERL = @PERL@
  207: PICFLAGS = @PICFLAGS@
  208: PILDFLAGS = @PILDFLAGS@
  209: RANLIB = @RANLIB@
  210: RIPD = @RIPD@
  211: RIPNGD = @RIPNGD@
  212: RTREAD_METHOD = @RTREAD_METHOD@
  213: RT_METHOD = @RT_METHOD@
  214: SED = @SED@
  215: SET_MAKE = @SET_MAKE@
  216: SHELL = @SHELL@
  217: SNMP_INCLUDES = @SNMP_INCLUDES@
  218: SOLARIS = @SOLARIS@
  219: STRIP = @STRIP@
  220: VERSION = @VERSION@
  221: VTYSH = @VTYSH@
  222: WATCHQUAGGA = @WATCHQUAGGA@
  223: ZEBRA = @ZEBRA@
  224: abs_builddir = @abs_builddir@
  225: abs_srcdir = @abs_srcdir@
  226: abs_top_builddir = @abs_top_builddir@
  227: abs_top_srcdir = @abs_top_srcdir@
  228: ac_ct_AR = @ac_ct_AR@
  229: ac_ct_CC = @ac_ct_CC@
  230: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
  231: am__include = @am__include@
  232: am__leading_dot = @am__leading_dot@
  233: am__quote = @am__quote@
  234: am__tar = @am__tar@
  235: am__untar = @am__untar@
  236: bindir = @bindir@
  237: build = @build@
  238: build_alias = @build_alias@
  239: build_cpu = @build_cpu@
  240: build_os = @build_os@
  241: build_vendor = @build_vendor@
  242: builddir = @builddir@
  243: datadir = @datadir@
  244: datarootdir = @datarootdir@
  245: docdir = @docdir@
  246: dvidir = @dvidir@
  247: enable_group = @enable_group@
  248: enable_user = @enable_user@
  249: enable_vty_group = @enable_vty_group@
  250: exampledir = @exampledir@
  251: exec_prefix = @exec_prefix@
  252: host = @host@
  253: host_alias = @host_alias@
  254: host_cpu = @host_cpu@
  255: host_os = @host_os@
  256: host_vendor = @host_vendor@
  257: htmldir = @htmldir@
  258: includedir = @includedir@
  259: infodir = @infodir@
  260: install_sh = @install_sh@
  261: libdir = @libdir@
  262: libexecdir = @libexecdir@
  263: localedir = @localedir@
  264: localstatedir = @localstatedir@
  265: mandir = @mandir@
  266: mkdir_p = @mkdir_p@
  267: oldincludedir = @oldincludedir@
  268: pdfdir = @pdfdir@
  269: pkgsrcdir = @pkgsrcdir@
  270: pkgsrcrcdir = @pkgsrcrcdir@
  271: prefix = @prefix@
  272: program_transform_name = @program_transform_name@
  273: psdir = @psdir@
  274: quagga_statedir = @quagga_statedir@
  275: sbindir = @sbindir@
  276: sharedstatedir = @sharedstatedir@
  277: srcdir = @srcdir@
  278: sysconfdir = @sysconfdir@
  279: target = @target@
  280: target_alias = @target_alias@
  281: target_cpu = @target_cpu@
  282: target_os = @target_os@
  283: target_vendor = @target_vendor@
  284: top_build_prefix = @top_build_prefix@
  285: top_builddir = @top_builddir@
  286: top_srcdir = @top_srcdir@
  287: INSTALL_SDATA = @INSTALL@ -m 600
  288: lib_LTLIBRARIES = libospf.la
  289: libospf_la_LDFLAGS = -version 0:0:0
  290: libospf_la_SOURCES = \
  291: 	ospfd.c ospf_zebra.c ospf_interface.c ospf_ism.c ospf_neighbor.c \
  292: 	ospf_nsm.c ospf_dump.c ospf_network.c ospf_packet.c ospf_lsa.c \
  293: 	ospf_spf.c ospf_route.c ospf_ase.c ospf_abr.c ospf_ia.c ospf_flood.c \
  294: 	ospf_lsdb.c ospf_asbr.c ospf_routemap.c ospf_snmp.c \
  295: 	ospf_opaque.c ospf_te.c ospf_vty.c ospf_api.c ospf_apiserver.c
  296: 
  297: ospfdheaderdir = $(pkgincludedir)/ospfd
  298: ospfdheader_HEADERS = \
  299: 	ospf_api.h ospf_asbr.h ospf_dump.h ospf_lsa.h ospf_lsdb.h \
  300: 	ospf_nsm.h ospf_ism.h ospf_opaque.h ospfd.h
  301: 
  302: noinst_HEADERS = \
  303: 	ospf_interface.h ospf_neighbor.h ospf_network.h ospf_packet.h \
  304: 	ospf_zebra.h ospf_spf.h ospf_route.h ospf_ase.h ospf_abr.h ospf_ia.h \
  305: 	ospf_flood.h ospf_snmp.h ospf_te.h ospf_vty.h ospf_apiserver.h
  306: 
  307: ospfd_SOURCES = ospf_main.c
  308: ospfd_LDADD = libospf.la ../lib/libzebra.la @LIBCAP@
  309: EXTRA_DIST = OSPF-MIB.txt OSPF-TRAP-MIB.txt ChangeLog.opaque.txt
  310: examplesdir = $(exampledir)
  311: dist_examples_DATA = ospfd.conf.sample
  312: all: all-am
  313: 
  314: .SUFFIXES:
  315: .SUFFIXES: .c .lo .o .obj
  316: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  317: 	@for dep in $?; do \
  318: 	  case '$(am__configure_deps)' in \
  319: 	    *$$dep*) \
  320: 	      ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
  321: 	        && { if test -f $@; then exit 0; else break; fi; }; \
  322: 	      exit 1;; \
  323: 	  esac; \
  324: 	done; \
  325: 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu ospfd/Makefile'; \
  326: 	$(am__cd) $(top_srcdir) && \
  327: 	  $(AUTOMAKE) --gnu ospfd/Makefile
  328: .PRECIOUS: Makefile
  329: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  330: 	@case '$?' in \
  331: 	  *config.status*) \
  332: 	    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
  333: 	  *) \
  334: 	    echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
  335: 	    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
  336: 	esac;
  337: 
  338: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  339: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  340: 
  341: $(top_srcdir)/configure:  $(am__configure_deps)
  342: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  343: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  344: 	cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
  345: $(am__aclocal_m4_deps):
  346: install-libLTLIBRARIES: $(lib_LTLIBRARIES)
  347: 	@$(NORMAL_INSTALL)
  348: 	test -z "$(libdir)" || $(MKDIR_P) "$(DESTDIR)$(libdir)"
  349: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  350: 	list2=; for p in $$list; do \
  351: 	  if test -f $$p; then \
  352: 	    list2="$$list2 $$p"; \
  353: 	  else :; fi; \
  354: 	done; \
  355: 	test -z "$$list2" || { \
  356: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 '$(DESTDIR)$(libdir)'"; \
  357: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL) $(INSTALL_STRIP_FLAG) $$list2 "$(DESTDIR)$(libdir)"; \
  358: 	}
  359: 
  360: uninstall-libLTLIBRARIES:
  361: 	@$(NORMAL_UNINSTALL)
  362: 	@list='$(lib_LTLIBRARIES)'; test -n "$(libdir)" || list=; \
  363: 	for p in $$list; do \
  364: 	  $(am__strip_dir) \
  365: 	  echo " $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$f'"; \
  366: 	  $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$f"; \
  367: 	done
  368: 
  369: clean-libLTLIBRARIES:
  370: 	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
  371: 	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
  372: 	  dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
  373: 	  test "$$dir" != "$$p" || dir=.; \
  374: 	  echo "rm -f \"$${dir}/so_locations\""; \
  375: 	  rm -f "$${dir}/so_locations"; \
  376: 	done
  377: libospf.la: $(libospf_la_OBJECTS) $(libospf_la_DEPENDENCIES) 
  378: 	$(libospf_la_LINK) -rpath $(libdir) $(libospf_la_OBJECTS) $(libospf_la_LIBADD) $(LIBS)
  379: install-sbinPROGRAMS: $(sbin_PROGRAMS)
  380: 	@$(NORMAL_INSTALL)
  381: 	test -z "$(sbindir)" || $(MKDIR_P) "$(DESTDIR)$(sbindir)"
  382: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  383: 	for p in $$list; do echo "$$p $$p"; done | \
  384: 	sed 's/$(EXEEXT)$$//' | \
  385: 	while read p p1; do if test -f $$p || test -f $$p1; \
  386: 	  then echo "$$p"; echo "$$p"; else :; fi; \
  387: 	done | \
  388: 	sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
  389: 	    -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
  390: 	sed 'N;N;N;s,\n, ,g' | \
  391: 	$(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
  392: 	  { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
  393: 	    if ($$2 == $$4) files[d] = files[d] " " $$1; \
  394: 	    else { print "f", $$3 "/" $$4, $$1; } } \
  395: 	  END { for (d in files) print "f", d, files[d] }' | \
  396: 	while read type dir files; do \
  397: 	    if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
  398: 	    test -z "$$files" || { \
  399: 	    echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(sbindir)$$dir'"; \
  400: 	    $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(sbindir)$$dir" || exit $$?; \
  401: 	    } \
  402: 	; done
  403: 
  404: uninstall-sbinPROGRAMS:
  405: 	@$(NORMAL_UNINSTALL)
  406: 	@list='$(sbin_PROGRAMS)'; test -n "$(sbindir)" || list=; \
  407: 	files=`for p in $$list; do echo "$$p"; done | \
  408: 	  sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
  409: 	      -e 's/$$/$(EXEEXT)/' `; \
  410: 	test -n "$$list" || exit 0; \
  411: 	echo " ( cd '$(DESTDIR)$(sbindir)' && rm -f" $$files ")"; \
  412: 	cd "$(DESTDIR)$(sbindir)" && rm -f $$files
  413: 
  414: clean-sbinPROGRAMS:
  415: 	@list='$(sbin_PROGRAMS)'; test -n "$$list" || exit 0; \
  416: 	echo " rm -f" $$list; \
  417: 	rm -f $$list || exit $$?; \
  418: 	test -n "$(EXEEXT)" || exit 0; \
  419: 	list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
  420: 	echo " rm -f" $$list; \
  421: 	rm -f $$list
  422: ospfd$(EXEEXT): $(ospfd_OBJECTS) $(ospfd_DEPENDENCIES) 
  423: 	@rm -f ospfd$(EXEEXT)
  424: 	$(LINK) $(ospfd_OBJECTS) $(ospfd_LDADD) $(LIBS)
  425: 
  426: mostlyclean-compile:
  427: 	-rm -f *.$(OBJEXT)
  428: 
  429: distclean-compile:
  430: 	-rm -f *.tab.c
  431: 
  432: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_abr.Plo@am__quote@
  433: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_api.Plo@am__quote@
  434: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_apiserver.Plo@am__quote@
  435: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_asbr.Plo@am__quote@
  436: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ase.Plo@am__quote@
  437: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_dump.Plo@am__quote@
  438: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_flood.Plo@am__quote@
  439: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ia.Plo@am__quote@
  440: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_interface.Plo@am__quote@
  441: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_ism.Plo@am__quote@
  442: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsa.Plo@am__quote@
  443: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_lsdb.Plo@am__quote@
  444: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_main.Po@am__quote@
  445: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_neighbor.Plo@am__quote@
  446: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_network.Plo@am__quote@
  447: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_nsm.Plo@am__quote@
  448: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_opaque.Plo@am__quote@
  449: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_packet.Plo@am__quote@
  450: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_route.Plo@am__quote@
  451: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_routemap.Plo@am__quote@
  452: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_snmp.Plo@am__quote@
  453: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_spf.Plo@am__quote@
  454: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_te.Plo@am__quote@
  455: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_vty.Plo@am__quote@
  456: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospf_zebra.Plo@am__quote@
  457: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ospfd.Plo@am__quote@
  458: 
  459: .c.o:
  460: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  461: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  462: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  463: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  464: @am__fastdepCC_FALSE@	$(COMPILE) -c $<
  465: 
  466: .c.obj:
  467: @am__fastdepCC_TRUE@	$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
  468: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
  469: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
  470: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  471: @am__fastdepCC_FALSE@	$(COMPILE) -c `$(CYGPATH_W) '$<'`
  472: 
  473: .c.lo:
  474: @am__fastdepCC_TRUE@	$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
  475: @am__fastdepCC_TRUE@	$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
  476: @AMDEP_TRUE@@am__fastdepCC_FALSE@	source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
  477: @AMDEP_TRUE@@am__fastdepCC_FALSE@	DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  478: @am__fastdepCC_FALSE@	$(LTCOMPILE) -c -o $@ $<
  479: 
  480: mostlyclean-libtool:
  481: 	-rm -f *.lo
  482: 
  483: clean-libtool:
  484: 	-rm -rf .libs _libs
  485: install-dist_examplesDATA: $(dist_examples_DATA)
  486: 	@$(NORMAL_INSTALL)
  487: 	test -z "$(examplesdir)" || $(MKDIR_P) "$(DESTDIR)$(examplesdir)"
  488: 	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
  489: 	for p in $$list; do \
  490: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  491: 	  echo "$$d$$p"; \
  492: 	done | $(am__base_list) | \
  493: 	while read files; do \
  494: 	  echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(examplesdir)'"; \
  495: 	  $(INSTALL_DATA) $$files "$(DESTDIR)$(examplesdir)" || exit $$?; \
  496: 	done
  497: 
  498: uninstall-dist_examplesDATA:
  499: 	@$(NORMAL_UNINSTALL)
  500: 	@list='$(dist_examples_DATA)'; test -n "$(examplesdir)" || list=; \
  501: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  502: 	dir='$(DESTDIR)$(examplesdir)'; $(am__uninstall_files_from_dir)
  503: install-ospfdheaderHEADERS: $(ospfdheader_HEADERS)
  504: 	@$(NORMAL_INSTALL)
  505: 	test -z "$(ospfdheaderdir)" || $(MKDIR_P) "$(DESTDIR)$(ospfdheaderdir)"
  506: 	@list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
  507: 	for p in $$list; do \
  508: 	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  509: 	  echo "$$d$$p"; \
  510: 	done | $(am__base_list) | \
  511: 	while read files; do \
  512: 	  echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(ospfdheaderdir)'"; \
  513: 	  $(INSTALL_HEADER) $$files "$(DESTDIR)$(ospfdheaderdir)" || exit $$?; \
  514: 	done
  515: 
  516: uninstall-ospfdheaderHEADERS:
  517: 	@$(NORMAL_UNINSTALL)
  518: 	@list='$(ospfdheader_HEADERS)'; test -n "$(ospfdheaderdir)" || list=; \
  519: 	files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  520: 	dir='$(DESTDIR)$(ospfdheaderdir)'; $(am__uninstall_files_from_dir)
  521: 
  522: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  523: 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  524: 	unique=`for i in $$list; do \
  525: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  526: 	  done | \
  527: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  528: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  529: 	mkid -fID $$unique
  530: tags: TAGS
  531: 
  532: TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  533: 		$(TAGS_FILES) $(LISP)
  534: 	set x; \
  535: 	here=`pwd`; \
  536: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  537: 	unique=`for i in $$list; do \
  538: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  539: 	  done | \
  540: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  541: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  542: 	shift; \
  543: 	if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  544: 	  test -n "$$unique" || unique=$$empty_fix; \
  545: 	  if test $$# -gt 0; then \
  546: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  547: 	      "$$@" $$unique; \
  548: 	  else \
  549: 	    $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  550: 	      $$unique; \
  551: 	  fi; \
  552: 	fi
  553: ctags: CTAGS
  554: CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
  555: 		$(TAGS_FILES) $(LISP)
  556: 	list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
  557: 	unique=`for i in $$list; do \
  558: 	    if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  559: 	  done | \
  560: 	  $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  561: 	      END { if (nonempty) { for (i in files) print i; }; }'`; \
  562: 	test -z "$(CTAGS_ARGS)$$unique" \
  563: 	  || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  564: 	     $$unique
  565: 
  566: GTAGS:
  567: 	here=`$(am__cd) $(top_builddir) && pwd` \
  568: 	  && $(am__cd) $(top_srcdir) \
  569: 	  && gtags -i $(GTAGS_ARGS) "$$here"
  570: 
  571: distclean-tags:
  572: 	-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  573: 
  574: distdir: $(DISTFILES)
  575: 	@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  576: 	topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  577: 	list='$(DISTFILES)'; \
  578: 	  dist_files=`for file in $$list; do echo $$file; done | \
  579: 	  sed -e "s|^$$srcdirstrip/||;t" \
  580: 	      -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  581: 	case $$dist_files in \
  582: 	  */*) $(MKDIR_P) `echo "$$dist_files" | \
  583: 			   sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  584: 			   sort -u` ;; \
  585: 	esac; \
  586: 	for file in $$dist_files; do \
  587: 	  if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  588: 	  if test -d $$d/$$file; then \
  589: 	    dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  590: 	    if test -d "$(distdir)/$$file"; then \
  591: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  592: 	    fi; \
  593: 	    if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  594: 	      cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  595: 	      find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  596: 	    fi; \
  597: 	    cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  598: 	  else \
  599: 	    test -f "$(distdir)/$$file" \
  600: 	    || cp -p $$d/$$file "$(distdir)/$$file" \
  601: 	    || exit 1; \
  602: 	  fi; \
  603: 	done
  604: check-am: all-am
  605: check: check-am
  606: all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(DATA) $(HEADERS)
  607: installdirs:
  608: 	for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(examplesdir)" "$(DESTDIR)$(ospfdheaderdir)"; do \
  609: 	  test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  610: 	done
  611: install: install-am
  612: install-exec: install-exec-am
  613: install-data: install-data-am
  614: uninstall: uninstall-am
  615: 
  616: install-am: all-am
  617: 	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  618: 
  619: installcheck: installcheck-am
  620: install-strip:
  621: 	if test -z '$(STRIP)'; then \
  622: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  623: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  624: 	      install; \
  625: 	else \
  626: 	  $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
  627: 	    install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
  628: 	    "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
  629: 	fi
  630: mostlyclean-generic:
  631: 
  632: clean-generic:
  633: 
  634: distclean-generic:
  635: 	-test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  636: 	-test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  637: 
  638: maintainer-clean-generic:
  639: 	@echo "This command is intended for maintainers to use"
  640: 	@echo "it deletes files that may require special tools to rebuild."
  641: clean: clean-am
  642: 
  643: clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
  644: 	clean-sbinPROGRAMS mostlyclean-am
  645: 
  646: distclean: distclean-am
  647: 	-rm -rf ./$(DEPDIR)
  648: 	-rm -f Makefile
  649: distclean-am: clean-am distclean-compile distclean-generic \
  650: 	distclean-tags
  651: 
  652: dvi: dvi-am
  653: 
  654: dvi-am:
  655: 
  656: html: html-am
  657: 
  658: html-am:
  659: 
  660: info: info-am
  661: 
  662: info-am:
  663: 
  664: install-data-am: install-dist_examplesDATA install-ospfdheaderHEADERS
  665: 
  666: install-dvi: install-dvi-am
  667: 
  668: install-dvi-am:
  669: 
  670: install-exec-am: install-libLTLIBRARIES install-sbinPROGRAMS
  671: 
  672: install-html: install-html-am
  673: 
  674: install-html-am:
  675: 
  676: install-info: install-info-am
  677: 
  678: install-info-am:
  679: 
  680: install-man:
  681: 
  682: install-pdf: install-pdf-am
  683: 
  684: install-pdf-am:
  685: 
  686: install-ps: install-ps-am
  687: 
  688: install-ps-am:
  689: 
  690: installcheck-am:
  691: 
  692: maintainer-clean: maintainer-clean-am
  693: 	-rm -rf ./$(DEPDIR)
  694: 	-rm -f Makefile
  695: maintainer-clean-am: distclean-am maintainer-clean-generic
  696: 
  697: mostlyclean: mostlyclean-am
  698: 
  699: mostlyclean-am: mostlyclean-compile mostlyclean-generic \
  700: 	mostlyclean-libtool
  701: 
  702: pdf: pdf-am
  703: 
  704: pdf-am:
  705: 
  706: ps: ps-am
  707: 
  708: ps-am:
  709: 
  710: uninstall-am: uninstall-dist_examplesDATA uninstall-libLTLIBRARIES \
  711: 	uninstall-ospfdheaderHEADERS uninstall-sbinPROGRAMS
  712: 
  713: .MAKE: install-am install-strip
  714: 
  715: .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
  716: 	clean-libLTLIBRARIES clean-libtool clean-sbinPROGRAMS ctags \
  717: 	distclean distclean-compile distclean-generic \
  718: 	distclean-libtool distclean-tags distdir dvi dvi-am html \
  719: 	html-am info info-am install install-am install-data \
  720: 	install-data-am install-dist_examplesDATA install-dvi \
  721: 	install-dvi-am install-exec install-exec-am install-html \
  722: 	install-html-am install-info install-info-am \
  723: 	install-libLTLIBRARIES install-man install-ospfdheaderHEADERS \
  724: 	install-pdf install-pdf-am install-ps install-ps-am \
  725: 	install-sbinPROGRAMS install-strip installcheck \
  726: 	installcheck-am installdirs maintainer-clean \
  727: 	maintainer-clean-generic mostlyclean mostlyclean-compile \
  728: 	mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
  729: 	tags uninstall uninstall-am uninstall-dist_examplesDATA \
  730: 	uninstall-libLTLIBRARIES uninstall-ospfdheaderHEADERS \
  731: 	uninstall-sbinPROGRAMS
  732: 
  733: 
  734: # Tell versions [3.59,3.63) of GNU make to not export all variables.
  735: # Otherwise a system limit (for SysV at least) may be exceeded.
  736: .NOEXPORT:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>