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

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

E-mail: