Annotation of rpl/Makefile.in, revision 1.4

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

CVSweb interface <joel.bertrand@systella.fr>