Annotation of rpl/Makefile.in, revision 1.11

1.11    ! bertrand    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.11    ! bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
        !             6: # Inc.
1.1       bertrand    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@
1.11    ! bertrand   20: pkgincludedir = $(includedir)/@PACKAGE@
1.10      bertrand   21: pkglibdir = $(libdir)/@PACKAGE@
1.11    ! bertrand   22: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   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
1.11    ! bertrand   54: CONFIG_CLEAN_VPATH_FILES =
1.1       bertrand   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;
1.11    ! bertrand   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'
1.1       bertrand   85: am__installdirs = "$(DESTDIR)$(includedir)"
                     86: HEADERS = $(include_HEADERS)
                     87: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
                     88:   distclean-recursive maintainer-clean-recursive
1.11    ! bertrand   89: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
        !            90:    $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
        !            91:    distdir dist dist-all distcheck
1.1       bertrand   92: ETAGS = etags
                     93: CTAGS = ctags
1.5       bertrand   94: DIST_SUBDIRS = $(SUBDIRS)
1.1       bertrand   95: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     96: distdir = $(PACKAGE)-$(VERSION)
                     97: top_distdir = $(distdir)
                     98: am__remove_distdir = \
1.11    ! bertrand   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"
1.1       bertrand  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: DEFS = @DEFS@
                    150: DEPDIR = @DEPDIR@
                    151: DVIPS = @DVIPS@
                    152: ECHO_C = @ECHO_C@
                    153: ECHO_N = @ECHO_N@
                    154: ECHO_T = @ECHO_T@
                    155: EGREP = @EGREP@
                    156: EXEEXT = @EXEEXT@
                    157: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
                    158: F77 = @F77@
                    159: FC = @FC@
                    160: FCFLAGS = @FCFLAGS@
                    161: FFLAGS = @FFLAGS@
                    162: FILE = @FILE@
                    163: FINAL_ENCODING = @FINAL_ENCODING@
                    164: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                    165: GNUPLOT = @GNUPLOT@
                    166: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    167: GNUPLOT_P = @GNUPLOT_P@
                    168: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    169: GPP = @GPP@
                    170: GREP = @GREP@
                    171: GS = @GS@
                    172: GSL = @GSL@
                    173: GV = @GV@
                    174: ICONV = @ICONV@
                    175: INSTALL = @INSTALL@
                    176: INSTALL_DATA = @INSTALL_DATA@
                    177: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    178: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    179: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    180: LATEX = @LATEX@
                    181: LDFLAGS = @LDFLAGS@
                    182: LIBMTMALLOC = @LIBMTMALLOC@
                    183: LIBOBJS = @LIBOBJS@
                    184: LIBS = @LIBS@
                    185: LIBTOOLIZE = @LIBTOOLIZE@
                    186: LN_S = @LN_S@
                    187: LTLIBOBJS = @LTLIBOBJS@
                    188: MAKEINFO = @MAKEINFO@
                    189: MKDIR_P = @MKDIR_P@
                    190: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    191: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    192: NCURSES = @NCURSES@
                    193: OBJEXT = @OBJEXT@
1.8       bertrand  194: OPENSSL = @OPENSSL@
1.7       bertrand  195: OS = @OS@
1.1       bertrand  196: PACKAGE = @PACKAGE@
                    197: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    198: PACKAGE_NAME = @PACKAGE_NAME@
                    199: PACKAGE_STRING = @PACKAGE_STRING@
                    200: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.11    ! bertrand  201: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  202: PACKAGE_VERSION = @PACKAGE_VERSION@
                    203: PATH_SEPARATOR = @PATH_SEPARATOR@
                    204: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    205: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    206: PROFILAGE = @PROFILAGE@
                    207: RANLIB = @RANLIB@
                    208: READLINE = @READLINE@
                    209: RUNPATH = @RUNPATH@
                    210: SED = @SED@
                    211: SET_MAKE = @SET_MAKE@
                    212: SHELL = @SHELL@
