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

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

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