Annotation of embedaddon/quagga/ospfd/Makefile.in, revision 1.1.1.4

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

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