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

CVSweb interface <joel.bertrand@systella.fr>