Annotation of embedaddon/libxml2/include/Makefile.in, revision 1.1.1.2

1.1       misho       1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
                      2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # Inc.
                      7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
                     19: pkgincludedir = $(includedir)/@PACKAGE@
                     20: pkglibdir = $(libdir)/@PACKAGE@
                     21: pkglibexecdir = $(libexecdir)/@PACKAGE@
                     22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
                     28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
                     34: build_triplet = @build@
                     35: host_triplet = @host@
                     36: subdir = include
                     37: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
                     38: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     39: am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
                     40:        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
                     41:        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
                     42:        $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.in
                     43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     44:        $(ACLOCAL_M4)
                     45: mkinstalldirs = $(install_sh) -d
                     46: CONFIG_HEADER = $(top_builddir)/config.h
                     47: CONFIG_CLEAN_FILES =
                     48: CONFIG_CLEAN_VPATH_FILES =
1.1.1.2 ! misho      49: AM_V_GEN = $(am__v_GEN_$(V))
        !            50: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
        !            51: am__v_GEN_0 = @echo "  GEN   " $@;
        !            52: AM_V_at = $(am__v_at_$(V))
        !            53: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
        !            54: am__v_at_0 = @
1.1       misho      55: SOURCES =
                     56: DIST_SOURCES =
                     57: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     58:        html-recursive info-recursive install-data-recursive \
                     59:        install-dvi-recursive install-exec-recursive \
                     60:        install-html-recursive install-info-recursive \
                     61:        install-pdf-recursive install-ps-recursive install-recursive \
                     62:        installcheck-recursive installdirs-recursive pdf-recursive \
                     63:        ps-recursive uninstall-recursive
                     64: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive        \
                     65:   distclean-recursive maintainer-clean-recursive
                     66: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     67:        $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     68:        distdir
                     69: ETAGS = etags
                     70: CTAGS = ctags
                     71: DIST_SUBDIRS = $(SUBDIRS)
                     72: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     73: am__relativize = \
                     74:   dir0=`pwd`; \
                     75:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                     76:   sed_rest='s,^[^/]*/*,,'; \
                     77:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                     78:   sed_butlast='s,/*[^/]*$$,,'; \
                     79:   while test -n "$$dir1"; do \
                     80:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                     81:     if test "$$first" != "."; then \
                     82:       if test "$$first" = ".."; then \
                     83:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                     84:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                     85:       else \
                     86:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                     87:         if test "$$first2" = "$$first"; then \
                     88:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                     89:         else \
                     90:           dir2="../$$dir2"; \
                     91:         fi; \
                     92:         dir0="$$dir0"/"$$first"; \
                     93:       fi; \
                     94:     fi; \
                     95:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                     96:   done; \
                     97:   reldir="$$dir2"
                     98: ACLOCAL = @ACLOCAL@
                     99: AMTAR = @AMTAR@
