Annotation of rpl/man/Makefile.in, revision 1.44

1.7       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.7       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.7       bertrand   19: pkgincludedir = $(includedir)/@PACKAGE@
1.6       bertrand   20: pkglibdir = $(libdir)/@PACKAGE@
1.7       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 = man
                     38: DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
                     39:    $(srcdir)/mkrplso.1.in $(srcdir)/rpl.1.in $(srcdir)/rplcc.1.in \
                     40:    $(srcdir)/rpllink.1.in $(srcdir)/rpltags.1.in
                     41: ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
1.39      bertrand   42: am__aclocal_m4_deps = $(top_srcdir)/configure.ac
1.1       bertrand   43: am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
                     44:    $(ACLOCAL_M4)
                     45: mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
                     46: CONFIG_HEADER = $(top_builddir)/rplconfig.h
                     47: CONFIG_CLEAN_FILES = rpl.1 rplcc.1 rpllink.1 rpltags.1 mkrplso.1
1.7       bertrand   48: CONFIG_CLEAN_VPATH_FILES =
1.44    ! bertrand   49: AM_V_GEN = $(am__v_GEN_$(V))
        !            50: am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
        !            51: am__v_GEN_0 = @echo "  GEN   " $@;
        !            52: AM_V_at = $(am__v_at_$(V))
        !            53: am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
        !            54: am__v_at_0 = @
1.1       bertrand   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
1.7       bertrand   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'
1.1       bertrand   85: man1dir = $(mandir)/man1
                     86: am__installdirs = "$(DESTDIR)$(man1dir)"
                     87: NROFF = nroff
                     88: MANS = $(man_MANS)
                     89: RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive    \
                     90:   distclean-recursive maintainer-clean-recursive
1.7       bertrand   91: AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \
                     92:    $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \
                     93:    distdir
1.1       bertrand   94: ETAGS = etags
                     95: CTAGS = ctags
                     96: DIST_SUBDIRS = $(SUBDIRS)
                     97: DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
1.7       bertrand   98: am__relativize = \
                     99:   dir0=`pwd`; \
                    100:   sed_first='s,^\([^/]*\)/.*$$,\1,'; \
                    101:   sed_rest='s,^[^/]*/*,,'; \
                    102:   sed_last='s,^.*/\([^/]*\)$$,\1,'; \
                    103:   sed_butlast='s,/*[^/]*$$,,'; \
                    104:   while test -n "$$dir1"; do \
                    105:     first=`echo "$$dir1" | sed -e "$$sed_first"`; \
                    106:     if test "$$first" != "."; then \
                    107:       if test "$$first" = ".."; then \
                    108:         dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \
                    109:         dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \
                    110:       else \
                    111:         first2=`echo "$$dir2" | sed -e "$$sed_first"`; \
                    112:         if test "$$first2" = "$$first"; then \
                    113:           dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \
                    114:         else \
                    115:           dir2="../$$dir2"; \
                    116:         fi; \
                    117:         dir0="$$dir0"/"$$first"; \
                    118:       fi; \
                    119:     fi; \
                    120:     dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \
                    121:   done; \
                    122:   reldir="$$dir2"
1.30      bertrand  123: ABI = @ABI@
1.1       bertrand  124: ACLOCAL = @ACLOCAL@
                    125: AMTAR = @AMTAR@
1.44    ! bertrand  126: AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
1.1       bertrand  127: AUTOCONF = @AUTOCONF@
                    128: AUTOHEADER = @AUTOHEADER@
                    129: AUTOMAKE = @AUTOMAKE@
                    130: AWK = @AWK@
1.25      bertrand  131: BSH_PATH = @BSH_PATH@
1.37      bertrand  132: BUILD_OPENMOTIF = @BUILD_OPENMOTIF@
1.1       bertrand  133: CC = @CC@
                    134: CCDEPMODE = @CCDEPMODE@
                    135: CFLAGS = @CFLAGS@
1.29      bertrand  136: COCOA = @COCOA@
1.1       bertrand  137: CPP = @CPP@
                    138: CPPFLAGS = @CPPFLAGS@
                    139: CXX = @CXX@
                    140: CXXDEPMODE = @CXXDEPMODE@
                    141: CXXFLAGS = @CXXFLAGS@
                    142: CYGPATH_W = @CYGPATH_W@
