Annotation of embedaddon/quagga/lib/Makefile.in, revision 1.1.1.5

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

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