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

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: CPP_LIBS = @CPP_LIBS@
                     92: CXX = @CXX@
1.10    ! moko       93: CXXCPP = @CXXCPP@
1.2       paf        94: CXXDEPMODE = @CXXDEPMODE@
                     95: CXXFLAGS = @CXXFLAGS@
                     96: CYGPATH_W = @CYGPATH_W@
                     97: DEFS = @DEFS@
                     98: DEPDIR = @DEPDIR@
1.10    ! moko       99: DLLTOOL = @DLLTOOL@
        !           100: DSYMUTIL = @DSYMUTIL@
        !           101: DUMPBIN = @DUMPBIN@
1.2       paf       102: ECHO_C = @ECHO_C@
                    103: ECHO_N = @ECHO_N@
                    104: ECHO_T = @ECHO_T@
                    105: EGREP = @EGREP@
                    106: EXEEXT = @EXEEXT@
1.10    ! moko      107: FGREP = @FGREP@
1.2       paf       108: GC_LIBS = @GC_LIBS@
1.10    ! moko      109: GREP = @GREP@
1.2       paf       110: INCLTDL = @INCLTDL@
                    111: INSTALL_DATA = @INSTALL_DATA@
1.10    ! moko      112: INSTALL_LTDL_FALSE = @INSTALL_LTDL_FALSE@
        !           113: INSTALL_LTDL_TRUE = @INSTALL_LTDL_TRUE@
1.2       paf       114: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    115: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    116: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.10    ! moko      117: LD = @LD@
1.2       paf       118: LDFLAGS = @LDFLAGS@
                    119: LIBADD_DL = @LIBADD_DL@
1.10    ! moko      120: LIBADD_DLD_LINK = @LIBADD_DLD_LINK@
        !           121: LIBADD_DLOPEN = @LIBADD_DLOPEN@
        !           122: LIBADD_SHL_LOAD = @LIBADD_SHL_LOAD@
1.2       paf       123: LIBLTDL = @LIBLTDL@
                    124: LIBOBJS = @LIBOBJS@
                    125: LIBS = @LIBS@
1.10    ! moko      126: LIBTOOL = @LIBTOOL@
        !           127: LIPO = @LIPO@
        !           128: LN_S = @LN_S@
        !           129: LTDLDEPS = @LTDLDEPS@
        !           130: LTDLINCL = @LTDLINCL@
        !           131: LTDLOPEN = @LTDLOPEN@
1.2       paf       132: LTLIBOBJS = @LTLIBOBJS@
1.10    ! moko      133: LT_CONFIG_H = @LT_CONFIG_H@
        !           134: LT_DLLOADERS = @LT_DLLOADERS@
        !           135: LT_DLPREOPEN = @LT_DLPREOPEN@
1.2       paf       136: MAKEINFO = @MAKEINFO@
1.10    ! moko      137: MANIFEST_TOOL = @MANIFEST_TOOL@
1.2       paf       138: MIME_INCLUDES = @MIME_INCLUDES@
                    139: MIME_LIBS = @MIME_LIBS@
1.10    ! moko      140: NM = @NM@
        !           141: NMEDIT = @NMEDIT@
        !           142: OBJDUMP = @OBJDUMP@
1.2       paf       143: OBJEXT = @OBJEXT@
1.10    ! moko      144: OTOOL = @OTOOL@
        !           145: OTOOL64 = @OTOOL64@
1.2       paf       146: P3S = @P3S@
                    147: PACKAGE = @PACKAGE@
                    148: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    149: PACKAGE_NAME = @PACKAGE_NAME@
                    150: PACKAGE_STRING = @PACKAGE_STRING@
                    151: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    152: PACKAGE_VERSION = @PACKAGE_VERSION@
                    153: PATH_SEPARATOR = @PATH_SEPARATOR@
1.6       misha     154: PCRE_INCLUDES = @PCRE_INCLUDES@
                    155: PCRE_LIBS = @PCRE_LIBS@
1.2       paf       156: RANLIB = @RANLIB@
1.10    ! moko      157: SED = @SED@
1.2       paf       158: SET_MAKE = @SET_MAKE@
                    159: SHELL = @SHELL@
                    160: STRIP = @STRIP@
                    161: VERSION = @VERSION@
                    162: XML_INCLUDES = @XML_INCLUDES@
                    163: XML_LIBS = @XML_LIBS@
                    164: YACC = @YACC@
1.10    ! moko      165: ac_ct_AR = @ac_ct_AR@
        !           166: ac_ct_AS = @ac_ct_AS@
1.2       paf       167: ac_ct_CC = @ac_ct_CC@
                    168: ac_ct_CXX = @ac_ct_CXX@