1.19      bertrand  143: C_STANDARD = @C_STANDARD@
1.1       bertrand  144: DATE = @DATE@
                    145: DATE_FR = @DATE_FR@
                    146: DEBUG = @DEBUG@
                    147: DEFS = @DEFS@
                    148: DEPDIR = @DEPDIR@
                    149: DVIPS = @DVIPS@
                    150: ECHO_C = @ECHO_C@
                    151: ECHO_N = @ECHO_N@
                    152: ECHO_T = @ECHO_T@
                    153: EGREP = @EGREP@
1.33      bertrand  154: ELF = @ELF@
1.1       bertrand  155: EXEEXT = @EXEEXT@
                    156: EXPERIMENTAL_CODE = @EXPERIMENTAL_CODE@
1.8       bertrand  157: EXPORT_DYNAMIC = @EXPORT_DYNAMIC@
1.17      bertrand  158: EXT_SQL = @EXT_SQL@
1.1       bertrand  159: F77 = @F77@
                    160: FC = @FC@
                    161: FCFLAGS = @FCFLAGS@
                    162: FFLAGS = @FFLAGS@
                    163: FILE = @FILE@
                    164: FINAL_ENCODING = @FINAL_ENCODING@
                    165: FORCE_GNUPLOT_PATH = @FORCE_GNUPLOT_PATH@
1.29      bertrand  166: GIAC = @GIAC@
1.28      bertrand  167: GMP = @GMP@
1.1       bertrand  168: GNUPLOT = @GNUPLOT@
                    169: GNUPLOT_COMPILATION = @GNUPLOT_COMPILATION@
                    170: GNUPLOT_P = @GNUPLOT_P@
                    171: GNUPLOT_SUPPORT = @GNUPLOT_SUPPORT@
                    172: GPP = @GPP@
                    173: GREP = @GREP@
                    174: GS = @GS@
                    175: GSL = @GSL@
                    176: GV = @GV@
1.32      bertrand  177: HOST = @HOST@
1.1       bertrand  178: ICONV = @ICONV@
1.37      bertrand  179: INCMOTIF = @INCMOTIF@
1.1       bertrand  180: INSTALL = @INSTALL@
                    181: INSTALL_DATA = @INSTALL_DATA@
                    182: INSTALL_PROGRAM = @INSTALL_PROGRAM@
                    183: INSTALL_SCRIPT = @INSTALL_SCRIPT@
                    184: INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1.22      bertrand  185: IPCS_SYSV = @IPCS_SYSV@
1.20      bertrand  186: IPV6 = @IPV6@
1.1       bertrand  187: LATEX = @LATEX@
                    188: LDFLAGS = @LDFLAGS@
1.37      bertrand  189: LIBMOTIF = @LIBMOTIF@
1.1       bertrand  190: LIBOBJS = @LIBOBJS@
1.31      bertrand  191: LIBRPLCAS = @LIBRPLCAS@
1.1       bertrand  192: LIBS = @LIBS@
1.38      bertrand  193: LIBXPM = @LIBXPM@
1.43      bertrand  194: LIB_PREFIX = @LIB_PREFIX@
1.1       bertrand  195: LN_S = @LN_S@
                    196: LTLIBOBJS = @LTLIBOBJS@
                    197: MAKEINFO = @MAKEINFO@
1.27      bertrand  198: MALLOC = @MALLOC@
1.1       bertrand  199: MKDIR_P = @MKDIR_P@
                    200: MOTIF_SUPPORT = @MOTIF_SUPPORT@
1.28      bertrand  201: MPFR = @MPFR@
1.1       bertrand  202: MYSQL_SUPPORT = @MYSQL_SUPPORT@
                    203: NCURSES = @NCURSES@
1.8       bertrand  204: NESTED_FUNCTIONS = @NESTED_FUNCTIONS@
1.29      bertrand  205: NTL = @NTL@
1.1       bertrand  206: OBJEXT = @OBJEXT@
1.36      bertrand  207: OPENMOTIF = @OPENMOTIF@
1.5       bertrand  208: OPENSSL = @OPENSSL@
1.4       bertrand  209: OS = @OS@
1.1       bertrand  210: PACKAGE = @PACKAGE@
                    211: PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
                    212: PACKAGE_NAME = @PACKAGE_NAME@
                    213: PACKAGE_STRING = @PACKAGE_STRING@
                    214: PACKAGE_TARNAME = @PACKAGE_TARNAME@
1.7       bertrand  215: PACKAGE_URL = @PACKAGE_URL@
1.1       bertrand  216: PACKAGE_VERSION = @PACKAGE_VERSION@
1.29      bertrand  217: PARI = @PARI@
1.1       bertrand  218: PATH_SEPARATOR = @PATH_SEPARATOR@
                    219: POSTGRESQL_SUPPORT = @POSTGRESQL_SUPPORT@
                    220: POSTSCRIPT_SUPPORT = @POSTSCRIPT_SUPPORT@
                    221: PROFILAGE = @PROFILAGE@
1.43      bertrand  222: PSELECT = @PSELECT@
1.1       bertrand  223: RANLIB = @RANLIB@
                    224: READLINE = @READLINE@
1.31      bertrand  225: RPLCAS = @RPLCAS@
1.40      bertrand  226: RPLTOOLS = @RPLTOOLS@
1.1       bertrand  227: RUNPATH = @RUNPATH@
                    228: SED = @SED@
1.8       bertrand  229: SEMAPHORES_NOMMES = @SEMAPHORES_NOMMES@
1.19      bertrand  230: SEMUN = @SEMUN@
1.1       bertrand  231: SET_MAKE = @SET_MAKE@
1.41      bertrand  232: SHARED_MEMORY = @SHARED_MEMORY@
1.1       bertrand  233: SHELL = @SHELL@
1.34      bertrand  234: SIGSEGV = @SIGSEGV@
1.5       bertrand  235: SQLITE = @SQLITE@
1.1       bertrand  236: STRIP = @STRIP@
                    237: TEX = @TEX@
                    238: UNITS = @UNITS@
                    239: VERSION = @VERSION@
                    240: VIM = @VIM@
                    241: VIM_SUPPORT = @VIM_SUPPORT@
1.42      bertrand  242: WHOLE_LIB1 = @WHOLE_LIB1@
                    243: WHOLE_LIB2 = @WHOLE_LIB2@
1.1       bertrand  244: XMKMF = @XMKMF@
                    245: X_CFLAGS = @X_CFLAGS@
                    246: X_EXTRA_LIBS = @X_EXTRA_LIBS@
                    247: X_LIBS = @X_LIBS@
                    248: X_PRE_LIBS = @X_PRE_LIBS@
                    249: abs_builddir = @abs_builddir@
                    250: abs_srcdir = @abs_srcdir@
                    251: abs_top_builddir = @abs_top_builddir@
                    252: abs_top_srcdir = @abs_top_srcdir@
                    253: ac_ct_CC = @ac_ct_CC@
                    254: ac_ct_CXX = @ac_ct_CXX@
                    255: ac_ct_F77 = @ac_ct_F77@
                    256: ac_ct_FC = @ac_ct_FC@
                    257: am__include = @am__include@
                    258: am__leading_dot = @am__leading_dot@
                    259: am__quote = @am__quote@
                    260: am__tar = @am__tar@
                    261: am__untar = @am__untar@
                    262: bindir = @bindir@
                    263: build = @build@
                    264: build_alias = @build_alias@
                    265: build_cpu = @build_cpu@
                    266: build_os = @build_os@
                    267: build_vendor = @build_vendor@
                    268: builddir = @builddir@
                    269: datadir = @datadir@
                    270: datarootdir = @datarootdir@
                    271: docdir = @docdir@
                    272: dvidir = @dvidir@
                    273: exec_prefix = @exec_prefix@
                    274: host = @host@
                    275: host_alias = @host_alias@
                    276: host_cpu = @host_cpu@
                    277: host_os = @host_os@
                    278: host_vendor = @host_vendor@
                    279: htmldir = @htmldir@
                    280: includeX = @includeX@
                    281: includedir = @includedir@
                    282: infodir = @infodir@
                    283: install_sh = @install_sh@
                    284: libMySQLinc = @libMySQLinc@
                    285: libMySQLlib = @libMySQLlib@
                    286: libPgSQLinc = @libPgSQLinc@
                    287: libPgSQLlib = @libPgSQLlib@
                    288: libX = @libX@
                    289: libdir = @libdir@
                    290: libexecdir = @libexecdir@
                    291: localedir = @localedir@
                    292: localstatedir = @localstatedir@
                    293: mandir = @mandir@
                    294: mkdir_p = @mkdir_p@
                    295: oldincludedir = @oldincludedir@
                    296: pdfdir = @pdfdir@
                    297: prefix = @prefix@
                    298: program_transform_name = @program_transform_name@
                    299: psdir = @psdir@
                    300: sbindir = @sbindir@
                    301: sharedstatedir = @sharedstatedir@
                    302: srcdir = @srcdir@
                    303: subdirs = @subdirs@
                    304: sysconfdir = @sysconfdir@
                    305: target = @target@
                    306: target_alias = @target_alias@
                    307: target_cpu = @target_cpu@
                    308: target_os = @target_os@
                    309: target_vendor = @target_vendor@
1.7       bertrand  310: top_build_prefix = @top_build_prefix@
1.1       bertrand  311: top_builddir = @top_builddir@
                    312: top_srcdir = @top_srcdir@
                    313: SUBDIRS = fr_FR
                    314: man_MANS = rpl.1 rpltags.1 mkrplso.1 rplcc.1 rpllink.1
                    315: all: all-recursive
                    316: 
                    317: .SUFFIXES:
                    318: $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
                    319:    @for dep in $?; do \
                    320:      case '$(am__configure_deps)' in \
                    321:        *$$dep*) \
1.7       bertrand  322:          ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
                    323:            && { if test -f $@; then exit 0; else break; fi; }; \
1.1       bertrand  324:          exit 1;; \
                    325:      esac; \
                    326:    done; \
1.7       bertrand  327:    echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu man/Makefile'; \
                    328:    $(am__cd) $(top_srcdir) && \
                    329:      $(AUTOMAKE) --gnu man/Makefile
1.1       bertrand  330: .PRECIOUS: Makefile
                    331: Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
                    332:    @case '$?' in \
                    333:      *config.status*) \
                    334:        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
                    335:      *) \
                    336:        echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
                    337:        cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
                    338:    esac;
                    339: 
                    340: $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
                    341:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    342: 
                    343: $(top_srcdir)/configure:  $(am__configure_deps)
                    344:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
                    345: $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
                    346:    cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
1.7       bertrand  347: $(am__aclocal_m4_deps):
1.1       bertrand  348: rpl.1: $(top_builddir)/config.status $(srcdir)/rpl.1.in
                    349:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    350: rplcc.1: $(top_builddir)/config.status $(srcdir)/rplcc.1.in
                    351:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    352: rpllink.1: $(top_builddir)/config.status $(srcdir)/rpllink.1.in
                    353:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    354: rpltags.1: $(top_builddir)/config.status $(srcdir)/rpltags.1.in
                    355:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
                    356: mkrplso.1: $(top_builddir)/config.status $(srcdir)/mkrplso.1.in
                    357:    cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
1.7       bertrand  358: install-man1: $(man_MANS)
1.1       bertrand  359:    @$(NORMAL_INSTALL)
                    360:    test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
1.7       bertrand  361:    @list=''; test -n "$(man1dir)" || exit 0; \
                    362:    { for i in $$list; do echo "$$i"; done; \
                    363:    l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                    364:      sed -n '/\.1[a-z]*$$/p'; \
                    365:    } | while read p; do \
                    366:      if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    367:      echo "$$d$$p"; echo "$$p"; \
                    368:    done | \
                    369:    sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    370:          -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
                    371:    sed 'N;N;s,\n, ,g' | { \
                    372:    list=; while read file base inst; do \
                    373:      if test "$$base" = "$$inst"; then list="$$list $$file"; else \
                    374:        echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
                    375:        $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
                    376:      fi; \
1.1       bertrand  377:    done; \
1.7       bertrand  378:    for i in $$list; do echo "$$i"; done | $(am__base_list) | \
                    379:    while read files; do \
                    380:      test -z "$$files" || { \
                    381:        echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
                    382:        $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
                    383:    done; }
                    384: 
1.1       bertrand  385: uninstall-man1:
                    386:    @$(NORMAL_UNINSTALL)
1.7       bertrand  387:    @list=''; test -n "$(man1dir)" || exit 0; \
                    388:    files=`{ for i in $$list; do echo "$$i"; done; \
                    389:    l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
                    390:      sed -n '/\.1[a-z]*$$/p'; \
                    391:    } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
                    392:          -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
                    393:    test -z "$$files" || { \
                    394:      echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
                    395:      cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
1.1       bertrand  396: 
                    397: # This directory's subdirectories are mostly independent; you can cd
                    398: # into them and run `make' without going through this Makefile.
                    399: # To change the values of `make' variables: instead of editing Makefiles,
                    400: # (1) if the variable is set in `config.status', edit `config.status'
                    401: #     (which will cause the Makefiles to be regenerated when you run `make');
                    402: # (2) otherwise, pass the desired values on the `make' command line.
                    403: $(RECURSIVE_TARGETS):
1.7       bertrand  404:    @fail= failcom='exit 1'; \
1.1       bertrand  405:    for f in x $$MAKEFLAGS; do \
                    406:      case $$f in \
                    407:        *=* | --[!k]*);; \
                    408:        *k*) failcom='fail=yes';; \
                    409:      esac; \
                    410:    done; \
                    411:    dot_seen=no; \
                    412:    target=`echo $@ | sed s/-recursive//`; \
                    413:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    414:      echo "Making $$target in $$subdir"; \
                    415:      if test "$$subdir" = "."; then \
                    416:        dot_seen=yes; \
                    417:        local_target="$$target-am"; \
                    418:      else \
                    419:        local_target="$$target"; \
                    420:      fi; \
