Annotation of rpl/Makefile.in, revision 1.52

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

CVSweb interface <joel.bertrand@systella.fr>