Annotation of embedaddon/quagga/ospfclient/Makefile.in, revision 1.1.1.3

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

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