File:  [local] / rpl / Attic / Makefile.in
Revision 1.13: download - view: text, annotated - select for diffs - revision graph
Tue Apr 20 12:56:21 2010 UTC (14 years ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_14, HEAD
*** empty log message ***

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

CVSweb interface <joel.bertrand@systella.fr>