1.1.1.2 ! misho     100: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       misho     101: AR = @AR@
                    102: AS = @AS@
                    103: AUTOCONF = @AUTOCONF@
                    104: AUTOHEADER = @AUTOHEADER@
                    105: AUTOMAKE = @AUTOMAKE@
                    106: AWK = @AWK@
                    107: BASE_THREAD_LIBS = @BASE_THREAD_LIBS@
                    108: C14N_OBJ = @C14N_OBJ@
                    109: CATALOG_OBJ = @CATALOG_OBJ@
                    110: CC = @CC@
                    111: CCDEPMODE = @CCDEPMODE@
                    112: CFLAGS = @CFLAGS@
                    113: CPP = @CPP@
                    114: CPPFLAGS = @CPPFLAGS@
                    115: CYGPATH_W = @CYGPATH_W@
                    116: CYGWIN_EXTRA_LDFLAGS = @CYGWIN_EXTRA_LDFLAGS@
                    117: CYGWIN_EXTRA_PYTHON_LIBADD = @CYGWIN_EXTRA_PYTHON_LIBADD@
                    118: DEBUG_OBJ = @DEBUG_OBJ@
                    119: DEFS = @DEFS@
                    120: DEPDIR = @DEPDIR@
                    121: DLLTOOL = @DLLTOOL@
                    122: DOCB_OBJ = @DOCB_OBJ@
                    123: DSYMUTIL = @DSYMUTIL@
                    124: DUMPBIN = @DUMPBIN@
                    125: ECHO_C = @ECHO_C@
                    126: ECHO_N = @ECHO_N@
                    127: ECHO_T = @ECHO_T@
                    128: EGREP = @EGREP@
                    129: EXEEXT = @EXEEXT@
                    130: FGREP = @FGREP@
                    131: FTP_OBJ = @FTP_OBJ@
                    132: GREP = @GREP@
                    133: HAVE_ISINF = @HAVE_ISINF@
                    134: HAVE_ISNAN = @HAVE_ISNAN@
                    135: HTML_DIR = @HTML_DIR@
                    136: HTML_OBJ = @HTML_OBJ@
                    137: HTTP_OBJ = @HTTP_OBJ@
                    138: ICONV_LIBS = @ICONV_LIBS@
                    139: INSTALL = @INSTALL@
                    140: INSTALL_DATA = @INSTALL_DATA@
                    141: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    142: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    143: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    144: LD = @LD@
                    145: LDFLAGS = @LDFLAGS@
                    146: LIBOBJS = @LIBOBJS@
                    147: LIBS = @LIBS@
                    148: LIBTOOL = @LIBTOOL@
                    149: LIBXML_MAJOR_VERSION = @LIBXML_MAJOR_VERSION@
                    150: LIBXML_MICRO_VERSION = @LIBXML_MICRO_VERSION@
                    151: LIBXML_MINOR_VERSION = @LIBXML_MINOR_VERSION@
                    152: LIBXML_VERSION = @LIBXML_VERSION@
                    153: LIBXML_VERSION_EXTRA = @LIBXML_VERSION_EXTRA@
                    154: LIBXML_VERSION_INFO = @LIBXML_VERSION_INFO@
                    155: LIBXML_VERSION_NUMBER = @LIBXML_VERSION_NUMBER@
                    156: LIPO = @LIPO@
                    157: LN_S = @LN_S@
                    158: LTLIBOBJS = @LTLIBOBJS@
1.1.1.2 ! misho     159: LZMA_CFLAGS = @LZMA_CFLAGS@
        !           160: LZMA_LIBS = @LZMA_LIBS@