1.10    ! moko      169: ac_ct_DLLTOOL = @ac_ct_DLLTOOL@
        !           170: ac_ct_DSYMUTIL = @ac_ct_DSYMUTIL@
        !           171: ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
        !           172: ac_ct_LIPO = @ac_ct_LIPO@
        !           173: ac_ct_MANIFEST_TOOL = @ac_ct_MANIFEST_TOOL@
        !           174: ac_ct_NMEDIT = @ac_ct_NMEDIT@
        !           175: ac_ct_OBJDUMP = @ac_ct_OBJDUMP@
        !           176: ac_ct_OTOOL = @ac_ct_OTOOL@
        !           177: ac_ct_OTOOL64 = @ac_ct_OTOOL64@
1.2       paf       178: ac_ct_RANLIB = @ac_ct_RANLIB@
                    179: ac_ct_STRIP = @ac_ct_STRIP@
                    180: am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
                    181: am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
                    182: am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
                    183: am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
                    184: am__include = @am__include@
1.4       paf       185: am__leading_dot = @am__leading_dot@
1.2       paf       186: am__quote = @am__quote@
1.4       paf       187: am__tar = @am__tar@
                    188: am__untar = @am__untar@
1.2       paf       189: bindir = @bindir@
                    190: build = @build@
                    191: build_alias = @build_alias@
                    192: build_cpu = @build_cpu@
                    193: build_os = @build_os@
                    194: build_vendor = @build_vendor@
                    195: datadir = @datadir@
                    196: dll_extension = @dll_extension@
                    197: exec_prefix = @exec_prefix@
                    198: host = @host@
                    199: host_alias = @host_alias@
                    200: host_cpu = @host_cpu@
                    201: host_os = @host_os@
                    202: host_vendor = @host_vendor@
                    203: includedir = @includedir@
                    204: infodir = @infodir@
                    205: install_sh = @install_sh@
                    206: libdir = @libdir@
                    207: libexecdir = @libexecdir@
                    208: localstatedir = @localstatedir@
1.10    ! moko      209: ltdl_LIBOBJS = @ltdl_LIBOBJS@
        !           210: ltdl_LTLIBOBJS = @ltdl_LTLIBOBJS@
1.2       paf       211: mandir = @mandir@
1.4       paf       212: mkdir_p = @mkdir_p@
1.2       paf       213: oldincludedir = @oldincludedir@
                    214: prefix = @prefix@
                    215: program_transform_name = @program_transform_name@
                    216: sbindir = @sbindir@
                    217: sharedstatedir = @sharedstatedir@
                    218: subdirs = @subdirs@
1.10    ! moko      219: sys_symbol_underscore = @sys_symbol_underscore@
1.2       paf       220: sysconfdir = @sysconfdir@
                    221: target_alias = @target_alias@
                    222: SUBDIRS = private
                    223: noinst_HEADERS = cord.h ec.h
                    224: all: all-recursive
                    225: 
                    226: .SUFFIXES:
1.4       paf       227: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    228:        @for dep in $?; do \
                    229:          case '$(am__configure_deps)' in \
                    230:            *$$dep*) \
                    231:              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
                    232:                && exit 0; \
                    233:              exit 1;; \
                    234:          esac; \
                    235:        done; \
                    236:        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/cord/include/Makefile'; \
1.2       paf       237:        cd $(top_srcdir) && \
                    238:          $(AUTOMAKE) --gnu  src/lib/cord/include/Makefile
1.4       paf       239: .PRECIOUS: Makefile
                    240: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    241:        @case '$?' in \
                    242:          *config.status*) \
                    243:            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    244:          *) \
                    245:            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    246:            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    247:        esac;
                    248: 
                    249: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    250:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    251: 
                    252: $(top_srcdir)/configure:  $(am__configure_deps)
                    253:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    254: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    255:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.10    ! moko      256: 
        !           257: mostlyclean-libtool:
        !           258:        -rm -f *.lo
        !           259: 
        !           260: clean-libtool:
        !           261:        -rm -rf .libs _libs
        !           262: 
        !           263: distclean-libtool:
        !           264:        -rm -f libtool
1.2       paf       265: uninstall-info-am:
                    266: 
                    267: # This directory's subdirectories are mostly independent; you can cd
                    268: # into them and run `make' without going through this Makefile.
                    269: # To change the values of `make' variables: instead of editing Makefiles,
                    270: # (1) if the variable is set in `config.status', edit `config.status'
                    271: #     (which will cause the Makefiles to be regenerated when you run `make');
                    272: # (2) otherwise, pass the desired values on the `make' command line.
                    273: $(RECURSIVE_TARGETS):
                    274:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    275:        dot_seen=no; \
                    276:        target=`echo $@ | sed s/-recursive//`; \
                    277:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    278:          echo "Making $$target in $$subdir"; \
                    279:          if test "$$subdir" = "."; then \
                    280:            dot_seen=yes; \
                    281:            local_target="$$target-am"; \
                    282:          else \
                    283:            local_target="$$target"; \
                    284:          fi; \
                    285:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    286:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    287:        done; \
                    288:        if test "$$dot_seen" = "no"; then \
                    289:          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    290:        fi; test -z "$$fail"
                    291: 
                    292: mostlyclean-recursive clean-recursive distclean-recursive \
                    293: maintainer-clean-recursive:
                    294:        @set fnord $$MAKEFLAGS; amf=$$2; \
                    295:        dot_seen=no; \
                    296:        case "$@" in \
                    297:          distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    298:          *) list='$(SUBDIRS)' ;; \
                    299:        esac; \
                    300:        rev=''; for subdir in $$list; do \
                    301:          if test "$$subdir" = "."; then :; else \
                    302:            rev="$$subdir $$rev"; \
                    303:          fi; \
                    304:        done; \
                    305:        rev="$$rev ."; \
                    306:        target=`echo $@ | sed s/-recursive//`; \
                    307:        for subdir in $$rev; do \
                    308:          echo "Making $$target in $$subdir"; \
                    309:          if test "$$subdir" = "."; then \
                    310:            local_target="$$target-am"; \
                    311:          else \
                    312:            local_target="$$target"; \
                    313:          fi; \
                    314:          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
                    315:           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
                    316:        done && test -z "$$fail"
                    317: tags-recursive:
                    318:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    319:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
                    320:        done
                    321: ctags-recursive:
                    322:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    323:          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
                    324:        done
                    325: 
                    326: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    327:        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    328:        unique=`for i in $$list; do \
                    329:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    330:          done | \
                    331:          $(AWK) '    { files[$$0] = 1; } \
                    332:               END { for (i in files) print i; }'`; \
                    333:        mkid -fID $$unique
1.4       paf       334: tags: TAGS
1.2       paf       335: 
                    336: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    337:                $(TAGS_FILES) $(LISP)
                    338:        tags=; \
                    339:        here=`pwd`; \
1.4       paf       340:        if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    341:          include_option=--etags-include; \
                    342:          empty_fix=.; \
                    343:        else \
                    344:          include_option=--include; \
                    345:          empty_fix=; \
                    346:        fi; \
1.2       paf       347:        list='$(SUBDIRS)'; for subdir in $$list; do \
                    348:          if test "$$subdir" = .; then :; else \
1.4       paf       349:            test ! -f $$subdir/TAGS || \
                    350:              tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.2       paf       351:          fi; \
                    352:        done; \
                    353:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    354:        unique=`for i in $$list; do \
                    355:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    356:          done | \
                    357:          $(AWK) '    { files[$$0] = 1; } \
                    358:               END { for (i in files) print i; }'`; \
1.4       paf       359:        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
                    360:          test -n "$$unique" || unique=$$empty_fix; \
                    361:          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    362:            $$tags $$unique; \
                    363:        fi
1.2       paf       364: ctags: CTAGS
                    365: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    366:                $(TAGS_FILES) $(LISP)
                    367:        tags=; \
                    368:        here=`pwd`; \
                    369:        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    370:        unique=`for i in $$list; do \
                    371:            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    372:          done | \
                    373:          $(AWK) '    { files[$$0] = 1; } \
                    374:               END { for (i in files) print i; }'`; \
                    375:        test -z "$(CTAGS_ARGS)$$tags$$unique" \
                    376:          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
                    377:             $$tags $$unique
                    378: 
                    379: GTAGS:
                    380:        here=`$(am__cd) $(top_builddir) && pwd` \
                    381:          && cd $(top_srcdir) \
                    382:          && gtags -i $(GTAGS_ARGS) $$here
                    383: 
                    384: distclean-tags:
                    385:        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    386: 
                    387: distdir: $(DISTFILES)
                    388:        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
                    389:        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
                    390:        list='$(DISTFILES)'; for file in $$list; do \
                    391:          case $$file in \
                    392:            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
                    393:            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
                    394:          esac; \
                    395:          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    396:          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
                    397:          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
                    398:            dir="/$$dir"; \
1.4       paf       399:            $(mkdir_p) "$(distdir)$$dir"; \
1.2       paf       400:          else \
                    401:            dir=''; \
                    402:          fi; \
                    403:          if test -d $$d/$$file; then \
                    404:            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
                    405:              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
                    406:            fi; \
                    407:            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
                    408:          else \
                    409:            test -f $(distdir)/$$file \
                    410:            || cp -p $$d/$$file $(distdir)/$$file \
                    411:            || exit 1; \
                    412:          fi; \
                    413:        done
1.4       paf       414:        list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.2       paf       415:          if test "$$subdir" = .; then :; else \
1.4       paf       416:            test -d "$(distdir)/$$subdir" \
                    417:            || $(mkdir_p) "$(distdir)/$$subdir" \
1.2       paf       418:            || exit 1; \
1.4       paf       419:            distdir=`$(am__cd) $(distdir) && pwd`; \
                    420:            top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
1.2       paf       421:            (cd $$subdir && \
                    422:              $(MAKE) $(AM_MAKEFLAGS) \
1.4       paf       423:                top_distdir="$$top_distdir" \
                    424:                distdir="$$distdir/$$subdir" \
1.2       paf       425:                distdir) \
                    426:              || exit 1; \
                    427:          fi; \
                    428:        done
                    429: check-am: all-am
                    430: check: check-recursive
                    431: all-am: Makefile $(HEADERS)
                    432: installdirs: installdirs-recursive
                    433: installdirs-am:
                    434: install: install-recursive
                    435: install-exec: install-exec-recursive
                    436: install-data: install-data-recursive
                    437: uninstall: uninstall-recursive
                    438: 
                    439: install-am: all-am
                    440:        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    441: 
                    442: installcheck: installcheck-recursive
                    443: install-strip:
                    444:        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1.4       paf       445:          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1.2       paf       446:          `test -z '$(STRIP)' || \
                    447:            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    448: mostlyclean-generic:
                    449: 
                    450: clean-generic:
                    451: 
                    452: distclean-generic:
1.4       paf       453:        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.2       paf       454: 
                    455: maintainer-clean-generic:
                    456:        @echo "This command is intended for maintainers to use"
                    457:        @echo "it deletes files that may require special tools to rebuild."
                    458: clean: clean-recursive
                    459: 
1.10    ! moko      460: clean-am: clean-generic clean-libtool mostlyclean-am
1.2       paf       461: 
                    462: distclean: distclean-recursive
1.4       paf       463:        -rm -f Makefile
1.10    ! moko      464: distclean-am: clean-am distclean-generic distclean-libtool \
        !           465:        distclean-tags
1.2       paf       466: 
                    467: dvi: dvi-recursive
                    468: 
                    469: dvi-am:
                    470: 
1.4       paf       471: html: html-recursive
                    472: 
1.2       paf       473: info: info-recursive
                    474: 
                    475: info-am:
                    476: 
                    477: install-data-am:
                    478: 
                    479: install-exec-am:
                    480: 
                    481: install-info: install-info-recursive
                    482: 
                    483: install-man:
                    484: 
                    485: installcheck-am:
                    486: 
                    487: maintainer-clean: maintainer-clean-recursive
1.4       paf       488:        -rm -f Makefile
1.2       paf       489: maintainer-clean-am: distclean-am maintainer-clean-generic
                    490: 
                    491: mostlyclean: mostlyclean-recursive
                    492: 
1.10    ! moko      493: mostlyclean-am: mostlyclean-generic mostlyclean-libtool
1.2       paf       494: 
                    495: pdf: pdf-recursive
                    496: 
                    497: pdf-am:
                    498: 
                    499: ps: ps-recursive
                    500: 
                    501: ps-am:
                    502: 
                    503: uninstall-am: uninstall-info-am
                    504: 
                    505: uninstall-info: uninstall-info-recursive
                    506: 
1.4       paf       507: .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am check check-am \
1.10    ! moko      508:        clean clean-generic clean-libtool clean-recursive ctags \
        !           509:        ctags-recursive distclean distclean-generic distclean-libtool \
        !           510:        distclean-recursive distclean-tags distdir dvi dvi-am html \
        !           511:        html-am info info-am install install-am install-data \
        !           512:        install-data-am install-exec install-exec-am install-info \
        !           513:        install-info-am install-man install-strip installcheck \
        !           514:        installcheck-am installdirs installdirs-am maintainer-clean \
        !           515:        maintainer-clean-generic maintainer-clean-recursive \
        !           516:        mostlyclean mostlyclean-generic mostlyclean-libtool \
1.4       paf       517:        mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \
                    518:        uninstall uninstall-am uninstall-info-am
1.2       paf       519: 
                    520: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    521: # Otherwise a system limit (for SysV at least) may be exceeded.
                    522: .NOEXPORT:

E-mail: