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

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)
                     50: ACLOCAL = @ACLOCAL@
                     51: AMTAR = @AMTAR@
                     52: AUTOCONF = @AUTOCONF@
                     53: AUTOHEADER = @AUTOHEADER@
                     54: AUTOMAKE = @AUTOMAKE@
                     55: AWK = @AWK@
                     56: CC = @CC@
                     57: CCDEPMODE = @CCDEPMODE@
                     58: CFLAGS = @CFLAGS@
                     59: CPP = @CPP@
                     60: CPPFLAGS = @CPPFLAGS@
                     61: CXX = @CXX@
                     62: CXXDEPMODE = @CXXDEPMODE@
                     63: CXXFLAGS = @CXXFLAGS@
                     64: CYGPATH_W = @CYGPATH_W@
                     65: DATE = @DATE@
                     66: DATE_FR = @DATE_FR@
                     67: DEBUG = @DEBUG@
                     68: DEFS = @DEFS@
                     69: DEPDIR = @DEPDIR@
                     70: DVIPS = @DVIPS@
                     71: ECHO_C = @ECHO_C@
                     72: ECHO_N = @ECHO_N@
                     73: ECHO_T = @ECHO_T@
                     74: EGREP = @EGREP@
                     75: EXEEXT = @EXEEXT@
                     76: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.9       bertrand   77: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.1       bertrand   78: F77 = @F77@
                     79: FC = @FC@
                     80: FCFLAGS = @FCFLAGS@
                     81: FFLAGS = @FFLAGS@
                     82: FILE = @FILE@
                     83: FINAL_ENCODING = @FINAL_ENCODING@
                     84: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
                     85: GNUPLOT = @GNUPLOT@
                     86: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                     87: GNUPLOT_P = @GNUPLOT_P@
                     88: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                     89: GPP = @GPP@
                     90: GREP = @GREP@
                     91: GS = @GS@
                     92: GSL = @GSL@
                     93: GV = @GV@
                     94: ICONV = @ICONV@
                     95: INSTALL = @INSTALL@
                     96: INSTALL_DATA = @INSTALL_DATA@
                     97: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                     98: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                     99: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
                    100: LATEX = @LATEX@
                    101: LDFLAGS = @LDFLAGS@
                    102: LIBOBJS = @LIBOBJS@
                    103: LIBS = @LIBS@
                    104: LN_S = @LN_S@
                    105: LTLIBOBJS = @LTLIBOBJS@
                    106: MAKEINFO = @MAKEINFO@
1.13      bertrand  107: MALLOC = @MALLOC@
1.1       bertrand  108: MKDIR_P = @MKDIR_P@
                    109: MOTIF_SUPPORT = @MOTIF_SUPPORT@
                    110: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    111: NCURSES = @NCURSES@
1.9       bertrand  112: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.1       bertrand  113: OBJEXT = @OBJEXT@
1.6       bertrand  114: OPENSSL = @OPENSSL@
1.5       bertrand  115: OS = @OS@
1.1       bertrand  116: PACKAGE = @PACKAGE@
                    117: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    118: PACKAGE_NAME = @PACKAGE_NAME@
                    119: PACKAGE_STRING = @PACKAGE_STRING@
                    120: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.8       bertrand  121: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  122: PACKAGE_VERSION = @PACKAGE_VERSION@
                    123: PATH_SEPARATOR = @PATH_SEPARATOR@
                    124: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    125: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    126: PROFILAGE = @PROFILAGE@
                    127: RANLIB = @RANLIB@
                    128: READLINE = @READLINE@
                    129: RUNPATH = @RUNPATH@
                    130: SED = @SED@
1.9       bertrand  131: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.1       bertrand  132: SET_MAKE = @SET_MAKE@
                    133: SHELL = @SHELL@
1.6       bertrand  134: SQLITE = @SQLITE@
1.1       bertrand  135: STRIP = @STRIP@
                    136: TEX = @TEX@
                    137: UNITS = @UNITS@
                    138: VERSION = @VERSION@
                    139: VIM = @VIM@
                    140: VIM_SUPPORT = @VIM_SUPPORT@
                    141: XMKMF = @XMKMF@
                    142: X_CFLAGS = @X_CFLAGS@
                    143: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    144: X_LIBS = @X_LIBS@
                    145: X_PRE_LIBS = @X_PRE_LIBS@
                    146: abs_builddir = @abs_builddir@
                    147: abs_srcdir = @abs_srcdir@
                    148: abs_top_builddir = @abs_top_builddir@
                    149: abs_top_srcdir = @abs_top_srcdir@
                    150: ac_ct_CC = @ac_ct_CC@
                    151: ac_ct_CXX = @ac_ct_CXX@
                    152: ac_ct_F77 = @ac_ct_F77@
                    153: ac_ct_FC = @ac_ct_FC@
                    154: am__include = @am__include@
                    155: am__leading_dot = @am__leading_dot@
                    156: am__quote = @am__quote@
                    157: am__tar = @am__tar@
                    158: am__untar = @am__untar@
                    159: bindir = @bindir@
                    160: build = @build@
                    161: build_alias = @build_alias@
                    162: build_cpu = @build_cpu@
                    163: build_os = @build_os@
                    164: build_vendor = @build_vendor@
                    165: builddir = @builddir@
                    166: datadir = @datadir@
                    167: datarootdir = @datarootdir@
                    168: docdir = @docdir@
                    169: dvidir = @dvidir@
                    170: exec_prefix = @exec_prefix@
                    171: host = @host@
                    172: host_alias = @host_alias@
                    173: host_cpu = @host_cpu@
                    174: host_os = @host_os@
                    175: host_vendor = @host_vendor@
                    176: htmldir = @htmldir@
                    177: includeX = @includeX@
                    178: includedir = @includedir@
                    179: infodir = @infodir@
                    180: install_sh = @install_sh@
                    181: libMySQLinc = @libMySQLinc@
                    182: libMySQLlib = @libMySQLlib@
                    183: libPgSQLinc = @libPgSQLinc@
                    184: libPgSQLlib = @libPgSQLlib@
                    185: libX = @libX@
                    186: libdir = @libdir@
                    187: libexecdir = @libexecdir@
                    188: localedir = @localedir@
                    189: localstatedir = @localstatedir@
                    190: mandir = @mandir@
                    191: mkdir_p = @mkdir_p@
                    192: oldincludedir = @oldincludedir@
                    193: pdfdir = @pdfdir@
                    194: prefix = @prefix@
                    195: program_transform_name = @program_transform_name@
                    196: psdir = @psdir@
                    197: sbindir = @sbindir@
                    198: sharedstatedir = @sharedstatedir@
                    199: srcdir = @srcdir@
                    200: subdirs = @subdirs@
                    201: sysconfdir = @sysconfdir@
                    202: target = @target@
                    203: target_alias = @target_alias@
                    204: target_cpu = @target_cpu@
                    205: target_os = @target_os@
                    206: target_vendor = @target_vendor@
1.8       bertrand  207: top_build_prefix = @top_build_prefix@
1.1       bertrand  208: top_builddir = @top_builddir@
                    209: top_srcdir = @top_srcdir@
1.5       bertrand  210: EXTRA_DIST = README
1.1       bertrand  211: all: all-am
                    212: 
                    213: .SUFFIXES:
                    214: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    215:    @for dep in $?; do \
                    216:      case '$(am__configure_deps)' in \
                    217:        *$$dep*) \
1.8       bertrand  218:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    219:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  220:          exit 1;; \
                    221:      esac; \
                    222:    done; \
1.8       bertrand  223:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu doc/Makefile'; \
                    224:    $(am__cd) $(top_srcdir) && \
                    225:      $(AUTOMAKE) --gnu doc/Makefile
1.1       bertrand  226: .PRECIOUS: Makefile
                    227: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    228:    @case '$?' in \
                    229:      *config.status*) \
                    230:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    231:      *) \
                    232:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    233:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    234:    esac;
                    235: 
                    236: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    237:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    238: 
                    239: $(top_srcdir)/configure:  $(am__configure_deps)
                    240:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    241: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    242:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.8       bertrand  243: $(am__aclocal_m4_deps):
1.1       bertrand  244: tags: TAGS
                    245: TAGS:
                    246: 
                    247: ctags: CTAGS
                    248: CTAGS:
                    249: 
                    250: 
                    251: distdir: $(DISTFILES)
                    252:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    253:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    254:    list='$(DISTFILES)'; \
                    255:      dist_files=`for file in $$list; do echo $$file; done | \
                    256:      sed -e "s|^$$srcdirstrip/||;t" \
                    257:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    258:    case $$dist_files in \
                    259:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    260:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    261:               sort -u` ;; \
                    262:    esac; \
                    263:    for file in $$dist_files; do \
                    264:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    265:      if test -d $$d/$$file; then \
                    266:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.8       bertrand  267:        if test -d "$(distdir)/$$file"; then \
                    268:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    269:        fi; \
1.1       bertrand  270:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.8       bertrand  271:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    272:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  273:        fi; \
1.8       bertrand  274:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  275:      else \
1.8       bertrand  276:        test -f "$(distdir)/$$file" \
                    277:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  278:        || exit 1; \
                    279:      fi; \
                    280:    done
                    281: check-am: all-am
                    282: check: check-am
                    283: all-am: Makefile
                    284: installdirs:
                    285: install: install-am
                    286: install-exec: install-exec-am
                    287: install-data: install-data-am
                    288: uninstall: uninstall-am
                    289: 
                    290: install-am: all-am
                    291:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    292: 
                    293: installcheck: installcheck-am
                    294: install-strip:
                    295:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    296:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    297:      `test -z '$(STRIP)' || \
                    298:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    299: mostlyclean-generic:
                    300: 
                    301: clean-generic:
                    302: 
                    303: distclean-generic:
                    304:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.8       bertrand  305:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  306: 
                    307: maintainer-clean-generic:
                    308:    @echo "This command is intended for maintainers to use"
                    309:    @echo "it deletes files that may require special tools to rebuild."
                    310: clean: clean-am
                    311: 
                    312: clean-am: clean-generic mostlyclean-am
                    313: 
                    314: distclean: distclean-am
                    315:    -rm -f Makefile
                    316: distclean-am: clean-am distclean-generic
                    317: 
                    318: dvi: dvi-am
                    319: 
                    320: dvi-am:
                    321: 
                    322: html: html-am
                    323: 
1.8       bertrand  324: html-am:
                    325: 
1.1       bertrand  326: info: info-am
                    327: 
                    328: info-am:
                    329: 
                    330: install-data-am:
                    331: 
                    332: install-dvi: install-dvi-am
                    333: 
1.8       bertrand  334: install-dvi-am:
                    335: 
1.1       bertrand  336: install-exec-am:
                    337: 
                    338: install-html: install-html-am
                    339: 
1.8       bertrand  340: install-html-am:
                    341: 
1.1       bertrand  342: install-info: install-info-am
                    343: 
1.8       bertrand  344: install-info-am:
                    345: 
1.1       bertrand  346: install-man:
                    347: 
                    348: install-pdf: install-pdf-am
                    349: 
1.8       bertrand  350: install-pdf-am:
                    351: 
1.1       bertrand  352: install-ps: install-ps-am
                    353: 
1.8       bertrand  354: install-ps-am:
                    355: 
1.1       bertrand  356: installcheck-am:
                    357: 
                    358: maintainer-clean: maintainer-clean-am
                    359:    -rm -f Makefile
                    360: maintainer-clean-am: distclean-am maintainer-clean-generic
                    361: 
                    362: mostlyclean: mostlyclean-am
                    363: 
                    364: mostlyclean-am: mostlyclean-generic
                    365: 
                    366: pdf: pdf-am
                    367: 
                    368: pdf-am:
                    369: 
                    370: ps: ps-am
                    371: 
                    372: ps-am:
                    373: 
                    374: uninstall-am:
                    375: 
                    376: .MAKE: install-am install-strip
                    377: 
                    378: .PHONY: all all-am check check-am clean clean-generic distclean \
                    379:    distclean-generic distdir dvi dvi-am html html-am info info-am \
                    380:    install install-am install-data install-data-am install-dvi \
                    381:    install-dvi-am install-exec install-exec-am install-html \
                    382:    install-html-am install-info install-info-am install-man \
                    383:    install-pdf install-pdf-am install-ps install-ps-am \
                    384:    install-strip installcheck installcheck-am installdirs \
                    385:    maintainer-clean maintainer-clean-generic mostlyclean \
                    386:    mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am
                    387: 
1.8       bertrand  388: 
1.1       bertrand  389: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    390: # Otherwise a system limit (for SysV at least) may be exceeded.
                    391: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>