1.8       bertrand  213: SQLITE = @SQLITE@
1.1       bertrand  214: STRIP = @STRIP@
                    215: TEX = @TEX@
                    216: UNITS = @UNITS@
                    217: VERSION = @VERSION@
                    218: VIM = @VIM@
                    219: VIM_SUPPORT = @VIM_SUPPORT@
                    220: XMKMF = @XMKMF@
                    221: X_CFLAGS = @X_CFLAGS@
                    222: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    223: X_LIBS = @X_LIBS@
                    224: X_PRE_LIBS = @X_PRE_LIBS@
                    225: abs_builddir = @abs_builddir@
                    226: abs_srcdir = @abs_srcdir@
                    227: abs_top_builddir = @abs_top_builddir@
                    228: abs_top_srcdir = @abs_top_srcdir@
                    229: ac_ct_CC = @ac_ct_CC@
                    230: ac_ct_CXX = @ac_ct_CXX@
                    231: ac_ct_F77 = @ac_ct_F77@
                    232: ac_ct_FC = @ac_ct_FC@
                    233: am__include = @am__include@
                    234: am__leading_dot = @am__leading_dot@
                    235: am__quote = @am__quote@
                    236: am__tar = @am__tar@
                    237: am__untar = @am__untar@
                    238: bindir = @bindir@
                    239: build = @build@
                    240: build_alias = @build_alias@
                    241: build_cpu = @build_cpu@
                    242: build_os = @build_os@
                    243: build_vendor = @build_vendor@
                    244: builddir = @builddir@
                    245: datadir = @datadir@
                    246: datarootdir = @datarootdir@
                    247: docdir = @docdir@
                    248: dvidir = @dvidir@
                    249: exec_prefix = @exec_prefix@
                    250: host = @host@
                    251: host_alias = @host_alias@
                    252: host_cpu = @host_cpu@
                    253: host_os = @host_os@
                    254: host_vendor = @host_vendor@
                    255: htmldir = @htmldir@
                    256: includeX = @includeX@
                    257: includedir = @includedir@
                    258: infodir = @infodir@
                    259: install_sh = @install_sh@
                    260: libMySQLinc = @libMySQLinc@
                    261: libMySQLlib = @libMySQLlib@
                    262: libPgSQLinc = @libPgSQLinc@
                    263: libPgSQLlib = @libPgSQLlib@
                    264: libX = @libX@
                    265: libdir = @libdir@
                    266: libexecdir = @libexecdir@
                    267: localedir = @localedir@
                    268: localstatedir = @localstatedir@
                    269: mandir = @mandir@
                    270: mkdir_p = @mkdir_p@
                    271: oldincludedir = @oldincludedir@
                    272: pdfdir = @pdfdir@
                    273: prefix = @prefix@
                    274: program_transform_name = @program_transform_name@
                    275: psdir = @psdir@
                    276: sbindir = @sbindir@
                    277: sharedstatedir = @sharedstatedir@
                    278: srcdir = @srcdir@
                    279: subdirs = @subdirs@
                    280: sysconfdir = @sysconfdir@
                    281: target = @target@
                    282: target_alias = @target_alias@
                    283: target_cpu = @target_cpu@
                    284: target_os = @target_os@
                    285: target_vendor = @target_vendor@
1.11    ! bertrand  286: top_build_prefix = @top_build_prefix@
1.1       bertrand  287: top_builddir = @top_builddir@
                    288: top_srcdir = @top_srcdir@
1.8       bertrand  289: SUBDIRS = tools rplsums rpliconv lapack/blas lapack/lapack src \
                    290:        rpltags scripts man doc
                    291: 
1.5       bertrand  292: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
                    293:        COPYING.in lapack/COPYING lapack/RELEASE \
                    294:        tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
                    295:        vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
                    296:        examples/external.tar.gz
                    297: 
1.1       bertrand  298: include_HEADERS = rplconfig.h
                    299: all: rplconfig.h
                    300:    $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    301: 
                    302: .SUFFIXES:
                    303: am--refresh:
                    304:    @:
                    305: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    306:    @for dep in $?; do \
                    307:      case '$(am__configure_deps)' in \
                    308:        *$$dep*) \
1.11    ! bertrand  309:          echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
        !           310:          $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
1.1       bertrand  311:        && exit 0; \
                    312:          exit 1;; \
                    313:      esac; \
                    314:    done; \
