Annotation of rpl/Makefile.in, revision 1.49

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

CVSweb interface <joel.bertrand@systella.fr>