1.1       misho     161: MAKEINFO = @MAKEINFO@
1.1.1.2 ! misho     162: MANIFEST_TOOL = @MANIFEST_TOOL@
1.1       misho     163: MKDIR_P = @MKDIR_P@
                    164: MODULE_EXTENSION = @MODULE_EXTENSION@
                    165: MODULE_PLATFORM_LIBS = @MODULE_PLATFORM_LIBS@
                    166: MV = @MV@
                    167: M_LIBS = @M_LIBS@
                    168: NM = @NM@
                    169: NMEDIT = @NMEDIT@
                    170: OBJDUMP = @OBJDUMP@
                    171: OBJEXT = @OBJEXT@
                    172: OTOOL = @OTOOL@
                    173: OTOOL64 = @OTOOL64@
                    174: PACKAGE = @PACKAGE@
                    175: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    176: PACKAGE_NAME = @PACKAGE_NAME@
                    177: PACKAGE_STRING = @PACKAGE_STRING@
                    178: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    179: PACKAGE_URL = @PACKAGE_URL@
                    180: PACKAGE_VERSION = @PACKAGE_VERSION@
                    181: PATH_SEPARATOR = @PATH_SEPARATOR@
                    182: PERL = @PERL@
                    183: PYTHON = @PYTHON@
                    184: PYTHON_INCLUDES = @PYTHON_INCLUDES@
                    185: PYTHON_LIBS = @PYTHON_LIBS@
                    186: PYTHON_SITE_PACKAGES = @PYTHON_SITE_PACKAGES@
                    187: PYTHON_SUBDIR = @PYTHON_SUBDIR@
                    188: PYTHON_TESTS = @PYTHON_TESTS@
                    189: PYTHON_VERSION = @PYTHON_VERSION@
                    190: RANLIB = @RANLIB@
                    191: RDL_LIBS = @RDL_LIBS@
                    192: READER_TEST = @READER_TEST@
                    193: RELDATE = @RELDATE@
                    194: RM = @RM@
                    195: SED = @SED@
                    196: SET_MAKE = @SET_MAKE@
                    197: SHELL = @SHELL@
                    198: STATIC_BINARIES = @STATIC_BINARIES@
                    199: STRIP = @STRIP@
                    200: TAR = @TAR@
                    201: TEST_C14N = @TEST_C14N@
                    202: TEST_CATALOG = @TEST_CATALOG@
                    203: TEST_DEBUG = @TEST_DEBUG@
                    204: TEST_HTML = @TEST_HTML@
                    205: TEST_MODULES = @TEST_MODULES@
                    206: TEST_PATTERN = @TEST_PATTERN@
                    207: TEST_PHTML = @TEST_PHTML@
                    208: TEST_PUSH = @TEST_PUSH@
                    209: TEST_REGEXPS = @TEST_REGEXPS@
                    210: TEST_SAX = @TEST_SAX@
                    211: TEST_SCHEMAS = @TEST_SCHEMAS@
                    212: TEST_SCHEMATRON = @TEST_SCHEMATRON@
                    213: TEST_THREADS = @TEST_THREADS@
                    214: TEST_VALID = @TEST_VALID@
                    215: TEST_VTIME = @TEST_VTIME@
                    216: TEST_XINCLUDE = @TEST_XINCLUDE@
                    217: TEST_XPATH = @TEST_XPATH@
                    218: TEST_XPTR = @TEST_XPTR@
                    219: THREADS_W32 = @THREADS_W32@
                    220: THREAD_CFLAGS = @THREAD_CFLAGS@
                    221: THREAD_LIBS = @THREAD_LIBS@
                    222: VERSION = @VERSION@
                    223: VERSION_SCRIPT_FLAGS = @VERSION_SCRIPT_FLAGS@
                    224: WGET = @WGET@
                    225: WIN32_EXTRA_LDFLAGS = @WIN32_EXTRA_LDFLAGS@
                    226: WIN32_EXTRA_LIBADD = @WIN32_EXTRA_LIBADD@
                    227: WIN32_EXTRA_PYTHON_LIBADD = @WIN32_EXTRA_PYTHON_LIBADD@
                    228: WITH_C14N = @WITH_C14N@
                    229: WITH_CATALOG = @WITH_CATALOG@
                    230: WITH_DEBUG = @WITH_DEBUG@
                    231: WITH_DOCB = @WITH_DOCB@
                    232: WITH_FTP = @WITH_FTP@
                    233: WITH_HTML = @WITH_HTML@
                    234: WITH_HTTP = @WITH_HTTP@
                    235: WITH_ICONV = @WITH_ICONV@
                    236: WITH_ICU = @WITH_ICU@
                    237: WITH_ISO8859X = @WITH_ISO8859X@
                    238: WITH_LEGACY = @WITH_LEGACY@