1.11    ! bertrand  315:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
        !           316:    $(am__cd) $(top_srcdir) && \
        !           317:      $(AUTOMAKE) --gnu Makefile
1.1       bertrand  318: .PRECIOUS: Makefile
                    319: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    320:    @case '$?' in \
                    321:      *config.status*) \
                    322:        echo ' $(SHELL) ./config.status'; \
                    323:        $(SHELL) ./config.status;; \
                    324:      *) \
                    325:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    326:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    327:    esac;
                    328: 
                    329: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    330:    $(SHELL) ./config.status --recheck
                    331: 
                    332: $(top_srcdir)/configure:  $(am__configure_deps)
1.11    ! bertrand  333:    $(am__cd) $(srcdir) && $(AUTOCONF)
1.1       bertrand  334: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.11    ! bertrand  335:    $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
        !           336: $(am__aclocal_m4_deps):
1.1       bertrand  337: 
                    338: rplconfig.h: stamp-h1
                    339:    @if test ! -f $@; then \
                    340:      rm -f stamp-h1; \
                    341:      $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
                    342:    else :; fi
                    343: 
                    344: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
                    345:    @rm -f stamp-h1
                    346:    cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
                    347: $(srcdir)/rplconfig.h.in:  $(am__configure_deps) 
1.11    ! bertrand  348:    ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
1.1       bertrand  349:    rm -f stamp-h1
                    350:    touch $@
                    351: 
                    352: distclean-hdr:
                    353:    -rm -f rplconfig.h stamp-h1
                    354: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
                    355:    cd $(top_builddir) && $(SHELL) ./config.status $@
                    356: install-includeHEADERS: $(include_HEADERS)
                    357:    @$(NORMAL_INSTALL)
                    358:    test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1.11    ! bertrand  359:    @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
        !           360:    for p in $$list; do \
1.1       bertrand  361:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.11    ! bertrand  362:      echo "$$d$$p"; \
        !           363:    done | $(am__base_list) | \
        !           364:    while read files; do \
        !           365:      echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
        !           366:      $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
1.1       bertrand  367:    done
                    368: 
                    369: uninstall-includeHEADERS:
                    370:    @$(NORMAL_UNINSTALL)
1.11    ! bertrand  371:    @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
        !           372:    files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
        !           373:    test -n "$$files" || exit 0; \
        !           374:    echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
        !           375:    cd "$(DESTDIR)$(includedir)" && rm -f $$files
1.1       bertrand  376: 
                    377: # This directory's subdirectories are mostly independent; you can cd
                    378: # into them and run `make' without going through this Makefile.
                    379: # To change the values of `make' variables: instead of editing Makefiles,
                    380: # (1) if the variable is set in `config.status', edit `config.status'
                    381: #     (which will cause the Makefiles to be regenerated when you run `make');
                    382: # (2) otherwise, pass the desired values on the `make' command line.
                    383: $(RECURSIVE_TARGETS):
1.11    ! bertrand  384:    @fail= failcom='exit 1'; \
1.1       bertrand  385:    for f in x $$MAKEFLAGS; do \
                    386:      case $$f in \
                    387:        *=* | --[!k]*);; \
                    388:        *k*) failcom='fail=yes';; \
                    389:      esac; \
                    390:    done; \
                    391:    dot_seen=no; \
                    392:    target=`echo $@ | sed s/-recursive//`; \
                    393:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    394:      echo "Making $$target in $$subdir"; \
                    395:      if test "$$subdir" = "."; then \
                    396:        dot_seen=yes; \
                    397:        local_target="$$target-am"; \
                    398:      else \
                    399:        local_target="$$target"; \
                    400:      fi; \
1.11    ! bertrand  401:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  402:      || eval $$failcom; \
                    403:    done; \
                    404:    if test "$$dot_seen" = "no"; then \
                    405:      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    406:    fi; test -z "$$fail"
                    407: 
                    408: $(RECURSIVE_CLEAN_TARGETS):
