Annotation of parser3/src/lib/cord/Makefile.in, revision 1.15

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

E-mail: