Annotation of rpl/Makefile.in, revision 1.40

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