File:  [local] / rpl / Attic / Makefile.in
Revision 1.7: download - view: text, annotated - select for diffs - revision graph
Thu Mar 4 10:09:30 2010 UTC (14 years, 2 months ago) by bertrand
Branches: MAIN
CVS tags: rpl-4_0_11, HEAD
Modifications des scripts de configuration pour Cygwin.

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

CVSweb interface <joel.bertrand@systella.fr>