Annotation of rpl/doc/Makefile.in, revision 1.38

1.8       bertrand    1: # Makefile.in generated by automake 1.11.1 from Makefile.am.
1.1       bertrand    2: # @configure_input@
                      3: 
                      4: # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
1.8       bertrand    5: # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
                      6: # Inc.
1.1       bertrand    7: # This Makefile.in is free software; the Free Software Foundation
                      8: # gives unlimited permission to copy and/or distribute it,
                      9: # with or without modifications, as long as this notice is preserved.
                     10: 
                     11: # This program is distributed in the hope that it will be useful,
                     12: # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
                     13: # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
                     14: # PARTICULAR PURPOSE.
                     15: 
                     16: @SET_MAKE@
                     17: VPATH = @srcdir@
                     18: pkgdatadir = $(datadir)/@PACKAGE@
1.8       bertrand   19: pkgincludedir = $(includedir)/@PACKAGE@
1.7       bertrand   20: pkglibdir = $(libdir)/@PACKAGE@
1.8       bertrand   21: pkglibexecdir = $(libexecdir)/@PACKAGE@
1.1       bertrand   22: am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
                     23: install_sh_DATA = $(install_sh) -c -m 644
                     24: install_sh_PROGRAM = $(install_sh) -c
                     25: install_sh_SCRIPT = $(install_sh) -c
                     26: INSTALL_HEADER = $(INSTALL_DATA)
                     27: transform = $(program_transform_name)
                     28: NORMAL_INSTALL = :
                     29: PRE_INSTALL = :
                     30: POST_INSTALL = :
                     31: NORMAL_UNINSTALL = :
                     32: PRE_UNINSTALL = :
                     33: POST_UNINSTALL = :
                     34: build_triplet = @build@
                     35: host_triplet = @host@
                     36: target_triplet = @target@
                     37: subdir = doc
1.3       bertrand   38: DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in
1.1       bertrand   39: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
                     40: am__aclocal_m4_deps = $(top_srcdir)/configure.in
                     41: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     42:    $(ACLOCAL_M4)
                     43: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     44: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     45: CONFIG_CLEAN_FILES =
1.8       bertrand   46: CONFIG_CLEAN_VPATH_FILES =
1.1       bertrand   47: SOURCES =
                     48: DIST_SOURCES =
                     49: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.31      bertrand   50: ABI = @ABI@
1.1       bertrand   51: ACLOCAL = @ACLOCAL@
                     52: AMTAR = @AMTAR@
                     53: AUTOCONF = @AUTOCONF@
                     54: AUTOHEADER = @AUTOHEADER@
                     55: AUTOMAKE = @AUTOMAKE@
                     56: AWK = @AWK@
1.26      bertrand   57: BSH_PATH = @BSH_PATH@
1.38    ! bertrand   58: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand   59: CC = @CC@
                     60: CCDEPMODE = @CCDEPMODE@
                     61: CFLAGS = @CFLAGS@
1.30      bertrand   62: COCOA = @COCOA@
1.1       bertrand   63: CPP = @CPP@
                     64: CPPFLAGS = @CPPFLAGS@
                     65: CXX = @CXX@
                     66: CXXDEPMODE = @CXXDEPMODE@
                     67: CXXFLAGS = @CXXFLAGS@
                     68: CYGPATH_W = @CYGPATH_W@
1.20      bertrand   69: C_STANDARD = @C_STANDARD@
1.1       bertrand   70: DATE = @DATE@
                     71: DATE_FR = @DATE_FR@
                     72: DEBUG = @DEBUG@
                     73: DEFS = @DEFS@
                     74: DEPDIR = @DEPDIR@
                     75: DVIPS = @DVIPS@
                     76: ECHO_C = @ECHO_C@
                     77: ECHO_N = @ECHO_N@
                     78: ECHO_T = @ECHO_T@
                     79: EGREP = @EGREP@
1.34      bertrand   80: ELF = @ELF@
1.1       bertrand   81: EXEEXT = @EXEEXT@
                     82: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.9       bertrand   83: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.18      bertrand   84: EXT_SQL = @EXT_SQL@
1.1       bertrand   85: F77 = @F77@
                     86: FC = @FC@
                     87: FCFLAGS = @FCFLAGS@
                     88: FFLAGS = @FFLAGS@
                     89: FILE = @FILE@
                     90: FINAL_ENCODING = @FINAL_ENCODING@
                     91: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.30      bertrand   92: GIAC = @GIAC@
1.29      bertrand   93: GMP = @GMP@
1.1       bertrand   94: GNUPLOT = @GNUPLOT@
                     95: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                     96: GNUPLOT_P = @GNUPLOT_P@
                     97: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                     98: GPP = @GPP@
                     99: GREP = @GREP@
                    100: GS = @GS@
                    101: GSL = @GSL@
                    102: GV = @GV@
1.33      bertrand  103: HOST = @HOST@
1.1       bertrand  104: ICONV = @ICONV@
1.38    ! bertrand  105: INCMOTIF = @INCMOTIF@
1.1       bertrand  106: INSTALL = @INSTALL@
                    107: INSTALL_DATA = @INSTALL_DATA@
                    108: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    109: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    110: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.23      bertrand  111: IPCS_SYSV = @IPCS_SYSV@
1.21      bertrand  112: IPV6 = @IPV6@
1.1       bertrand  113: LATEX = @LATEX@
                    114: LDFLAGS = @LDFLAGS@
1.38    ! bertrand  115: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  116: LIBOBJS = @LIBOBJS@
1.32      bertrand  117: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  118: LIBS = @LIBS@
                    119: LN_S = @LN_S@
                    120: LTLIBOBJS = @LTLIBOBJS@
                    121: MAKEINFO = @MAKEINFO@
1.28      bertrand  122: MALLOC = @MALLOC@
1.1       bertrand  123: MKDIR_P = @MKDIR_P@
                    124: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.29      bertrand  125: MPFR = @MPFR@
1.1       bertrand  126: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    127: NCURSES = @NCURSES@
1.9       bertrand  128: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.30      bertrand  129: NTL = @NTL@
1.1       bertrand  130: OBJEXT = @OBJEXT@
1.37      bertrand  131: OPENMOTIF = @OPENMOTIF@
1.6       bertrand  132: OPENSSL = @OPENSSL@
1.5       bertrand  133: OS = @OS@
1.1       bertrand  134: PACKAGE = @PACKAGE@
                    135: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    136: PACKAGE_NAME = @PACKAGE_NAME@
                    137: PACKAGE_STRING = @PACKAGE_STRING@
                    138: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.8       bertrand  139: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  140: PACKAGE_VERSION = @PACKAGE_VERSION@
1.30      bertrand  141: PARI = @PARI@
1.1       bertrand  142: PATH_SEPARATOR = @PATH_SEPARATOR@
                    143: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    144: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    145: PROFILAGE = @PROFILAGE@
                    146: RANLIB = @RANLIB@
                    147: READLINE = @READLINE@
1.32      bertrand  148: RPLCAS = @RPLCAS@
1.1       bertrand  149: RUNPATH = @RUNPATH@
                    150: SED = @SED@
1.9       bertrand  151: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.20      bertrand  152: SEMUN = @SEMUN@
1.1       bertrand  153: SET_MAKE = @SET_MAKE@
                    154: SHELL = @SHELL@
1.35      bertrand  155: SIGSEGV = @SIGSEGV@
1.6       bertrand  156: SQLITE = @SQLITE@
1.1       bertrand  157: STRIP = @STRIP@
                    158: TEX = @TEX@
                    159: UNITS = @UNITS@
                    160: VERSION = @VERSION@
                    161: VIM = @VIM@
                    162: VIM_SUPPORT = @VIM_SUPPORT@
                    163: XMKMF = @XMKMF@
                    164: X_CFLAGS = @X_CFLAGS@
                    165: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    166: X_LIBS = @X_LIBS@
                    167: X_PRE_LIBS = @X_PRE_LIBS@
                    168: abs_builddir = @abs_builddir@
                    169: abs_srcdir = @abs_srcdir@
                    170: abs_top_builddir = @abs_top_builddir@
                    171: abs_top_srcdir = @abs_top_srcdir@
                    172: ac_ct_CC = @ac_ct_CC@
                    173: ac_ct_CXX = @ac_ct_CXX@
                    174: ac_ct_F77 = @ac_ct_F77@
                    175: ac_ct_FC = @ac_ct_FC@
                    176: am__include = @am__include@
                    177: am__leading_dot = @am__leading_dot@
                    178: am__quote = @am__quote@
                    179: am__tar = @am__tar@
                    180: am__untar = @am__untar@
                    181: bindir = @bindir@
                    182: build = @build@
                    183: build_alias = @build_alias@
                    184: build_cpu = @build_cpu@
                    185: build_os = @build_os@
                    186: build_vendor = @build_vendor@
                    187: builddir = @builddir@
                    188: datadir = @datadir@
                    189: datarootdir = @datarootdir@
                    190: docdir = @docdir@
                    191: dvidir = @dvidir@
                    192: exec_prefix = @exec_prefix@
                    193: host = @host@
                    194: host_alias = @host_alias@
                    195: host_cpu = @host_cpu@
                    196: host_os = @host_os@
                    197: host_vendor = @host_vendor@
                    198: htmldir = @htmldir@
                    199: includeX = @includeX@
                    200: includedir = @includedir@
                    201: infodir = @infodir@
                    202: install_sh = @install_sh@
                    203: libMySQLinc = @libMySQLinc@
                    204: libMySQLlib = @libMySQLlib@
                    205: libPgSQLinc = @libPgSQLinc@
                    206: libPgSQLlib = @libPgSQLlib@
                    207: libX = @libX@
                    208: libdir = @libdir@
                    209: libexecdir = @libexecdir@
                    210: localedir = @localedir@
                    211: localstatedir = @localstatedir@
                    212: mandir = @mandir@
                    213: mkdir_p = @mkdir_p@
                    214: oldincludedir = @oldincludedir@
                    215: pdfdir = @pdfdir@
                    216: prefix = @prefix@
                    217: program_transform_name = @program_transform_name@
                    218: psdir = @psdir@
                    219: sbindir = @sbindir@
                    220: sharedstatedir = @sharedstatedir@
                    221: srcdir = @srcdir@
                    222: subdirs = @subdirs@
                    223: sysconfdir = @sysconfdir@
                    224: target = @target@
                    225: target_alias = @target_alias@
                    226: target_cpu = @target_cpu@
                    227: target_os = @target_os@
                    228: target_vendor = @target_vendor@
1.8       bertrand  229: top_build_prefix = @top_build_prefix@
1.1       bertrand  230: top_builddir = @top_builddir@
                    231: top_srcdir = @top_srcdir@
1.5       bertrand  232: EXTRA_DIST = README
1.1       bertrand  233: all: all-am
                    234: 
                    235: .SUFFIXES:
                    236: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    237:    @for dep in $?; do \
                    238:      case '$(am__configure_deps)' in \
                    239:        *$$dep*) \
1.8       bertrand  240:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    241:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  242:          exit 1;; \
                    243:      esac; \
                    244:    done; \
1.8       bertrand  245:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
                    246:    $(am__cd) $(top_srcdir) && \
                    247:      $(AUTOMAKE) --gnu doc/Makefile
1.1       bertrand  248: .PRECIOUS: Makefile
                    249: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    250:    @case '$?' in \
                    251:      *config.status*) \
                    252:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    253:      *) \
                    254:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    255:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    256:    esac;
                    257: 
                    258: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    259:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    260: 
                    261: $(top_srcdir)/configure:  $(am__configure_deps)
                    262:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    263: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    264:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.8       bertrand  265: $(am__aclocal_m4_deps):
1.1       bertrand  266: tags: TAGS
                    267: TAGS:
                    268: 
                    269: ctags: CTAGS
                    270: CTAGS:
                    271: 
                    272: 
                    273: distdir: $(DISTFILES)
                    274:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    275:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    276:    list='$(DISTFILES)'; \
                    277:      dist_files=`for file in $$list; do echo $$file; done | \
                    278:      sed -e "s|^$$srcdirstrip/||;t" \
                    279:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    280:    case $$dist_files in \
                    281:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    282:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    283:               sort -u` ;; \
                    284:    esac; \
                    285:    for file in $$dist_files; do \
                    286:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    287:      if test -d $$d/$$file; then \
                    288:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.8       bertrand  289:        if test -d "$(distdir)/$$file"; then \
                    290:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    291:        fi; \
1.1       bertrand  292:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.8       bertrand  293:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    294:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  295:        fi; \
1.8       bertrand  296:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  297:      else \
1.8       bertrand  298:        test -f "$(distdir)/$$file" \
                    299:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  300:        || exit 1; \
                    301:      fi; \
                    302:    done
                    303: check-am: all-am
                    304: check: check-am
                    305: all-am: Makefile
                    306: installdirs:
                    307: install: install-am
                    308: install-exec: install-exec-am
                    309: install-data: install-data-am
                    310: uninstall: uninstall-am
                    311: 
                    312: install-am: all-am
                    313:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    314: 
                    315: installcheck: installcheck-am
                    316: install-strip:
                    317:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    318:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    319:      `test -z '$(STRIP)' || \
                    320:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    321: mostlyclean-generic:
                    322: 
                    323: clean-generic:
                    324: 
                    325: distclean-generic:
                    326:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.8       bertrand  327:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  328: 
                    329: maintainer-clean-generic:
                    330:    @echo "This command is intended for maintainers to use"
                    331:    @echo "it deletes files that may require special tools to rebuild."
                    332: clean: clean-am
                    333: 
                    334: clean-am: clean-generic mostlyclean-am
                    335: 
                    336: distclean: distclean-am
                    337:    -rm -f Makefile
                    338: distclean-am: clean-am distclean-generic
                    339: 
                    340: dvi: dvi-am
                    341: 
                    342: dvi-am:
                    343: 
                    344: html: html-am
                    345: 
1.8       bertrand  346: html-am:
                    347: 
1.1       bertrand  348: info: info-am
                    349: 
                    350: info-am:
                    351: 
                    352: install-data-am:
                    353: 
                    354: install-dvi: install-dvi-am
                    355: 
1.8       bertrand  356: install-dvi-am:
                    357: 
1.1       bertrand  358: install-exec-am:
                    359: 
                    360: install-html: install-html-am
                    361: 
1.8       bertrand  362: install-html-am:
                    363: 
1.1       bertrand  364: install-info: install-info-am
                    365: 
1.8       bertrand  366: install-info-am:
                    367: 
1.1       bertrand  368: install-man:
                    369: 
                    370: install-pdf: install-pdf-am
                    371: 
1.8       bertrand  372: install-pdf-am:
                    373: 
1.1       bertrand  374: install-ps: install-ps-am
                    375: 
1.8       bertrand  376: install-ps-am:
                    377: 
1.1       bertrand  378: installcheck-am:
                    379: 
                    380: maintainer-clean: maintainer-clean-am
                    381:    -rm -f Makefile
                    382: maintainer-clean-am: distclean-am maintainer-clean-generic
                    383: 
                    384: mostlyclean: mostlyclean-am
                    385: 
                    386: mostlyclean-am: mostlyclean-generic
                    387: 
                    388: pdf: pdf-am
                    389: 
                    390: pdf-am:
                    391: 
                    392: ps: ps-am
                    393: 
                    394: ps-am:
                    395: 
                    396: uninstall-am:
                    397: 
                    398: .MAKE: install-am install-strip
                    399: 
                    400: .PHONY: all all-am check check-am clean clean-generic distclean \
                    401:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    402:    install install-am install-data install-data-am install-dvi \
                    403:    install-dvi-am install-exec install-exec-am install-html \
                    404:    install-html-am install-info install-info-am install-man \
                    405:    install-pdf install-pdf-am install-ps install-ps-am \
                    406:    install-strip installcheck installcheck-am installdirs \
                    407:    maintainer-clean maintainer-clean-generic mostlyclean \
                    408:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    409: 
1.8       bertrand  410: 
1.1       bertrand  411: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    412: # Otherwise a system limit (for SysV at least) may be exceeded.
                    413: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>