File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.33: download - view: text, annotated - select for diffs - revision graph
Thu Sep 8 15:24:24 2011 UTC (12 years, 8 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
Quelques autres modifications pour NetBSD...

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

CVSweb interface <joel.bertrand@systella.fr>