File:  [local] / rpl / Attic / Makefile.in
Revision 1.55: download - view: text, annotated - select for diffs - revision graph
Mon Oct 10 10:58:10 2011 UTC (12 years, 6 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Toute une série de patches pour OS/2 et eComStation.

    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 $(top_srcdir)/rplcas/Makefile.in \
   43:     AUTHORS COPYING ChangeLog INSTALL NEWS compile config.guess \
   44:     config.sub depcomp install-sh ltmain.sh missing mkinstalldirs
   45: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
   46: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
   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 rplcas/Makefile
   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: ABI = @ABI@
  132: ACLOCAL = @ACLOCAL@
  133: AMTAR = @AMTAR@
  134: AUTOCONF = @AUTOCONF@
  135: AUTOHEADER = @AUTOHEADER@
  136: AUTOMAKE = @AUTOMAKE@
  137: AWK = @AWK@
  138: BSH_PATH = @BSH_PATH@
  139: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
  140: CC = @CC@
  141: CCDEPMODE = @CCDEPMODE@
  142: CFLAGS = @CFLAGS@
  143: COCOA = @COCOA@
  144: CPP = @CPP@
  145: CPPFLAGS = @CPPFLAGS@
  146: CXX = @CXX@
  147: CXXDEPMODE = @CXXDEPMODE@
  148: CXXFLAGS = @CXXFLAGS@
  149: CYGPATH_W = @CYGPATH_W@
  150: C_STANDARD = @C_STANDARD@
  151: DATE = @DATE@
  152: DATE_FR = @DATE_FR@
  153: DEBUG = @DEBUG@
  154: DEFS = @DEFS@
  155: DEPDIR = @DEPDIR@
  156: DVIPS = @DVIPS@
  157: ECHO_C = @ECHO_C@
  158: ECHO_N = @ECHO_N@
  159: ECHO_T = @ECHO_T@
  160: EGREP = @EGREP@
  161: ELF = @ELF@
  162: EXEEXT = @EXEEXT@
  163: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
  164: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
  165: EXT_SQL = @EXT_SQL@
  166: F77 = @F77@
  167: FC = @FC@
  168: FCFLAGS = @FCFLAGS@
  169: FFLAGS = @FFLAGS@
  170: FILE = @FILE@
  171: FINAL_ENCODING = @FINAL_ENCODING@
  172: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
  173: GIAC = @GIAC@
  174: GMP = @GMP@
  175: GNUPLOT = @GNUPLOT@
  176: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
  177: GNUPLOT_P = @GNUPLOT_P@
  178: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
  179: GPP = @GPP@
  180: GREP = @GREP@
  181: GS = @GS@
  182: GSL = @GSL@
  183: GV = @GV@
  184: HOST = @HOST@
  185: ICONV = @ICONV@
  186: INCMOTIF = @INCMOTIF@
  187: INSTALL = @INSTALL@
  188: INSTALL_DATA = @INSTALL_DATA@
  189: INSTALL_PROGRAM = @INSTALL_PROGRAM@
  190: INSTALL_SCRIPT = @INSTALL_SCRIPT@
  191: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
  192: IPCS_SYSV = @IPCS_SYSV@
  193: IPV6 = @IPV6@
  194: LATEX = @LATEX@
  195: LDFLAGS = @LDFLAGS@
  196: LIBMOTIF = @LIBMOTIF@
  197: LIBOBJS = @LIBOBJS@
  198: LIBRPLCAS = @LIBRPLCAS@
  199: LIBS = @LIBS@
  200: LIBXPM = @LIBXPM@
  201: LIB_PREFIX = @LIB_PREFIX@
  202: LN_S = @LN_S@
  203: LTLIBOBJS = @LTLIBOBJS@
  204: MAKEINFO = @MAKEINFO@
  205: MALLOC = @MALLOC@
  206: MKDIR_P = @MKDIR_P@
  207: MOTIF_SUPPORT = @MOTIF_SUPPORT@
  208: MPFR = @MPFR@
  209: MYSQL_SUPPORT = @MYSQL_SUPPORT@
  210: NCURSES = @NCURSES@
  211: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
  212: NTL = @NTL@
  213: OBJEXT = @OBJEXT@
  214: OPENMOTIF = @OPENMOTIF@
  215: OPENSSL = @OPENSSL@
  216: OS = @OS@
  217: PACKAGE = @PACKAGE@
  218: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
  219: PACKAGE_NAME = @PACKAGE_NAME@
  220: PACKAGE_STRING = @PACKAGE_STRING@
  221: PACKAGE_TARNAME = @PACKAGE_TARNAME@
  222: PACKAGE_URL = @PACKAGE_URL@
  223: PACKAGE_VERSION = @PACKAGE_VERSION@
  224: PARI = @PARI@
  225: PATH_SEPARATOR = @PATH_SEPARATOR@
  226: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
  227: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
  228: PROFILAGE = @PROFILAGE@
  229: PSELECT = @PSELECT@
  230: RANLIB = @RANLIB@
  231: READLINE = @READLINE@
  232: RPLCAS = @RPLCAS@
  233: RPLTOOLS = @RPLTOOLS@
  234: RUNPATH = @RUNPATH@
  235: SED = @SED@
  236: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
  237: SEMUN = @SEMUN@
  238: SET_MAKE = @SET_MAKE@
  239: SHARED_MEMORY = @SHARED_MEMORY@
  240: SHELL = @SHELL@
  241: SIGSEGV = @SIGSEGV@
  242: SQLITE = @SQLITE@
  243: STRIP = @STRIP@
  244: TEX = @TEX@
  245: UNITS = @UNITS@
  246: VERSION = @VERSION@
  247: VIM = @VIM@
  248: VIM_SUPPORT = @VIM_SUPPORT@
  249: WHOLE_LIB1 = @WHOLE_LIB1@
  250: WHOLE_LIB2 = @WHOLE_LIB2@
  251: XMKMF = @XMKMF@
  252: X_CFLAGS = @X_CFLAGS@
  253: X_EXTRA_LIBS = @X_EXTRA_LIBS@
  254: X_LIBS = @X_LIBS@
  255: X_PRE_LIBS = @X_PRE_LIBS@
  256: abs_builddir = @abs_builddir@
  257: abs_srcdir = @abs_srcdir@
  258: abs_top_builddir = @abs_top_builddir@
  259: abs_top_srcdir = @abs_top_srcdir@
  260: ac_ct_CC = @ac_ct_CC@
  261: ac_ct_CXX = @ac_ct_CXX@
  262: ac_ct_F77 = @ac_ct_F77@
  263: ac_ct_FC = @ac_ct_FC@
  264: am__include = @am__include@
  265: am__leading_dot = @am__leading_dot@
  266: am__quote = @am__quote@
  267: am__tar = @am__tar@
  268: am__untar = @am__untar@
  269: bindir = @bindir@
  270: build = @build@
  271: build_alias = @build_alias@
  272: build_cpu = @build_cpu@
  273: build_os = @build_os@
  274: build_vendor = @build_vendor@
  275: builddir = @builddir@
  276: datadir = @datadir@
  277: datarootdir = @datarootdir@
  278: docdir = @docdir@
  279: dvidir = @dvidir@
  280: exec_prefix = @exec_prefix@
  281: host = @host@
  282: host_alias = @host_alias@
  283: host_cpu = @host_cpu@
  284: host_os = @host_os@
  285: host_vendor = @host_vendor@
  286: htmldir = @htmldir@
  287: includeX = @includeX@
  288: includedir = @includedir@
  289: infodir = @infodir@
  290: install_sh = @install_sh@
  291: libMySQLinc = @libMySQLinc@
  292: libMySQLlib = @libMySQLlib@
  293: libPgSQLinc = @libPgSQLinc@
  294: libPgSQLlib = @libPgSQLlib@
  295: libX = @libX@
  296: libdir = @libdir@
  297: libexecdir = @libexecdir@
  298: localedir = @localedir@
  299: localstatedir = @localstatedir@
  300: mandir = @mandir@
  301: mkdir_p = @mkdir_p@
  302: oldincludedir = @oldincludedir@
  303: pdfdir = @pdfdir@
  304: prefix = @prefix@
  305: program_transform_name = @program_transform_name@
  306: psdir = @psdir@
  307: sbindir = @sbindir@
  308: sharedstatedir = @sharedstatedir@
  309: srcdir = @srcdir@
  310: subdirs = @subdirs@
  311: sysconfdir = @sysconfdir@
  312: target = @target@
  313: target_alias = @target_alias@
  314: target_cpu = @target_cpu@
  315: target_os = @target_os@
  316: target_vendor = @target_vendor@
  317: top_build_prefix = @top_build_prefix@
  318: top_builddir = @top_builddir@
  319: top_srcdir = @top_srcdir@
  320: SUBDIRS = tools rplsums rpliconv rplawk lapack/blas lapack/lapack rplcas src \
  321:         rpltags scripts man doc
  322: 
  323: include_HEADERS = rplconfig.h
  324: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
  325:         COPYING.in lapack/COPYING lapack/RELEASE \
  326:         tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
  327:         vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
  328:         examples/external.tar.gz \
  329:         rplcas/@GMP@.tar.gz rplcas/@MPFR@.tar.gz rplcas/@NTL@.tar.gz \
  330:         rplcas/@COCOA@.tar.gz rplcas/@PARI@.tar.gz rplcas/@GIAC@.tar.gz
  331: 
  332: all: rplconfig.h
  333:     $(MAKE) $(AM_MAKEFLAGS) all-recursive
  334: 
  335: .SUFFIXES:
  336: am--refresh:
  337:     @:
  338: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
  339:     @for dep in $?; do \
  340:       case '$(am__configure_deps)' in \
  341:         *$$dep*) \
  342:           echo ' cd $(srcdir) && $(AUTOMAKE) --gnu'; \
  343:           $(am__cd) $(srcdir) && $(AUTOMAKE) --gnu \
  344:         && exit 0; \
  345:           exit 1;; \
  346:       esac; \
  347:     done; \
  348:     echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \
  349:     $(am__cd) $(top_srcdir) && \
  350:       $(AUTOMAKE) --gnu Makefile
  351: .PRECIOUS: Makefile
  352: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
  353:     @case '$?' in \
  354:       *config.status*) \
  355:         echo ' $(SHELL) ./config.status'; \
  356:         $(SHELL) ./config.status;; \
  357:       *) \
  358:         echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
  359:         cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
  360:     esac;
  361: 
  362: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
  363:     $(SHELL) ./config.status --recheck
  364: 
  365: $(top_srcdir)/configure:  $(am__configure_deps)
  366:     $(am__cd) $(srcdir) && $(AUTOCONF)
  367: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
  368:     $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
  369: $(am__aclocal_m4_deps):
  370: 
  371: rplconfig.h: stamp-h1
  372:     @if test ! -f $@; then \
  373:       rm -f stamp-h1; \
  374:       $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
  375:     else :; fi
  376: 
  377: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
  378:     @rm -f stamp-h1
  379:     cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
  380: $(srcdir)/rplconfig.h.in:  $(am__configure_deps) 
  381:     ($(am__cd) $(top_srcdir) && $(AUTOHEADER))
  382:     rm -f stamp-h1
  383:     touch $@
  384: 
  385: distclean-hdr:
  386:     -rm -f rplconfig.h stamp-h1
  387: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
  388:     cd $(top_builddir) && $(SHELL) ./config.status $@
  389: rplcas/Makefile: $(top_builddir)/config.status $(top_srcdir)/rplcas/Makefile.in
  390:     cd $(top_builddir) && $(SHELL) ./config.status $@
  391: install-includeHEADERS: $(include_HEADERS)
  392:     @$(NORMAL_INSTALL)
  393:     test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
  394:     @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  395:     for p in $$list; do \
  396:       if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
  397:       echo "$$d$$p"; \
  398:     done | $(am__base_list) | \
  399:     while read files; do \
  400:       echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(includedir)'"; \
  401:       $(INSTALL_HEADER) $$files "$(DESTDIR)$(includedir)" || exit $$?; \
  402:     done
  403: 
  404: uninstall-includeHEADERS:
  405:     @$(NORMAL_UNINSTALL)
  406:     @list='$(include_HEADERS)'; test -n "$(includedir)" || list=; \
  407:     files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
  408:     test -n "$$files" || exit 0; \
  409:     echo " ( cd '$(DESTDIR)$(includedir)' && rm -f" $$files ")"; \
  410:     cd "$(DESTDIR)$(includedir)" && rm -f $$files
  411: 
  412: # This directory's subdirectories are mostly independent; you can cd
  413: # into them and run `make' without going through this Makefile.
  414: # To change the values of `make' variables: instead of editing Makefiles,
  415: # (1) if the variable is set in `config.status', edit `config.status'
  416: #     (which will cause the Makefiles to be regenerated when you run `make');
  417: # (2) otherwise, pass the desired values on the `make' command line.
  418: $(RECURSIVE_TARGETS):
  419:     @fail= failcom='exit 1'; \
  420:     for f in x $$MAKEFLAGS; do \
  421:       case $$f in \
  422:         *=* | --[!k]*);; \
  423:         *k*) failcom='fail=yes';; \
  424:       esac; \
  425:     done; \
  426:     dot_seen=no; \
  427:     target=`echo $@ | sed s/-recursive//`; \
  428:     list='$(SUBDIRS)'; for subdir in $$list; do \
  429:       echo "Making $$target in $$subdir"; \
  430:       if test "$$subdir" = "."; then \
  431:         dot_seen=yes; \
  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; \
  439:     if test "$$dot_seen" = "no"; then \
  440:       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  441:     fi; test -z "$$fail"
  442: 
  443: $(RECURSIVE_CLEAN_TARGETS):
  444:     @fail= failcom='exit 1'; \
  445:     for f in x $$MAKEFLAGS; do \
  446:       case $$f in \
  447:         *=* | --[!k]*);; \
  448:         *k*) failcom='fail=yes';; \
  449:       esac; \
  450:     done; \
  451:     dot_seen=no; \
  452:     case "$@" in \
  453:       distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
  454:       *) list='$(SUBDIRS)' ;; \
  455:     esac; \
  456:     rev=''; for subdir in $$list; do \
  457:       if test "$$subdir" = "."; then :; else \
  458:         rev="$$subdir $$rev"; \
  459:       fi; \
  460:     done; \
  461:     rev="$$rev ."; \
  462:     target=`echo $@ | sed s/-recursive//`; \
  463:     for subdir in $$rev; do \
  464:       echo "Making $$target in $$subdir"; \
  465:       if test "$$subdir" = "."; then \
  466:         local_target="$$target-am"; \
  467:       else \
  468:         local_target="$$target"; \
  469:       fi; \
  470:       ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  471:       || eval $$failcom; \
  472:     done && test -z "$$fail"
  473: tags-recursive:
  474:     list='$(SUBDIRS)'; for subdir in $$list; do \
  475:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  476:     done
  477: ctags-recursive:
  478:     list='$(SUBDIRS)'; for subdir in $$list; do \
  479:       test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
  480:     done
  481: 
  482: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
  483:     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
  484:     unique=`for i in $$list; do \
  485:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  486:       done | \
  487:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  488:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  489:     mkid -fID $$unique
  490: tags: TAGS
  491: 
  492: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
  493:         $(TAGS_FILES) $(LISP)
  494:     set x; \
  495:     here=`pwd`; \
  496:     if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
  497:       include_option=--etags-include; \
  498:       empty_fix=.; \
  499:     else \
  500:       include_option=--include; \
  501:       empty_fix=; \
  502:     fi; \
  503:     list='$(SUBDIRS)'; for subdir in $$list; do \
  504:       if test "$$subdir" = .; then :; else \
  505:         test ! -f $$subdir/TAGS || \
  506:           set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
  507:       fi; \
  508:     done; \
  509:     list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
  510:     unique=`for i in $$list; do \
  511:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  512:       done | \
  513:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  514:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  515:     shift; \
  516:     if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
  517:       test -n "$$unique" || unique=$$empty_fix; \
  518:       if test $$# -gt 0; then \
  519:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  520:           "$$@" $$unique; \
  521:       else \
  522:         $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
  523:           $$unique; \
  524:       fi; \
  525:     fi
  526: ctags: CTAGS
  527: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
  528:         $(TAGS_FILES) $(LISP)
  529:     list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
  530:     unique=`for i in $$list; do \
  531:         if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
  532:       done | \
  533:       $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
  534:           END { if (nonempty) { for (i in files) print i; }; }'`; \
  535:     test -z "$(CTAGS_ARGS)$$unique" \
  536:       || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
  537:          $$unique
  538: 
  539: GTAGS:
  540:     here=`$(am__cd) $(top_builddir) && pwd` \
  541:       && $(am__cd) $(top_srcdir) \
  542:       && gtags -i $(GTAGS_ARGS) "$$here"
  543: 
  544: distclean-tags:
  545:     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
  546: 
  547: distdir: $(DISTFILES)
  548:     $(am__remove_distdir)
  549:     test -d "$(distdir)" || mkdir "$(distdir)"
  550:     @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  551:     topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
  552:     list='$(DISTFILES)'; \
  553:       dist_files=`for file in $$list; do echo $$file; done | \
  554:       sed -e "s|^$$srcdirstrip/||;t" \
  555:           -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
  556:     case $$dist_files in \
  557:       */*) $(MKDIR_P) `echo "$$dist_files" | \
  558:                sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
  559:                sort -u` ;; \
  560:     esac; \
  561:     for file in $$dist_files; do \
  562:       if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
  563:       if test -d $$d/$$file; then \
  564:         dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
  565:         if test -d "$(distdir)/$$file"; then \
  566:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  567:         fi; \
  568:         if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
  569:           cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
  570:           find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
  571:         fi; \
  572:         cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
  573:       else \
  574:         test -f "$(distdir)/$$file" \
  575:         || cp -p $$d/$$file "$(distdir)/$$file" \
  576:         || exit 1; \
  577:       fi; \
  578:     done
  579:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  580:       if test "$$subdir" = .; then :; else \
  581:         test -d "$(distdir)/$$subdir" \
  582:         || $(MKDIR_P) "$(distdir)/$$subdir" \
  583:         || exit 1; \
  584:       fi; \
  585:     done
  586:     @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
  587:       if test "$$subdir" = .; then :; else \
  588:         dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
  589:         $(am__relativize); \
  590:         new_distdir=$$reldir; \
  591:         dir1=$$subdir; dir2="$(top_distdir)"; \
  592:         $(am__relativize); \
  593:         new_top_distdir=$$reldir; \
  594:         echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
  595:         echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
  596:         ($(am__cd) $$subdir && \
  597:           $(MAKE) $(AM_MAKEFLAGS) \
  598:             top_distdir="$$new_top_distdir" \
  599:             distdir="$$new_distdir" \
  600:         am__remove_distdir=: \
  601:         am__skip_length_check=: \
  602:         am__skip_mode_fix=: \
  603:             distdir) \
  604:           || exit 1; \
  605:       fi; \
  606:     done
  607:     -test -n "$(am__skip_mode_fix)" \
  608:     || find "$(distdir)" -type d ! -perm -755 \
  609:         -exec chmod u+rwx,go+rx {} \; -o \
  610:       ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
  611:       ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
  612:       ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
  613:     || chmod -R a+r "$(distdir)"
  614: dist-gzip: distdir
  615:     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  616:     $(am__remove_distdir)
  617: 
  618: dist-bzip2: distdir
  619:     tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
  620:     $(am__remove_distdir)
  621: 
  622: dist-lzma: distdir
  623:     tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
  624:     $(am__remove_distdir)
  625: 
  626: dist-xz: distdir
  627:     tardir=$(distdir) && $(am__tar) | xz -c >$(distdir).tar.xz
  628:     $(am__remove_distdir)
  629: 
  630: dist-tarZ: distdir
  631:     tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
  632:     $(am__remove_distdir)
  633: 
  634: dist-shar: distdir
  635:     shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
  636:     $(am__remove_distdir)
  637: 
  638: dist-zip: distdir
  639:     -rm -f $(distdir).zip
  640:     zip -rq $(distdir).zip $(distdir)
  641:     $(am__remove_distdir)
  642: 
  643: dist dist-all: distdir
  644:     tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
  645:     $(am__remove_distdir)
  646: 
  647: # This target untars the dist file and tries a VPATH configuration.  Then
  648: # it guarantees that the distribution is self-contained by making another
  649: # tarfile.
  650: distcheck: dist
  651:     case '$(DIST_ARCHIVES)' in \
  652:     *.tar.gz*) \
  653:       GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
  654:     *.tar.bz2*) \
  655:       bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
  656:     *.tar.lzma*) \
  657:       lzma -dc $(distdir).tar.lzma | $(am__untar) ;;\
  658:     *.tar.xz*) \
  659:       xz -dc $(distdir).tar.xz | $(am__untar) ;;\
  660:     *.tar.Z*) \
  661:       uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
  662:     *.shar.gz*) \
  663:       GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
  664:     *.zip*) \
  665:       unzip $(distdir).zip ;;\
  666:     esac
  667:     chmod -R a-w $(distdir); chmod a+w $(distdir)
  668:     mkdir $(distdir)/_build
  669:     mkdir $(distdir)/_inst
  670:     chmod a-w $(distdir)
  671:     test -d $(distdir)/_build || exit 0; \
  672:     dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
  673:       && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
  674:       && am__cwd=`pwd` \
  675:       && $(am__cd) $(distdir)/_build \
  676:       && ../configure --srcdir=.. --prefix="$$dc_install_base" \
  677:         $(DISTCHECK_CONFIGURE_FLAGS) \
  678:       && $(MAKE) $(AM_MAKEFLAGS) \
  679:       && $(MAKE) $(AM_MAKEFLAGS) dvi \
  680:       && $(MAKE) $(AM_MAKEFLAGS) check \
  681:       && $(MAKE) $(AM_MAKEFLAGS) install \
  682:       && $(MAKE) $(AM_MAKEFLAGS) installcheck \
  683:       && $(MAKE) $(AM_MAKEFLAGS) uninstall \
  684:       && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
  685:             distuninstallcheck \
  686:       && chmod -R a-w "$$dc_install_base" \
  687:       && ({ \
  688:            (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
  689:            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
  690:            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
  691:            && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
  692:                 distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
  693:           } || { rm -rf "$$dc_destdir"; exit 1; }) \
  694:       && rm -rf "$$dc_destdir" \
  695:       && $(MAKE) $(AM_MAKEFLAGS) dist \
  696:       && rm -rf $(DIST_ARCHIVES) \
  697:       && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
  698:       && cd "$$am__cwd" \
  699:       || exit 1
  700:     $(am__remove_distdir)
  701:     @(echo "$(distdir) archives ready for distribution: "; \
  702:       list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
  703:       sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
  704: distuninstallcheck:
  705:     @$(am__cd) '$(distuninstallcheck_dir)' \
  706:     && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
  707:        || { echo "ERROR: files left after uninstall:" ; \
  708:             if test -n "$(DESTDIR)"; then \
  709:               echo "  (check DESTDIR support)"; \
  710:             fi ; \
  711:             $(distuninstallcheck_listfiles) ; \
  712:             exit 1; } >&2
  713: distcleancheck: distclean
  714:     @if test '$(srcdir)' = . ; then \
  715:       echo "ERROR: distcleancheck can only run from a VPATH build" ; \
  716:       exit 1 ; \
  717:     fi
  718:     @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
  719:       || { echo "ERROR: files left in build directory after distclean:" ; \
  720:            $(distcleancheck_listfiles) ; \
  721:            exit 1; } >&2
  722: check-am: all-am
  723: check: check-recursive
  724: all-am: Makefile $(HEADERS) rplconfig.h
  725: installdirs: installdirs-recursive
  726: installdirs-am:
  727:     for dir in "$(DESTDIR)$(includedir)"; do \
  728:       test -z "$$dir" || $(MKDIR_P) "$$dir"; \
  729:     done
  730: install: install-recursive
  731: install-exec: install-exec-recursive
  732: install-data: install-data-recursive
  733: uninstall: uninstall-recursive
  734: 
  735: install-am: all-am
  736:     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  737: 
  738: installcheck: installcheck-recursive
  739: mostlyclean-generic:
  740: 
  741: clean-generic:
  742: 
  743: distclean-generic:
  744:     -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
  745:     -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
  746: 
  747: maintainer-clean-generic:
  748:     @echo "This command is intended for maintainers to use"
  749:     @echo "it deletes files that may require special tools to rebuild."
  750: clean: clean-recursive
  751: 
  752: clean-am: clean-generic mostlyclean-am
  753: 
  754: distclean: distclean-recursive
  755:     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  756:     -rm -f Makefile
  757: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
  758: 
  759: dvi: dvi-recursive
  760: 
  761: dvi-am:
  762: 
  763: html: html-recursive
  764: 
  765: html-am:
  766: 
  767: info: info-recursive
  768: 
  769: info-am:
  770: 
  771: install-data-am: install-includeHEADERS
  772: 
  773: install-dvi: install-dvi-recursive
  774: 
  775: install-dvi-am:
  776: 
  777: install-exec-am:
  778: 
  779: install-html: install-html-recursive
  780: 
  781: install-html-am:
  782: 
  783: install-info: install-info-recursive
  784: 
  785: install-info-am:
  786: 
  787: install-man:
  788: 
  789: install-pdf: install-pdf-recursive
  790: 
  791: install-pdf-am:
  792: 
  793: install-ps: install-ps-recursive
  794: 
  795: install-ps-am:
  796: 
  797: installcheck-am:
  798: 
  799: maintainer-clean: maintainer-clean-recursive
  800:     -rm -f $(am__CONFIG_DISTCLEAN_FILES)
  801:     -rm -rf $(top_srcdir)/autom4te.cache
  802:     -rm -f Makefile
  803: maintainer-clean-am: distclean-am maintainer-clean-generic
  804: 
  805: mostlyclean: mostlyclean-recursive
  806: 
  807: mostlyclean-am: mostlyclean-generic
  808: 
  809: pdf: pdf-recursive
  810: 
  811: pdf-am:
  812: 
  813: ps: ps-recursive
  814: 
  815: ps-am:
  816: 
  817: uninstall-am: uninstall-includeHEADERS
  818: 
  819: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) all \
  820:     ctags-recursive install-am install-strip tags-recursive
  821: 
  822: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
  823:     all all-am am--refresh check check-am clean clean-generic \
  824:     ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
  825:     dist-lzma dist-shar dist-tarZ dist-xz dist-zip distcheck \
  826:     distclean distclean-generic distclean-hdr distclean-tags \
  827:     distcleancheck distdir distuninstallcheck dvi dvi-am html \
  828:     html-am info info-am install install-am install-data \
  829:     install-data-am install-dvi install-dvi-am install-exec \
  830:     install-exec-am install-html install-html-am \
  831:     install-includeHEADERS install-info install-info-am \
  832:     install-man install-pdf install-pdf-am install-ps \
  833:     install-ps-am install-strip installcheck installcheck-am \
  834:     installdirs installdirs-am maintainer-clean \
  835:     maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
  836:     pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
  837:     uninstall-includeHEADERS
  838: 
  839: 
  840: licences:
  841:     cp -f $(top_builddir)/COPYING $(srcdir)
  842:     $(MAKE) -C src $@
  843: 
  844: toolsdistclean:
  845:     for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
  846:             @FILE@ @ICONV@ @SQLITE@; \
  847:     do \
  848:         rm -rf $(srcdir)/tools/$$i; \
  849:     done;
  850: 
  851: toolsclean:
  852:     for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
  853:             @FILE@ @ICONV@ @SQLITE@; \
  854:     do \
  855:         $(MAKE) -C $(top_builddir)/tools/$$i $(AM_MAKEFLAGS) clean); \
  856:     done;
  857: 
  858: $(top_builddir)/tools/@NCURSES@/lib/@LIB_PREFIX@ncurses.a:
  859:     for i in $(shell find tools/@NCURSES@ -name Makefile \
  860:          -exec grep static {} /dev/null \; | cut -d: -f1); \
  861:     do \
  862:         echo -n Checking $$i; \
  863:         TMP=tmp.ncurses; \
  864:         if [ -n "$$(grep static $$i | grep dynamic)" ]; then \
  865:             awk \
  866:             '{ \
  867:                 if (index($$0, "-static") != 0 && index($$0, "-dynamic") != 0) \
  868:                 { \
  869:                     for(j = 1; j <= NF; j++) \
  870:                     { \
  871:                         if (index($$j, "-static") == 0) \
  872:                         { \
  873:                             printf("%s ", $$j); \
  874:                         } \
  875:                     } \
  876:                     printf("\n"); \
  877:                 } \
  878:                 else \
  879:                 { \
  880:                     print; \
  881:                 } \
  882:             }' $$i > $$TMP; \
  883:             mv -f $$TMP $$i; \
  884:             echo -n " (fixed)"; \
  885:         else \
  886:             echo -n " (nothing to do)"; \
  887:             rm -f $$TMP; \
  888:         fi; \
  889:         echo .; \
  890:     done;
  891:     for i in tools/@NCURSES@/test/Makefile; \
  892:     do \
  893:         echo -n Checking $$i; \
  894:         TMP=tmp.ncurses_test; \
  895:         awk \
  896:             '/^TEST_ARGS/ \
  897:                 { printf("TEST_ARGS = ../lib/@LIB_PREFIX@form.a \
  898:                         ../lib/@LIB_PREFIX@menu.a "); \
  899:                 printf("../lib/@LIB_PREFIX@panel.a \
  900:                         ../lib/@LIB_PREFIX@ncurses.a\n"); } \
  901:             ! /^TEST_ARGS/ \
  902:                 { print; }' tools/@NCURSES@/test/Makefile > $$TMP; \
  903:         mv -f $$TMP $$i; \
  904:         echo .; \
  905:     done;
  906:     if [ @OS@ = "OS2" ]; then \
  907:         TMP=tmp.ncurses_test_os2); \
  908:         awk \
  909:             '/^CXX_AR[ \t]/ \
  910:                 { printf("CXX_AR = $(AR)\n"); } \
  911:             ! /^CXX_AR[ \t]/ \
  912:                 { print; }' \
  913:             $(top_builddir)/tools/@NCURSES@/c++/Makefile | \
  914:         awk \
  915:             '/^CXX_ARFLAGS[ \t]/ \
  916:                 { printf("CXX_ARFLAGS = $(ARFLAGS)\n"); } \
  917:             ! /^CXX_ARFLAGS[ \t]/ \
  918:                 { print; }' | \
  919:         awk \
  920:             '/^CXX[ \t]/ \
  921:                 { printf("CXX = g++\n"); } \
  922:             ! /^CXX[ \t]/ \
  923:                 { print; }' > $$TMP; \
  924:         mv -f $$TMP $(top_builddir)/tools/@NCURSES@/c++/Makefile; \
  925:     fi;
  926:     $(MAKE) -C $(top_builddir)/tools/@NCURSES@ $(AM_MAKEFLAGS)
  927: 
  928: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@readline.a \
  929:         $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@history.a:
  930:     $(MAKE) -C $(top_builddir)/tools/@READLINE@ $(AM_MAKEFLAGS)
  931: 
  932: $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a:
  933: # Quick and dirty hack pour avaliser le remplacement de ${1 + "$@"}
  934: # dans ltmain.sh et propager les modifications dans le script libtool.
  935:     if [ @OS@ = "OS2" ]; then \
  936:         (cd $(top_builddir)/tools/@GSL@ && configure --disable-shared;); \
  937:     fi
  938:     $(MAKE) -C $(top_builddir)/tools/@GSL@ $(AM_MAKEFLAGS)
  939: 
  940: $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a:
  941: # La dépendance est faite par rpliconv.
  942:     if [ @OS@ = "OS2" ]; then \
  943:         TMP=tmp.libiconv; \
  944:         awk '! /^[ \t]cd po/ { print; }' \
  945:                 $(top_builddir)/tools/@ICONV@/Makefile > $$TMP; \
  946:         mv -f $$TMP $(top_builddir)/tools/@ICONV@/Makefile; \
  947:         $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
  948:     else \
  949:         $(MAKE) -C $(top_builddir)/tools/@ICONV@ $(AM_MAKEFLAGS) all; \
  950:     fi
  951: 
  952: $(top_builddir)/lapack/lapack/liblapack.a:
  953:     (cd $(top_builddir)/lapack/lapack && $(MAKE) $(AM_MAKEFLAGS))
  954: 
  955: $(top_builddir)/lapack/blas/libblas.a:
  956:     (cd $(top_builddir)/lapack/blas && $(MAKE) $(AM_MAKEFLAGS))
  957: 
  958: $(top_builddir)/rpliconv/rpliconv$(EXEEXT): \
  959:         $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a
  960:     $(MAKE) -C $(top_builddir)/rpliconv $(AM_MAKEFLAGS)
  961: 
  962: $(top_builddir)/rplawk/rplawk$(EXEEXT):
  963:     $(MAKE) -C $(top_builddir)/rplawk $(AM_MAKEFLAGS)
  964: 
  965: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
  966:         $(top_builddir)/tools/@FILE@/magic/magic.mgc: \
  967:         $(top_builddir)/tools/@ICONV@/lib/.libs/@LIB_PREFIX@iconv.a
  968:     TMP=tmp.rplfile; \
  969:     awk \
  970:     '{ \
  971:         if (index($$0, "LDFLAGS") == 1) \
  972:         { \
  973:             if (index($$0, "-static") == 0) \
  974:             { \
  975:                 printf("%s -static\n", $$0); \
  976:             } \
  977:             else \
  978:             { \
  979:                 print; \
  980:             } \
  981:         } \
  982:         else \
  983:         { \
  984:             print; \
  985:         } \
  986:     }' tools/@FILE@/src/Makefile > $$TMP; \
  987:     mv -f $$TMP tools/@FILE@/src/Makefile
  988:     $(MAKE) -C $(top_builddir)/tools/@FILE@ $(AM_MAKEFLAGS)
  989:     $(CC) -o $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
  990:             $(top_builddir)/tools/@FILE@/src/*.o \
  991:             $(shell grep '^LIBS =' $(top_builddir)/tools/@FILE@/Makefile | \
  992:             cut -d= -f2) $(LDFLAGS)
  993: 
  994: $(top_builddir)/tools/@SQLITE@/.libs/@LIB_PREFIX@sqlite3.a:
  995:     $(MAKE) -C $(top_builddir)/tools/@SQLITE@ $(AM_MAKEFLAGS)
  996: 
  997: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
  998:         $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@ssl.a:
  999:     if [ @OS@ = "OS2" ]; then \
 1000:         (cd $(top_builddir)/tools/@OPENSSL@ && \
 1001:                 sed -e '1,$$s/-m486/-mtune=i586 -DOPENSSL_USE_IPV6=0/g' \
 1002:                 OS2-EMX.mak | \
 1003:                 sed -e '1,$$s/-DBN_ASM/-UBN_ASM/g' | \
 1004:                 sed -e '1,$$s/-DMD5_ASM/-UMD5_ASM/g' | \
 1005:                 sed -e '1,$$s/-DSHA1_ASM/-USHA1_ASM/g' | \
 1006:                 sed -e '1,$$s/-DOPENSSL_BN_ASM_PART_WORDS/-UOPENSSL_BN_ASM_PART_ASM/g' \
 1007:                 > OS2-EMX.mak2; \
 1008:                 $(MAKE) -j1 -f OS2-EMX.mak2 $(AM_MAKEFLAGS)); \
 1009:     else \
 1010:         (cd $(top_builddir)/tools/@OPENSSL@ && $(MAKE) -j1 $(AM_MAKEFLAGS)); \
 1011:     fi
 1012: 
 1013: $(top_builddir)/tools/rplsums/rplmd5sum \
 1014:         $(top_builddir)/tools/rplsums/rplsha1sum: \
 1015:         $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a
 1016:     $(MAKE) -C $(top_builddir)/rplsums $(AM_MAKEFLAGS)
 1017: 
 1018: $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT):
 1019:     $(MAKE) -C $(top_builddir)/tools/@GPP@ $(AM_MAKEFLAGS)
 1020: 
 1021: .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
 1022:         $(top_builddir)/tools/@FILE@/magic/magic.mgc
 1023: 
 1024: .NOTPARALLEL: $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@readline.a \
 1025:         $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@history.a
 1026: 
 1027: .NOTPARALLEL: $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
 1028:         $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@ssl.a
 1029: 
 1030: .NOTPARALLEL: $(top_builddir)/tools/rplsums/rplmd5sum \
 1031:         $(top_builddir)/tools/rplsums/rplsha1sum
 1032: 
 1033: install-strip:
 1034:     $(MAKE) $(AM_MAKEFLAGS) install
 1035: 
 1036: $(top_builddir)/rplcas/lib/librplcas.a: \
 1037:         $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a
 1038:     $(MAKE) -C $(top_builddir)/rplcas $(AM_MAKEFLAGS)
 1039: 
 1040: all: $(top_builddir)/tools/@NCURSES@/lib/@LIB_PREFIX@ncurses.a \
 1041:         $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@readline.a \
 1042:         $(top_builddir)/tools/@READLINE@/@LIB_PREFIX@history.a \
 1043:         $(top_builddir)/tools/@GSL@/.libs/@LIB_PREFIX@gsl.a \
 1044:         $(top_builddir)/tools/@SQLITE@/.libs/@LIB_PREFIX@sqlite3.a \
 1045:         $(top_builddir)/tools/@OPENSSL@/@LIB_PREFIX@crypto.a \
 1046:         $(top_builddir)/tools/@OPENSSL@/libssl.a \
 1047:         $(top_builddir)/lapack/lapack/liblapack.a \
 1048:         $(top_builddir)/lapack/blas/libblas.a \
 1049:         $(top_builddir)/rpliconv/rpliconv$(EXEEXT) \
 1050:         $(top_builddir)/rplawk/rplawk$(EXEEXT) \
 1051:         $(top_builddir)/tools/@FILE@/src/rplfile$(EXEEXT) \
 1052:         $(top_builddir)/tools/@FILE@/magic/magic.mgc \
 1053:         $(top_builddir)/tools/rplsums/rplmd5sum$(EXEEXT) \
 1054:         $(top_builddir)/tools/rplsums/rplsha1sum$(EXEEXT) \
 1055:         $(top_builddir)/tools/@GPP@/src/gpp$(EXEEXT) \
 1056:         @LIBRPLCAS@
 1057: # Cette règle n'est là que pour forcer la compilation de Gnuplot.
 1058:     $(MAKE) -C $(top_builddir)/tools $(AM_MAKEFLAGS)
 1059:     $(MAKE) -C $(top_builddir)/rpltags $(AM_MAKEFLAGS)
 1060:     $(MAKE) -C $(top_builddir)/src $(AM_MAKEFLAGS)
 1061: 
 1062: # Tell versions [3.59,3.63) of GNU make to not export all variables.
 1063: # Otherwise a system limit (for SysV at least) may be exceeded.
 1064: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>