Annotation of rpl/Makefile.in, revision 1.10

1.10    ! bertrand    1: # Makefile.in generated by automake 1.10.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.10    ! bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
1.1       bertrand    6: # This Makefile.in is free software; the Free Software Foundation
                      7: # gives unlimited permission to copy and/or distribute it,
                      8: # with or without modifications, as long as this notice is preserved.
                      9: 
                     10: # This program is distributed in the hope that it will be useful,
                     11: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     12: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     13: # PARTICULAR PURPOSE.
                     14: 
                     15: @SET_MAKE@
                     16: 
                     17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
1.10    ! bertrand   19: pkglibdir = $(libdir)/@PACKAGE@
1.1       bertrand   20: pkgincludedir = $(includedir)/@PACKAGE@
                     21: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     22: install_sh_DATA = $(install_sh) -c -m 644
                     23: install_sh_PROGRAM = $(install_sh) -c
                     24: install_sh_SCRIPT = $(install_sh) -c
                     25: INSTALL_HEADER = $(INSTALL_DATA)
                     26: transform = $(program_transform_name)
                     27: NORMAL_INSTALL = :
                     28: PRE_INSTALL = :
                     29: POST_INSTALL = :
                     30: NORMAL_UNINSTALL = :
                     31: PRE_UNINSTALL = :
                     32: POST_UNINSTALL = :
                     33: build_triplet = @build@
                     34: host_triplet = @host@
                     35: target_triplet = @target@
                     36: subdir = .
                     37: DIST_COMMON = README $(am__configure_deps) $(include_HEADERS) \
                     38:    $(srcdir)/COPYING.in $(srcdir)/Makefile.am \
                     39:    $(srcdir)/Makefile.in $(srcdir)/rplconfig.h.in \
                     40:    $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \
                     41:    compile config.guess config.sub depcomp install-sh ltmain.sh \
                     42:    missing mkinstalldirs
                     43: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     44: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     45: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     46:    $(ACLOCAL_M4)
                     47: am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
                     48:  configure.lineno config.status.lineno
                     49: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     50: CONFIG_HEADER = rplconfig.h
                     51: CONFIG_CLEAN_FILES = COPYING
                     52: SOURCES =
                     53: DIST_SOURCES =
                     54: RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \
                     55:    html-recursive info-recursive install-data-recursive \
                     56:    install-dvi-recursive install-exec-recursive \
                     57:    install-html-recursive install-info-recursive \
                     58:    install-pdf-recursive install-ps-recursive install-recursive \
                     59:    installcheck-recursive installdirs-recursive pdf-recursive \
                     60:    ps-recursive uninstall-recursive
                     61: am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
                     62: am__vpath_adj = case $$p in \
                     63:     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
                     64:     *) f=$$p;; \
                     65:   esac;
1.10    ! bertrand   66: am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
1.1       bertrand   67: am__installdirs = "$(DESTDIR)$(includedir)"
1.10    ! bertrand   68: includeHEADERS_INSTALL = $(INSTALL_HEADER)
1.1       bertrand   69: HEADERS = $(include_HEADERS)
                     70: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
                     71:   distclean-recursive maintainer-clean-recursive
                     72: ETAGS = etags
                     73: CTAGS = ctags
1.5       bertrand   74: DIST_SUBDIRS = $(SUBDIRS)
1.1       bertrand   75: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
                     76: distdir = $(PACKAGE)-$(VERSION)
                     77: top_distdir = $(distdir)
                     78: am__remove_distdir = \
1.10    ! bertrand   79:   { test ! -d $(distdir) \
        !            80:     || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \
        !            81:          && rm -fr $(distdir); }; }
1.1       bertrand   82: DIST_ARCHIVES = $(distdir).tar.gz
                     83: GZIP_ENV = --best
                     84: distuninstallcheck_listfiles = find . -type f -print
                     85: distcleancheck_listfiles = find . -type f -print
                     86: ACLOCAL = @ACLOCAL@
                     87: AMTAR = @AMTAR@
                     88: AUTOCONF = @AUTOCONF@
                     89: AUTOHEADER = @AUTOHEADER@
                     90: AUTOMAKE = @AUTOMAKE@
                     91: AWK = @AWK@
                     92: CC = @CC@
                     93: CCDEPMODE = @CCDEPMODE@
                     94: CFLAGS = @CFLAGS@
                     95: CPP = @CPP@
                     96: CPPFLAGS = @CPPFLAGS@
                     97: CXX = @CXX@
                     98: CXXDEPMODE = @CXXDEPMODE@
                     99: CXXFLAGS = @CXXFLAGS@
                    100: CYGPATH_W = @CYGPATH_W@
                    101: DATE = @DATE@
                    102: DATE_FR = @DATE_FR@
                    103: DEBUG = @DEBUG@
                    104: DEFS = @DEFS@
                    105: DEPDIR = @DEPDIR@
                    106: DVIPS = @DVIPS@
                    107: ECHO_C = @ECHO_C@
                    108: ECHO_N = @ECHO_N@
                    109: ECHO_T = @ECHO_T@
                    110: EGREP = @EGREP@
                    111: EXEEXT = @EXEEXT@
                    112: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
                    113: F77 = @F77@
                    114: FC = @FC@
                    115: FCFLAGS = @FCFLAGS@
                    116: FFLAGS = @FFLAGS@
                    117: FILE = @FILE@
                    118: FINAL_ENCODING = @FINAL_ENCODING@
                    119: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                    120: GNUPLOT = @GNUPLOT@
                    121: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    122: GNUPLOT_P = @GNUPLOT_P@
                    123: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    124: GPP = @GPP@
                    125: GREP = @GREP@
                    126: GS = @GS@
                    127: GSL = @GSL@
                    128: GV = @GV@
                    129: ICONV = @ICONV@
                    130: INSTALL = @INSTALL@
                    131: INSTALL_DATA = @INSTALL_DATA@
                    132: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    133: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    134: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    135: LATEX = @LATEX@
                    136: LDFLAGS = @LDFLAGS@
                    137: LIBMTMALLOC = @LIBMTMALLOC@
                    138: LIBOBJS = @LIBOBJS@
                    139: LIBS = @LIBS@
                    140: LIBTOOLIZE = @LIBTOOLIZE@
                    141: LN_S = @LN_S@
                    142: LTLIBOBJS = @LTLIBOBJS@
                    143: MAKEINFO = @MAKEINFO@
                    144: MKDIR_P = @MKDIR_P@
                    145: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    146: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    147: NCURSES = @NCURSES@
                    148: OBJEXT = @OBJEXT@
1.8       bertrand  149: OPENSSL = @OPENSSL@
1.7       bertrand  150: OS = @OS@
1.1       bertrand  151: PACKAGE = @PACKAGE@
                    152: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    153: PACKAGE_NAME = @PACKAGE_NAME@
                    154: PACKAGE_STRING = @PACKAGE_STRING@
                    155: PACKAGE_TARNAME = @PACKAGE_TARNAME@
                    156: PACKAGE_VERSION = @PACKAGE_VERSION@
                    157: PATH_SEPARATOR = @PATH_SEPARATOR@
                    158: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    159: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    160: PROFILAGE = @PROFILAGE@
                    161: RANLIB = @RANLIB@
                    162: READLINE = @READLINE@
                    163: RUNPATH = @RUNPATH@
                    164: SED = @SED@
                    165: SET_MAKE = @SET_MAKE@
                    166: SHELL = @SHELL@
1.8       bertrand  167: SQLITE = @SQLITE@
1.1       bertrand  168: STRIP = @STRIP@
                    169: TEX = @TEX@
                    170: UNITS = @UNITS@
                    171: VERSION = @VERSION@
                    172: VIM = @VIM@
                    173: VIM_SUPPORT = @VIM_SUPPORT@
                    174: XMKMF = @XMKMF@
                    175: X_CFLAGS = @X_CFLAGS@
                    176: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    177: X_LIBS = @X_LIBS@
                    178: X_PRE_LIBS = @X_PRE_LIBS@
                    179: abs_builddir = @abs_builddir@
                    180: abs_srcdir = @abs_srcdir@
                    181: abs_top_builddir = @abs_top_builddir@
                    182: abs_top_srcdir = @abs_top_srcdir@
                    183: ac_ct_CC = @ac_ct_CC@
                    184: ac_ct_CXX = @ac_ct_CXX@
                    185: ac_ct_F77 = @ac_ct_F77@
                    186: ac_ct_FC = @ac_ct_FC@
                    187: am__include = @am__include@
                    188: am__leading_dot = @am__leading_dot@
                    189: am__quote = @am__quote@
                    190: am__tar = @am__tar@
                    191: am__untar = @am__untar@
                    192: bindir = @bindir@
                    193: build = @build@
                    194: build_alias = @build_alias@
                    195: build_cpu = @build_cpu@
                    196: build_os = @build_os@
                    197: build_vendor = @build_vendor@
                    198: builddir = @builddir@
                    199: datadir = @datadir@
                    200: datarootdir = @datarootdir@
                    201: docdir = @docdir@
                    202: dvidir = @dvidir@
                    203: exec_prefix = @exec_prefix@
                    204: host = @host@
                    205: host_alias = @host_alias@
                    206: host_cpu = @host_cpu@
                    207: host_os = @host_os@
                    208: host_vendor = @host_vendor@
                    209: htmldir = @htmldir@
                    210: includeX = @includeX@
                    211: includedir = @includedir@
                    212: infodir = @infodir@
                    213: install_sh = @install_sh@
                    214: libMySQLinc = @libMySQLinc@
                    215: libMySQLlib = @libMySQLlib@
                    216: libPgSQLinc = @libPgSQLinc@
                    217: libPgSQLlib = @libPgSQLlib@
                    218: libX = @libX@
                    219: libdir = @libdir@
                    220: libexecdir = @libexecdir@
                    221: localedir = @localedir@
                    222: localstatedir = @localstatedir@
                    223: mandir = @mandir@
                    224: mkdir_p = @mkdir_p@
                    225: oldincludedir = @oldincludedir@
                    226: pdfdir = @pdfdir@
                    227: prefix = @prefix@
                    228: program_transform_name = @program_transform_name@
                    229: psdir = @psdir@
                    230: sbindir = @sbindir@
                    231: sharedstatedir = @sharedstatedir@
                    232: srcdir = @srcdir@
                    233: subdirs = @subdirs@
                    234: sysconfdir = @sysconfdir@
                    235: target = @target@
                    236: target_alias = @target_alias@
                    237: target_cpu = @target_cpu@
                    238: target_os = @target_os@
                    239: target_vendor = @target_vendor@
                    240: top_builddir = @top_builddir@
                    241: top_srcdir = @top_srcdir@