1.7       bertrand  421:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  422:      || eval $$failcom; \
                    423:    done; \
                    424:    if test "$$dot_seen" = "no"; then \
                    425:      $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
                    426:    fi; test -z "$$fail"
                    427: 
                    428: $(RECURSIVE_CLEAN_TARGETS):
1.7       bertrand  429:    @fail= failcom='exit 1'; \
1.1       bertrand  430:    for f in x $$MAKEFLAGS; do \
                    431:      case $$f in \
                    432:        *=* | --[!k]*);; \
                    433:        *k*) failcom='fail=yes';; \
                    434:      esac; \
                    435:    done; \
                    436:    dot_seen=no; \
                    437:    case "$@" in \
                    438:      distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
                    439:      *) list='$(SUBDIRS)' ;; \
                    440:    esac; \
                    441:    rev=''; for subdir in $$list; do \
                    442:      if test "$$subdir" = "."; then :; else \
                    443:        rev="$$subdir $$rev"; \
                    444:      fi; \
                    445:    done; \
                    446:    rev="$$rev ."; \
                    447:    target=`echo $@ | sed s/-recursive//`; \
                    448:    for subdir in $$rev; do \
                    449:      echo "Making $$target in $$subdir"; \
                    450:      if test "$$subdir" = "."; then \
                    451:        local_target="$$target-am"; \
                    452:      else \
                    453:        local_target="$$target"; \
                    454:      fi; \
1.7       bertrand  455:      ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
1.1       bertrand  456:      || eval $$failcom; \
                    457:    done && test -z "$$fail"
                    458: tags-recursive:
                    459:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.7       bertrand  460:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
1.1       bertrand  461:    done
                    462: ctags-recursive:
                    463:    list='$(SUBDIRS)'; for subdir in $$list; do \
1.7       bertrand  464:      test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \
1.1       bertrand  465:    done
                    466: 
                    467: ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
                    468:    list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
                    469:    unique=`for i in $$list; do \
                    470:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    471:      done | \
1.7       bertrand  472:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
1.1       bertrand  473:          END { if (nonempty) { for (i in files) print i; }; }'`; \
                    474:    mkid -fID $$unique
                    475: tags: TAGS
                    476: 
                    477: TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    478:        $(TAGS_FILES) $(LISP)
1.7       bertrand  479:    set x; \
1.1       bertrand  480:    here=`pwd`; \
                    481:    if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \
                    482:      include_option=--etags-include; \
                    483:      empty_fix=.; \
                    484:    else \
                    485:      include_option=--include; \
                    486:      empty_fix=; \
                    487:    fi; \
                    488:    list='$(SUBDIRS)'; for subdir in $$list; do \
                    489:      if test "$$subdir" = .; then :; else \
                    490:        test ! -f $$subdir/TAGS || \
1.7       bertrand  491:          set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \
1.1       bertrand  492:      fi; \
                    493:    done; \
                    494:    list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    495:    unique=`for i in $$list; do \
                    496:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    497:      done | \
                    498:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    499:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.7       bertrand  500:    shift; \
                    501:    if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
1.1       bertrand  502:      test -n "$$unique" || unique=$$empty_fix; \
1.7       bertrand  503:      if test $$# -gt 0; then \
                    504:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    505:          "$$@" $$unique; \
                    506:      else \
                    507:        $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
                    508:          $$unique; \
                    509:      fi; \
1.1       bertrand  510:    fi
                    511: ctags: CTAGS
                    512: CTAGS: ctags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
                    513:        $(TAGS_FILES) $(LISP)
                    514:    list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
                    515:    unique=`for i in $$list; do \
                    516:        if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
                    517:      done | \
                    518:      $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
                    519:          END { if (nonempty) { for (i in files) print i; }; }'`; \
1.7       bertrand  520:    test -z "$(CTAGS_ARGS)$$unique" \
1.1       bertrand  521:      || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1.7       bertrand  522:         $$unique
1.1       bertrand  523: 
                    524: GTAGS:
                    525:    here=`$(am__cd) $(top_builddir) && pwd` \
1.7       bertrand  526:      && $(am__cd) $(top_srcdir) \
                    527:      && gtags -i $(GTAGS_ARGS) "$$here"
1.1       bertrand  528: 
                    529: distclean-tags:
                    530:    -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
                    531: 
                    532: distdir: $(DISTFILES)
