Annotation of rpl/Makefile.in, revision 1.58

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

CVSweb interface <joel.bertrand@systella.fr>