1.1.1.2 ! misho     239: WITH_LZMA = @WITH_LZMA@
1.1       misho     240: WITH_MEM_DEBUG = @WITH_MEM_DEBUG@
                    241: WITH_MODULES = @WITH_MODULES@
                    242: WITH_OUTPUT = @WITH_OUTPUT@
                    243: WITH_PATTERN = @WITH_PATTERN@
                    244: WITH_PUSH = @WITH_PUSH@
                    245: WITH_READER = @WITH_READER@
                    246: WITH_REGEXPS = @WITH_REGEXPS@
                    247: WITH_RUN_DEBUG = @WITH_RUN_DEBUG@
                    248: WITH_SAX1 = @WITH_SAX1@
                    249: WITH_SCHEMAS = @WITH_SCHEMAS@
                    250: WITH_SCHEMATRON = @WITH_SCHEMATRON@
                    251: WITH_THREADS = @WITH_THREADS@
                    252: WITH_TREE = @WITH_TREE@
                    253: WITH_TRIO = @WITH_TRIO@
                    254: WITH_VALID = @WITH_VALID@
                    255: WITH_WRITER = @WITH_WRITER@
                    256: WITH_XINCLUDE = @WITH_XINCLUDE@
                    257: WITH_XPATH = @WITH_XPATH@
                    258: WITH_XPTR = @WITH_XPTR@
                    259: WITH_ZLIB = @WITH_ZLIB@
                    260: XINCLUDE_OBJ = @XINCLUDE_OBJ@
                    261: XMLLINT = @XMLLINT@
                    262: XML_CFLAGS = @XML_CFLAGS@
                    263: XML_INCLUDEDIR = @XML_INCLUDEDIR@
                    264: XML_LIBDIR = @XML_LIBDIR@
                    265: XML_LIBS = @XML_LIBS@
                    266: XML_LIBTOOLLIBS = @XML_LIBTOOLLIBS@
                    267: XPATH_OBJ = @XPATH_OBJ@
                    268: XPTR_OBJ = @XPTR_OBJ@
                    269: XSLTPROC = @XSLTPROC@
                    270: Z_CFLAGS = @Z_CFLAGS@
                    271: Z_LIBS = @Z_LIBS@
                    272: abs_builddir = @abs_builddir@
                    273: abs_srcdir = @abs_srcdir@
                    274: abs_top_builddir = @abs_top_builddir@
                    275: abs_top_srcdir = @abs_top_srcdir@
