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

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

CVSweb interface <joel.bertrand@systella.fr>