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

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

E-mail: