Annotation of rpl/Makefile.in, revision 1.39

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

CVSweb interface <joel.bertrand@systella.fr>