1.8       bertrand  242: SUBDIRS = tools rplsums rpliconv lapack/blas lapack/lapack src \
                    243:        rpltags scripts man doc
                    244: 
1.5       bertrand  245: EXTRA_DIST = LIMITATIONS Licence_CeCILL_V2-fr.txt Licence_CeCILL_V2-en.txt \
                    246:        COPYING.in lapack/COPYING lapack/RELEASE \
                    247:        tests/tests.tar.gz vim/indent/rpl.vim vim/ftplugin/rpl.vim \
                    248:        vim/syntax/rpl.vim examples/obele.rpl examples/appel.tar.gz \
                    249:        examples/external.tar.gz
                    250: 
1.1       bertrand  251: include_HEADERS = rplconfig.h
                    252: all: rplconfig.h
                    253:    $(MAKE) $(AM_MAKEFLAGS) all-recursive
                    254: 
                    255: .SUFFIXES:
                    256: am--refresh:
                    257:    @:
                    258: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    259:    @for dep in $?; do \
                    260:      case '$(am__configure_deps)' in \
                    261:        *$$dep*) \
1.10    ! bertrand  262:          echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \
        !           263:          cd $(srcdir) && $(AUTOMAKE) --gnu  \
1.1       bertrand  264:        && exit 0; \
                    265:          exit 1;; \
                    266:      esac; \
                    267:    done; \
1.10    ! bertrand  268:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  Makefile'; \
        !           269:    cd $(top_srcdir) && \
        !           270:      $(AUTOMAKE) --gnu  Makefile
1.1       bertrand  271: .PRECIOUS: Makefile
                    272: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    273:    @case '$?' in \
                    274:      *config.status*) \
                    275:        echo ' $(SHELL) ./config.status'; \
                    276:        $(SHELL) ./config.status;; \
                    277:      *) \
                    278:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
                    279:        cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
                    280:    esac;
                    281: 
                    282: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    283:    $(SHELL) ./config.status --recheck
                    284: 
                    285: $(top_srcdir)/configure:  $(am__configure_deps)
1.10    ! bertrand  286:    cd $(srcdir) && $(AUTOCONF)
1.1       bertrand  287: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
1.10    ! bertrand  288:    cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1.1       bertrand  289: 
                    290: rplconfig.h: stamp-h1
                    291:    @if test ! -f $@; then \
                    292:      rm -f stamp-h1; \
                    293:      $(MAKE) $(AM_MAKEFLAGS) stamp-h1; \
                    294:    else :; fi
                    295: 
                    296: stamp-h1: $(srcdir)/rplconfig.h.in $(top_builddir)/config.status
                    297:    @rm -f stamp-h1
                    298:    cd $(top_builddir) && $(SHELL) ./config.status rplconfig.h
                    299: $(srcdir)/rplconfig.h.in:  $(am__configure_deps) 
1.10    ! bertrand  300:    cd $(top_srcdir) && $(AUTOHEADER)
1.1       bertrand  301:    rm -f stamp-h1
                    302:    touch $@
                    303: 
                    304: distclean-hdr:
                    305:    -rm -f rplconfig.h stamp-h1
                    306: COPYING: $(top_builddir)/config.status $(srcdir)/COPYING.in
                    307:    cd $(top_builddir) && $(SHELL) ./config.status $@
                    308: install-includeHEADERS: $(include_HEADERS)
                    309:    @$(NORMAL_INSTALL)
                    310:    test -z "$(includedir)" || $(MKDIR_P) "$(DESTDIR)$(includedir)"
