Annotation of embedaddon/dhcp/common/Makefile.in, revision 1.1.1.1

1.1       misho       1: # Makefile.in generated by automake 1.10.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
                      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: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkglibdir = $(libdir)/@PACKAGE@
                     20: pkgincludedir = $(includedir)/@PACKAGE@
                     21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     22: install_sh_DATA = $(install_sh) -c -m 644
                     23: install_sh_PROGRAM = $(install_sh) -c
                     24: install_sh_SCRIPT = $(install_sh) -c
                     25: INSTALL_HEADER = $(INSTALL_DATA)
                     26: transform = $(program_transform_name)
                     27: NORMAL_INSTALL = :
                     28: PRE_INSTALL = :
                     29: POST_INSTALL = :
                     30: NORMAL_UNINSTALL = :
                     31: PRE_UNINSTALL = :
                     32: POST_UNINSTALL = :
                     33: subdir = common
                     34: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     35: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     36: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
                     37: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     38:        $(ACLOCAL_M4)
                     39: mkinstalldirs = $(install_sh) -d
                     40: CONFIG_HEADER = $(top_builddir)/includes/config.h
                     41: CONFIG_CLEAN_FILES =
                     42: LIBRARIES = $(noinst_LIBRARIES)
                     43: AR = ar
                     44: ARFLAGS = cru
                     45: libdhcp_a_AR = $(AR) $(ARFLAGS)
                     46: libdhcp_a_LIBADD =
                     47: am_libdhcp_a_OBJECTS = alloc.$(OBJEXT) bpf.$(OBJEXT) comapi.$(OBJEXT) \
                     48:        conflex.$(OBJEXT) ctrace.$(OBJEXT) discover.$(OBJEXT) \
                     49:        dispatch.$(OBJEXT) dlpi.$(OBJEXT) dns.$(OBJEXT) \
                     50:        ethernet.$(OBJEXT) execute.$(OBJEXT) fddi.$(OBJEXT) \
                     51:        icmp.$(OBJEXT) inet.$(OBJEXT) lpf.$(OBJEXT) memory.$(OBJEXT) \
                     52:        nit.$(OBJEXT) options.$(OBJEXT) packet.$(OBJEXT) \
                     53:        parse.$(OBJEXT) print.$(OBJEXT) raw.$(OBJEXT) resolv.$(OBJEXT) \
                     54:        socket.$(OBJEXT) tables.$(OBJEXT) tr.$(OBJEXT) tree.$(OBJEXT) \
                     55:        upf.$(OBJEXT) heap.$(OBJEXT)
                     56: libdhcp_a_OBJECTS = $(am_libdhcp_a_OBJECTS)
                     57: DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
                     58: depcomp = $(SHELL) $(top_srcdir)/depcomp
                     59: am__depfiles_maybe = depfiles
                     60: COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
                     61:        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
                     62: CCLD = $(CC)
                     63: LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
                     64: SOURCES = $(libdhcp_a_SOURCES)
                     65: DIST_SOURCES = $(libdhcp_a_SOURCES)
                     66: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     67:        html-recursive info-recursive install-data-recursive \
                     68:        install-dvi-recursive install-exec-recursive \
                     69:        install-html-recursive install-info-recursive \
                     70:        install-pdf-recursive install-ps-recursive install-recursive \
                     71:        installcheck-recursive installdirs-recursive pdf-recursive \
                     72:        ps-recursive uninstall-recursive
                     73: man5dir = $(mandir)/man5
                     74: am__installdirs = "$(DESTDIR)$(man5dir)"
                     75: NROFF = nroff
                     76: MANS = $(man_MANS)
                     77: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     78:   distclean-recursive maintainer-clean-recursive
                     79: ETAGS = etags
                     80: CTAGS = ctags
                     81: DIST_SUBDIRS = $(SUBDIRS)
                     82: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     83: ACLOCAL = @ACLOCAL@
                     84: AMTAR = @AMTAR@
1.1.1.1 ! misho      85: ATF_CFLAGS = @ATF_CFLAGS@
        !            86: ATF_LDFLAGS = @ATF_LDFLAGS@
1.1       misho      87: AUTOCONF = @AUTOCONF@
                     88: AUTOHEADER = @AUTOHEADER@
                     89: AUTOMAKE = @AUTOMAKE@
                     90: AWK = @AWK@
                     91: CC = @CC@
                     92: CCDEPMODE = @CCDEPMODE@
                     93: CFLAGS = @CFLAGS@
                     94: CPP = @CPP@
                     95: CPPFLAGS = @CPPFLAGS@
                     96: CYGPATH_W = @CYGPATH_W@
                     97: DEFS = @DEFS@
                     98: DEPDIR = @DEPDIR@
                     99: ECHO_C = @ECHO_C@
                    100: ECHO_N = @ECHO_N@
                    101: ECHO_T = @ECHO_T@
                    102: EGREP = @EGREP@
                    103: EXEEXT = @EXEEXT@
                    104: GREP = @GREP@
                    105: INSTALL = @INSTALL@
                    106: INSTALL_DATA = @INSTALL_DATA@
                    107: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    108: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    109: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    110: LDFLAGS = @LDFLAGS@
                    111: LIBOBJS = @LIBOBJS@
                    112: LIBS = @LIBS@
                    113: LTLIBOBJS = @LTLIBOBJS@
                    114: MAINT = @MAINT@
                    115: MAKEINFO = @MAKEINFO@
                    116: MKDIR_P = @MKDIR_P@
                    117: OBJEXT = @OBJEXT@
                    118: PACKAGE = @PACKAGE@
                    119: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    120: PACKAGE_NAME = @PACKAGE_NAME@
                    121: PACKAGE_STRING = @PACKAGE_STRING@
                    122: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    123: PACKAGE_URL = @PACKAGE_URL@
                    124: PACKAGE_VERSION = @PACKAGE_VERSION@
                    125: PATH_SEPARATOR = @PATH_SEPARATOR@
                    126: RANLIB = @RANLIB@
                    127: SET_MAKE = @SET_MAKE@
                    128: SHELL = @SHELL@
                    129: STRIP = @STRIP@
                    130: VERSION = @VERSION@
                    131: abs_builddir = @abs_builddir@
                    132: abs_srcdir = @abs_srcdir@
                    133: abs_top_builddir = @abs_top_builddir@
                    134: abs_top_srcdir = @abs_top_srcdir@
                    135: ac_ct_CC = @ac_ct_CC@
                    136: ac_prefix_program = @ac_prefix_program@
                    137: am__include = @am__include@
                    138: am__leading_dot = @am__leading_dot@
                    139: am__quote = @am__quote@
                    140: am__tar = @am__tar@
                    141: am__untar = @am__untar@
                    142: bindir = @bindir@
                    143: build_alias = @build_alias@
                    144: builddir = @builddir@
                    145: byte_order = @byte_order@
                    146: datadir = @datadir@
                    147: datarootdir = @datarootdir@
                    148: docdir = @docdir@
                    149: dvidir = @dvidir@
                    150: exec_prefix = @exec_prefix@
                    151: host_alias = @host_alias@
                    152: htmldir = @htmldir@
                    153: includedir = @includedir@
                    154: infodir = @infodir@
                    155: install_sh = @install_sh@
                    156: libdir = @libdir@
                    157: libexecdir = @libexecdir@
                    158: localedir = @localedir@
                    159: localstatedir = @localstatedir@
                    160: mandir = @mandir@
                    161: mkdir_p = @mkdir_p@
                    162: oldincludedir = @oldincludedir@
                    163: pdfdir = @pdfdir@
                    164: prefix = @prefix@
                    165: program_transform_name = @program_transform_name@
                    166: psdir = @psdir@
                    167: sbindir = @sbindir@
                    168: sharedstatedir = @sharedstatedir@
                    169: srcdir = @srcdir@
                    170: sysconfdir = @sysconfdir@
                    171: target_alias = @target_alias@
                    172: top_build_prefix = @top_build_prefix@
                    173: top_builddir = @top_builddir@
                    174: top_srcdir = @top_srcdir@
                    175: AM_CPPFLAGS = -I.. -DLOCALSTATEDIR='"@localstatedir@"'
                    176: noinst_LIBRARIES = libdhcp.a
                    177: libdhcp_a_SOURCES = alloc.c bpf.c comapi.c conflex.c ctrace.c discover.c \
                    178:                    dispatch.c dlpi.c dns.c ethernet.c execute.c fddi.c \
                    179:                    icmp.c inet.c lpf.c memory.c nit.c options.c packet.c \
                    180:                    parse.c print.c raw.c resolv.c socket.c tables.c tr.c \
                    181:                    tree.c upf.c heap.c
                    182: 
                    183: man_MANS = dhcp-eval.5 dhcp-options.5
                    184: EXTRA_DIST = $(man_MANS)
1.1.1.1 ! misho     185: 
        !           186: # We want to build this directory first, before descending into tests subdir.
        !           187: # The reason is that ideally the tests should link existing objects from this
        !           188: # directory. That eliminates any discrepancies between tested code and
        !           189: # production code. Sadly, we are not there yet.
        !           190: SUBDIRS = . tests
1.1       misho     191: all: all-recursive
                    192: 
                    193: .SUFFIXES:
                    194: .SUFFIXES: .c .o .obj
                    195: $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
                    196:        @for dep in $?; do \
                    197:          case '$(am__configure_deps)' in \
                    198:            *$$dep*) \
                    199:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    200:                && exit 0; \
                    201:              exit 1;; \
                    202:          esac; \
                    203:        done; \
                    204:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  common/Makefile'; \
                    205:        cd $(top_srcdir) && \
                    206:          $(AUTOMAKE) --foreign  common/Makefile
                    207: .PRECIOUS: Makefile
                    208: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    209:        @case '$?' in \
                    210:          *config.status*) \
                    211:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    212:          *) \
                    213:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    214:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    215:        esac;
                    216: 
                    217: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    218:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    219: 
                    220: $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
                    221:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    222: $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
                    223:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    224: 
                    225: clean-noinstLIBRARIES:
                    226:        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
                    227: libdhcp.a: $(libdhcp_a_OBJECTS) $(libdhcp_a_DEPENDENCIES) 
                    228:        -rm -f libdhcp.a
                    229:        $(libdhcp_a_AR) libdhcp.a $(libdhcp_a_OBJECTS) $(libdhcp_a_LIBADD)
                    230:        $(RANLIB) libdhcp.a
                    231: 
                    232: mostlyclean-compile:
                    233:        -rm -f *.$(OBJEXT)
                    234: 
                    235: distclean-compile:
                    236:        -rm -f *.tab.c
                    237: 
                    238: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
                    239: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bpf.Po@am__quote@
                    240: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/comapi.Po@am__quote@
                    241: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/conflex.Po@am__quote@
                    242: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ctrace.Po@am__quote@
                    243: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/discover.Po@am__quote@
                    244: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
                    245: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dlpi.Po@am__quote@
                    246: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dns.Po@am__quote@
                    247: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ethernet.Po@am__quote@
                    248: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/execute.Po@am__quote@
                    249: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fddi.Po@am__quote@
                    250: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/heap.Po@am__quote@
                    251: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/icmp.Po@am__quote@
                    252: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet.Po@am__quote@
                    253: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lpf.Po@am__quote@
                    254: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/memory.Po@am__quote@
                    255: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nit.Po@am__quote@
                    256: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/options.Po@am__quote@
                    257: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/packet.Po@am__quote@
                    258: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parse.Po@am__quote@
                    259: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/print.Po@am__quote@
                    260: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/raw.Po@am__quote@
                    261: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/resolv.Po@am__quote@
                    262: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/socket.Po@am__quote@
                    263: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tables.Po@am__quote@
                    264: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tr.Po@am__quote@
                    265: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tree.Po@am__quote@
                    266: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/upf.Po@am__quote@
                    267: 
                    268: .c.o:
                    269: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
                    270: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    271: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    272: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    273: @am__fastdepCC_FALSE@  $(COMPILE) -c $<
                    274: 
                    275: .c.obj:
                    276: @am__fastdepCC_TRUE@   $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
                    277: @am__fastdepCC_TRUE@   mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
                    278: @AMDEP_TRUE@@am__fastdepCC_FALSE@      source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
                    279: @AMDEP_TRUE@@am__fastdepCC_FALSE@      DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
                    280: @am__fastdepCC_FALSE@  $(COMPILE) -c `$(CYGPATH_W) '$<'`
                    281: install-man5: $(man5_MANS) $(man_MANS)
                    282:        @$(NORMAL_INSTALL)
                    283:        test -z "$(man5dir)" || $(MKDIR_P) "$(DESTDIR)$(man5dir)"
                    284:        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
                    285:        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
                    286:        for i in $$l2; do \
                    287:          case "$$i" in \
                    288:            *.5*) list="$$list $$i" ;; \
                    289:          esac; \
                    290:        done; \
                    291:        for i in $$list; do \
                    292:          if test -f $(srcdir)/$$i; then file=$(srcdir)/$$i; \
                    293:          else file=$$i; fi; \
                    294:          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                    295:          case "$$ext" in \
                    296:            5*) ;; \
                    297:            *) ext='5' ;; \
                    298:          esac; \
                    299:          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                    300:          inst=`echo $$inst | sed -e 's/^.*\///'`; \
                    301:          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                    302:          echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man5dir)/$$inst'"; \
                    303:          $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man5dir)/$$inst"; \
                    304:        done
                    305: uninstall-man5:
                    306:        @$(NORMAL_UNINSTALL)
                    307:        @list='$(man5_MANS) $(dist_man5_MANS) $(nodist_man5_MANS)'; \
                    308:        l2='$(man_MANS) $(dist_man_MANS) $(nodist_man_MANS)'; \
                    309:        for i in $$l2; do \
                    310:          case "$$i" in \
                    311:            *.5*) list="$$list $$i" ;; \
                    312:          esac; \
                    313:        done; \
                    314:        for i in $$list; do \
                    315:          ext=`echo $$i | sed -e 's/^.*\\.//'`; \
                    316:          case "$$ext" in \
                    317:            5*) ;; \
                    318:            *) ext='5' ;; \
                    319:          esac; \
                    320:          inst=`echo $$i | sed -e 's/\\.[0-9a-z]*$$//'`; \
                    321:          inst=`echo $$inst | sed -e 's/^.*\///'`; \
                    322:          inst=`echo $$inst | sed '$(transform)'`.$$ext; \
                    323:          echo " rm -f '$(DESTDIR)$(man5dir)/$$inst'"; \
                    324:          rm -f "$(DESTDIR)$(man5dir)/$$inst"; \
                    325:        done
                    326: 
                    327: # This directory's subdirectories are mostly independent; you can cd
                    328: # into them and run `make' without going through this Makefile.
                    329: # To change the values of `make' variables: instead of editing Makefiles,
                    330: # (1) if the variable is set in `config.status', edit `config.status'
                    331: #     (which will cause the Makefiles to be regenerated when you run `make');
                    332: # (2) otherwise, pass the desired values on the `make' command line.
                    333: $(RECURSIVE_TARGETS):
                    334:        @failcom='exit 1'; \
                    335:        for f in x $$MAKEFLAGS; do \
                    336:          case $$f in \
                    337:            *=* | --[!k]*);; \
                    338:            *k*) failcom='fail=yes';; \
                    339:          esac; \
                    340:        done; \
                    341:        dot_seen=no; \
                    342:        target=`echo $@ | sed s/-recursive//`; \
                    343:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    344:          echo "Making $$target in $$subdir"; \
                    345:          if test "$$subdir" = "."; then \
                    346:            dot_seen=yes; \
                    347:            local_target="$$target-am"; \
                    348:          else \
                    349:            local_target="$$target"; \
                    350:          fi; \
                    351:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    352:          || eval $$failcom; \
                    353:        done; \
                    354:        if test "$$dot_seen" = "no"; then \
                    355:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    356:        fi; test -z "$$fail"
                    357: 
                    358: $(RECURSIVE_CLEAN_TARGETS):
                    359:        @failcom='exit 1'; \
                    360:        for f in x $$MAKEFLAGS; do \
                    361:          case $$f in \
                    362:            *=* | --[!k]*);; \
                    363:            *k*) failcom='fail=yes';; \
                    364:          esac; \
                    365:        done; \
                    366:        dot_seen=no; \
                    367:        case "$@" in \
                    368:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    369:          *) list='$(SUBDIRS)' ;; \
                    370:        esac; \
                    371:        rev=''; for subdir in $$list; do \
                    372:          if test "$$subdir" = "."; then :; else \
                    373:            rev="$$subdir $$rev"; \
                    374:          fi; \
                    375:        done; \
                    376:        rev="$$rev ."; \
                    377:        target=`echo $@ | sed s/-recursive//`; \
                    378:        for subdir in $$rev; do \
                    379:          echo "Making $$target in $$subdir"; \
                    380:          if test "$$subdir" = "."; then \
                    381:            local_target="$$target-am"; \
                    382:          else \
                    383:            local_target="$$target"; \
                    384:          fi; \
                    385:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    386:          || eval $$failcom; \
                    387:        done && test -z "$$fail"
                    388: tags-recursive:
                    389:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    390:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    391:        done
                    392: ctags-recursive:
                    393:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    394:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    395:        done
                    396: 
                    397: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    398:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    399:        unique=`for i in $$list; do \
                    400:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    401:          done | \
                    402:          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
                    403:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    404:        mkid -fID $$unique
                    405: tags: TAGS
                    406: 
                    407: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    408:                $(TAGS_FILES) $(LISP)
                    409:        tags=; \
                    410:        here=`pwd`; \
                    411:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    412:          include_option=--etags-include; \
                    413:          empty_fix=.; \
                    414:        else \
                    415:          include_option=--include; \
                    416:          empty_fix=; \
                    417:        fi; \
                    418:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    419:          if test "$$subdir" = .; then :; else \
                    420:            test ! -f $$subdir/TAGS || \
                    421:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
                    422:          fi; \
                    423:        done; \
                    424:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    425:        unique=`for i in $$list; do \
                    426:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    427:          done | \
                    428:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    429:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    430:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    431:          test -n "$$unique" || unique=$$empty_fix; \
                    432:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    433:            $$tags $$unique; \
                    434:        fi
                    435: ctags: CTAGS
                    436: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    437:                $(TAGS_FILES) $(LISP)
                    438:        tags=; \
                    439:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    440:        unique=`for i in $$list; do \
                    441:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    442:          done | \
                    443:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    444:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    445:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    446:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    447:             $$tags $$unique
                    448: 
                    449: GTAGS:
                    450:        here=`$(am__cd) $(top_builddir) && pwd` \
                    451:          && cd $(top_srcdir) \
                    452:          && gtags -i $(GTAGS_ARGS) $$here
                    453: 
                    454: distclean-tags:
                    455:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    456: 
                    457: distdir: $(DISTFILES)
                    458:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    459:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    460:        list='$(DISTFILES)'; \
                    461:          dist_files=`for file in $$list; do echo $$file; done | \
                    462:          sed -e "s|^$$srcdirstrip/||;t" \
                    463:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    464:        case $$dist_files in \
                    465:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    466:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    467:                           sort -u` ;; \
                    468:        esac; \
                    469:        for file in $$dist_files; do \
                    470:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    471:          if test -d $$d/$$file; then \
                    472:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    473:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    474:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    475:            fi; \
                    476:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    477:          else \
                    478:            test -f $(distdir)/$$file \
                    479:            || cp -p $$d/$$file $(distdir)/$$file \
                    480:            || exit 1; \
                    481:          fi; \
                    482:        done
                    483:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    484:          if test "$$subdir" = .; then :; else \
                    485:            test -d "$(distdir)/$$subdir" \
                    486:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    487:            || exit 1; \
                    488:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    489:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
                    490:            (cd $$subdir && \
                    491:              $(MAKE) $(AM_MAKEFLAGS) \
                    492:                top_distdir="$$top_distdir" \
                    493:                distdir="$$distdir/$$subdir" \
                    494:                am__remove_distdir=: \
                    495:                am__skip_length_check=: \
                    496:                distdir) \
                    497:              || exit 1; \
                    498:          fi; \
                    499:        done
                    500: check-am: all-am
                    501: check: check-recursive
                    502: all-am: Makefile $(LIBRARIES) $(MANS)
                    503: installdirs: installdirs-recursive
                    504: installdirs-am:
                    505:        for dir in "$(DESTDIR)$(man5dir)"; do \
                    506:          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    507:        done
                    508: install: install-recursive
                    509: install-exec: install-exec-recursive
                    510: install-data: install-data-recursive
                    511: uninstall: uninstall-recursive
                    512: 
                    513: install-am: all-am
                    514:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    515: 
                    516: installcheck: installcheck-recursive
                    517: install-strip:
                    518:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    519:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    520:          `test -z '$(STRIP)' || \
                    521:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    522: mostlyclean-generic:
                    523: 
                    524: clean-generic:
                    525: 
                    526: distclean-generic:
                    527:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    528: 
                    529: maintainer-clean-generic:
                    530:        @echo "This command is intended for maintainers to use"
                    531:        @echo "it deletes files that may require special tools to rebuild."
                    532: clean: clean-recursive
                    533: 
                    534: clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
                    535: 
                    536: distclean: distclean-recursive
                    537:        -rm -rf ./$(DEPDIR)
                    538:        -rm -f Makefile
                    539: distclean-am: clean-am distclean-compile distclean-generic \
                    540:        distclean-tags
                    541: 
                    542: dvi: dvi-recursive
                    543: 
                    544: dvi-am:
                    545: 
                    546: html: html-recursive
                    547: 
                    548: info: info-recursive
                    549: 
                    550: info-am:
                    551: 
                    552: install-data-am: install-man
                    553: 
                    554: install-dvi: install-dvi-recursive
                    555: 
                    556: install-exec-am:
                    557: 
                    558: install-html: install-html-recursive
                    559: 
                    560: install-info: install-info-recursive
                    561: 
                    562: install-man: install-man5
                    563: 
                    564: install-pdf: install-pdf-recursive
                    565: 
                    566: install-ps: install-ps-recursive
                    567: 
                    568: installcheck-am:
                    569: 
                    570: maintainer-clean: maintainer-clean-recursive
                    571:        -rm -rf ./$(DEPDIR)
                    572:        -rm -f Makefile
                    573: maintainer-clean-am: distclean-am maintainer-clean-generic
                    574: 
                    575: mostlyclean: mostlyclean-recursive
                    576: 
                    577: mostlyclean-am: mostlyclean-compile mostlyclean-generic
                    578: 
                    579: pdf: pdf-recursive
                    580: 
                    581: pdf-am:
                    582: 
                    583: ps: ps-recursive
                    584: 
                    585: ps-am:
                    586: 
                    587: uninstall-am: uninstall-man
                    588: 
                    589: uninstall-man: uninstall-man5
                    590: 
                    591: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
                    592:        install-strip
                    593: 
                    594: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    595:        all all-am check check-am clean clean-generic \
                    596:        clean-noinstLIBRARIES ctags ctags-recursive distclean \
                    597:        distclean-compile distclean-generic distclean-tags distdir dvi \
                    598:        dvi-am html html-am info info-am install install-am \
                    599:        install-data install-data-am install-dvi install-dvi-am \
                    600:        install-exec install-exec-am install-html install-html-am \
                    601:        install-info install-info-am install-man install-man5 \
                    602:        install-pdf install-pdf-am install-ps install-ps-am \
                    603:        install-strip installcheck installcheck-am installdirs \
                    604:        installdirs-am maintainer-clean maintainer-clean-generic \
                    605:        mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \
                    606:        ps ps-am tags tags-recursive uninstall uninstall-am \
                    607:        uninstall-man uninstall-man5
                    608: 
                    609: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    610: # Otherwise a system limit (for SysV at least) may be exceeded.
                    611: .NOEXPORT:

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