Annotation of rpl/Makefile.in, revision 1.1

1.1     ! bertrand    1: # Makefile.in generated by automake 1.11 from Makefile.am.
        !             2: # @configure_input@
        !             3: 
        !             4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
        !             5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
        !             6: # Inc.
        !             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: 
        !            16: @SET_MAKE@
        !            17: 
        !            18: VPATH = @srcdir@
        !            19: pkgdatadir = $(datadir)/@PACKAGE@
        !            20: pkgincludedir = $(includedir)/@PACKAGE@
        !            21: pkglibdir = $(libdir)/@PACKAGE@
        !            22: pkglibexecdir = $(libexecdir)/@PACKAGE@
        !            23: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
        !            24: install_sh_DATA = $(install_sh) -c -m 644
        !            25: install_sh_PROGRAM = $(install_sh) -c
        !            26: install_sh_SCRIPT = $(install_sh) -c
        !            27: INSTALL_HEADER = $(INSTALL_DATA)
        !            28: transform = $(program_transform_name)
        !            29: NORMAL_INSTALL = :
        !            30: PRE_INSTALL = :
        !            31: POST_INSTALL = :
        !            32: NORMAL_UNINSTALL = :
        !            33: PRE_UNINSTALL = :
        !            34: POST_UNINSTALL = :
        !            35: build_triplet = @build@
        !            36: host_triplet = @host@
        !            37: target_triplet = @target@
        !            38: subdir = .
        !            39: DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
        !            40:    $(srcdir)/COPYING.in $(srcdir)/Makefile.am \
        !            41:    $(srcdir)/Makefile.in $(srcdir)/rplconfig.h.in \
        !            42:    $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
        !            43:    compile config.guess config.sub depcomp install-sh ltmain.sh \
        !            44:    missing mkinstalldirs
        !            45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
        !            46: am__aclocal_m4_deps = $(top_srcdir)/configure.in
        !            47: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
        !            48:    $(ACLOCAL_M4)
        !            49: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
        !            50:  configure.lineno config.status.lineno
        !            51: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
        !            52: CONFIG_HEADER = rplconfig.h
        !            53: CONFIG_CLEAN_FILES = COPYING
        !            54: CONFIG_CLEAN_VPATH_FILES =
        !            55: SOURCES =
        !            56: DIST_SOURCES =
        !            57: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
        !            58:    html-recursive info-recursive install-data-recursive \
        !            59:    install-dvi-recursive install-exec-recursive \
        !            60:    install-html-recursive install-info-recursive \
        !            61:    install-pdf-recursive install-ps-recursive install-recursive \
        !            62:    installcheck-recursive installdirs-recursive pdf-recursive \
        !            63:    ps-recursive uninstall-recursive
        !            64: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
        !            65: am__vpath_adj = case $$p in \
        !            66:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
        !            67:     *) f=$$p;; \
        !            68:   esac;
        !            69: am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
        !            70: am__install_max = 40
        !            71: am__nobase_strip_setup = \
        !            72:   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
        !            73: am__nobase_strip = \
        !            74:   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
        !            75: am__nobase_list = $(am__nobase_strip_setup); \
        !            76:   for p in $$list; do echo "$$p $$p"; done | \
        !            77:   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
        !            78:   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
        !            79:     if (++n[$$2] == $(am__install_max)) \
        !            80:       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
        !            81:     END { for (dir in files) print dir, files[dir] }'
        !            82: am__base_list = \
        !            83:   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
        !            84:   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
        !            85: am__installdirs = "$(DESTDIR)$(includedir)"
        !            86: HEADERS = $(include_HEADERS)
        !            87: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
        !            88:   distclean-recursive maintainer-clean-recursive
        !            89: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
        !            90:    $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
        !            91:    distdir dist dist-all distcheck
        !            92: ETAGS = etags
        !            93: CTAGS = ctags
        !            94: DIST_SUBDIRS = $(SUBDIRS)
        !            95: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
        !            96: distdir = $(PACKAGE)-$(VERSION)
        !            97: top_distdir = $(distdir)
        !            98: am__remove_distdir = \
        !            99:   { test ! -d "$(distdir)" \
        !           100:     || { find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
        !           101:          && rm -fr "$(distdir)"; }; }
        !           102: am__relativize = \
        !           103:   dir0=`pwd`; \
        !           104:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
        !           105:   sed_rest='s,^[^/]*/*,,'; \
        !           106:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
        !           107:   sed_butlast='s,/*[^/]*$$,,'; \
        !           108:   while test -n "$$dir1"; do \
        !           109:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
        !           110:     if test "$$first" != "."; then \
        !           111:       if test "$$first" = ".."; then \
        !           112:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
        !           113:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
        !           114:       else \
        !           115:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
        !           116:         if test "$$first2" = "$$first"; then \
        !           117:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
        !           118:         else \
        !           119:           dir2="../$$dir2"; \
        !           120:         fi; \
        !           121:         dir0="$$dir0"/"$$first"; \
        !           122:       fi; \
        !           123:     fi; \
        !           124:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
        !           125:   done; \
        !           126:   reldir="$$dir2"
        !           127: DIST_ARCHIVES = $(distdir).tar.gz
        !           128: GZIP_ENV = --best
        !           129: distuninstallcheck_listfiles = find . -type f -print
        !           130: distcleancheck_listfiles = find . -type f -print
        !           131: ACLOCAL = @ACLOCAL@
        !           132: AMTAR = @AMTAR@
        !           133: AUTOCONF = @AUTOCONF@
        !           134: AUTOHEADER = @AUTOHEADER@
        !           135: AUTOMAKE = @AUTOMAKE@
        !           136: AWK = @AWK@
        !           137: CC = @CC@
        !           138: CCDEPMODE = @CCDEPMODE@
        !           139: CFLAGS = @CFLAGS@
        !           140: CPP = @CPP@
        !           141: CPPFLAGS = @CPPFLAGS@
        !           142: CXX = @CXX@
        !           143: CXXDEPMODE = @CXXDEPMODE@
        !           144: CXXFLAGS = @CXXFLAGS@
        !           145: CYGPATH_W = @CYGPATH_W@
        !           146: DATE = @DATE@
        !           147: DATE_FR = @DATE_FR@
        !           148: DEBUG = @DEBUG@
        !           149: DEBUG_CODE = @DEBUG_CODE@
        !           150: DEFS = @DEFS@
        !           151: DEPDIR = @DEPDIR@
        !           152: DVIPS = @DVIPS@
        !           153: ECHO_C = @ECHO_C@
        !           154: ECHO_N = @ECHO_N@
        !           155: ECHO_T = @ECHO_T@
        !           156: EGREP = @EGREP@
        !           157: EXEEXT = @EXEEXT@
        !           158: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
        !           159: F77 = @F77@
        !           160: FC = @FC@
        !           161: FCFLAGS = @FCFLAGS@
        !           162: FFLAGS = @FFLAGS@
        !           163: FILE = @FILE@
        !           164: FINAL_ENCODING = @FINAL_ENCODING@
        !           165: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
        !           166: GNUPLOT = @GNUPLOT@
        !           167: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
        !           168: GNUPLOT_P = @GNUPLOT_P@
        !           169: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
        !           170: GPP = @GPP@
        !           171: GREP = @GREP@
        !           172: GS = @GS@
        !           173: GSL = @GSL@
        !           174: GV = @GV@
        !           175: ICONV = @ICONV@
        !           176: INSTALL = @INSTALL@
        !           177: INSTALL_DATA = @INSTALL_DATA@
        !           178: INSTALL_PROGRAM = @INSTALL_PROGRAM@
        !           179: INSTALL_SCRIPT = @INSTALL_SCRIPT@
        !           180: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
        !           181: LATEX = @LATEX@
        !           182: LDFLAGS = @LDFLAGS@
        !           183: LIBMTMALLOC = @LIBMTMALLOC@
        !           184: LIBOBJS = @LIBOBJS@
        !           185: LIBS = @LIBS@
        !           186: LIBTOOLIZE = @LIBTOOLIZE@
        !           187: LN_S = @LN_S@
        !           188: LTLIBOBJS = @LTLIBOBJS@
        !           189: MAKEINFO = @MAKEINFO@
        !           190: MKDIR_P = @MKDIR_P@
        !           191: MOTIF_SUPPORT = @MOTIF_SUPPORT@
        !           192: MYSQL_SUPPORT = @MYSQL_SUPPORT@
        !           193: NCURSES = @NCURSES@
        !           194: OBJEXT = @OBJEXT@
        !           195: PACKAGE = @PACKAGE@
        !           196: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
        !           197: PACKAGE_NAME = @PACKAGE_NAME@
        !           198: PACKAGE_STRING = @PACKAGE_STRING@
        !           199: PACKAGE_TARNAME = @PACKAGE_TARNAME@
        !           200: PACKAGE_URL = @PACKAGE_URL@
        !           201: PACKAGE_VERSION = @PACKAGE_VERSION@
        !           202: PATH_SEPARATOR = @PATH_SEPARATOR@
        !           203: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
        !           204: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
        !           205: PROFILAGE = @PROFILAGE@
        !           206: RANLIB = @RANLIB@
        !           207: READLINE = @READLINE@
        !           208: RUNPATH = @RUNPATH@
        !           209: SED = @SED@
        !           210: SET_MAKE = @SET_MAKE@
        !           211: SHELL = @SHELL@
        !           212: STRIP = @STRIP@
        !           213: TEX = @TEX@
        !           214: UNITS = @UNITS@
        !           215: VERSION = @VERSION@
        !           216: VIM = @VIM@
        !           217: VIM_SUPPORT = @VIM_SUPPORT@
        !           218: XMKMF = @XMKMF@
        !           219: X_CFLAGS = @X_CFLAGS@
        !           220: X_EXTRA_LIBS = @X_EXTRA_LIBS@
        !           221: X_LIBS = @X_LIBS@
        !           222: X_PRE_LIBS = @X_PRE_LIBS@
        !           223: abs_builddir = @abs_builddir@
        !           224: abs_srcdir = @abs_srcdir@
        !           225: abs_top_builddir = @abs_top_builddir@
        !           226: abs_top_srcdir = @abs_top_srcdir@
        !           227: ac_ct_CC = @ac_ct_CC@
        !           228: ac_ct_CXX = @ac_ct_CXX@
        !           229: ac_ct_F77 = @ac_ct_F77@
        !           230: ac_ct_FC = @ac_ct_FC@
        !           231: am__include = @am__include@
        !           232: am__leading_dot = @am__leading_dot@
        !           233: am__quote = @am__quote@
        !           234: am__tar = @am__tar@
        !           235: am__untar = @am__untar@
        !           236: bindir = @bindir@
        !           237: build = @build@
        !           238: build_alias = @build_alias@
        !           239: build_cpu = @build_cpu@
        !           240: build_os = @build_os@
        !           241: build_vendor = @build_vendor@
        !           242: builddir = @builddir@
        !           243: datadir = @datadir@
        !           244: datarootdir = @datarootdir@
        !           245: docdir = @docdir@
        !           246: dvidir = @dvidir@
        !           247: exec_prefix = @exec_prefix@
        !           248: host = @host@
        !           249: host_alias = @host_alias@
        !           250: host_cpu = @host_cpu@
        !           251: host_os = @host_os@
        !           252: host_vendor = @host_vendor@
        !           253: htmldir = @htmldir@
        !           254: includeX = @includeX@
        !           255: includedir = @includedir@
        !           256: infodir = @infodir@
        !           257: install_sh = @install_sh@
        !           258: libMySQLinc = @libMySQLinc@
        !           259: libMySQLlib = @libMySQLlib@
        !           260: libPgSQLinc = @libPgSQLinc@
        !           261: libPgSQLlib = @libPgSQLlib@
        !           262: libX = @libX@
        !           263: libdir = @libdir@
        !           264: libexecdir = @libexecdir@
        !           265: localedir = @localedir@
        !           266: localstatedir = @localstatedir@
        !           267: mandir = @mandir@
        !           268: mkdir_p = @mkdir_p@
        !           269: oldincludedir = @oldincludedir@
        !           270: pdfdir = @pdfdir@
        !           271: prefix = @prefix@
        !           272: program_transform_name = @program_transform_name@
        !           273: psdir = @psdir@
        !           274: sbindir = @sbindir@
        !           275: sharedstatedir = @sharedstatedir@
        !           276: srcdir = @srcdir@
        !           277: subdirs = @subdirs@
        !           278: sysconfdir = @sysconfdir@
        !           279: target = @target@
        !           280: target_alias = @target_alias@
        !           281: target_cpu = @target_cpu@
        !           282: target_os = @target_os@
        !           283: target_vendor = @target_vendor@
        !           284: top_build_prefix = @top_build_prefix@
        !           285: top_builddir = @top_builddir@
        !           286: top_srcdir = @top_srcdir@
        !           287: SUBDIRS = tools lapack/blas lapack/lapack rpliconv src rpltags scripts man doc
        !           288: include_HEADERS = rplconfig.h
        !           289: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
        !           290:        vim/syntax/rpl.vim vim/ftplugin/rpl.vim vim/indent/rpl.vim \
        !           291:        examples/appel.tar.gz examples/obele.rpl examples/external.tar.gz \
        !           292:        examples/daemon.tar.gz COPYING.in tests/tests.tar.gz \
        !           293:        lapack/COPYING lapack/RELEASE
        !           294: 
        !           295: all: rplconfig.h
        !           296:    $(MAKE) $(AM_MAKEFLAGS) all-recursive
        !           297: 
        !           298: .SUFFIXES:
        !           299: am--refresh:
        !           300:    @:
        !           301: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
        !           302:    @for dep in $?; do \
        !           303:      case '$(am__configure_deps)' in \
        !           304:        *$$dep*) \
        !           305:          echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
        !           306:          $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
        !           307:        && exit 0; \
        !           308:          exit 1;; \
        !           309:      esac; \
        !           310:    done; \
        !           311:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
        !           312:    $(am__cd) $(top_srcdir) && \
        !           313:      $(AUTOMAKE) --gnu Makefile
        !           314: .PRECIOUS: Makefile
        !           315: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
        !           316:    @case '$?' in \
        !           317:      *config.status*) \
        !           318:        echo ' $(SHELL) ./config.status'; \
        !           319:        $(SHELL) ./config.status;; \
        !           320:      *) \
        !           321:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
        !           322:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
        !           323:    esac;
        !           324: 
        !           325: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
        !           326:    $(SHELL) ./config.status --recheck
        !           327: 
        !           328: $(top_srcdir)/configure:  $(am__configure_deps)
        !           329:    $(am__cd) $(srcdir) && $(AUTOCONF)
        !           330: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
        !           331:    $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           332: $(am__aclocal_m4_deps):
        !           333: 
        !           334: rplconfig.h: stamp-h1
        !           335:    @if test ! -f $@; then \
        !           336:      rm -f stamp-h1; \
        !           337:      $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
        !           338:    else :; fi
        !           339: 
        !           340: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
        !           341:    @rm -f stamp-h1
        !           342:    cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
        !           343: $(srcdir)/rplconfig.h.in:  $(am__configure_deps) 
        !           344:    ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
        !           345:    rm -f stamp-h1
        !           346:    touch $@
        !           347: 
        !           348: distclean-hdr:
        !           349:    -rm -f rplconfig.h stamp-h1
        !           350: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
        !           351:    cd $(top_builddir) && $(SHELL) ./config.status $@
        !           352: install-includeHEADERS: $(include_HEADERS)
        !           353:    @$(NORMAL_INSTALL)
        !           354:    test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
        !           355:    @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
        !           356:    for p in $$list; do \
        !           357:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
        !           358:      echo "$$d$$p"; \
        !           359:    done | $(am__base_list) | \
        !           360:    while read files; do \
        !           361:      echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
        !           362:      $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
        !           363:    done
        !           364: 
        !           365: uninstall-includeHEADERS:
        !           366:    @$(NORMAL_UNINSTALL)
        !           367:    @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
        !           368:    files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        !           369:    test -n "$$files" || exit 0; \
        !           370:    echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
        !           371:    cd "$(DESTDIR)$(includedir)" && rm -f $$files
        !           372: 
        !           373: # This directory's subdirectories are mostly independent; you can cd
        !           374: # into them and run `make' without going through this Makefile.
        !           375: # To change the values of `make' variables: instead of editing Makefiles,
        !           376: # (1) if the variable is set in `config.status', edit `config.status'
        !           377: #     (which will cause the Makefiles to be regenerated when you run `make');
        !           378: # (2) otherwise, pass the desired values on the `make' command line.
        !           379: $(RECURSIVE_TARGETS):
        !           380:    @failcom='exit 1'; \
        !           381:    for f in x $$MAKEFLAGS; do \
        !           382:      case $$f in \
        !           383:        *=* | --[!k]*);; \
        !           384:        *k*) failcom='fail=yes';; \
        !           385:      esac; \
        !           386:    done; \
        !           387:    dot_seen=no; \
        !           388:    target=`echo $@ | sed s/-recursive//`; \
        !           389:    list='$(SUBDIRS)'; for subdir in $$list; do \
        !           390:      echo "Making $$target in $$subdir"; \
        !           391:      if test "$$subdir" = "."; then \
        !           392:        dot_seen=yes; \
        !           393:        local_target="$$target-am"; \
        !           394:      else \
        !           395:        local_target="$$target"; \
        !           396:      fi; \
        !           397:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           398:      || eval $$failcom; \
        !           399:    done; \
        !           400:    if test "$$dot_seen" = "no"; then \
        !           401:      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
        !           402:    fi; test -z "$$fail"
        !           403: 
        !           404: $(RECURSIVE_CLEAN_TARGETS):
        !           405:    @failcom='exit 1'; \
        !           406:    for f in x $$MAKEFLAGS; do \
        !           407:      case $$f in \
        !           408:        *=* | --[!k]*);; \
        !           409:        *k*) failcom='fail=yes';; \
        !           410:      esac; \
        !           411:    done; \
        !           412:    dot_seen=no; \
        !           413:    case "$@" in \
        !           414:      distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
        !           415:      *) list='$(SUBDIRS)' ;; \
        !           416:    esac; \
        !           417:    rev=''; for subdir in $$list; do \
        !           418:      if test "$$subdir" = "."; then :; else \
        !           419:        rev="$$subdir $$rev"; \
        !           420:      fi; \
        !           421:    done; \
        !           422:    rev="$$rev ."; \
        !           423:    target=`echo $@ | sed s/-recursive//`; \
        !           424:    for subdir in $$rev; do \
        !           425:      echo "Making $$target in $$subdir"; \
        !           426:      if test "$$subdir" = "."; then \
        !           427:        local_target="$$target-am"; \
        !           428:      else \
        !           429:        local_target="$$target"; \
        !           430:      fi; \
        !           431:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
        !           432:      || eval $$failcom; \
        !           433:    done && test -z "$$fail"
        !           434: tags-recursive:
        !           435:    list='$(SUBDIRS)'; for subdir in $$list; do \
        !           436:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
        !           437:    done
        !           438: ctags-recursive:
        !           439:    list='$(SUBDIRS)'; for subdir in $$list; do \
        !           440:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
        !           441:    done
        !           442: 
        !           443: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
        !           444:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
        !           445:    unique=`for i in $$list; do \
        !           446:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           447:      done | \
        !           448:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           449:          END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           450:    mkid -fID $$unique
        !           451: tags: TAGS
        !           452: 
        !           453: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
        !           454:        $(TAGS_FILES) $(LISP)
        !           455:    set x; \
        !           456:    here=`pwd`; \
        !           457:    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
        !           458:      include_option=--etags-include; \
        !           459:      empty_fix=.; \
        !           460:    else \
        !           461:      include_option=--include; \
        !           462:      empty_fix=; \
        !           463:    fi; \
        !           464:    list='$(SUBDIRS)'; for subdir in $$list; do \
        !           465:      if test "$$subdir" = .; then :; else \
        !           466:        test ! -f $$subdir/TAGS || \
        !           467:          set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
        !           468:      fi; \
        !           469:    done; \
        !           470:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
        !           471:    unique=`for i in $$list; do \
        !           472:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           473:      done | \
        !           474:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           475:          END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           476:    shift; \
        !           477:    if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
        !           478:      test -n "$$unique" || unique=$$empty_fix; \
        !           479:      if test $$# -gt 0; then \
        !           480:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           481:          "$$@" $$unique; \
        !           482:      else \
        !           483:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           484:          $$unique; \
        !           485:      fi; \
        !           486:    fi
        !           487: ctags: CTAGS
        !           488: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
        !           489:        $(TAGS_FILES) $(LISP)
        !           490:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
        !           491:    unique=`for i in $$list; do \
        !           492:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
        !           493:      done | \
        !           494:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
        !           495:          END { if (nonempty) { for (i in files) print i; }; }'`; \
        !           496:    test -z "$(CTAGS_ARGS)$$unique" \
        !           497:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
        !           498:         $$unique
        !           499: 
        !           500: GTAGS:
        !           501:    here=`$(am__cd) $(top_builddir) && pwd` \
        !           502:      && $(am__cd) $(top_srcdir) \
        !           503:      && gtags -i $(GTAGS_ARGS) "$$here"
        !           504: 
        !           505: distclean-tags:
        !           506:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
        !           507: 
        !           508: distdir: $(DISTFILES)
        !           509:    $(am__remove_distdir)
        !           510:    test -d "$(distdir)" || mkdir "$(distdir)"
        !           511:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           512:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
        !           513:    list='$(DISTFILES)'; \
        !           514:      dist_files=`for file in $$list; do echo $$file; done | \
        !           515:      sed -e "s|^$$srcdirstrip/||;t" \
        !           516:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
        !           517:    case $$dist_files in \
        !           518:      */*) $(MKDIR_P) `echo "$$dist_files" | \
        !           519:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
        !           520:               sort -u` ;; \
        !           521:    esac; \
        !           522:    for file in $$dist_files; do \
        !           523:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
        !           524:      if test -d $$d/$$file; then \
        !           525:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
        !           526:        if test -d "$(distdir)/$$file"; then \
        !           527:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           528:        fi; \
        !           529:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
        !           530:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           531:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           532:        fi; \
        !           533:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
        !           534:      else \
        !           535:        test -f "$(distdir)/$$file" \
        !           536:        || cp -p $$d/$$file "$(distdir)/$$file" \
        !           537:        || exit 1; \
        !           538:      fi; \
        !           539:    done
        !           540:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           541:      if test "$$subdir" = .; then :; else \
        !           542:        test -d "$(distdir)/$$subdir" \
        !           543:        || $(MKDIR_P) "$(distdir)/$$subdir" \
        !           544:        || exit 1; \
        !           545:      fi; \
        !           546:    done
        !           547:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           548:      if test "$$subdir" = .; then :; else \
        !           549:        dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           550:        $(am__relativize); \
        !           551:        new_distdir=$$reldir; \
        !           552:        dir1=$$subdir; dir2="$(top_distdir)"; \
        !           553:        $(am__relativize); \
        !           554:        new_top_distdir=$$reldir; \
        !           555:        echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           556:        echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           557:        ($(am__cd) $$subdir && \
        !           558:          $(MAKE) $(AM_MAKEFLAGS) \
        !           559:            top_distdir="$$new_top_distdir" \
        !           560:            distdir="$$new_distdir" \
        !           561:        am__remove_distdir=: \
        !           562:        am__skip_length_check=: \
        !           563:        am__skip_mode_fix=: \
        !           564:            distdir) \
        !           565:          || exit 1; \
        !           566:      fi; \
        !           567:    done
        !           568:    -test -n "$(am__skip_mode_fix)" \
        !           569:    || find "$(distdir)" -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
        !           570:      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
        !           571:      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
        !           572:      ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
        !           573:    || chmod -R a+r "$(distdir)"
        !           574: dist-gzip: distdir
        !           575:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           576:    $(am__remove_distdir)
        !           577: 
        !           578: dist-bzip2: distdir
        !           579:    tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
        !           580:    $(am__remove_distdir)
        !           581: 
        !           582: dist-lzma: distdir
        !           583:    tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
        !           584:    $(am__remove_distdir)
        !           585: 
        !           586: dist-xz: distdir
        !           587:    tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
        !           588:    $(am__remove_distdir)
        !           589: 
        !           590: dist-tarZ: distdir
        !           591:    tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
        !           592:    $(am__remove_distdir)
        !           593: 
        !           594: dist-shar: distdir
        !           595:    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
        !           596:    $(am__remove_distdir)
        !           597: 
        !           598: dist-zip: distdir
        !           599:    -rm -f $(distdir).zip
        !           600:    zip -rq $(distdir).zip $(distdir)
        !           601:    $(am__remove_distdir)
        !           602: 
        !           603: dist dist-all: distdir
        !           604:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
        !           605:    $(am__remove_distdir)
        !           606: 
        !           607: # This target untars the dist file and tries a VPATH configuration.  Then
        !           608: # it guarantees that the distribution is self-contained by making another
        !           609: # tarfile.
        !           610: distcheck: dist
        !           611:    case '$(DIST_ARCHIVES)' in \
        !           612:    *.tar.gz*) \
        !           613:      GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
        !           614:    *.tar.bz2*) \
        !           615:      bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
        !           616:    *.tar.lzma*) \
        !           617:      unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
        !           618:    *.tar.xz*) \
        !           619:      xz -dc $(distdir).tar.xz | $(am__untar) ;;\
        !           620:    *.tar.Z*) \
        !           621:      uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
        !           622:    *.shar.gz*) \
        !           623:      GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
        !           624:    *.zip*) \
        !           625:      unzip $(distdir).zip ;;\
        !           626:    esac
        !           627:    chmod -R a-w $(distdir); chmod a+w $(distdir)
        !           628:    mkdir $(distdir)/_build
        !           629:    mkdir $(distdir)/_inst
        !           630:    chmod a-w $(distdir)
        !           631:    test -d $(distdir)/_build || exit 0; \
        !           632:    dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
        !           633:      && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
        !           634:      && am__cwd=`pwd` \
        !           635:      && $(am__cd) $(distdir)/_build \
        !           636:      && ../configure --srcdir=.. --prefix="$$dc_install_base" \
        !           637:        $(DISTCHECK_CONFIGURE_FLAGS) \
        !           638:      && $(MAKE) $(AM_MAKEFLAGS) \
        !           639:      && $(MAKE) $(AM_MAKEFLAGS) dvi \
        !           640:      && $(MAKE) $(AM_MAKEFLAGS) check \
        !           641:      && $(MAKE) $(AM_MAKEFLAGS) install \
        !           642:      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
        !           643:      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
        !           644:      && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
        !           645:            distuninstallcheck \
        !           646:      && chmod -R a-w "$$dc_install_base" \
        !           647:      && ({ \
        !           648:           (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
        !           649:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
        !           650:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
        !           651:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
        !           652:                distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
        !           653:          } || { rm -rf "$$dc_destdir"; exit 1; }) \
        !           654:      && rm -rf "$$dc_destdir" \
        !           655:      && $(MAKE) $(AM_MAKEFLAGS) dist \
        !           656:      && rm -rf $(DIST_ARCHIVES) \
        !           657:      && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
        !           658:      && cd "$$am__cwd" \
        !           659:      || exit 1
        !           660:    $(am__remove_distdir)
        !           661:    @(echo "$(distdir) archives ready for distribution: "; \
        !           662:      list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
        !           663:      sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
        !           664: distuninstallcheck:
        !           665:    @$(am__cd) '$(distuninstallcheck_dir)' \
        !           666:    && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
        !           667:       || { echo "ERROR: files left after uninstall:" ; \
        !           668:            if test -n "$(DESTDIR)"; then \
        !           669:              echo "  (check DESTDIR support)"; \
        !           670:            fi ; \
        !           671:            $(distuninstallcheck_listfiles) ; \
        !           672:            exit 1; } >&2
        !           673: distcleancheck: distclean
        !           674:    @if test '$(srcdir)' = . ; then \
        !           675:      echo "ERROR: distcleancheck can only run from a VPATH build" ; \
        !           676:      exit 1 ; \
        !           677:    fi
        !           678:    @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
        !           679:      || { echo "ERROR: files left in build directory after distclean:" ; \
        !           680:           $(distcleancheck_listfiles) ; \
        !           681:           exit 1; } >&2
        !           682: check-am: all-am
        !           683: check: check-recursive
        !           684: all-am: Makefile $(HEADERS) rplconfig.h
        !           685: installdirs: installdirs-recursive
        !           686: installdirs-am:
        !           687:    for dir in "$(DESTDIR)$(includedir)"; do \
        !           688:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
        !           689:    done
        !           690: install: install-recursive
        !           691: install-exec: install-exec-recursive
        !           692: install-data: install-data-recursive
        !           693: uninstall: uninstall-recursive
        !           694: 
        !           695: install-am: all-am
        !           696:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
        !           697: 
        !           698: installcheck: installcheck-recursive
        !           699: install-strip:
        !           700:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
        !           701:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
        !           702:      `test -z '$(STRIP)' || \
        !           703:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
        !           704: mostlyclean-generic:
        !           705: 
        !           706: clean-generic:
        !           707: 
        !           708: distclean-generic:
        !           709:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
        !           710:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
        !           711: 
        !           712: maintainer-clean-generic:
        !           713:    @echo "This command is intended for maintainers to use"
        !           714:    @echo "it deletes files that may require special tools to rebuild."
        !           715: clean: clean-recursive
        !           716: 
        !           717: clean-am: clean-generic mostlyclean-am
        !           718: 
        !           719: distclean: distclean-recursive
        !           720:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           721:    -rm -f Makefile
        !           722: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
        !           723: 
        !           724: dvi: dvi-recursive
        !           725: 
        !           726: dvi-am:
        !           727: 
        !           728: html: html-recursive
        !           729: 
        !           730: html-am:
        !           731: 
        !           732: info: info-recursive
        !           733: 
        !           734: info-am:
        !           735: 
        !           736: install-data-am: install-includeHEADERS
        !           737: 
        !           738: install-dvi: install-dvi-recursive
        !           739: 
        !           740: install-dvi-am:
        !           741: 
        !           742: install-exec-am:
        !           743: 
        !           744: install-html: install-html-recursive
        !           745: 
        !           746: install-html-am:
        !           747: 
        !           748: install-info: install-info-recursive
        !           749: 
        !           750: install-info-am:
        !           751: 
        !           752: install-man:
        !           753: 
        !           754: install-pdf: install-pdf-recursive
        !           755: 
        !           756: install-pdf-am:
        !           757: 
        !           758: install-ps: install-ps-recursive
        !           759: 
        !           760: install-ps-am:
        !           761: 
        !           762: installcheck-am:
        !           763: 
        !           764: maintainer-clean: maintainer-clean-recursive
        !           765:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
        !           766:    -rm -rf $(top_srcdir)/autom4te.cache
        !           767:    -rm -f Makefile
        !           768: maintainer-clean-am: distclean-am maintainer-clean-generic
        !           769: 
        !           770: mostlyclean: mostlyclean-recursive
        !           771: 
        !           772: mostlyclean-am: mostlyclean-generic
        !           773: 
        !           774: pdf: pdf-recursive
        !           775: 
        !           776: pdf-am:
        !           777: 
        !           778: ps: ps-recursive
        !           779: 
        !           780: ps-am:
        !           781: 
        !           782: uninstall-am: uninstall-includeHEADERS
        !           783: 
        !           784: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
        !           785:    ctags-recursive install-am install-strip tags-recursive
        !           786: 
        !           787: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
        !           788:    all all-am am--refresh check check-am clean clean-generic \
        !           789:    ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
        !           790:    dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
        !           791:    distclean distclean-generic distclean-hdr distclean-tags \
        !           792:    distcleancheck distdir distuninstallcheck dvi dvi-am html \
        !           793:    html-am info info-am install install-am install-data \
        !           794:    install-data-am install-dvi install-dvi-am install-exec \
        !           795:    install-exec-am install-html install-html-am \
        !           796:    install-includeHEADERS install-info install-info-am \
        !           797:    install-man install-pdf install-pdf-am install-ps \
        !           798:    install-ps-am install-strip installcheck installcheck-am \
        !           799:    installdirs installdirs-am maintainer-clean \
        !           800:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
        !           801:    pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
        !           802:    uninstall-includeHEADERS
        !           803: 
        !           804: 
        !           805: licences:
        !           806:    cp -f $(top_builddir)/COPYING $(srcdir)
        !           807:    make -C src $@
        !           808: 
        !           809: # Tell versions [3.59,3.63) of GNU make to not export all variables.
        !           810: # Otherwise a system limit (for SysV at least) may be exceeded.
        !           811: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>