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

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

CVSweb interface <joel.bertrand@systella.fr>