1.11    ! bertrand  409:    @fail= failcom='exit 1'; \
1.1       bertrand  410:    for f in x $$MAKEFLAGS; do \
                    411:      case $$f in \
                    412:        *=* | --[!k]*);; \
                    413:        *k*) failcom='fail=yes';; \
                    414:      esac; \
                    415:    done; \
                    416:    dot_seen=no; \
                    417:    case "$@" in \
                    418:      distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    419:      *) list='$(SUBDIRS)' ;; \
                    420:    esac; \
                    421:    rev=''; for subdir in $$list; do \
                    422:      if test "$$subdir" = "."; then :; else \
                    423:        rev="$$subdir $$rev"; \
                    424:      fi; \
                    425:    done; \
                    426:    rev="$$rev ."; \
                    427:    target=`echo $@ | sed s/-recursive//`; \
                    428:    for subdir in $$rev; do \
                    429:      echo "Making $$target in $$subdir"; \
                    430:      if test "$$subdir" = "."; then \
                    431:        local_target="$$target-am"; \
                    432:      else \
                    433:        local_target="$$target"; \
                    434:      fi; \
1.11    ! bertrand  435:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  436:      || eval $$failcom; \
                    437:    done && test -z "$$fail"
                    438: tags-recursive:
                    439:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.11    ! bertrand  440:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       bertrand  441:    done
                    442: ctags-recursive:
                    443:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.11    ! bertrand  444:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1       bertrand  445:    done
                    446: 
                    447: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    448:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    449:    unique=`for i in $$list; do \
                    450:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    451:      done | \
1.11    ! bertrand  452:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1       bertrand  453:          END { if (nonempty) { for (i in files) print i; }; }'`; \
                    454:    mkid -fID $$unique
                    455: tags: TAGS
                    456: 
                    457: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    458:        $(TAGS_FILES) $(LISP)
1.11    ! bertrand  459:    set x; \
1.1       bertrand  460:    here=`pwd`; \
                    461:    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    462:      include_option=--etags-include; \
                    463:      empty_fix=.; \
                    464:    else \
                    465:      include_option=--include; \
                    466:      empty_fix=; \
                    467:    fi; \
                    468:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    469:      if test "$$subdir" = .; then :; else \
                    470:        test ! -f $$subdir/TAGS || \
1.11    ! bertrand  471:          set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       bertrand  472:      fi; \
                    473:    done; \
                    474:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    475:    unique=`for i in $$list; do \
                    476:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    477:      done | \
                    478:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    479:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.11    ! bertrand  480:    shift; \
        !           481:    if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       bertrand  482:      test -n "$$unique" || unique=$$empty_fix; \
1.11    ! bertrand  483:      if test $$# -gt 0; then \
        !           484:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           485:          "$$@" $$unique; \
        !           486:      else \
        !           487:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           488:          $$unique; \
        !           489:      fi; \
1.1       bertrand  490:    fi
                    491: ctags: CTAGS
                    492: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    493:        $(TAGS_FILES) $(LISP)
                    494:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    495:    unique=`for i in $$list; do \
                    496:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    497:      done | \
                    498:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    499:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.11    ! bertrand  500:    test -z "$(CTAGS_ARGS)$$unique" \
1.1       bertrand  501:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.11    ! bertrand  502:         $$unique
1.1       bertrand  503: 
                    504: GTAGS:
                    505:    here=`$(am__cd) $(top_builddir) && pwd` \
1.11    ! bertrand  506:      && $(am__cd) $(top_srcdir) \
        !           507:      && gtags -i $(GTAGS_ARGS) "$$here"
1.1       bertrand  508: 
                    509: distclean-tags:
                    510:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    511: 
                    512: distdir: $(DISTFILES)
                    513:    $(am__remove_distdir)
1.11    ! bertrand  514:    test -d "$(distdir)" || mkdir "$(distdir)"
1.1       bertrand  515:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    516:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    517:    list='$(DISTFILES)'; \
                    518:      dist_files=`for file in $$list; do echo $$file; done | \
                    519:      sed -e "s|^$$srcdirstrip/||;t" \
                    520:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    521:    case $$dist_files in \
                    522:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    523:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    524:               sort -u` ;; \
                    525:    esac; \
                    526:    for file in $$dist_files; do \
                    527:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    528:      if test -d $$d/$$file; then \
                    529:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.11    ! bertrand  530:        if test -d "$(distdir)/$$file"; then \
        !           531:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
        !           532:        fi; \
1.1       bertrand  533:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.11    ! bertrand  534:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
        !           535:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  536:        fi; \