1.1.1.2 ! misho     276: ac_ct_AR = @ac_ct_AR@
1.1       misho     277: ac_ct_CC = @ac_ct_CC@
                    278: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    279: am__include = @am__include@
                    280: am__leading_dot = @am__leading_dot@
                    281: am__quote = @am__quote@
                    282: am__tar = @am__tar@
                    283: am__untar = @am__untar@
                    284: bindir = @bindir@
                    285: build = @build@
                    286: build_alias = @build_alias@
                    287: build_cpu = @build_cpu@
                    288: build_os = @build_os@
                    289: build_vendor = @build_vendor@
                    290: builddir = @builddir@
                    291: datadir = @datadir@
                    292: datarootdir = @datarootdir@
                    293: docdir = @docdir@
                    294: dvidir = @dvidir@
                    295: exec_prefix = @exec_prefix@
                    296: host = @host@
                    297: host_alias = @host_alias@
                    298: host_cpu = @host_cpu@
                    299: host_os = @host_os@
                    300: host_vendor = @host_vendor@
                    301: htmldir = @htmldir@
                    302: includedir = @includedir@
                    303: infodir = @infodir@
                    304: install_sh = @install_sh@
                    305: libdir = @libdir@
                    306: libexecdir = @libexecdir@
                    307: localedir = @localedir@
                    308: localstatedir = @localstatedir@
                    309: mandir = @mandir@
                    310: mkdir_p = @mkdir_p@
                    311: oldincludedir = @oldincludedir@
                    312: pdfdir = @pdfdir@
                    313: prefix = @prefix@
                    314: program_transform_name = @program_transform_name@
                    315: psdir = @psdir@
                    316: pythondir = @pythondir@
                    317: sbindir = @sbindir@
                    318: sharedstatedir = @sharedstatedir@
                    319: srcdir = @srcdir@
                    320: sysconfdir = @sysconfdir@
                    321: target_alias = @target_alias@
                    322: top_build_prefix = @top_build_prefix@
                    323: top_builddir = @top_builddir@
                    324: top_srcdir = @top_srcdir@
                    325: SUBDIRS = libxml
                    326: EXTRA_DIST = win32config.h wsockcompat.h
                    327: all: all-recursive
                    328: 
                    329: .SUFFIXES:
                    330: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    331:        @for dep in $?; do \
                    332:          case '$(am__configure_deps)' in \
                    333:            *$$dep*) \
                    334:              ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    335:                && { if test -f $@; then exit 0; else break; fi; }; \
                    336:              exit 1;; \
                    337:          esac; \
                    338:        done; \
                    339:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu include/Makefile'; \
                    340:        $(am__cd) $(top_srcdir) && \
                    341:          $(AUTOMAKE) --gnu include/Makefile
                    342: .PRECIOUS: Makefile
                    343: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    344:        @case '$?' in \
                    345:          *config.status*) \
                    346:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    347:          *) \
                    348:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    349:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    350:        esac;
                    351: 
                    352: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    353:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    354: 
                    355: $(top_srcdir)/configure:  $(am__configure_deps)
                    356:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    357: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    358:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    359: $(am__aclocal_m4_deps):
                    360: 
                    361: mostlyclean-libtool:
                    362:        -rm -f *.lo
                    363: 
                    364: clean-libtool:
                    365:        -rm -rf .libs _libs
                    366: 
                    367: # This directory's subdirectories are mostly independent; you can cd
                    368: # into them and run `make' without going through this Makefile.
                    369: # To change the values of `make' variables: instead of editing Makefiles,
                    370: # (1) if the variable is set in `config.status', edit `config.status'
                    371: #     (which will cause the Makefiles to be regenerated when you run `make');
                    372: # (2) otherwise, pass the desired values on the `make' command line.
                    373: $(RECURSIVE_TARGETS):
                    374:        @fail= failcom='exit 1'; \
                    375:        for f in x $$MAKEFLAGS; do \
                    376:          case $$f in \
                    377:            *=* | --[!k]*);; \
                    378:            *k*) failcom='fail=yes';; \
                    379:          esac; \
                    380:        done; \
                    381:        dot_seen=no; \
                    382:        target=`echo $@ | sed s/-recursive//`; \
                    383:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    384:          echo "Making $$target in $$subdir"; \
                    385:          if test "$$subdir" = "."; then \
                    386:            dot_seen=yes; \
                    387:            local_target="$$target-am"; \
                    388:          else \
                    389:            local_target="$$target"; \
                    390:          fi; \
                    391:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    392:          || eval $$failcom; \
                    393:        done; \
                    394:        if test "$$dot_seen" = "no"; then \
                    395:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    396:        fi; test -z "$$fail"
                    397: 
                    398: $(RECURSIVE_CLEAN_TARGETS):
                    399:        @fail= failcom='exit 1'; \
                    400:        for f in x $$MAKEFLAGS; do \
                    401:          case $$f in \
                    402:            *=* | --[!k]*);; \
                    403:            *k*) failcom='fail=yes';; \
                    404:          esac; \
                    405:        done; \
                    406:        dot_seen=no; \
                    407:        case "$@" in \
                    408:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    409:          *) list='$(SUBDIRS)' ;; \
                    410:        esac; \
                    411:        rev=''; for subdir in $$list; do \
                    412:          if test "$$subdir" = "."; then :; else \
                    413:            rev="$$subdir $$rev"; \
                    414:          fi; \
                    415:        done; \
                    416:        rev="$$rev ."; \
                    417:        target=`echo $@ | sed s/-recursive//`; \
                    418:        for subdir in $$rev; do \
                    419:          echo "Making $$target in $$subdir"; \
                    420:          if test "$$subdir" = "."; then \
                    421:            local_target="$$target-am"; \
                    422:          else \
                    423:            local_target="$$target"; \
                    424:          fi; \
                    425:          ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    426:          || eval $$failcom; \
                    427:        done && test -z "$$fail"
                    428: tags-recursive:
                    429:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    430:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    431:        done
                    432: ctags-recursive:
                    433:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    434:          test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    435:        done
                    436: 
                    437: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    438:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    439:        unique=`for i in $$list; do \
                    440:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    441:          done | \
                    442:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    443:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    444:        mkid -fID $$unique
                    445: tags: TAGS
                    446: 
                    447: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    448:                $(TAGS_FILES) $(LISP)
                    449:        set x; \
                    450:        here=`pwd`; \
                    451:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    452:          include_option=--etags-include; \
                    453:          empty_fix=.; \
                    454:        else \
                    455:          include_option=--include; \
                    456:          empty_fix=; \
                    457:        fi; \
                    458:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    459:          if test "$$subdir" = .; then :; else \
                    460:            test ! -f $$subdir/TAGS || \
                    461:              set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
                    462:          fi; \
                    463:        done; \
                    464:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    465:        unique=`for i in $$list; do \
                    466:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    467:          done | \
                    468:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    469:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    470:        shift; \
                    471:        if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
                    472:          test -n "$$unique" || unique=$$empty_fix; \
                    473:          if test $$# -gt 0; then \
                    474:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    475:              "$$@" $$unique; \
                    476:          else \
                    477:            $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    478:              $$unique; \
                    479:          fi; \
                    480:        fi
                    481: ctags: CTAGS
                    482: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    483:                $(TAGS_FILES) $(LISP)
                    484:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    485:        unique=`for i in $$list; do \
                    486:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    487:          done | \
                    488:          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    489:              END { if (nonempty) { for (i in files) print i; }; }'`; \
                    490:        test -z "$(CTAGS_ARGS)$$unique" \
                    491:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    492:             $$unique
                    493: 
                    494: GTAGS:
                    495:        here=`$(am__cd) $(top_builddir) && pwd` \
                    496:          && $(am__cd) $(top_srcdir) \
                    497:          && gtags -i $(GTAGS_ARGS) "$$here"
                    498: 
                    499: distclean-tags:
                    500:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    501: 
                    502: distdir: $(DISTFILES)
                    503:        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    504:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    505:        list='$(DISTFILES)'; \
                    506:          dist_files=`for file in $$list; do echo $$file; done | \
                    507:          sed -e "s|^$$srcdirstrip/||;t" \
                    508:              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    509:        case $$dist_files in \
                    510:          */*) $(MKDIR_P) `echo "$$dist_files" | \
                    511:                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    512:                           sort -u` ;; \
                    513:        esac; \
                    514:        for file in $$dist_files; do \
                    515:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    516:          if test -d $$d/$$file; then \
                    517:            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    518:            if test -d "$(distdir)/$$file"; then \
                    519:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    520:            fi; \
                    521:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    522:              cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    523:              find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    524:            fi; \
                    525:            cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
                    526:          else \
                    527:            test -f "$(distdir)/$$file" \
                    528:            || cp -p $$d/$$file "$(distdir)/$$file" \
                    529:            || exit 1; \
                    530:          fi; \
                    531:        done
                    532:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    533:          if test "$$subdir" = .; then :; else \
                    534:            test -d "$(distdir)/$$subdir" \
                    535:            || $(MKDIR_P) "$(distdir)/$$subdir" \
                    536:            || exit 1; \
                    537:          fi; \
                    538:        done
                    539:        @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    540:          if test "$$subdir" = .; then :; else \
                    541:            dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    542:            $(am__relativize); \
                    543:            new_distdir=$$reldir; \
                    544:            dir1=$$subdir; dir2="$(top_distdir)"; \
                    545:            $(am__relativize); \
                    546:            new_top_distdir=$$reldir; \
                    547:            echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    548:            echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    549:            ($(am__cd) $$subdir && \
                    550:              $(MAKE) $(AM_MAKEFLAGS) \
                    551:                top_distdir="$$new_top_distdir" \
                    552:                distdir="$$new_distdir" \
                    553:                am__remove_distdir=: \
                    554:                am__skip_length_check=: \
                    555:                am__skip_mode_fix=: \
                    556:                distdir) \
                    557:              || exit 1; \
                    558:          fi; \
                    559:        done
                    560: check-am: all-am
                    561: check: check-recursive
                    562: all-am: Makefile
                    563: installdirs: installdirs-recursive
                    564: installdirs-am:
                    565: install: install-recursive
                    566: install-exec: install-exec-recursive
                    567: install-data: install-data-recursive
                    568: uninstall: uninstall-recursive
                    569: 
                    570: install-am: all-am
                    571:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    572: 
                    573: installcheck: installcheck-recursive
                    574: install-strip:
                    575:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    576:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    577:          `test -z '$(STRIP)' || \
                    578:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    579: mostlyclean-generic:
                    580: 
                    581: clean-generic:
                    582: 
                    583: distclean-generic:
                    584:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    585:        -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
                    586: 
                    587: maintainer-clean-generic:
                    588:        @echo "This command is intended for maintainers to use"
                    589:        @echo "it deletes files that may require special tools to rebuild."
                    590: clean: clean-recursive
                    591: 
                    592: clean-am: clean-generic clean-libtool mostlyclean-am
                    593: 
                    594: distclean: distclean-recursive
                    595:        -rm -f Makefile
                    596: distclean-am: clean-am distclean-generic distclean-tags
                    597: 
                    598: dvi: dvi-recursive
                    599: 
                    600: dvi-am:
                    601: 
                    602: html: html-recursive
                    603: 
                    604: html-am:
                    605: 
                    606: info: info-recursive
                    607: 
                    608: info-am:
                    609: 
                    610: install-data-am:
                    611: 
                    612: install-dvi: install-dvi-recursive
                    613: 
                    614: install-dvi-am:
                    615: 
                    616: install-exec-am:
                    617: 
                    618: install-html: install-html-recursive
                    619: 
                    620: install-html-am:
                    621: 
                    622: install-info: install-info-recursive
                    623: 
                    624: install-info-am:
                    625: 
                    626: install-man:
                    627: 
                    628: install-pdf: install-pdf-recursive
                    629: 
                    630: install-pdf-am:
                    631: 
                    632: install-ps: install-ps-recursive
                    633: 
                    634: install-ps-am:
                    635: 
                    636: installcheck-am:
                    637: 
                    638: maintainer-clean: maintainer-clean-recursive
                    639:        -rm -f Makefile
                    640: maintainer-clean-am: distclean-am maintainer-clean-generic
                    641: 
                    642: mostlyclean: mostlyclean-recursive
                    643: 
                    644: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
                    645: 
                    646: pdf: pdf-recursive
                    647: 
                    648: pdf-am:
                    649: 
                    650: ps: ps-recursive
                    651: 
                    652: ps-am:
                    653: 
                    654: uninstall-am:
                    655: 
                    656: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
                    657:        install-am install-strip tags-recursive
                    658: 
                    659: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    660:        all all-am check check-am clean clean-generic clean-libtool \
                    661:        ctags ctags-recursive distclean distclean-generic \
                    662:        distclean-libtool distclean-tags distdir dvi dvi-am html \
                    663:        html-am info info-am install install-am install-data \
                    664:        install-data-am install-dvi install-dvi-am install-exec \
                    665:        install-exec-am install-html install-html-am install-info \
                    666:        install-info-am install-man install-pdf install-pdf-am \
                    667:        install-ps install-ps-am install-strip installcheck \
                    668:        installcheck-am installdirs installdirs-am maintainer-clean \
                    669:        maintainer-clean-generic mostlyclean mostlyclean-generic \
                    670:        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
                    671:        uninstall uninstall-am
                    672: 
                    673: 
                    674: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    675: # Otherwise a system limit (for SysV at least) may be exceeded.
                    676: .NOEXPORT:

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