1.10    ! bertrand  311:    @list='$(include_HEADERS)'; for p in $$list; do \
1.1       bertrand  312:      if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1.10    ! bertrand  313:      f=$(am__strip_dir) \
        !           314:      echo " $(includeHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(includedir)/$$f'"; \
        !           315:      $(includeHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(includedir)/$$f"; \
1.1       bertrand  316:    done
                    317: 
                    318: uninstall-includeHEADERS:
                    319:    @$(NORMAL_UNINSTALL)
1.10    ! bertrand  320:    @list='$(include_HEADERS)'; for p in $$list; do \
        !           321:      f=$(am__strip_dir) \
        !           322:      echo " rm -f '$(DESTDIR)$(includedir)/$$f'"; \
        !           323:      rm -f "$(DESTDIR)$(includedir)/$$f"; \
        !           324:    done
1.1       bertrand  325: 
                    326: # This directory's subdirectories are mostly independent; you can cd
                    327: # into them and run `make' without going through this Makefile.
                    328: # To change the values of `make' variables: instead of editing Makefiles,
                    329: # (1) if the variable is set in `config.status', edit `config.status'
                    330: #     (which will cause the Makefiles to be regenerated when you run `make');
                    331: # (2) otherwise, pass the desired values on the `make' command line.
                    332: $(RECURSIVE_TARGETS):
1.10    ! bertrand  333:    @failcom='exit 1'; \
1.1       bertrand  334:    for f in x $$MAKEFLAGS; do \
                    335:      case $$f in \
                    336:        *=* | --[!k]*);; \
                    337:        *k*) failcom='fail=yes';; \
                    338:      esac; \
                    339:    done; \
                    340:    dot_seen=no; \
                    341:    target=`echo $@ | sed s/-recursive//`; \
                    342:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    343:      echo "Making $$target in $$subdir"; \
                    344:      if test "$$subdir" = "."; then \
                    345:        dot_seen=yes; \
                    346:        local_target="$$target-am"; \
                    347:      else \
                    348:        local_target="$$target"; \
                    349:      fi; \
1.10    ! bertrand  350:      (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  351:      || eval $$failcom; \
                    352:    done; \
                    353:    if test "$$dot_seen" = "no"; then \
                    354:      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    355:    fi; test -z "$$fail"
                    356: 
                    357: $(RECURSIVE_CLEAN_TARGETS):
1.10    ! bertrand  358:    @failcom='exit 1'; \
1.1       bertrand  359:    for f in x $$MAKEFLAGS; do \
                    360:      case $$f in \
                    361:        *=* | --[!k]*);; \
                    362:        *k*) failcom='fail=yes';; \
                    363:      esac; \
                    364:    done; \
                    365:    dot_seen=no; \
                    366:    case "$@" in \
                    367:      distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    368:      *) list='$(SUBDIRS)' ;; \
                    369:    esac; \
                    370:    rev=''; for subdir in $$list; do \
                    371:      if test "$$subdir" = "."; then :; else \
                    372:        rev="$$subdir $$rev"; \
                    373:      fi; \
                    374:    done; \
                    375:    rev="$$rev ."; \
                    376:    target=`echo $@ | sed s/-recursive//`; \
                    377:    for subdir in $$rev; do \
                    378:      echo "Making $$target in $$subdir"; \
                    379:      if test "$$subdir" = "."; then \
                    380:        local_target="$$target-am"; \
                    381:      else \
                    382:        local_target="$$target"; \
                    383:      fi; \
1.10    ! bertrand  384:      (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  385:      || eval $$failcom; \
                    386:    done && test -z "$$fail"
                    387: tags-recursive:
                    388:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.10    ! bertrand  389:      test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       bertrand  390:    done
                    391: ctags-recursive:
                    392:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.10    ! bertrand  393:      test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1       bertrand  394:    done
                    395: 
                    396: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    397:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    398:    unique=`for i in $$list; do \
                    399:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    400:      done | \
1.10    ! bertrand  401:      $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
1.1       bertrand  402:          END { if (nonempty) { for (i in files) print i; }; }'`; \
                    403:    mkid -fID $$unique
                    404: tags: TAGS
                    405: 
                    406: TAGS: tags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    407:        $(TAGS_FILES) $(LISP)
1.10    ! bertrand  408:    tags=; \
1.1       bertrand  409:    here=`pwd`; \
                    410:    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    411:      include_option=--etags-include; \
                    412:      empty_fix=.; \
                    413:    else \
                    414:      include_option=--include; \
                    415:      empty_fix=; \
                    416:    fi; \
                    417:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    418:      if test "$$subdir" = .; then :; else \
                    419:        test ! -f $$subdir/TAGS || \
1.10    ! bertrand  420:          tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \
1.1       bertrand  421:      fi; \
                    422:    done; \
                    423:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    424:    unique=`for i in $$list; do \
                    425:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    426:      done | \
                    427:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    428:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.10    ! bertrand  429:    if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1.1       bertrand  430:      test -n "$$unique" || unique=$$empty_fix; \
1.10    ! bertrand  431:      $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
        !           432:        $$tags $$unique; \
1.1       bertrand  433:    fi
                    434: ctags: CTAGS
                    435: CTAGS: ctags-recursive $(HEADERS) $(SOURCES) rplconfig.h.in $(TAGS_DEPENDENCIES) \
                    436:        $(TAGS_FILES) $(LISP)
1.10    ! bertrand  437:    tags=; \
1.1       bertrand  438:    list='$(SOURCES) $(HEADERS) rplconfig.h.in $(LISP) $(TAGS_FILES)'; \
                    439:    unique=`for i in $$list; do \
                    440:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    441:      done | \
                    442:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    443:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.10    ! bertrand  444:    test -z "$(CTAGS_ARGS)$$tags$$unique" \
1.1       bertrand  445:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.10    ! bertrand  446:         $$tags $$unique
1.1       bertrand  447: 
                    448: GTAGS:
                    449:    here=`$(am__cd) $(top_builddir) && pwd` \
1.10    ! bertrand  450:      && cd $(top_srcdir) \
        !           451:      && gtags -i $(GTAGS_ARGS) $$here
1.1       bertrand  452: 
                    453: distclean-tags:
                    454:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    455: 
                    456: distdir: $(DISTFILES)
                    457:    $(am__remove_distdir)
1.10    ! bertrand  458:    test -d $(distdir) || mkdir $(distdir)
1.1       bertrand  459:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    460:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    461:    list='$(DISTFILES)'; \
                    462:      dist_files=`for file in $$list; do echo $$file; done | \
                    463:      sed -e "s|^$$srcdirstrip/||;t" \
                    464:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    465:    case $$dist_files in \
                    466:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    467:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    468:               sort -u` ;; \
                    469:    esac; \
                    470:    for file in $$dist_files; do \
                    471:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    472:      if test -d $$d/$$file; then \
                    473:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
                    474:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.10    ! bertrand  475:          cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
1.1       bertrand  476:        fi; \
1.10    ! bertrand  477:        cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
1.1       bertrand  478:      else \
1.10    ! bertrand  479:        test -f $(distdir)/$$file \
        !           480:        || cp -p $$d/$$file $(distdir)/$$file \
1.1       bertrand  481:        || exit 1; \
                    482:      fi; \
                    483:    done
1.10    ! bertrand  484:    list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       bertrand  485:      if test "$$subdir" = .; then :; else \
                    486:        test -d "$(distdir)/$$subdir" \
                    487:        || $(MKDIR_P) "$(distdir)/$$subdir" \
                    488:        || exit 1; \
1.10    ! bertrand  489:        distdir=`$(am__cd) $(distdir) && pwd`; \
        !           490:        top_distdir=`$(am__cd) $(top_distdir) && pwd`; \
        !           491:        (cd $$subdir && \
1.1       bertrand  492:          $(MAKE) $(AM_MAKEFLAGS) \
1.10    ! bertrand  493:            top_distdir="$$top_distdir" \
        !           494:            distdir="$$distdir/$$subdir" \
1.1       bertrand  495:        am__remove_distdir=: \
                    496:        am__skip_length_check=: \
                    497:            distdir) \
                    498:          || exit 1; \
                    499:      fi; \
                    500:    done
1.10    ! bertrand  501:    -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \
1.1       bertrand  502:      ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
                    503:      ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
                    504:      ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1.10    ! bertrand  505:    || chmod -R a+r $(distdir)
1.1       bertrand  506: dist-gzip: distdir
                    507:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    508:    $(am__remove_distdir)
                    509: 
                    510: dist-bzip2: distdir
                    511:    tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
                    512:    $(am__remove_distdir)
                    513: 
                    514: dist-lzma: distdir
                    515:    tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
                    516:    $(am__remove_distdir)
                    517: 
                    518: dist-tarZ: distdir
                    519:    tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
                    520:    $(am__remove_distdir)
                    521: 
                    522: dist-shar: distdir
                    523:    shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
                    524:    $(am__remove_distdir)
                    525: 
                    526: dist-zip: distdir
                    527:    -rm -f $(distdir).zip
                    528:    zip -rq $(distdir).zip $(distdir)
                    529:    $(am__remove_distdir)
                    530: 
                    531: dist dist-all: distdir
                    532:    tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
                    533:    $(am__remove_distdir)
                    534: 
                    535: # This target untars the dist file and tries a VPATH configuration.  Then
                    536: # it guarantees that the distribution is self-contained by making another
                    537: # tarfile.
                    538: distcheck: dist
                    539:    case '$(DIST_ARCHIVES)' in \
                    540:    *.tar.gz*) \
1.10    ! bertrand  541:      GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1.1       bertrand  542:    *.tar.bz2*) \
1.10    ! bertrand  543:      bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
1.1       bertrand  544:    *.tar.lzma*) \
1.10    ! bertrand  545:      unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1.1       bertrand  546:    *.tar.Z*) \
                    547:      uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
                    548:    *.shar.gz*) \
1.10    ! bertrand  549:      GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\
1.1       bertrand  550:    *.zip*) \
                    551:      unzip $(distdir).zip ;;\
                    552:    esac
                    553:    chmod -R a-w $(distdir); chmod a+w $(distdir)
                    554:    mkdir $(distdir)/_build
                    555:    mkdir $(distdir)/_inst
                    556:    chmod a-w $(distdir)
                    557:    dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
                    558:      && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1.10    ! bertrand  559:      && cd $(distdir)/_build \
1.1       bertrand  560:      && ../configure --srcdir=.. --prefix="$$dc_install_base" \
                    561:        $(DISTCHECK_CONFIGURE_FLAGS) \
                    562:      && $(MAKE) $(AM_MAKEFLAGS) \
                    563:      && $(MAKE) $(AM_MAKEFLAGS) dvi \
                    564:      && $(MAKE) $(AM_MAKEFLAGS) check \
                    565:      && $(MAKE) $(AM_MAKEFLAGS) install \
                    566:      && $(MAKE) $(AM_MAKEFLAGS) installcheck \
                    567:      && $(MAKE) $(AM_MAKEFLAGS) uninstall \
                    568:      && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
                    569:            distuninstallcheck \
                    570:      && chmod -R a-w "$$dc_install_base" \
                    571:      && ({ \
                    572:           (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
                    573:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
                    574:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
                    575:           && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
                    576:                distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
                    577:          } || { rm -rf "$$dc_destdir"; exit 1; }) \
                    578:      && rm -rf "$$dc_destdir" \
                    579:      && $(MAKE) $(AM_MAKEFLAGS) dist \
                    580:      && rm -rf $(DIST_ARCHIVES) \
1.10    ! bertrand  581:      && $(MAKE) $(AM_MAKEFLAGS) distcleancheck
1.1       bertrand  582:    $(am__remove_distdir)
                    583:    @(echo "$(distdir) archives ready for distribution: "; \
                    584:      list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
                    585:      sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
                    586: distuninstallcheck:
1.10    ! bertrand  587:    @cd $(distuninstallcheck_dir) \
1.1       bertrand  588:    && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \
                    589:       || { echo "ERROR: files left after uninstall:" ; \
                    590:            if test -n "$(DESTDIR)"; then \
                    591:              echo "  (check DESTDIR support)"; \
                    592:            fi ; \
                    593:            $(distuninstallcheck_listfiles) ; \
                    594:            exit 1; } >&2
                    595: distcleancheck: distclean
                    596:    @if test '$(srcdir)' = . ; then \
                    597:      echo "ERROR: distcleancheck can only run from a VPATH build" ; \
                    598:      exit 1 ; \
                    599:    fi
                    600:    @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
                    601:      || { echo "ERROR: files left in build directory after distclean:" ; \
                    602:           $(distcleancheck_listfiles) ; \
                    603:           exit 1; } >&2
                    604: check-am: all-am
                    605: check: check-recursive
                    606: all-am: Makefile $(HEADERS) rplconfig.h
                    607: installdirs: installdirs-recursive
                    608: installdirs-am:
                    609:    for dir in "$(DESTDIR)$(includedir)"; do \
                    610:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    611:    done
                    612: install: install-recursive
                    613: install-exec: install-exec-recursive
                    614: install-data: install-data-recursive
                    615: uninstall: uninstall-recursive
                    616: 
                    617: install-am: all-am
                    618:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    619: 
                    620: installcheck: installcheck-recursive
                    621: install-strip:
                    622:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    623:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    624:      `test -z '$(STRIP)' || \
                    625:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    626: mostlyclean-generic:
                    627: 
                    628: clean-generic:
                    629: 
                    630: distclean-generic:
                    631:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
                    632: 
                    633: maintainer-clean-generic:
                    634:    @echo "This command is intended for maintainers to use"
                    635:    @echo "it deletes files that may require special tools to rebuild."
                    636: clean: clean-recursive
                    637: 
                    638: clean-am: clean-generic mostlyclean-am
                    639: 
                    640: distclean: distclean-recursive
                    641:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    642:    -rm -f Makefile
                    643: distclean-am: clean-am distclean-generic distclean-hdr distclean-tags
                    644: 
                    645: dvi: dvi-recursive
                    646: 
                    647: dvi-am:
                    648: 
                    649: html: html-recursive
                    650: 
                    651: info: info-recursive
                    652: 
                    653: info-am:
                    654: 
                    655: install-data-am: install-includeHEADERS
                    656: 
                    657: install-dvi: install-dvi-recursive
                    658: 
                    659: install-exec-am:
                    660: 
                    661: install-html: install-html-recursive
                    662: 
                    663: install-info: install-info-recursive
                    664: 
                    665: install-man:
                    666: 
                    667: install-pdf: install-pdf-recursive
                    668: 
                    669: install-ps: install-ps-recursive
                    670: 
                    671: installcheck-am:
                    672: 
                    673: maintainer-clean: maintainer-clean-recursive
                    674:    -rm -f $(am__CONFIG_DISTCLEAN_FILES)
                    675:    -rm -rf $(top_srcdir)/autom4te.cache
                    676:    -rm -f Makefile
                    677: maintainer-clean-am: distclean-am maintainer-clean-generic
                    678: 
                    679: mostlyclean: mostlyclean-recursive
                    680: 
                    681: mostlyclean-am: mostlyclean-generic
                    682: 
                    683: pdf: pdf-recursive
                    684: 
                    685: pdf-am:
                    686: 
                    687: ps: ps-recursive
                    688: 
                    689: ps-am:
                    690: 
                    691: uninstall-am: uninstall-includeHEADERS
                    692: 
1.10    ! bertrand  693: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) install-am \
        !           694:    install-strip
1.1       bertrand  695: 
                    696: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    697:    all all-am am--refresh check check-am clean clean-generic \
                    698:    ctags ctags-recursive dist dist-all dist-bzip2 dist-gzip \
1.10    ! bertrand  699:    dist-lzma dist-shar dist-tarZ dist-zip distcheck distclean \
        !           700:    distclean-generic distclean-hdr distclean-tags distcleancheck \
        !           701:    distdir distuninstallcheck dvi dvi-am html html-am info \
        !           702:    info-am install install-am install-data install-data-am \
        !           703:    install-dvi install-dvi-am install-exec install-exec-am \
        !           704:    install-html install-html-am install-includeHEADERS \
        !           705:    install-info install-info-am install-man install-pdf \
        !           706:    install-pdf-am install-ps install-ps-am install-strip \
        !           707:    installcheck installcheck-am installdirs installdirs-am \
        !           708:    maintainer-clean maintainer-clean-generic mostlyclean \
        !           709:    mostlyclean-generic pdf pdf-am ps ps-am tags tags-recursive \
        !           710:    uninstall uninstall-am uninstall-includeHEADERS
1.1       bertrand  711: 
                    712: 
1.4       bertrand  713: licences:
                    714:    cp -f $(top_builddir)/COPYING $(srcdir)
                    715:    make -C src $@
                    716: 
                    717: toolsdistclean:
                    718:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  719:            @FILE@ @ICONV@ @SQLITE@; \
1.4       bertrand  720:    do \
                    721:        \rm -rf $(srcdir)/tools/$$i; \
                    722:    done;
                    723: 
1.3       bertrand  724: toolsclean:
                    725:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  726:            @FILE@ @ICONV@ @SQLITE@; \
1.3       bertrand  727:    do \
1.4       bertrand  728:        (cd $(top_builddir)/tools/$$i && $(MAKE) $(AM_MAKEFLAGS) clean); \
                    729:    done;
                    730: 
                    731: tools:
                    732:    for i in @NCURSES@ @READLINE@ @UNITS@ @GSL@ @GPP@ @GNUPLOT_COMPILATION@ \
1.9       bertrand  733:            @FILE@ @ICONV@ @SQLITE@; \
1.4       bertrand  734:    do \
                    735:        (cd $(top_builddir)/tools/$$i && $(MAKE) $(AM_MAKEFLAGS) all); \
1.3       bertrand  736:    done;
                    737: 
1.4       bertrand  738: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a:
                    739:    (cd $(top_builddir)/tools/@NCURSES@ && $(MAKE) $(AM_MAKEFLAGS))
                    740: 
                    741: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    742:        $(top_builddir)/tools/@READLINE@/libhistory.a:
                    743:    (cd $(top_builddir)/tools/@READLINE@ && $(MAKE) $(AM_MAKEFLAGS))
                    744: 
                    745: $(top_builddir)/tools/@GSL@/.libs/libgsl.a:
                    746:    (cd $(top_builddir)/tools/@GSL@ && $(MAKE) $(AM_MAKEFLAGS))
                    747: 
                    748: $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a:
1.5       bertrand  749: # La dépendance est faite par rpliconv.
1.4       bertrand  750:    (cd $(top_builddir)/tools/@ICONV@ && $(MAKE) $(AM_MAKEFLAGS))
                    751:    $(AR) cru $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a \
                    752:            $(top_builddir)/tools/@ICONV@/lib/.libs/*.o
                    753:    $(RANLIB) $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    754: 
                    755: $(top_builddir)/lapack/lapack/liblapack.a:
                    756:    (cd $(top_builddir)/lapack/lapack && $(MAKE) $(AM_MAKEFLAGS))
                    757: 
                    758: $(top_builddir)/lapack/blas/libblas.a:
                    759:    (cd $(top_builddir)/lapack/blas && $(MAKE) $(AM_MAKEFLAGS))
                    760: 
                    761: $(top_builddir)/rpliconv/rpliconv: \
                    762:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    763:    (cd $(top_builddir)/rpliconv && $(MAKE) $(AM_MAKEFLAGS))
                    764: 
                    765: $(top_builddir)/tools/@FILE@/src/rplfile \
                    766:        $(top_builddir)/tools/@FILE@/magic/magic.mgc: \
                    767:        $(top_builddir)/tools/@ICONV@/lib/.libs/libiconv.a
                    768:    (cd $(top_builddir)/tools/@FILE@ && $(MAKE) $(AM_MAKEFLAGS))
                    769: 
1.8       bertrand  770: $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a:
                    771:    (cd $(top_builddir)/tools/@SQLITE@ && $(MAKE) $(AM_MAKEFLAGS))
                    772: 
                    773: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    774:        $(top_builddir)/tools/@OPENSSL@/libssl.a:
                    775:    (cd $(top_builddir)/tools/@OPENSSL@ && $(MAKE) $(AM_MAKEFLAGS))
                    776: 
                    777: $(top_builddir)/tools/rplsums/rplmd5sum \
                    778:        $(top_builddir)/tools/rplsums/rplsha1sum: \
                    779:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a
                    780:    (cd $(top_builddir)/rplsums && $(MAKE) $(AM_MAKEFLAGS))
                    781: 
                    782: $(top_builddir)/tools/@GPP@/src/gpp:
                    783:    (cd $(top_builddir)/tools/@GPP@ && $(MAKE) $(AM_MAKEFLAGS))
                    784: 
1.5       bertrand  785: .NOTPARALLEL: $(top_builddir)/tools/@FILE@/src/rplfile \
                    786:        $(top_builddir)/tools/@FILE@/magic/magic.mgc
                    787: 
                    788: .NOTPARALLEL: $(top_builddir)/tools/@READLINE@/libreadline.a \
                    789:        $(top_builddir)/tools/@READLINE@/libhistory.a
                    790: 
1.8       bertrand  791: .NOTPARALLEL: $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    792:        $(top_builddir)/tools/@OPENSSL@/libssl.a
                    793: 
                    794: .NOTPARALLEL: $(top_builddir)/tools/rplsums/rplmd5sum \
                    795:        $(top_builddir)/tools/rplsums/rplsha1sum
                    796: 
1.4       bertrand  797: all: $(top_builddir)/tools/@NCURSES@/lib/libncurses.a \
                    798:        $(top_builddir)/tools/@READLINE@/libreadline.a \
                    799:        $(top_builddir)/tools/@READLINE@/libhistory.a \
                    800:        $(top_builddir)/tools/@GSL@/.libs/libgsl.a \
1.8       bertrand  801:        $(top_builddir)/tools/@SQLITE@/.libs/libsqlite3.a \
                    802:        $(top_builddir)/tools/@OPENSSL@/libcrypto.a \
                    803:        $(top_builddir)/tools/@OPENSSL@/libssl.a \
1.4       bertrand  804:        $(top_builddir)/lapack/lapack/liblapack.a \
                    805:        $(top_builddir)/lapack/blas/libblas.a \
                    806:        $(top_builddir)/rpliconv/rpliconv \
                    807:        $(top_builddir)/tools/@FILE@/src/rplfile \
1.8       bertrand  808:        $(top_builddir)/tools/@FILE@/magic/magic.mgc \
                    809:        $(top_builddir)/tools/rplsums/rplmd5sum \
                    810:        $(top_builddir)/tools/rplsums/rplsha1sum \
                    811:        $(top_builddir)/tools/@GPP@/src/gpp
1.5       bertrand  812: # Cette règle n'est là que pour forcer la compilation de Gnuplot.
                    813:    (cd $(top_builddir)/tools && $(MAKE) $(AM_MAKEFLAGS))
                    814:    (cd $(top_builddir)/rpltags && $(MAKE) $(AM_MAKEFLAGS))
1.4       bertrand  815:    (cd $(top_builddir)/src && $(MAKE) $(AM_MAKEFLAGS))
1.1       bertrand  816: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    817: # Otherwise a system limit (for SysV at least) may be exceeded.
                    818: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>