1.11    ! bertrand  537:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  538:      else \
1.11    ! bertrand  539:        test -f "$(distdir)/$$file" \
        !           540:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  541:        || exit 1; \
                    542:      fi; \
                    543:    done
1.11    ! bertrand  544:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       bertrand  545:      if test "$$subdir" = .; then :; else \
                    546:        test -d "$(distdir)/$$subdir" \
                    547:        || $(MKDIR_P) "$(distdir)/$$subdir" \
                    548:        || exit 1; \
1.11    ! bertrand  549:      fi; \
        !           550:    done
        !           551:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
        !           552:      if test "$$subdir" = .; then :; else \
        !           553:        dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
        !           554:        $(am__relativize); \
        !           555:        new_distdir=$$reldir; \
        !           556:        dir1=$$subdir; dir2="$(top_distdir)"; \
        !           557:        $(am__relativize); \
        !           558:        new_top_distdir=$$reldir; \
        !           559:        echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
        !           560:        echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
        !           561:        ($(am__cd) $$subdir && \
1.1       bertrand  562:          $(MAKE) $(AM_MAKEFLAGS) \
1.11    ! bertrand  563:            top_distdir="$$new_top_distdir" \
        !           564:            distdir="$$new_distdir" \
1.1       bertrand  565:        am__remove_distdir=: \
                    566:        am__skip_length_check=: \
1.11    ! bertrand  567:        am__skip_mode_fix=: \
1.1       bertrand  568:            distdir) \
                    569:          || exit 1; \
                    570:      fi; \
                    571:    done
1.11    ! bertrand  572:    -test -n "$(am__skip_mode_fix)" \
        !           573:    || find "$(distdir)" -type d ! -perm -755 \
        !           574:        -exec chmod u+rwx,go+rx {} \; -o \
1.1       bertrand  575:      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    576:      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    577:      ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.11    ! bertrand  578:    || chmod -R a+r "$(distdir)"
1.1       bertrand  579: dist-gzip: distdir
                    580:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    581:    $(am__remove_distdir)
                    582: 
                    583: dist-bzip2: distdir
                    584:    tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    585:    $(am__remove_distdir)
                    586: 
                    587: dist-lzma: distdir
                    588:    tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    589:    $(am__remove_distdir)
                    590: 
1.11    ! bertrand  591: dist-xz: distdir
        !           592:    tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
        !           593:    $(am__remove_distdir)
        !           594: 
1.1       bertrand  595: dist-tarZ: distdir
                    596:    tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    597:    $(am__remove_distdir)
                    598: 
                    599: dist-shar: distdir
                    600:    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    601:    $(am__remove_distdir)
                    602: 
                    603: dist-zip: distdir
                    604:    -rm -f $(distdir).zip
                    605:    zip -rq $(distdir).zip $(distdir)
                    606:    $(am__remove_distdir)
                    607: 
                    608: dist dist-all: distdir
                    609:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    610:    $(am__remove_distdir)
                    611: 
                    612: # This target untars the dist file and tries a VPATH configuration.  Then
                    613: # it guarantees that the distribution is self-contained by making another
                    614: # tarfile.
                    615: distcheck: dist
                    616:    case '$(DIST_ARCHIVES)' in \
                    617:    *.tar.gz*) \
1.11    ! bertrand  618:      GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1.1       bertrand  619:    *.tar.bz2*) \
1.11    ! bertrand  620:      bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1.1       bertrand  621:    *.tar.lzma*) \
1.11    ! bertrand  622:      lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
        !           623:    *.tar.xz*) \
        !           624:      xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1.1       bertrand  625:    *.tar.Z*) \
                    626:      uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    627:    *.shar.gz*) \
1.11    ! bertrand  628:      GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1.1       bertrand  629:    *.zip*) \
                    630:      unzip $(distdir).zip ;;\
                    631:    esac
                    632:    chmod -R a-w $(distdir); chmod a+w $(distdir)
                    633:    mkdir $(distdir)/_build
                    634:    mkdir $(distdir)/_inst
                    635:    chmod a-w $(distdir)
