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

1.4       paf         1: # Makefile.in generated by automake 1.9 from Makefile.am.
1.2       paf         2: # @configure_input@
                      3: 
1.4       paf         4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
                      5: # 2003, 2004  Free Software Foundation, Inc.
1.2       paf         6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: srcdir = @srcdir@
                     18: top_srcdir = @top_srcdir@
                     19: VPATH = @srcdir@
                     20: pkgdatadir = $(datadir)/@PACKAGE@
                     21: pkglibdir = $(libdir)/@PACKAGE@
                     22: pkgincludedir = $(includedir)/@PACKAGE@
                     23: top_builddir = ../../../..
                     24: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     25: INSTALL = @INSTALL@
                     26: install_sh_DATA = $(install_sh) -c -m 644
                     27: install_sh_PROGRAM = $(install_sh) -c
                     28: install_sh_SCRIPT = $(install_sh) -c
                     29: INSTALL_HEADER = $(INSTALL_DATA)
                     30: transform = $(program_transform_name)
                     31: NORMAL_INSTALL = :
                     32: PRE_INSTALL = :
                     33: POST_INSTALL = :
                     34: NORMAL_UNINSTALL = :
                     35: PRE_UNINSTALL = :
                     36: POST_UNINSTALL = :
                     37: host_triplet = @host@
1.4       paf        38: subdir = src/lib/cord/include
                     39: DIST_COMMON = $(noinst_HEADERS) $(srcdir)/Makefile.am \
                     40:        $(srcdir)/Makefile.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.10      moko       42: am__aclocal_m4_deps = $(top_srcdir)/src/lib/ltdl/m4/argz.m4 \
                     43:        $(top_srcdir)/src/lib/ltdl/m4/libtool.m4 \
                     44:        $(top_srcdir)/src/lib/ltdl/m4/ltdl.m4 \
                     45:        $(top_srcdir)/src/lib/ltdl/m4/ltoptions.m4 \
                     46:        $(top_srcdir)/src/lib/ltdl/m4/ltsugar.m4 \
                     47:        $(top_srcdir)/src/lib/ltdl/m4/ltversion.m4 \
                     48:        $(top_srcdir)/src/lib/ltdl/m4/lt~obsolete.m4 \
1.4       paf        49:        $(top_srcdir)/configure.in
                     50: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     51:        $(ACLOCAL_M4)
1.10      moko       52: mkinstalldirs = $(install_sh) -d
1.4       paf        53: CONFIG_HEADER = $(top_builddir)/src/include/pa_config_auto.h
                     54: CONFIG_CLEAN_FILES =
                     55: SOURCES =
                     56: DIST_SOURCES =
                     57: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     58:        html-recursive info-recursive install-data-recursive \
                     59:        install-exec-recursive install-info-recursive \
                     60:        install-recursive installcheck-recursive installdirs-recursive \
                     61:        pdf-recursive ps-recursive uninstall-info-recursive \
                     62:        uninstall-recursive
                     63: HEADERS = $(noinst_HEADERS)
                     64: ETAGS = etags
                     65: CTAGS = ctags
                     66: DIST_SUBDIRS = $(SUBDIRS)
                     67: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.2       paf        68: ACLOCAL = @ACLOCAL@
                     69: AMDEP_FALSE = @AMDEP_FALSE@
                     70: AMDEP_TRUE = @AMDEP_TRUE@
                     71: AMTAR = @AMTAR@
1.8       moko       72: APACHE = @APACHE@
                     73: APACHE_CFLAGS = @APACHE_CFLAGS@
                     74: APACHE_INC = @APACHE_INC@
1.10      moko       75: AR = @AR@
                     76: ARGZ_H = @ARGZ_H@
                     77: AS = @AS@
1.2       paf        78: AUTOCONF = @AUTOCONF@
                     79: AUTOHEADER = @AUTOHEADER@
                     80: AUTOMAKE = @AUTOMAKE@
                     81: AWK = @AWK@
                     82: CC = @CC@
                     83: CCDEPMODE = @CCDEPMODE@
                     84: CFLAGS = @CFLAGS@
1.8       moko       85: COMPILE_APACHE_MODULE_FALSE = @COMPILE_APACHE_MODULE_FALSE@
                     86: COMPILE_APACHE_MODULE_TRUE = @COMPILE_APACHE_MODULE_TRUE@
