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