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

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

CVSweb interface <joel.bertrand@systella.fr>