File:  [local] / rpl / man / Attic / Makefile.in
Revision 1.31: download - view: text, annotated - select for diffs - revision graph
Fri Jul 22 07:38:22 2011 UTC (12 years, 10 months ago) by bertrand
Branches: MAIN
CVS tags: HEAD
En route vers la 4.4.1.

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

CVSweb interface <joel.bertrand@systella.fr>