Annotation of rpl/Makefile.in, revision 1.47

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

CVSweb interface <joel.bertrand@systella.fr>