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

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

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