1.11    ! bertrand  636:    test -d $(distdir)/_build || exit 0; \
1.1       bertrand  637:    dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    638:      && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.11    ! bertrand  639:      && am__cwd=`pwd` \
        !           640:      && $(am__cd) $(distdir)/_build \
1.1       bertrand  641:      && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    642:        $(DISTCHECK_CONFIGURE_FLAGS) \
                    643:      && $(MAKE) $(AM_MAKEFLAGS) \
                    644:      && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    645:      && $(MAKE) $(AM_MAKEFLAGS) check \
                    646:      && $(MAKE) $(AM_MAKEFLAGS) install \
                    647:      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    648:      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    649:      && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    650:            distuninstallcheck \
                    651:      && chmod -R a-w "$$dc_install_base" \
                    652:      && ({ \
                    653:           (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    654:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    655:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    656:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    657:                distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    658:          } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    659:      && rm -rf "$$dc_destdir" \
                    660:      && $(MAKE) $(AM_MAKEFLAGS) dist \
                    661:      && rm -rf $(DIST_ARCHIVES) \
1.11    ! bertrand  662:      && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
        !           663:      && cd "$$am__cwd" \
        !           664:      || exit 1
1.1       bertrand  665:    $(am__remove_distdir)
                    666:    @(echo "$(distdir) archives ready for distribution: "; \
                    667:      list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    668:      sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    669: distuninstallcheck:
1.11    ! bertrand  670:    @$(am__cd) '$(distuninstallcheck_dir)' \
1.1       bertrand  671:    && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    672:       || { echo "ERROR: files left after uninstall:" ; \
                    673:            if test -n "$(DESTDIR)"; then \
                    674:              echo "  (check DESTDIR support)"; \
                    675:            fi ; \
                    676:            $(distuninstallcheck_listfiles) ; \
                    677:            exit 1; } >&2
                    678: distcleancheck: distclean
                    679:    @if test '$(srcdir)' = . ; then \
                    680:      echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    681:      exit 1 ; \
                    682:    fi
                    683:    @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    684:      || { echo "ERROR: files left in build directory after distclean:" ; \
                    685:           $(distcleancheck_listfiles) ; \
                    686:           exit 1; } >&2
                    687: check-am: all-am
                    688: check: check-recursive
                    689: all-am: Makefile $(HEADERS) rplconfig.h
                    690: installdirs: installdirs-recursive
                    691: installdirs-am:
                    692:    for dir in "$(DESTDIR)$(includedir)"; do \
                    693:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    694:    done
                    695: install: install-recursive
                    696: install-exec: install-exec-recursive
                    697: install-data: install-data-recursive
                    698: uninstall: uninstall-recursive
                    699: 
                    700: install-am: all-am
                    701:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    702: 
                    703: installcheck: installcheck-recursive
                    704: install-strip:
                    705:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    706:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    707:      `test -z '$(STRIP)' || \
                    708:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    709: mostlyclean-generic:
                    710: 
                    711: clean-generic:
                    712: 
                    713: distclean-generic:
                    714:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.11    ! bertrand  715:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  716: 
                    717: maintainer-clean-generic:
                    718:    @echo "This command is intended for maintainers to use"
                    719:    @echo "it deletes files that may require special tools to rebuild."
                    720: clean: clean-recursive
                    721: 
                    722: clean-am: clean-generic mostlyclean-am
                    723: 
                    724: distclean: distclean-recursive
                    725:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    726:    -rm -f Makefile
                    727: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
                    728: 
                    729: dvi: dvi-recursive
                    730: 
                    731: dvi-am:
                    732: 
                    733: html: html-recursive
                    734: 
1.11    ! bertrand  735: html-am:
        !           736: 
1.1       bertrand  737: info: info-recursive
                    738: 
                    739: info-am:
                    740: 
                    741: install-data-am: install-includeHEADERS
                    742: 
                    743: install-dvi: install-dvi-recursive
                    744: 
1.11    ! bertrand  745: install-dvi-am:
        !           746: 
1.1       bertrand  747: install-exec-am:
                    748: 
                    749: install-html: install-html-recursive
                    750: 
1.11    ! bertrand  751: install-html-am:
        !           752: 
1.1       bertrand  753: install-info: install-info-recursive
                    754: 
1.11    ! bertrand  755: install-info-am:
        !           756: 
1.1       bertrand  757: install-man:
                    758: 
                    759: install-pdf: install-pdf-recursive
                    760: 
1.11    ! bertrand  761: install-pdf-am:
        !           762: 
1.1       bertrand  763: install-ps: install-ps-recursive
                    764: 
1.11    ! bertrand  765: install-ps-am:
        !           766: 
1.1       bertrand  767: installcheck-am:
                    768: 
                    769: maintainer-clean: maintainer-clean-recursive
                    770:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    771:    -rm -rf $(top_srcdir)/autom4te.cache
                    772:    -rm -f Makefile
                    773: maintainer-clean-am: distclean-am maintainer-clean-generic
                    774: 
                    775: mostlyclean: mostlyclean-recursive
                    776: 
                    777: mostlyclean-am: mostlyclean-generic
                    778: 
                    779: pdf: pdf-recursive
                    780: 
                    781: pdf-am:
                    782: 
                    783: ps: ps-recursive
                    784: 
                    785: ps-am:
                    786: 
                    787: uninstall-am: uninstall-includeHEADERS
                    788: 
1.11    ! bertrand  789: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
        !           790:    ctags-recursive install-am install-strip tags-recursive
1.1       bertrand  791: 
                    792: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    793:    all all-am am--refresh check check-am clean clean-generic \
                    794:    ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.11    ! bertrand  795:    dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
        !           796:    distclean distclean-generic distclean-hdr distclean-tags \
        !           797:    distcleancheck distdir distuninstallcheck dvi dvi-am html \
        !           798:    html-am info info-am install install-am install-data \
        !           799:    install-data-am install-dvi install-dvi-am install-exec \
        !           800:    install-exec-am install-html install-html-am \
        !           801:    install-includeHEADERS install-info install-info-am \
        !           802:    install-man install-pdf install-pdf-am install-ps \
        !           803:    install-ps-am install-strip installcheck installcheck-am \
        !           804:    installdirs installdirs-am maintainer-clean \
        !           805:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
        !           806:    pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
        !           807:    uninstall-includeHEADERS
1.1       bertrand  808: 
                    809: 
1.4       bertrand  810: licences:
                    811:    cp -f $(top_builddir)/COPYING $(srcdir)
                    812:    make -C src $@
                    813: 
                    814: toolsdistclean:
                    815:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  816:            @FILE@ @ICONV@ @SQLITE@; \
1.4       bertrand  817:    do \
                    818:        \rm -rf $(srcdir)/tools/$$i; \
                    819:    done;
                    820: 
1.3       bertrand  821: toolsclean:
                    822:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  823:            @FILE@ @ICONV@ @SQLITE@; \
1.3       bertrand  824:    do \
1.4       bertrand  825:        (cd $(top_builddir)/tools/$$i && $(MAKE) $(AM_MAKEFLAGS) clean); \
                    826:    done;
                    827: 
                    828: tools:
                    829:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  830:            @FILE@ @ICONV@ @SQLITE@; \
1.4       bertrand  831:    do \
                    832:        (cd $(top_builddir)/tools/$$i && $(MAKE) $(AM_MAKEFLAGS) all); \
1.3       bertrand  833:    done;
                    834: 
1.4       bertrand  835: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a:
                    836:    (cd $(top_builddir)/tools/@NCURSES@ && $(MAKE) $(AM_MAKEFLAGS))
                    837: 
                    838: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    839:        $(top_builddir)/tools/@READLINE@/libhistory.a:
                    840:    (cd $(top_builddir)/tools/@READLINE@ && $(MAKE) $(AM_MAKEFLAGS))
                    841: 
                    842: $(top_builddir)/tools/@GSL@/.libs/libgsl.a:
                    843:    (cd $(top_builddir)/tools/@GSL@ && $(MAKE) $(AM_MAKEFLAGS))
                    844: 
                    845: $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a:
1.5       bertrand  846: # La dépendance est faite par rpliconv.
1.4       bertrand  847:    (cd $(top_builddir)/tools/@ICONV@ && $(MAKE) $(AM_MAKEFLAGS))
                    848:    $(AR) cru $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a \
                    849:            $(top_builddir)/tools/@ICONV@/lib/.libs/*.o
                    850:    $(RANLIB) $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    851: 
                    852: $(top_builddir)/lapack/lapack/liblapack.a:
                    853:    (cd $(top_builddir)/lapack/lapack && $(MAKE) $(AM_MAKEFLAGS))
                    854: 
                    855: $(top_builddir)/lapack/blas/libblas.a:
                    856:    (cd $(top_builddir)/lapack/blas && $(MAKE) $(AM_MAKEFLAGS))
                    857: 
                    858: $(top_builddir)/rpliconv/rpliconv: \
                    859:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    860:    (cd $(top_builddir)/rpliconv && $(MAKE) $(AM_MAKEFLAGS))
                    861: 
                    862: $(top_builddir)/tools/@FILE@/src/rplfile \
                    863:        $(top_builddir)/tools/@FILE@/magic/magic.mgc: \
                    864:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    865:    (cd $(top_builddir)/tools/@FILE@ && $(MAKE) $(AM_MAKEFLAGS))
                    866: 
1.8       bertrand  867: $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a:
                    868:    (cd $(top_builddir)/tools/@SQLITE@ && $(MAKE) $(AM_MAKEFLAGS))
                    869: 
                    870: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    871:        $(top_builddir)/tools/@OPENSSL@/libssl.a:
                    872:    (cd $(top_builddir)/tools/@OPENSSL@ && $(MAKE) $(AM_MAKEFLAGS))
                    873: 
                    874: $(top_builddir)/tools/rplsums/rplmd5sum \
                    875:        $(top_builddir)/tools/rplsums/rplsha1sum: \
                    876:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a
                    877:    (cd $(top_builddir)/rplsums && $(MAKE) $(AM_MAKEFLAGS))
                    878: 
                    879: $(top_builddir)/tools/@GPP@/src/gpp:
                    880:    (cd $(top_builddir)/tools/@GPP@ && $(MAKE) $(AM_MAKEFLAGS))
                    881: 
1.5       bertrand  882: .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile \
                    883:        $(top_builddir)/tools/@FILE@/magic/magic.mgc
                    884: 
                    885: .NOTPARALLEL: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    886:        $(top_builddir)/tools/@READLINE@/libhistory.a
                    887: 
1.8       bertrand  888: .NOTPARALLEL: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    889:        $(top_builddir)/tools/@OPENSSL@/libssl.a
                    890: 
                    891: .NOTPARALLEL: $(top_builddir)/tools/rplsums/rplmd5sum \
                    892:        $(top_builddir)/tools/rplsums/rplsha1sum
                    893: 
1.4       bertrand  894: all: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a \
                    895:        $(top_builddir)/tools/@READLINE@/libreadline.a \
                    896:        $(top_builddir)/tools/@READLINE@/libhistory.a \
                    897:        $(top_builddir)/tools/@GSL@/.libs/libgsl.a \
1.8       bertrand  898:        $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a \
                    899:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    900:        $(top_builddir)/tools/@OPENSSL@/libssl.a \
1.4       bertrand  901:        $(top_builddir)/lapack/lapack/liblapack.a \
                    902:        $(top_builddir)/lapack/blas/libblas.a \
                    903:        $(top_builddir)/rpliconv/rpliconv \
                    904:        $(top_builddir)/tools/@FILE@/src/rplfile \
1.8       bertrand  905:        $(top_builddir)/tools/@FILE@/magic/magic.mgc \
                    906:        $(top_builddir)/tools/rplsums/rplmd5sum \
                    907:        $(top_builddir)/tools/rplsums/rplsha1sum \
                    908:        $(top_builddir)/tools/@GPP@/src/gpp
1.5       bertrand  909: # Cette règle n'est là que pour forcer la compilation de Gnuplot.
                    910:    (cd $(top_builddir)/tools && $(MAKE) $(AM_MAKEFLAGS))
                    911:    (cd $(top_builddir)/rpltags && $(MAKE) $(AM_MAKEFLAGS))
1.4       bertrand  912:    (cd $(top_builddir)/src && $(MAKE) $(AM_MAKEFLAGS))
1.11    ! bertrand  913: 
1.1       bertrand  914: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    915: # Otherwise a system limit (for SysV at least) may be exceeded.
                    916: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>