1.7       bertrand  533:    @list='$(MANS)'; if test -n "$$list"; then \
                    534:      list=`for p in $$list; do \
                    535:        if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
                    536:        if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
                    537:      if test -n "$$list" && \
                    538:        grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
                    539:        echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
                    540:        grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
                    541:        echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
                    542:        echo "       typically \`make maintainer-clean' will remove them" >&2; \
                    543:        exit 1; \
                    544:      else :; fi; \
                    545:    else :; fi
1.1       bertrand  546:    @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    547:    topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
                    548:    list='$(DISTFILES)'; \
                    549:      dist_files=`for file in $$list; do echo $$file; done | \
                    550:      sed -e "s|^$$srcdirstrip/||;t" \
                    551:          -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
                    552:    case $$dist_files in \
                    553:      */*) $(MKDIR_P) `echo "$$dist_files" | \
                    554:               sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
                    555:               sort -u` ;; \
                    556:    esac; \
                    557:    for file in $$dist_files; do \
                    558:      if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
                    559:      if test -d $$d/$$file; then \
                    560:        dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1.7       bertrand  561:        if test -d "$(distdir)/$$file"; then \
                    562:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
                    563:        fi; \
1.1       bertrand  564:        if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1.7       bertrand  565:          cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
                    566:          find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1.1       bertrand  567:        fi; \
1.7       bertrand  568:        cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1.1       bertrand  569:      else \
1.7       bertrand  570:        test -f "$(distdir)/$$file" \
                    571:        || cp -p $$d/$$file "$(distdir)/$$file" \
1.1       bertrand  572:        || exit 1; \
                    573:      fi; \
                    574:    done
1.7       bertrand  575:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
1.1       bertrand  576:      if test "$$subdir" = .; then :; else \
                    577:        test -d "$(distdir)/$$subdir" \
                    578:        || $(MKDIR_P) "$(distdir)/$$subdir" \
                    579:        || exit 1; \
1.7       bertrand  580:      fi; \
                    581:    done
                    582:    @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \
                    583:      if test "$$subdir" = .; then :; else \
                    584:        dir1=$$subdir; dir2="$(distdir)/$$subdir"; \
                    585:        $(am__relativize); \
                    586:        new_distdir=$$reldir; \
                    587:        dir1=$$subdir; dir2="$(top_distdir)"; \
                    588:        $(am__relativize); \
                    589:        new_top_distdir=$$reldir; \
                    590:        echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \
                    591:        echo "     am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \
                    592:        ($(am__cd) $$subdir && \
1.1       bertrand  593:          $(MAKE) $(AM_MAKEFLAGS) \
1.7       bertrand  594:            top_distdir="$$new_top_distdir" \
                    595:            distdir="$$new_distdir" \
1.1       bertrand  596:        am__remove_distdir=: \
                    597:        am__skip_length_check=: \
1.7       bertrand  598:        am__skip_mode_fix=: \
1.1       bertrand  599:            distdir) \
                    600:          || exit 1; \
                    601:      fi; \
                    602:    done
                    603: check-am: all-am
                    604: check: check-recursive
                    605: all-am: Makefile $(MANS)
                    606: installdirs: installdirs-recursive
                    607: installdirs-am:
                    608:    for dir in "$(DESTDIR)$(man1dir)"; do \
                    609:      test -z "$$dir" || $(MKDIR_P) "$$dir"; \
                    610:    done
                    611: install: install-recursive
                    612: install-exec: install-exec-recursive
                    613: install-data: install-data-recursive
                    614: uninstall: uninstall-recursive
                    615: 
                    616: install-am: all-am
                    617:    @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
                    618: 
                    619: installcheck: installcheck-recursive
                    620: install-strip:
                    621:    $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
                    622:      install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
                    623:      `test -z '$(STRIP)' || \
                    624:        echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
                    625: mostlyclean-generic:
                    626: 
                    627: clean-generic:
                    628: 
                    629: distclean-generic:
                    630:    -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1.7       bertrand  631:    -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1.1       bertrand  632: 
                    633: maintainer-clean-generic:
                    634:    @echo "This command is intended for maintainers to use"
                    635:    @echo "it deletes files that may require special tools to rebuild."
                    636: clean: clean-recursive
                    637: 
                    638: clean-am: clean-generic mostlyclean-am
                    639: 
                    640: distclean: distclean-recursive
                    641:    -rm -f Makefile
                    642: distclean-am: clean-am distclean-generic distclean-tags
                    643: 
                    644: dvi: dvi-recursive
                    645: 
                    646: dvi-am:
                    647: 
                    648: html: html-recursive
                    649: 
1.7       bertrand  650: html-am:
                    651: 
1.1       bertrand  652: info: info-recursive
                    653: 
                    654: info-am:
                    655: 
                    656: install-data-am: install-man
                    657: 
                    658: install-dvi: install-dvi-recursive
                    659: 
1.7       bertrand  660: install-dvi-am:
                    661: 
1.1       bertrand  662: install-exec-am:
                    663: 
                    664: install-html: install-html-recursive
                    665: 
1.7       bertrand  666: install-html-am:
                    667: 
1.1       bertrand  668: install-info: install-info-recursive
                    669: 
1.7       bertrand  670: install-info-am:
                    671: 
1.1       bertrand  672: install-man: install-man1
                    673: 
                    674: install-pdf: install-pdf-recursive
                    675: 
1.7       bertrand  676: install-pdf-am:
                    677: 
1.1       bertrand  678: install-ps: install-ps-recursive
                    679: 
1.7       bertrand  680: install-ps-am:
                    681: 
1.1       bertrand  682: installcheck-am:
                    683: 
                    684: maintainer-clean: maintainer-clean-recursive
                    685:    -rm -f Makefile
                    686: maintainer-clean-am: distclean-am maintainer-clean-generic
                    687: 
                    688: mostlyclean: mostlyclean-recursive
                    689: 
                    690: mostlyclean-am: mostlyclean-generic
                    691: 
                    692: pdf: pdf-recursive
                    693: 
                    694: pdf-am:
                    695: 
                    696: ps: ps-recursive
                    697: 
                    698: ps-am:
                    699: 
                    700: uninstall-am: uninstall-man
                    701: 
                    702: uninstall-man: uninstall-man1
                    703: 
1.7       bertrand  704: .MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) ctags-recursive \
                    705:    install-am install-strip tags-recursive
1.1       bertrand  706: 
                    707: .PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
                    708:    all all-am check check-am clean clean-generic ctags \
                    709:    ctags-recursive distclean distclean-generic distclean-tags \
                    710:    distdir dvi dvi-am html html-am info info-am install \
                    711:    install-am install-data install-data-am install-dvi \
                    712:    install-dvi-am install-exec install-exec-am install-html \
                    713:    install-html-am install-info install-info-am install-man \
                    714:    install-man1 install-pdf install-pdf-am install-ps \
                    715:    install-ps-am install-strip installcheck installcheck-am \
                    716:    installdirs installdirs-am maintainer-clean \
                    717:    maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
                    718:    pdf-am ps ps-am tags tags-recursive uninstall uninstall-am \
                    719:    uninstall-man uninstall-man1
                    720: 
1.7       bertrand  721: 
1.1       bertrand  722: # Tell versions [3.59,3.63) of GNU make to not export all variables.
                    723: # Otherwise a system limit (for SysV at least) may be exceeded.
                    724: .NOEXPORT:

CVSweb interface <joel.bertrand@systella.fr>