1.10      moko       87: CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LTDL_FALSE@
                     88: CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@
1.2       paf        89: CPP = @CPP@
                     90: CPPFLAGS = @CPPFLAGS@
                     91: CXX = @CXX@
1.10      moko       92: CXXCPP = @CXXCPP@
1.2       paf        93: CXXDEPMODE = @CXXDEPMODE@
                     94: CXXFLAGS = @CXXFLAGS@
                     95: CYGPATH_W = @CYGPATH_W@
                     96: DEFS = @DEFS@
                     97: DEPDIR = @DEPDIR@
1.10      moko       98: DLLTOOL = @DLLTOOL@
                     99: DSYMUTIL = @DSYMUTIL@
                    100: DUMPBIN = @DUMPBIN@
1.2       paf       101: ECHO_C = @ECHO_C@
                    102: ECHO_N = @ECHO_N@
                    103: ECHO_T = @ECHO_T@
                    104: EGREP = @EGREP@
                    105: EXEEXT = @EXEEXT@
1.10      moko      106: FGREP = @FGREP@
1.2       paf       107: GC_LIBS = @GC_LIBS@
1.10      moko      108: GREP = @GREP@
1.2       paf       109: INCLTDL = @INCLTDL@
                    110: INSTALL_DATA = @INSTALL_DATA@
1.10      moko      111: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
                    112: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.2       paf       113: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    114: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    115: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.10      moko      116: LD = @LD@
1.2       paf       117: LDFLAGS = @LDFLAGS@
                    118: LIBADD_DL = @LIBADD_DL@
1.10      moko      119: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
                    120: LIBADD_DLOPEN = @LIBADD_DLOPEN@
                    121: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.2       paf       122: LIBLTDL = @LIBLTDL@
                    123: LIBOBJS = @LIBOBJS@
                    124: LIBS = @LIBS@
1.10      moko      125: LIBTOOL = @LIBTOOL@
                    126: LIPO = @LIPO@
                    127: LN_S = @LN_S@
                    128: LTDLDEPS = @LTDLDEPS@
                    129: LTDLINCL = @LTDLINCL@
                    130: LTDLOPEN = @LTDLOPEN@
1.2       paf       131: LTLIBOBJS = @LTLIBOBJS@
1.10      moko      132: LT_CONFIG_H = @LT_CONFIG_H@
                    133: LT_DLLOADERS = @LT_DLLOADERS@
                    134: LT_DLPREOPEN = @LT_DLPREOPEN@
1.2       paf       135: MAKEINFO = @MAKEINFO@
1.10      moko      136: MANIFEST_TOOL = @MANIFEST_TOOL@
1.2       paf       137: MIME_INCLUDES = @MIME_INCLUDES@
                    138: MIME_LIBS = @MIME_LIBS@
1.10      moko      139: NM = @NM@
                    140: NMEDIT = @NMEDIT@
                    141: OBJDUMP = @OBJDUMP@
1.2       paf       142: OBJEXT = @OBJEXT@
1.10      moko      143: OTOOL = @OTOOL@
                    144: OTOOL64 = @OTOOL64@
1.2       paf       145: P3S = @P3S@
                    146: PACKAGE = @PACKAGE@
                    147: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    148: PACKAGE_NAME = @PACKAGE_NAME@
                    149: PACKAGE_STRING = @PACKAGE_STRING@
                    150: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    151: PACKAGE_VERSION = @PACKAGE_VERSION@
                    152: PATH_SEPARATOR = @PATH_SEPARATOR@
1.6       misha     153: PCRE_INCLUDES = @PCRE_INCLUDES@
                    154: PCRE_LIBS = @PCRE_LIBS@
1.2       paf       155: RANLIB = @RANLIB@
1.10      moko      156: SED = @SED@
1.2       paf       157: SET_MAKE = @SET_MAKE@
                    158: SHELL = @SHELL@
                    159: STRIP = @STRIP@
                    160: VERSION = @VERSION@
                    161: XML_INCLUDES = @XML_INCLUDES@
                    162: XML_LIBS = @XML_LIBS@
                    163: YACC = @YACC@
1.10      moko      164: ac_ct_AR = @ac_ct_AR@
                    165: ac_ct_AS = @ac_ct_AS@
