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

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

E-mail: