Annotation of parser3/src/targets/Makefile.in, revision 1.53

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