1.2       paf       166: ac_ct_CC = @ac_ct_CC@
                    167: ac_ct_CXX = @ac_ct_CXX@
1.10      moko      168: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
                    169: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
                    170: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
                    171: ac_ct_LIPO = @ac_ct_LIPO@
                    172: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
                    173: ac_ct_NMEDIT = @ac_ct_NMEDIT@
                    174: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
                    175: ac_ct_OTOOL = @ac_ct_OTOOL@
                    176: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.2       paf       177: ac_ct_RANLIB = @ac_ct_RANLIB@
                    178: ac_ct_STRIP = @ac_ct_STRIP@
                    179: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    180: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    181: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    182: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    183: am__include = @am__include@
1.4       paf       184: am__leading_dot = @am__leading_dot@
1.2       paf       185: am__quote = @am__quote@
1.4       paf       186: am__tar = @am__tar@
                    187: am__untar = @am__untar@
1.2       paf       188: bindir = @bindir@
                    189: build = @build@
                    190: build_alias = @build_alias@
                    191: build_cpu = @build_cpu@
                    192: build_os = @build_os@
                    193: build_vendor = @build_vendor@
                    194: datadir = @datadir@
                    195: dll_extension = @dll_extension@
                    196: exec_prefix = @exec_prefix@
                    197: host = @host@
                    198: host_alias = @host_alias@
                    199: host_cpu = @host_cpu@
                    200: host_os = @host_os@
                    201: host_vendor = @host_vendor@
                    202: includedir = @includedir@
                    203: infodir = @infodir@
                    204: install_sh = @install_sh@
                    205: libdir = @libdir@
                    206: libexecdir = @libexecdir@
                    207: localstatedir = @localstatedir@
1.10      moko      208: ltdl_LIBOBJS = @ltdl_LIBOBJS@
                    209: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.2       paf       210: mandir = @mandir@
1.4       paf       211: mkdir_p = @mkdir_p@
1.2       paf       212: oldincludedir = @oldincludedir@
                    213: prefix = @prefix@
                    214: program_transform_name = @program_transform_name@
                    215: sbindir = @sbindir@
                    216: sharedstatedir = @sharedstatedir@
                    217: subdirs = @subdirs@
1.10      moko      218: sys_symbol_underscore = @sys_symbol_underscore@
1.2       paf       219: sysconfdir = @sysconfdir@
                    220: target_alias = @target_alias@
                    221: SUBDIRS = private
                    222: noinst_HEADERS = cord.h ec.h
                    223: all: all-recursive
                    224: 
                    225: .SUFFIXES:
1.4       paf       226: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    227:        @for dep in $?; do \
                    228:          case '$(am__configure_deps)' in \
                    229:            *$$dep*) \
                    230:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    231:                && exit 0; \
                    232:              exit 1;; \
                    233:          esac; \
                    234:        done; \
                    235:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/cord/include/Makefile'; \
1.2       paf       236:        cd $(top_srcdir) && \
                    237:          $(AUTOMAKE) --gnu  src/lib/cord/include/Makefile
1.4       paf       238: .PRECIOUS: Makefile
                    239: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    240:        @case '$?' in \
                    241:          *config.status*) \
                    242:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    243:          *) \
                    244:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    245:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    246:        esac;
                    247: 
                    248: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    249:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    250: 
                    251: $(top_srcdir)/configure:  $(am__configure_deps)
                    252:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    253: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    254:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.10      moko      255: 
                    256: mostlyclean-libtool:
                    257:        -rm -f *.lo
                    258: 
                    259: clean-libtool:
                    260:        -rm -rf .libs _libs
                    261: 
                    262: distclean-libtool:
                    263:        -rm -f libtool
1.2       paf       264: uninstall-info-am:
                    265: 
                    266: # This directory's subdirectories are mostly independent; you can cd
                    267: # into them and run `make' without going through this Makefile.
                    268: # To change the values of `make' variables: instead of editing Makefiles,
                    269: # (1) if the variable is set in `config.status', edit `config.status'
                    270: #     (which will cause the Makefiles to be regenerated when you run `make');
                    271: # (2) otherwise, pass the desired values on the `make' command line.
                    272: $(RECURSIVE_TARGETS):
                    273:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    274:        dot_seen=no; \
                    275:        target=`echo $@ | sed s/-recursive//`; \
                    276:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    277:          echo "Making $$target in $$subdir"; \
                    278:          if test "$$subdir" = "."; then \
                    279:            dot_seen=yes; \
                    280:            local_target="$$target-am"; \
                    281:          else \
                    282:            local_target="$$target"; \
                    283:          fi; \
                    284:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    285:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    286:        done; \
                    287:        if test "$$dot_seen" = "no"; then \
                    288:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    289:        fi; test -z "$$fail"
                    290: 
                    291: mostlyclean-recursive clean-recursive distclean-recursive \
                    292: maintainer-clean-recursive:
                    293:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    294:        dot_seen=no; \
                    295:        case "$@" in \
                    296:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    297:          *) list='$(SUBDIRS)' ;; \
                    298:        esac; \
                    299:        rev=''; for subdir in $$list; do \
                    300:          if test "$$subdir" = "."; then :; else \
                    301:            rev="$$subdir $$rev"; \
                    302:          fi; \
                    303:        done; \
                    304:        rev="$$rev ."; \
                    305:        target=`echo $@ | sed s/-recursive//`; \
                    306:        for subdir in $$rev; do \
                    307:          echo "Making $$target in $$subdir"; \
                    308:          if test "$$subdir" = "."; then \
                    309:            local_target="$$target-am"; \
                    310:          else \
                    311:            local_target="$$target"; \
                    312:          fi; \
                    313:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    314:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    315:        done && test -z "$$fail"
                    316: tags-recursive:
                    317:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    318:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    319:        done
                    320: ctags-recursive:
                    321:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    322:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    323:        done
                    324: 
                    325: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    326:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    327:        unique=`for i in $$list; do \
                    328:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    329:          done | \
                    330:          $(AWK) '    { files[$$0] = 1; } \
                    331:               END { for (i in files) print i; }'`; \
                    332:        mkid -fID $$unique
1.4       paf       333: tags: TAGS
1.2       paf       334: 
                    335: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    336:                $(TAGS_FILES) $(LISP)
                    337:        tags=; \
                    338:        here=`pwd`; \
1.4       paf       339:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    340:          include_option=--etags-include; \
                    341:          empty_fix=.; \
                    342:        else \
                    343:          include_option=--include; \
                    344:          empty_fix=; \
                    345:        fi; \
1.2       paf       346:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    347:          if test "$$subdir" = .; then :; else \
1.4       paf       348:            test ! -f $$subdir/TAGS || \
                    349:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.2       paf       350:          fi; \
                    351:        done; \
                    352:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    353:        unique=`for i in $$list; do \
                    354:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    355:          done | \
                    356:          $(AWK) '    { files[$$0] = 1; } \
                    357:               END { for (i in files) print i; }'`; \
1.4       paf       358:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    359:          test -n "$$unique" || unique=$$empty_fix; \
                    360:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    361:            $$tags $$unique; \
                    362:        fi
1.2       paf       363: ctags: CTAGS
                    364: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    365:                $(TAGS_FILES) $(LISP)
                    366:        tags=; \
                    367:        here=`pwd`; \
                    368:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    369:        unique=`for i in $$list; do \
                    370:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    371:          done | \
                    372:          $(AWK) '    { files[$$0] = 1; } \
                    373:               END { for (i in files) print i; }'`; \
                    374:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    375:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    376:             $$tags $$unique
                    377: 
                    378: GTAGS:
                    379:        here=`$(am__cd) $(top_builddir) && pwd` \
                    380:          && cd $(top_srcdir) \
                    381:          && gtags -i $(GTAGS_ARGS) $$here
                    382: 
                    383: distclean-tags:
                    384:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    385: 
                    386: distdir: $(DISTFILES)
                    387:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    388:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    389:        list='$(DISTFILES)'; for file in $$list; do \
                    390:          case $$file in \
                    391:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    392:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    393:          esac; \
                    394:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    395:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    396:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    397:            dir="/$$dir"; \
1.4       paf       398:            $(mkdir_p) "$(distdir)$$dir"; \
1.2       paf       399:          else \
                    400:            dir=''; \
                    401:          fi; \
                    402:          if test -d $$d/$$file; then \
                    403:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    404:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    405:            fi; \
                    406:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    407:          else \
                    408:            test -f $(distdir)/$$file \
                    409:            || cp -p $$d/$$file $(distdir)/$$file \
                    410:            || exit 1; \
                    411:          fi; \
                    412:        done
1.4       paf       413:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.2       paf       414:          if test "$$subdir" = .; then :; else \
1.4       paf       415:            test -d "$(distdir)/$$subdir" \
                    416:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.2       paf       417:            || exit 1; \
1.4       paf       418:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    419:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.2       paf       420:            (cd $$subdir && \
                    421:              $(MAKE) $(AM_MAKEFLAGS) \
1.4       paf       422:                top_distdir="$$top_distdir" \
                    423:                distdir="$$distdir/$$subdir" \
1.2       paf       424:                distdir) \
                    425:              || exit 1; \
                    426:          fi; \
                    427:        done
                    428: check-am: all-am
                    429: check: check-recursive
                    430: all-am: Makefile $(HEADERS)
                    431: installdirs: installdirs-recursive
                    432: installdirs-am:
                    433: install: install-recursive
                    434: install-exec: install-exec-recursive
                    435: install-data: install-data-recursive
                    436: uninstall: uninstall-recursive
                    437: 
                    438: install-am: all-am
                    439:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    440: 
                    441: installcheck: installcheck-recursive
                    442: install-strip:
                    443:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.4       paf       444:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.2       paf       445:          `test -z '$(STRIP)' || \
                    446:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    447: mostlyclean-generic:
                    448: 
                    449: clean-generic:
                    450: 
                    451: distclean-generic:
1.4       paf       452:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.2       paf       453: 
                    454: maintainer-clean-generic:
                    455:        @echo "This command is intended for maintainers to use"
                    456:        @echo "it deletes files that may require special tools to rebuild."
                    457: clean: clean-recursive
                    458: 
1.10      moko      459: clean-am: clean-generic clean-libtool mostlyclean-am
1.2       paf       460: 
                    461: distclean: distclean-recursive
1.4       paf       462:        -rm -f Makefile
1.10      moko      463: distclean-am: clean-am distclean-generic distclean-libtool \
                    464:        distclean-tags
1.2       paf       465: 
                    466: dvi: dvi-recursive
                    467: 
                    468: dvi-am:
                    469: 
1.4       paf       470: html: html-recursive
                    471: 
1.2       paf       472: info: info-recursive
                    473: 
                    474: info-am:
                    475: 
                    476: install-data-am:
                    477: 
                    478: install-exec-am:
                    479: 
                    480: install-info: install-info-recursive
                    481: 
                    482: install-man:
                    483: 
                    484: installcheck-am:
                    485: 
                    486: maintainer-clean: maintainer-clean-recursive
1.4       paf       487:        -rm -f Makefile
1.2       paf       488: maintainer-clean-am: distclean-am maintainer-clean-generic
                    489: 
                    490: mostlyclean: mostlyclean-recursive
                    491: 
1.10      moko      492: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.2       paf       493: 
                    494: pdf: pdf-recursive
                    495: 
                    496: pdf-am:
                    497: 
                    498: ps: ps-recursive
                    499: 
                    500: ps-am:
                    501: 
                    502: uninstall-am: uninstall-info-am
                    503: 
                    504: uninstall-info: uninstall-info-recursive
                    505: 
1.4       paf       506: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1.10      moko      507:        clean clean-generic clean-libtool clean-recursive ctags \
                    508:        ctags-recursive distclean distclean-generic distclean-libtool \
                    509:        distclean-recursive distclean-tags distdir dvi dvi-am html \
                    510:        html-am info info-am install install-am install-data \
                    511:        install-data-am install-exec install-exec-am install-info \
                    512:        install-info-am install-man install-strip installcheck \
                    513:        installcheck-am installdirs installdirs-am maintainer-clean \
                    514:        maintainer-clean-generic maintainer-clean-recursive \
                    515:        mostlyclean mostlyclean-generic mostlyclean-libtool \
1.4       paf       516:        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
                    517:        uninstall uninstall-am uninstall-info-am
1.2       paf       518: 
                    519: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    520: # Otherwise a system limit (for SysV at least) may be exceeded.
                    521: .NOEXPORT:

E-mail: