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

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@
1.39    ! bertrand  119: LIBXPM = @LIBXPM@
1.1       bertrand  120: LN_S = @LN_S@
                    121: LTLIBOBJS = @LTLIBOBJS@
                    122: MAKEINFO = @MAKEINFO@
1.28      bertrand  123: MALLOC = @MALLOC@
1.1       bertrand  124: MKDIR_P = @MKDIR_P@
                    125: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.29      bertrand  126: MPFR = @MPFR@
1.1       bertrand  127: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    128: NCURSES = @NCURSES@
1.9       bertrand  129: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.30      bertrand  130: NTL = @NTL@
1.1       bertrand  131: OBJEXT = @OBJEXT@
1.37      bertrand  132: OPENMOTIF = @OPENMOTIF@
1.6       bertrand  133: OPENSSL = @OPENSSL@
1.5       bertrand  134: OS = @OS@
1.1       bertrand  135: PACKAGE = @PACKAGE@
                    136: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    137: PACKAGE_NAME = @PACKAGE_NAME@
                    138: PACKAGE_STRING = @PACKAGE_STRING@
                    139: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.8       bertrand  140: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  141: PACKAGE_VERSION = @PACKAGE_VERSION@
1.30      bertrand  142: PARI = @PARI@
1.1       bertrand  143: PATH_SEPARATOR = @PATH_SEPARATOR@
                    144: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    145: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    146: PROFILAGE = @PROFILAGE@
                    147: RANLIB = @RANLIB@
                    148: READLINE = @READLINE@
1.32      bertrand  149: RPLCAS = @RPLCAS@
1.1       bertrand  150: RUNPATH = @RUNPATH@
                    151: SED = @SED@
1.9       bertrand  152: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.20      bertrand  153: SEMUN = @SEMUN@
1.1       bertrand  154: SET_MAKE = @SET_MAKE@
                    155: SHELL = @SHELL@
1.35      bertrand  156: SIGSEGV = @SIGSEGV@
1.6       bertrand  157: SQLITE = @SQLITE@
1.1       bertrand  158: STRIP = @STRIP@
                    159: TEX = @TEX@
                    160: UNITS = @UNITS@
                    161: VERSION = @VERSION@
                    162: VIM = @VIM@
                    163: VIM_SUPPORT = @VIM_SUPPORT@
                    164: XMKMF = @XMKMF@
                    165: X_CFLAGS = @X_CFLAGS@
                    166: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    167: X_LIBS = @X_LIBS@
                    168: X_PRE_LIBS = @X_PRE_LIBS@
                    169: abs_builddir = @abs_builddir@
                    170: abs_srcdir = @abs_srcdir@
                    171: abs_top_builddir = @abs_top_builddir@
                    172: abs_top_srcdir = @abs_top_srcdir@
                    173: ac_ct_CC = @ac_ct_CC@
                    174: ac_ct_CXX = @ac_ct_CXX@
                    175: ac_ct_F77 = @ac_ct_F77@
                    176: ac_ct_FC = @ac_ct_FC@
                    177: am__include = @am__include@
                    178: am__leading_dot = @am__leading_dot@
                    179: am__quote = @am__quote@
                    180: am__tar = @am__tar@
                    181: am__untar = @am__untar@
                    182: bindir = @bindir@
                    183: build = @build@
                    184: build_alias = @build_alias@
                    185: build_cpu = @build_cpu@
                    186: build_os = @build_os@
                    187: build_vendor = @build_vendor@
                    188: builddir = @builddir@
                    189: datadir = @datadir@
                    190: datarootdir = @datarootdir@
                    191: docdir = @docdir@
                    192: dvidir = @dvidir@
                    193: exec_prefix = @exec_prefix@
                    194: host = @host@
                    195: host_alias = @host_alias@
                    196: host_cpu = @host_cpu@
                    197: host_os = @host_os@
                    198: host_vendor = @host_vendor@
                    199: htmldir = @htmldir@
                    200: includeX = @includeX@
                    201: includedir = @includedir@
                    202: infodir = @infodir@
                    203: install_sh = @install_sh@
                    204: libMySQLinc = @libMySQLinc@
                    205: libMySQLlib = @libMySQLlib@
                    206: libPgSQLinc = @libPgSQLinc@
                    207: libPgSQLlib = @libPgSQLlib@
                    208: libX = @libX@
                    209: libdir = @libdir@
                    210: libexecdir = @libexecdir@
                    211: localedir = @localedir@
                    212: localstatedir = @localstatedir@
                    213: mandir = @mandir@
                    214: mkdir_p = @mkdir_p@
                    215: oldincludedir = @oldincludedir@
                    216: pdfdir = @pdfdir@
                    217: prefix = @prefix@
                    218: program_transform_name = @program_transform_name@
                    219: psdir = @psdir@
                    220: sbindir = @sbindir@
                    221: sharedstatedir = @sharedstatedir@
                    222: srcdir = @srcdir@
                    223: subdirs = @subdirs@
                    224: sysconfdir = @sysconfdir@
                    225: target = @target@
                    226: target_alias = @target_alias@
                    227: target_cpu = @target_cpu@
                    228: target_os = @target_os@
                    229: target_vendor = @target_vendor@
1.8       bertrand  230: top_build_prefix = @top_build_prefix@
1.1       bertrand  231: top_builddir = @top_builddir@
                    232: top_srcdir = @top_srcdir@
1.5       bertrand  233: EXTRA_DIST = README
1.1       bertrand  234: all: all-am
                    235: 
                    236: .SUFFIXES:
                    237: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    238:    @for dep in $?; do \
                    239:      case '$(am__configure_deps)' in \
                    240:        *$$dep*) \
1.8       bertrand  241:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    242:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  243:          exit 1;; \
                    244:      esac; \
                    245:    done; \
1.8       bertrand  246:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
                    247:    $(am__cd) $(top_srcdir) && \
                    248:      $(AUTOMAKE) --gnu doc/Makefile
1.1       bertrand  249: .PRECIOUS: Makefile
                    250: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    251:    @case '$?' in \
                    252:      *config.status*) \
                    253:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    254:      *) \
                    255:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    256:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    257:    esac;
                    258: 
                    259: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    260:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    261: 
                    262: $(top_srcdir)/configure:  $(am__configure_deps)
                    263:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    264: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    265:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.8       bertrand  266: $(am__aclocal_m4_deps):
1.1       bertrand  267: tags: TAGS
                    268: TAGS:
                    269: 
                    270: ctags: CTAGS
                    271: CTAGS:
                    272: 
                    273: 
                    274: distdir: $(DISTFILES)
                    275:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    276:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    277:    list='$(DISTFILES)'; \
                    278:      dist_files=`for file in $$list; do echo $$file; done | \
                    279:      sed -e "s|^$$srcdirstrip/||;t" \
                    280:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    281:    case $$dist_files in \
                    282:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    283:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    284:               sort -u` ;; \
                    285:    esac; \
                    286:    for file in $$dist_files; do \
                    287:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    288:      if test -d $$d/$$file; then \
                    289:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.8       bertrand  290:        if test -d "$(distdir)/$$file"; then \
                    291:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    292:        fi; \
1.1       bertrand  293:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.8       bertrand  294:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    295:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  296:        fi; \
1.8       bertrand  297:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  298:      else \
1.8       bertrand  299:        test -f "$(distdir)/$$file" \
                    300:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  301:        || exit 1; \
                    302:      fi; \
                    303:    done
                    304: check-am: all-am
                    305: check: check-am
                    306: all-am: Makefile
                    307: installdirs:
                    308: install: install-am
                    309: install-exec: install-exec-am
                    310: install-data: install-data-am
                    311: uninstall: uninstall-am
                    312: 
                    313: install-am: all-am
                    314:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    315: 
                    316: installcheck: installcheck-am
                    317: install-strip:
                    318:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    319:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    320:      `test -z '$(STRIP)' || \
                    321:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    322: mostlyclean-generic:
                    323: 
                    324: clean-generic:
                    325: 
                    326: distclean-generic:
                    327:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.8       bertrand  328:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  329: 
                    330: maintainer-clean-generic:
                    331:    @echo "This command is intended for maintainers to use"
                    332:    @echo "it deletes files that may require special tools to rebuild."
                    333: clean: clean-am
                    334: 
                    335: clean-am: clean-generic mostlyclean-am
                    336: 
                    337: distclean: distclean-am
                    338:    -rm -f Makefile
                    339: distclean-am: clean-am distclean-generic
                    340: 
                    341: dvi: dvi-am
                    342: 
                    343: dvi-am:
                    344: 
                    345: html: html-am
                    346: 
1.8       bertrand  347: html-am:
                    348: 
1.1       bertrand  349: info: info-am
                    350: 
                    351: info-am:
                    352: 
                    353: install-data-am:
                    354: 
                    355: install-dvi: install-dvi-am
                    356: 
1.8       bertrand  357: install-dvi-am:
                    358: 
1.1       bertrand  359: install-exec-am:
                    360: 
                    361: install-html: install-html-am
                    362: 
1.8       bertrand  363: install-html-am:
                    364: 
1.1       bertrand  365: install-info: install-info-am
                    366: 
1.8       bertrand  367: install-info-am:
                    368: 
1.1       bertrand  369: install-man:
                    370: 
                    371: install-pdf: install-pdf-am
                    372: 
1.8       bertrand  373: install-pdf-am:
                    374: 
1.1       bertrand  375: install-ps: install-ps-am
                    376: 
1.8       bertrand  377: install-ps-am:
                    378: 
1.1       bertrand  379: installcheck-am:
                    380: 
                    381: maintainer-clean: maintainer-clean-am
                    382:    -rm -f Makefile
                    383: maintainer-clean-am: distclean-am maintainer-clean-generic
                    384: 
                    385: mostlyclean: mostlyclean-am
                    386: 
                    387: mostlyclean-am: mostlyclean-generic
                    388: 
                    389: pdf: pdf-am
                    390: 
                    391: pdf-am:
                    392: 
                    393: ps: ps-am
                    394: 
                    395: ps-am:
                    396: 
                    397: uninstall-am:
                    398: 
                    399: .MAKE: install-am install-strip
                    400: 
                    401: .PHONY: all all-am check check-am clean clean-generic distclean \
                    402:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    403:    install install-am install-data install-data-am install-dvi \
                    404:    install-dvi-am install-exec install-exec-am install-html \
                    405:    install-html-am install-info install-info-am install-man \
                    406:    install-pdf install-pdf-am install-ps install-ps-am \
                    407:    install-strip installcheck installcheck-am installdirs \
                    408:    maintainer-clean maintainer-clean-generic mostlyclean \
                    409:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    410: 
1.8       bertrand  411: 
1.1       bertrand  412: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    413: # Otherwise a system limit (for SysV at least) may be exceeded.
                    414: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>